summaryrefslogtreecommitdiffstats
path: root/security/snort-rep
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-07-19 14:26:23 +0000
committermarkp <markp@FreeBSD.org>2001-07-19 14:26:23 +0000
commit19889ff6593da8037fa16925f832f5491aad6bbe (patch)
treef339e7d5c354231612144f6987352a433d29adaa /security/snort-rep
parentcb7adf6501d3b666c76383b27fbead102e38146f (diff)
downloadFreeBSD-ports-19889ff6593da8037fa16925f832f5491aad6bbe.zip
FreeBSD-ports-19889ff6593da8037fa16925f832f5491aad6bbe.tar.gz
Add snort-rep 1.2, a Snort reporting tool that can produce text
or HTML from logs.
Diffstat (limited to 'security/snort-rep')
-rw-r--r--security/snort-rep/Makefile32
-rw-r--r--security/snort-rep/distinfo1
-rw-r--r--security/snort-rep/pkg-comment1
-rw-r--r--security/snort-rep/pkg-descr10
-rw-r--r--security/snort-rep/pkg-plist3
5 files changed, 47 insertions, 0 deletions
diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile
new file mode 100644
index 0000000..d7b1e7f
--- /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 0000000..0f18b9b
--- /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 0000000..0cc60f0
--- /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 0000000..12158d9
--- /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 0000000..6c02d56
--- /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
OpenPOWER on IntegriCloud