diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 14:26:23 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 14:26:23 +0000 |
commit | 3a6764bfe7cffda296fb84406c2f051ba40e8f3d (patch) | |
tree | 0ecdb2f4969a07b9f0358293d48c63c38131a39a /security | |
parent | Update to 1.62. Add USE_PYTHON while I'm here.. (diff) |
Add snort-rep 1.2, a Snort reporting tool that can produce text
or HTML from logs.
Notes
Notes:
svn path=/head/; revision=45246
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/snort-rep/Makefile | 32 | ||||
-rw-r--r-- | security/snort-rep/distinfo | 1 | ||||
-rw-r--r-- | security/snort-rep/pkg-comment | 1 | ||||
-rw-r--r-- | security/snort-rep/pkg-descr | 10 | ||||
-rw-r--r-- | security/snort-rep/pkg-plist | 3 |
6 files changed, 48 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ccfc4f83c815..e4902bce755b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -163,6 +163,7 @@ SUBDIR += smurflog SUBDIR += sniff SUBDIR += snort + SUBDIR += snort-rep SUBDIR += srm SUBDIR += ssh SUBDIR += ssh-multiadd diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile new file mode 100644 index 000000000000..d7b1e7f1c8a5 --- /dev/null +++ b/security/snort-rep/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: snort-rep +# Date created: Jul 19, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= snort-rep +PORTVERSION= 1.2 +CATEGORIES= security +MASTER_SITES= http://people.ee.ethz.ch/~dws/software/snort-rep/pub/ + +MAINTAINER= markp@FreeBSD.org + +USE_PERL= yes +MAN1= snort-rep.1 + +post-patch: + @${PERL} -pi -e "s|#!/usr/bin/perl|#!${PERL}|" \ + ${WRKSRC}/snort-rep ${WRKSRC}/snort-rep-mail + +do-build: + cd ${BUILD_WRKSRC} ; pod2man --lax snort-rep > snort-rep.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/snort-rep.1 ${MAN1PREFIX}/man/man1 + ${MKDIR} ${PREFIX}/share/examples/snort-rep + ${INSTALL_SCRIPT} ${WRKSRC}/snort-rep-mail \ + ${PREFIX}/share/examples/snort-rep + +.include <bsd.port.mk> diff --git a/security/snort-rep/distinfo b/security/snort-rep/distinfo new file mode 100644 index 000000000000..0f18b9b37905 --- /dev/null +++ b/security/snort-rep/distinfo @@ -0,0 +1 @@ +MD5 (snort-rep-1.2.tar.gz) = 95ba9f128647355241f09664c0685ef5 diff --git a/security/snort-rep/pkg-comment b/security/snort-rep/pkg-comment new file mode 100644 index 000000000000..0cc60f02e8f3 --- /dev/null +++ b/security/snort-rep/pkg-comment @@ -0,0 +1 @@ +A Snort reporting tool that can produce text or HTML from logs diff --git a/security/snort-rep/pkg-descr b/security/snort-rep/pkg-descr new file mode 100644 index 000000000000..12158d974715 --- /dev/null +++ b/security/snort-rep/pkg-descr @@ -0,0 +1,10 @@ +Snort-rep is a Snort reporting tool that can produce text or HTML +output from a syslog file. The reports contain: + +* Portscan summary +* Alert Summary by ID +* Alert summary by remote host and ID +* Alert summary by local host and ID +* Alert summary by local port and ID + +WWW: http://people.ee.ethz.ch/~dws/software/snort-rep/ diff --git a/security/snort-rep/pkg-plist b/security/snort-rep/pkg-plist new file mode 100644 index 000000000000..6c02d56e5981 --- /dev/null +++ b/security/snort-rep/pkg-plist @@ -0,0 +1,3 @@ +bin/snort-rep +share/examples/snort-rep/snort-rep-mail +@dirrm share/examples/snort-rep |