Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 1999 16:56:23 +0200 (CEST)
From:      Dominik Rothert <dr@domix.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14399: update port: net/iplog
Message-ID:  <199910181456.QAA01951@domix.de>

next in thread | raw e-mail | index | archive | help

>Number:         14399
>Category:       ports
>Synopsis:       update port: net/iplog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 18 08:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Rothert
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Am I organized?
>Environment:

	FreeBSD speed.localnet.lan 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Oct  12 10:39:15 CEST 1999     root@speed.localnet.lan:/usr/src/sys/compile/SPEED  i386


>Description:

	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.

	This version fixes some bugs.  CATEGORIES was set to a wrong value
	since you moved it from security to net.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	iplog/
#	iplog/files
#	iplog/files/md5
#	iplog/pkg
#	iplog/pkg/PLIST
#	iplog/pkg/DESCR
#	iplog/pkg/COMMENT
#	iplog/Makefile
#
echo c - iplog/
mkdir -p iplog/ > /dev/null 2>&1
echo c - iplog/files
mkdir -p iplog/files > /dev/null 2>&1
echo x - iplog/files/md5
sed 's/^X//' >iplog/files/md5 << 'END-of-iplog/files/md5'
XMD5 (iplog-2.0-1017.tar.gz) = 6a2cda10b32e7bf7a46bcdfe1d551c9f
END-of-iplog/files/md5
echo c - iplog/pkg
mkdir -p iplog/pkg > /dev/null 2>&1
echo x - iplog/pkg/PLIST
sed 's/^X//' >iplog/pkg/PLIST << 'END-of-iplog/pkg/PLIST'
Xsbin/iplog
Xetc/iplog.rules.sample
END-of-iplog/pkg/PLIST
echo x - iplog/pkg/DESCR
sed 's/^X//' >iplog/pkg/DESCR << 'END-of-iplog/pkg/DESCR'
Xiplog is a TCP/IP traffic logger.  Currently, it is capable of logging
XTCP, UDP and ICMP traffic, though adding support for other protocols
Xshould be relatively easy. iplog contains a built-in packet filter,
Xallowing for logging or excluding packets that fit a given set of
Xcriteria.
END-of-iplog/pkg/DESCR
echo x - iplog/pkg/COMMENT
sed 's/^X//' >iplog/pkg/COMMENT << 'END-of-iplog/pkg/COMMENT'
XTCP/IP traffic logging tool
END-of-iplog/pkg/COMMENT
echo x - iplog/Makefile
sed 's/^X//' >iplog/Makefile << 'END-of-iplog/Makefile'
X# New ports collection makefile for:        iplog
X# Version required:	2.0
X# Date created:	18 Oct 1999
X# Whom:			Dominik Rothert <dr@domix.de>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	iplog-2.0-1017
XCATEGORIES=	net
XMASTER_SITES=	http://www.numb.org/~odin/stuff/
X
XMAINTAINER=	dr@domix.de
X
XGNU_CONFIGURE=	yes
XMAKE_FLAGS=	CONF_ARGS="--prefix=${PREFIX}"
XUSE_GMAKE=	yes
X
XMAN8=	iplog.8
X
Xpost-install:
X	strip ${PREFIX}/sbin/iplog
X	${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample
X	${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules
X
X.include <bsd.port.mk>
END-of-iplog/Makefile
exit

	

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910181456.QAA01951>