From 823dc07f1692b2e79863c208e2286ec57f821327 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 3 Jun 2003 05:25:09 +0000 Subject: Add pixilate 0.4, a program that generates packets to match a list of Cisco PIX access lists. PR: 51624 Submitted by: Barry Irwin --- net-mgmt/pixilate/Makefile | 32 ++++++++++++++++++++++++++++++++ net-mgmt/pixilate/distinfo | 1 + net-mgmt/pixilate/pkg-descr | 11 +++++++++++ net-mgmt/pixilate/pkg-plist | 1 + 4 files changed, 45 insertions(+) create mode 100644 net-mgmt/pixilate/Makefile create mode 100644 net-mgmt/pixilate/distinfo create mode 100644 net-mgmt/pixilate/pkg-descr create mode 100644 net-mgmt/pixilate/pkg-plist (limited to 'net-mgmt/pixilate') 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 +# +# $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 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 -- cgit v1.2.3