# 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 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 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 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