summaryrefslogtreecommitdiff
path: root/net-mgmt/pixilate
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 05:25:09 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 05:25:09 +0000
commit823dc07f1692b2e79863c208e2286ec57f821327 (patch)
tree0726b84d0aecb470c85e032e896ed6f7fd86742e /net-mgmt/pixilate
parentNew port wmxss version 0.1: Run xscreensaver modules inside a (diff)
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>
Notes
Notes: svn path=/head/; revision=82175
Diffstat (limited to 'net-mgmt/pixilate')
-rw-r--r--net-mgmt/pixilate/Makefile32
-rw-r--r--net-mgmt/pixilate/distinfo1
-rw-r--r--net-mgmt/pixilate/pkg-descr11
-rw-r--r--net-mgmt/pixilate/pkg-plist1
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