From d0d11da29c9255515f9ed0e98f1075a1d49dfd91 Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Sat, 9 Oct 1999 16:40:11 +0000 Subject: Welcoming iplog to its new home in net --- net/iplog/Makefile | 26 ++++++++++++++++++++++++++ net/iplog/distinfo | 1 + net/iplog/pkg-comment | 1 + net/iplog/pkg-descr | 5 +++++ net/iplog/pkg-plist | 2 ++ 5 files changed, 35 insertions(+) create mode 100644 net/iplog/Makefile create mode 100644 net/iplog/distinfo create mode 100644 net/iplog/pkg-comment create mode 100644 net/iplog/pkg-descr create mode 100644 net/iplog/pkg-plist 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 +# +# $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 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 -- cgit v1.2.3