summaryrefslogtreecommitdiff
path: root/net/iplog
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-09 16:40:11 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-09 16:40:11 +0000
commitd0d11da29c9255515f9ed0e98f1075a1d49dfd91 (patch)
tree98c64fbf8d5719d65d816fe72222b26b5504775c /net/iplog
parentMoving iplog from security down the street to net (diff)
Welcoming iplog to its new home in net
Notes
Notes: svn path=/head/; revision=22275
Diffstat (limited to 'net/iplog')
-rw-r--r--net/iplog/Makefile26
-rw-r--r--net/iplog/distinfo1
-rw-r--r--net/iplog/pkg-comment1
-rw-r--r--net/iplog/pkg-descr5
-rw-r--r--net/iplog/pkg-plist2
5 files changed, 35 insertions, 0 deletions
diff --git a/net/iplog/Makefile b/net/iplog/Makefile
new file mode 100644
index 000000000000..6a5a2ab61ed9
--- /dev/null
+++ b/net/iplog/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: iplog
+# Version required: 1.2
+# Date created: 4 Oct 1999
+# Whom: Dominik Rothert <dr@domix.de>
+#
+# $FreeBSD$
+#
+
+DISTNAME= iplog-2.0-1002
+CATEGORIES= security
+MASTER_SITES= http://www.numb.org/~odin/stuff/
+
+MAINTAINER= dr@domix.de
+
+GNU_CONFIGURE= yes
+MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
+USE_GMAKE= yes
+
+MAN8= iplog.8
+
+post-install:
+ strip ${PREFIX}/sbin/iplog
+ ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample
+ ${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules
+
+.include <bsd.port.mk>
diff --git a/net/iplog/distinfo b/net/iplog/distinfo
new file mode 100644
index 000000000000..726eb4c55265
--- /dev/null
+++ b/net/iplog/distinfo
@@ -0,0 +1 @@
+MD5 (iplog-2.0-1002.tar.gz) = 89eaf85ab7552d33968741257b00dbaf
diff --git a/net/iplog/pkg-comment b/net/iplog/pkg-comment
new file mode 100644
index 000000000000..c11113ac49d3
--- /dev/null
+++ b/net/iplog/pkg-comment
@@ -0,0 +1 @@
+TCP/IP traffic logging tool
diff --git a/net/iplog/pkg-descr b/net/iplog/pkg-descr
new file mode 100644
index 000000000000..d36704a2b4eb
--- /dev/null
+++ b/net/iplog/pkg-descr
@@ -0,0 +1,5 @@
+iplog is a TCP/IP traffic logger. Currently, it is capable of logging
+TCP, UDP and ICMP traffic, though adding support for other protocols
+should be relatively easy. iplog contains a built-in packet filter,
+allowing for logging or excluding packets that fit a given set of
+criteria.
diff --git a/net/iplog/pkg-plist b/net/iplog/pkg-plist
new file mode 100644
index 000000000000..74267a28da42
--- /dev/null
+++ b/net/iplog/pkg-plist
@@ -0,0 +1,2 @@
+sbin/iplog
+etc/iplog.rules.sample