Date: Mon, 4 Oct 1999 17:20:34 +0200 (CEST) From: Dominik Rothert <dr@domix.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14119: new port: security/iplog Message-ID: <199910041520.RAA02716@domix.de>
next in thread | raw e-mail | index | archive | help
>Number: 14119 >Category: ports >Synopsis: new port: security/iplog >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 4 08:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Rothert >Release: FreeBSD 4.0-CURRENT i386 >Organization: Am I organized? >Environment: >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. >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-1002.tar.gz) = 89eaf85ab7552d33968741257b00dbaf 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: 1.2 X# Date created: 4 Oct 1999 X# Whom: Dominik Rothert <dr@domix.de> X# X# $FreeBSD$ X# X XDISTNAME= iplog-2.0-1002 XCATEGORIES= security 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?199910041520.RAA02716>