diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:25:09 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:25:09 +0000 |
commit | 823dc07f1692b2e79863c208e2286ec57f821327 (patch) | |
tree | 0726b84d0aecb470c85e032e896ed6f7fd86742e /net-mgmt/pixilate | |
parent | 943cfe1f34d83105bc6e92bff63b1f3441d8c2e9 (diff) | |
download | ports-823dc07f1692b2e79863c208e2286ec57f821327.tar.gz ports-823dc07f1692b2e79863c208e2286ec57f821327.zip |
Notes
Diffstat (limited to 'net-mgmt/pixilate')
-rw-r--r-- | net-mgmt/pixilate/Makefile | 32 | ||||
-rw-r--r-- | net-mgmt/pixilate/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/pixilate/pkg-descr | 11 | ||||
-rw-r--r-- | net-mgmt/pixilate/pkg-plist | 1 |
4 files changed, 45 insertions, 0 deletions
diff --git a/net-mgmt/pixilate/Makefile b/net-mgmt/pixilate/Makefile new file mode 100644 index 000000000000..75182e30f5a8 --- /dev/null +++ b/net-mgmt/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-mgmt/pixilate/distinfo b/net-mgmt/pixilate/distinfo new file mode 100644 index 000000000000..2a832b6faca9 --- /dev/null +++ b/net-mgmt/pixilate/distinfo @@ -0,0 +1 @@ +MD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d diff --git a/net-mgmt/pixilate/pkg-descr b/net-mgmt/pixilate/pkg-descr new file mode 100644 index 000000000000..e10fbb22ca19 --- /dev/null +++ b/net-mgmt/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-mgmt/pixilate/pkg-plist b/net-mgmt/pixilate/pkg-plist new file mode 100644 index 000000000000..b5df73f71b9d --- /dev/null +++ b/net-mgmt/pixilate/pkg-plist @@ -0,0 +1 @@ +bin/pixilate |