Initial import of sec 2.3.1

SEC is a free and platform independent event correlation tool.

from Okan Demirmen <okan at demirmen.com>
This commit is contained in:
sturm 2005-05-05 21:18:56 +00:00
parent 04f1404527
commit f60352b3c1
4 changed files with 48 additions and 0 deletions

27
sysutils/sec/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/05 21:18:56 sturm Exp $
COMMENT= "simple event correlator"
DISTNAME= sec-2.3.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=simple-evcorr/}
HOMEPAGE= http://www.estpak.ee/~risto/sec/
MAINTAINER= Okan Demirmen <okan@demirmen.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin/sec
perl -pi -e "s/sec.pl/sec/g" ${WRKSRC}/sec.pl.man
${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man1/sec.1
.include <bsd.port.mk>

4
sysutils/sec/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (sec-2.3.1.tar.gz) = d0178f775ac0e976ea05924cdb62126a
RMD160 (sec-2.3.1.tar.gz) = 4e328d884f66bcefadca5bea6279dbd0003c0cca
SHA1 (sec-2.3.1.tar.gz) = 7688a3592ea526cf636cf6e879a17324bc433f8e
SIZE (sec-2.3.1.tar.gz) = 76446

14
sysutils/sec/pkg/DESCR Normal file
View File

@ -0,0 +1,14 @@
SEC is a free and platform independent event correlation tool that
was designed to fill the gap between commercial event correlation
systems and homegrown solutions that usually comprise of a few
simple shell scripts. SEC accepts input from regular files, named
pipes, and standard input, making it suitable to employ with any
application that is able to write its output to a file stream. The
SEC configuration is stored in text files as rules, each rule
specifying an event matching condition, an action list, and optionally
a Boolean expression whose truth value decides whether the rule can
be applied at a given moment. Regular expressions are used for
defining event matching conditions, and output events can be produced
by executing user-specified shell scripts or programs (e.g., snmptrap
or mail), by writing messages to pipes or files, and by various
other means.

3
sysutils/sec/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/05 21:18:56 sturm Exp $
bin/sec
@man man/man1/sec.1