diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/sec/Makefile | 39 | ||||
-rw-r--r-- | sysutils/sec/distinfo | 1 | ||||
-rw-r--r-- | sysutils/sec/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/sec/pkg-plist | 5 |
5 files changed, 55 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f9cdee015d7..8d6a689ccc6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -245,6 +245,7 @@ SUBDIR += sb16config SUBDIR += sbniconfig SUBDIR += sdd + SUBDIR += sec SUBDIR += service-config SUBDIR += setcdboot SUBDIR += setquota diff --git a/sysutils/sec/Makefile b/sysutils/sec/Makefile new file mode 100644 index 00000000000..fa7f92e1d43 --- /dev/null +++ b/sysutils/sec/Makefile @@ -0,0 +1,39 @@ +# New ports collection Makefile for: sec +# Date created: 25, February 2003 +# Whom: Nicolas Jombart <ecu@ipv42.net> +# +# $FreeBSD$ +# + +PORTNAME= sec +PORTVERSION= 2.1.9 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sourceforge/simple-evcorr + +MAINTAINER= ecu@ipv42.net +COMMENT= Simple event (logs) correlator + +USE_PERL5= YES +NO_BUILD= YES +USE_REINPLACE= yes + +MAN8= sec.8 +DOCS= README convert.pl itostream.c + +post-patch: + ${REINPLACE_CMD} -e \ + 's|${PORTNAME}.pl|${PORTNAME}|g' \ + ${WRKSRC}/${PORTNAME}.pl.man + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/sec.pl ${PREFIX}/bin/${PORTNAME} + @${INSTALL_MAN} ${WRKSRC}/sec.pl.man ${PREFIX}/man/man8/sec.8 +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/sysutils/sec/distinfo b/sysutils/sec/distinfo new file mode 100644 index 00000000000..e260124e9b7 --- /dev/null +++ b/sysutils/sec/distinfo @@ -0,0 +1 @@ +MD5 (sec-2.1.9.tar.gz) = 66cf72f8af4aa95740e222d635e91d1e diff --git a/sysutils/sec/pkg-descr b/sysutils/sec/pkg-descr new file mode 100644 index 00000000000..d1fe42d09f8 --- /dev/null +++ b/sysutils/sec/pkg-descr @@ -0,0 +1,9 @@ +SEC is an 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 is highly customisable to accept events from many sources and build +a powerful correlation engine. + +WWW: http://simple-evcorr.sourceforge.net/ + +-- Nicolas Jombart <ecu@ipv42.net> diff --git a/sysutils/sec/pkg-plist b/sysutils/sec/pkg-plist new file mode 100644 index 00000000000..d7569d7fd5a --- /dev/null +++ b/sysutils/sec/pkg-plist @@ -0,0 +1,5 @@ +bin/sec +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/convert.pl +%%PORTDOCS%%%%DOCSDIR%%/itostream.c +%%PORTDOCS%%@dirrm %%DOCSDIR%% |