From ecu@shiva.bouglou.net  Wed Feb 26 01:29:02 2003
Return-Path: <ecu@shiva.bouglou.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E96F537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Feb 2003 01:29:02 -0800 (PST)
Received: from shiva.bouglou.net (shiva.bouglou.net [62.4.22.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADA743FD7
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Feb 2003 01:29:02 -0800 (PST)
	(envelope-from ecu@shiva.bouglou.net)
Received: by shiva.bouglou.net (Postfix, from userid 1000)
	id 9ADB315237; Wed, 26 Feb 2003 10:29:22 +0100 (CET)
Message-Id: <20030226092922.9ADB315237@shiva.bouglou.net>
Date: Wed, 26 Feb 2003 10:29:22 +0100 (CET)
From: Nicolas Jombart <ecu@ipv42.net>
Reply-To: Nicolas Jombart <ecu@ipv42.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ecu@ipv42.net
Subject: New port: sysutils/sec  Simple event correlator
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48697
>Category:       ports
>Synopsis:       New port: sysutils/sec  Simple event correlator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 01:30:09 PST 2003
>Closed-Date:    Sat Jul 26 02:01:39 PDT 2003
>Last-Modified:  Sat Jul 26 02:01:39 PDT 2003
>Originator:     Nicolas Jombart
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD shiva.bouglou.net 4.7-STABLE FreeBSD 4.7-STABLE #15: Sat Jan 4 18:49:56 CET 2003 ecu@shiva.bouglou.net:/usr/obj/usr/src/sys/SHIVA i386


	
>Description:

	New port: sysutils/sec

	Note that the sec.pl script becomes just "sec".

	
>How-To-Repeat:
	
>Fix:

	

--- sec.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sec/
#	sec/Makefile
#	sec/pkg-descr
#	sec/pkg-plist
#	sec/distinfo
#
echo c - sec/
mkdir -p sec/ > /dev/null 2>&1
echo x - sec/Makefile
sed 's/^X//' >sec/Makefile << 'END-of-sec/Makefile'
X# New ports collection Makefile for: 	sec
X# Date created:				25, February 2003
X# Whom:					Nicolas Jombart <ecu@ipv42.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sec
XPORTVERSION=	2.1.7
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	sourceforge/simple-evcorr
X
XMAINTAINER=	ecu@ipv42.net
XCOMMENT=	Simple event (logs) correlator
X
XUSE_PERL5=	YES
XNO_BUILD=	YES
X
XMAN8=		sec.8
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin/sec
X	@${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man8/sec.8
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for f in README convert.pl itostream.c
X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-sec/Makefile
echo x - sec/pkg-descr
sed 's/^X//' >sec/pkg-descr << 'END-of-sec/pkg-descr'
XSEC is an event correlation tool that was designed to fill the gap between
Xcommercial event correlation systems and homegrown solutions that usually
Xcomprise of a few simple shell scripts.
XSEC is highly customisable to accept events from many sources and build
Xa powerful correlation engine.
X
XWWW: http://simple-evcorr.sourceforge.net/
X
X-- Nicolas Jombart <ecu@ipv42.net>
END-of-sec/pkg-descr
echo x - sec/pkg-plist
sed 's/^X//' >sec/pkg-plist << 'END-of-sec/pkg-plist'
Xbin/sec
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/convert.pl
X%%PORTDOCS%%%%DOCSDIR%%/itostream.c
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-sec/pkg-plist
echo x - sec/distinfo
sed 's/^X//' >sec/distinfo << 'END-of-sec/distinfo'
XMD5 (sec-2.1.7.tar.gz) = 012b25604b5b1c5bb39cab3bb4a9e7e9
END-of-sec/distinfo
exit
--- sec.shar ends here ---


>Release-Note:
>Audit-Trail:

From: Nicolas Jombart <ecu@ipv42.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: ecu@ipv42.net
Subject: Re: ports/48697: New port: sysutils/sec  Simple event correlator
Date: Wed, 2 Jul 2003 16:13:36 +0200

 Update :
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	sec
 #	sec/Makefile
 #	sec/pkg-descr
 #	sec/pkg-plist
 #	sec/distinfo
 #
 echo c - sec
 mkdir -p sec > /dev/null 2>&1
 echo x - sec/Makefile
 sed 's/^X//' >sec/Makefile << 'END-of-sec/Makefile'
 X# New ports collection Makefile for: 	sec
 X# Date created:				25, February 2003
 X# Whom:					Nicolas Jombart <ecu@ipv42.net>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	sec
 XPORTVERSION=	2.1.8
 XCATEGORIES=	sysutils
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	sourceforge/simple-evcorr
 X
 XMAINTAINER=	ecu@ipv42.net
 XCOMMENT=	Simple event (logs) correlator
 X
 XUSE_PERL5=	YES
 XNO_BUILD=	YES
 X
 XMAN8=		sec.8
 X
 Xdo-install:
 X	@${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin
 X	@${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man8/sec.8
 X.if !defined(NOPORTDOCS)
 X	@${MKDIR} ${DOCSDIR}
 X.for f in README convert.pl itostream.c
 X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-sec/Makefile
 echo x - sec/pkg-descr
 sed 's/^X//' >sec/pkg-descr << 'END-of-sec/pkg-descr'
 XSEC is an event correlation tool that was designed to fill the gap between
 Xcommercial event correlation systems and homegrown solutions that usually
 Xcomprise of a few simple shell scripts.
 XSEC is highly customisable to accept events from many sources and build
 Xa powerful correlation engine.
 X
 XWWW: http://simple-evcorr.sourceforge.net/
 X
 X-- Nicolas Jombart <ecu@ipv42.net>
 END-of-sec/pkg-descr
 echo x - sec/pkg-plist
 sed 's/^X//' >sec/pkg-plist << 'END-of-sec/pkg-plist'
 Xbin/sec.pl
 X%%PORTDOCS%%%%DOCSDIR%%/README
 X%%PORTDOCS%%%%DOCSDIR%%/convert.pl
 X%%PORTDOCS%%%%DOCSDIR%%/itostream.c
 X%%PORTDOCS%%@dirrm %%DOCSDIR%%
 END-of-sec/pkg-plist
 echo x - sec/distinfo
 sed 's/^X//' >sec/distinfo << 'END-of-sec/distinfo'
 XMD5 (sec-2.1.8.tar.gz) = 6bb9de22740e3e2c5996074be7899045
 END-of-sec/distinfo
 exit
 

From: Nicolas Jombart <ecu@ipv42.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: ecu@ipv42.net
Subject: Re: ports/48697: New port: sysutils/sec  Simple event correlator
Date: Thu, 24 Jul 2003 14:58:41 +0200

 2.1.9 if someone is interested. If not, please close the PR.
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	sec
 #	sec/Makefile
 #	sec/pkg-descr
 #	sec/pkg-plist
 #	sec/distinfo
 #
 echo c - sec
 mkdir -p sec > /dev/null 2>&1
 echo x - sec/Makefile
 sed 's/^X//' >sec/Makefile << 'END-of-sec/Makefile'
 X# New ports collection Makefile for: 	sec
 X# Date created:				25, February 2003
 X# Whom:					Nicolas Jombart <ecu@ipv42.net>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	sec
 XPORTVERSION=	2.1.9
 XCATEGORIES=	sysutils
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	sourceforge/simple-evcorr
 X
 XMAINTAINER=	ecu@ipv42.net
 XCOMMENT=	Simple event (logs) correlator
 X
 XUSE_PERL5=	YES
 XNO_BUILD=	YES
 X
 XMAN8=		sec.pl.8
 XDOCS=		README convert.pl itostream.c
 X
 Xdo-install:
 X	@${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin
 X	@${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man8/sec.pl.8
 X.if !defined(NOPORTDOCS)
 X	@${MKDIR} ${DOCSDIR}
 X.for f in ${DOCS}
 X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-sec/Makefile
 echo x - sec/pkg-descr
 sed 's/^X//' >sec/pkg-descr << 'END-of-sec/pkg-descr'
 XSEC is an event correlation tool that was designed to fill the gap between
 Xcommercial event correlation systems and homegrown solutions that usually
 Xcomprise of a few simple shell scripts.
 XSEC is highly customisable to accept events from many sources and build
 Xa powerful correlation engine.
 X
 XWWW: http://simple-evcorr.sourceforge.net/
 X
 X-- Nicolas Jombart <ecu@ipv42.net>
 END-of-sec/pkg-descr
 echo x - sec/pkg-plist
 sed 's/^X//' >sec/pkg-plist << 'END-of-sec/pkg-plist'
 Xbin/sec.pl
 X%%PORTDOCS%%%%DOCSDIR%%/README
 X%%PORTDOCS%%%%DOCSDIR%%/convert.pl
 X%%PORTDOCS%%%%DOCSDIR%%/itostream.c
 X%%PORTDOCS%%@dirrm %%DOCSDIR%%
 END-of-sec/pkg-plist
 echo x - sec/distinfo
 sed 's/^X//' >sec/distinfo << 'END-of-sec/distinfo'
 XMD5 (sec-2.1.9.tar.gz) = 66cf72f8af4aa95740e222d635e91d1e
 END-of-sec/distinfo
 exit
 
State-Changed-From-To: open->closed  
State-Changed-By: krion 
State-Changed-When: Sat Jul 26 02:01:03 PDT 2003 
State-Changed-Why:  
Committed with a slight modification. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48697 
>Unformatted:
