diff options
author | will <will@FreeBSD.org> | 2003-06-03 05:25:09 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 05:25:09 +0000 |
commit | e7bf97f9d8c7d5ac2eef251059a17b8fad0974cd (patch) | |
tree | 05b5c0089ae0d392581b8a5c8d2cfc9cab8496f0 /net/pixilate | |
parent | 3941e8fdb9d1190263d9f4729b0c9cf2c6e11b5f (diff) | |
download | FreeBSD-ports-e7bf97f9d8c7d5ac2eef251059a17b8fad0974cd.zip FreeBSD-ports-e7bf97f9d8c7d5ac2eef251059a17b8fad0974cd.tar.gz |
Add pixilate 0.4, a program that generates packets to match
a list of Cisco PIX access lists.
PR: 51624
Submitted by: Barry Irwin <bvi@moria.org>
Diffstat (limited to 'net/pixilate')
-rw-r--r-- | net/pixilate/Makefile | 32 | ||||
-rw-r--r-- | net/pixilate/distinfo | 1 | ||||
-rw-r--r-- | net/pixilate/pkg-descr | 11 | ||||
-rw-r--r-- | net/pixilate/pkg-plist | 1 |
4 files changed, 45 insertions, 0 deletions
diff --git a/net/pixilate/Makefile b/net/pixilate/Makefile new file mode 100644 index 0000000..75182e3 --- /dev/null +++ b/net/pixilate/Makefile @@ -0,0 +1,32 @@ +# Ports collection makefile for: pixilate +# Date created: Wed Apr 30 06:10:16 PDT 2003 +# Whom: Barry Irwin <bvi@moria.org> +# +# $FreeBSD$ + +PORTNAME= pixilate +PORTVERSION= 0.4 +#PORTREVISION= 3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= winfingerprint + +MAINTAINER= bvi-ports@moria.org +COMMENT= Generates packets to match a list of Cisco PIX access lists + +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel + +WRKSRC= ${WRKDIR}/pixilate + +HAS_CONFIGURE= yes + +LIBNET_CONFIG= ${LOCALBASE}/bin/libnet-config +CFLAGS+= `${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines` +CFLAGS+= -I${LOCALBASE}/include +LIBS= `${LIBNET_CONFIG} --libs` +#GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" + +MAN1= pixilate.1 + +.include <bsd.port.mk> diff --git a/net/pixilate/distinfo b/net/pixilate/distinfo new file mode 100644 index 0000000..2a832b6 --- /dev/null +++ b/net/pixilate/distinfo @@ -0,0 +1 @@ +MD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d diff --git a/net/pixilate/pkg-descr b/net/pixilate/pkg-descr new file mode 100644 index 0000000..e10fbb2 --- /dev/null +++ b/net/pixilate/pkg-descr @@ -0,0 +1,11 @@ +pixilate parses an input file containing Cisco PIX 6.2x (normal mask) + or Cisco IOS (inverted mask) access-list entries and generates + the appropriate packets. For further information on writing PIX access-lists, + look here, for information on writing IOS access-lists, look here. + +pixilate - is currently capable of generating TCP/UDP/ICMP (various ICMP + types), and IGMP utilizing the Libnet 1.1.x library available from + http://www.packetfactory.net. NOTE: Libnet 1.0.x is NOT compatible." + + +WWW: http://winfingerprint.sourceforge.net/pixilate.php diff --git a/net/pixilate/pkg-plist b/net/pixilate/pkg-plist new file mode 100644 index 0000000..b5df73f --- /dev/null +++ b/net/pixilate/pkg-plist @@ -0,0 +1 @@ +bin/pixilate |