Welcoming iplog to its new home in net

This commit is contained in:
Dan Moschuk 1999-10-09 16:40:11 +00:00
parent d88ff386ba
commit d0d11da29c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22275
5 changed files with 35 additions and 0 deletions

26
net/iplog/Makefile Normal file
View File

@ -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>

1
net/iplog/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (iplog-2.0-1002.tar.gz) = 89eaf85ab7552d33968741257b00dbaf

1
net/iplog/pkg-comment Normal file
View File

@ -0,0 +1 @@
TCP/IP traffic logging tool

5
net/iplog/pkg-descr Normal file
View File

@ -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.

2
net/iplog/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
sbin/iplog
etc/iplog.rules.sample