Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 10:29:22 +0100 (CET)
From:      Nicolas Jombart <ecu@ipv42.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ecu@ipv42.net
Subject:   ports/48697: New port: sysutils/sec  Simple event correlator
Message-ID:  <20030226092922.9ADB315237@shiva.bouglou.net>

next in thread | raw e-mail | index | archive | help

>Number:         48697
>Category:       ports
>Synopsis:       New port: sysutils/sec  Simple event correlator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 01:30:09 PST 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030226092922.9ADB315237>