From krion@voodoo.oberon.net  Mon Jun  2 09:18:45 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D190437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Jun 2003 09:18:45 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 329C943F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Jun 2003 09:18:45 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.10)
	id 19Ms18-000CLE-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 02 Jun 2003 18:18:38 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.10)
	id 19Ms0N-0006Lc-00
	for FreeBSD-gnats-submit@freebsd.org; Mon, 02 Jun 2003 18:17:51 +0200
Message-Id: <E19Ms0N-0006Lc-00@voodoo.oberon.net>
Date: Mon, 02 Jun 2003 18:17:51 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: net/packit
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52870
>Category:       ports
>Synopsis:       New port: net/packit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 09:20:14 PDT 2003
>Closed-Date:    Mon Jun 02 09:39:22 PDT 2003
>Last-Modified:  Mon Jun 02 09:39:22 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
New port: net/packit

Packit is a network auditing tool. Its value is derived from
its ability to customize, inject, monitor, and manipulate IP
traffic. By allowing you to define (spoof) nearly all TCP, UDP,
ICMP, IP, ARP, RARP, and Ethernet header options, Packit can be
useful in testing firewalls, intrusion detection systems, port
scanning, simulating network traffic, and general TCP/IP
auditing. Packit is also an excellent tool for learning TCP/IP.

>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:
#
#	net/packit
#	net/packit/Makefile
#	net/packit/distinfo
#	net/packit/pkg-descr
#	net/packit/pkg-plist
#
echo c - net/packit
mkdir -p net/packit > /dev/null 2>&1
echo x - net/packit/Makefile
sed 's/^X//' >net/packit/Makefile << 'END-of-net/packit/Makefile'
X# New ports collection makefile for:  		packit
X# Date created:        				02.06.2003
X# Whom:               				Kirill Ponomarew <ponomarew@oberon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	packit
XPORTVERSION=	0.6.0
XCATEGORIES=	net
XMASTER_SITES=	http://packit.sourceforge.net/
XDISTNAME=	${PORTNAME}-latest
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	ponomarew@oberon.net
XCOMMENT=	Nast is a packet sniffer
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
X
XLIBNET_CONFIG?=	${LOCALBASE}/bin/libnet-config
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XMAN8=		packit.8
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LIBS="-L${LOCALBASE}/lib" \
X
Xpre-everything::
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} ""#######################################################
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} "You need ${PORTSDIR}/net/libnet-devel to build this port
X	@${ECHO_MSG} ""
X	@${ECHO_MSG} ""#######################################################
X	@${ECHO_MSG} ""
X
X.include <bsd.port.mk>
END-of-net/packit/Makefile
echo x - net/packit/distinfo
sed 's/^X//' >net/packit/distinfo << 'END-of-net/packit/distinfo'
XMD5 (packit-latest.tgz) = fd7436accc01e0dcb127df1f20a457d3
END-of-net/packit/distinfo
echo x - net/packit/pkg-descr
sed 's/^X//' >net/packit/pkg-descr << 'END-of-net/packit/pkg-descr'
XPackit is a network auditing tool. Its value is derived from
Xits ability to customize, inject, monitor, and manipulate IP
Xtraffic. By allowing you to define (spoof) nearly all TCP, UDP,
XICMP, IP, ARP, RARP, and Ethernet header options, Packit can be
Xuseful in testing firewalls, intrusion detection systems, port
Xscanning, simulating network traffic, and general TCP/IP
Xauditing. Packit is also an excellent tool for learning TCP/IP.
X
XWWW: http://packit.sourceforge.net/
END-of-net/packit/pkg-descr
echo x - net/packit/pkg-plist
sed 's/^X//' >net/packit/pkg-plist << 'END-of-net/packit/pkg-plist'
Xsbin/packit
END-of-net/packit/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: fjoe 
State-Changed-When: Mon Jun 2 09:39:01 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52870 
>Unformatted:
