ports/51624: NEW port: pixilate

Barry Irwin bvi at moria.org
Wed Apr 30 13:10:20 UTC 2003


>Number:         51624
>Category:       ports
>Synopsis:       NEW port: pixilate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 30 06:10:16 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list