Welcoming iplog to its new home in net
This commit is contained in:
parent
d88ff386ba
commit
d0d11da29c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22275
26
net/iplog/Makefile
Normal file
26
net/iplog/Makefile
Normal 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
1
net/iplog/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (iplog-2.0-1002.tar.gz) = 89eaf85ab7552d33968741257b00dbaf
|
1
net/iplog/pkg-comment
Normal file
1
net/iplog/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
TCP/IP traffic logging tool
|
5
net/iplog/pkg-descr
Normal file
5
net/iplog/pkg-descr
Normal 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
2
net/iplog/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
sbin/iplog
|
||||
etc/iplog.rules.sample
|
Loading…
Reference in New Issue
Block a user