ports/48697: New port: sysutils/sec Simple event correlator

Nicolas Jombart ecu at ipv42.net
Thu Jul 24 13:00:32 UTC 2003


The following reply was made to PR ports/48697; it has been noted by GNATS.

From: Nicolas Jombart <ecu at ipv42.net>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc: ecu at 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 at 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 at 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 at 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
 



More information about the freebsd-ports-bugs mailing list