From root@thug.prv.dev.itouchnet.net  Wed Apr 30 06:08:29 2003
Return-Path: <root@thug.prv.dev.itouchnet.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DC88537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Apr 2003 06:08:29 -0700 (PDT)
Received: from thug.prv.dev.itouchnet.net (itouchlabs.com [196.15.188.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 340F443FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Apr 2003 06:08:27 -0700 (PDT)
	(envelope-from root@thug.prv.dev.itouchnet.net)
Received: from root by thug.prv.dev.itouchnet.net with local (Exim 3.36 #1)
	id 19ArKg-0000ri-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 30 Apr 2003 15:09:10 +0200
Message-Id: <E19ArKg-0000ri-00@thug.prv.dev.itouchnet.net>
Date: Wed, 30 Apr 2003 15:09:10 +0200
From: Barry Irwin <bvi@moria.org>
Reply-To: Barry Irwin <bvi@moria.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: NEW port: pixilate
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51624
>Category:       ports
>Synopsis:       NEW port: pixilate
>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:   Wed Apr 30 06:10:16 PDT 2003
>Closed-Date:    Mon Jun 02 22:25:42 PDT 2003
>Last-Modified:  Mon Jun 02 22:25:42 PDT 2003
>Originator:     Barry Irwin
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
Moria Research
>Environment:
System: FreeBSD thug.prv.dev.itouchnet.net 4.4-RELEASE FreeBSD 4.4-RELEASE #4: Thu Oct 3 10:19:20 SAST 2002 nbm@thug.prv.dev.itouchnet.net:/export/src/sys/compile/THUG i386
>Description:
	Commit of new port net/pixilate.  Provides facility to generate packets to match a Cisco PIX access list
>How-To-Repeat:
	 
>Fix:

	The following contains the port skeleton

# 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:
#
#	pixilate
#	pixilate/Makefile
#	pixilate/distinfo
#	pixilate/pkg-descr
#	pixilate/pkg-plist
#
echo c - pixilate
mkdir -p pixilate > /dev/null 2>&1
echo x - pixilate/Makefile
sed 's/^X//' >pixilate/Makefile << 'END-of-pixilate/Makefile'
X
XPORTNAME=	pixilate
XPORTVERSION=	0.4
X#PORTREVISION=	3
XCATEGORIES=	net
XMASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= winfingerprint
X
XMAINTAINER=	bvi-ports@moria.org
XCOMMENT=	Generates packets to match a list of Cisco PIX access lists
X
XBUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
X
XWRKSRC=         ${WRKDIR}/pixilate
X
XHAS_CONFIGURE=  yes
X
XLIBNET_CONFIG=  ${LOCALBASE}/bin/libnet-config
XCFLAGS+=        `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
XCFLAGS+=        -I${LOCALBASE}/include
XLIBS=           `${LIBNET_CONFIG} --libs`
X#GNU_CONFIGURE=  yes
XCONFIGURE_ENV=  LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}"
X
XMAN1=           pixilate.1
X
X.include <bsd.port.mk>
END-of-pixilate/Makefile
echo x - pixilate/distinfo
sed 's/^X//' >pixilate/distinfo << 'END-of-pixilate/distinfo'
XMD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d
END-of-pixilate/distinfo
echo x - pixilate/pkg-descr
sed 's/^X//' >pixilate/pkg-descr << 'END-of-pixilate/pkg-descr'
Xpixilate parses an input file containing Cisco PIX 6.2x (normal mask)
X   or Cisco IOS (inverted mask) access-list entries and generates
X   the appropriate packets. For further information on writing PIX access-lists,
X   look here, for information on writing IOS access-lists, look here.
X
Xpixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP
X     types), and IGMP utilizing the Libnet 1.1.x library available from
X     http://www.packetfactory.net.  NOTE: Libnet 1.0.x is NOT compatible."
X
X
XWWW: http://winfingerprint.sourceforge.net/pixilate.php
END-of-pixilate/pkg-descr
echo x - pixilate/pkg-plist
sed 's/^X//' >pixilate/pkg-plist << 'END-of-pixilate/pkg-plist'
Xbin/pixilate
END-of-pixilate/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Mon Jun 2 22:25:32 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

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