summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-01-20 22:46:37 +0000
committeradrianp <adrianp>2005-01-20 22:46:37 +0000
commit1b12ae9cf8aa265f7703083acb81f69c71bfcd42 (patch)
tree3174412c18c31d103e7e9beed228bf2c2e471dcc /net
parent44f7d82eb6bea45a953d73dd984e4049bc1e08d1 (diff)
downloadpkgsrc-1b12ae9cf8aa265f7703083acb81f69c71bfcd42.tar.gz
Packit (Packet toolkit) is a network auditing tool. Its value is derived
from its ability to customize, inject, monitor, and manipulate IP traffic. This is packit 1.0.
Diffstat (limited to 'net')
-rw-r--r--net/packit/DESCR7
-rw-r--r--net/packit/Makefile21
-rw-r--r--net/packit/PLIST3
-rw-r--r--net/packit/distinfo4
4 files changed, 35 insertions, 0 deletions
diff --git a/net/packit/DESCR b/net/packit/DESCR
new file mode 100644
index 00000000000..22e2ed39219
--- /dev/null
+++ b/net/packit/DESCR
@@ -0,0 +1,7 @@
+Packit (Packet toolkit) is a network auditing tool. Its value is derived
+from its ability to customize, inject, monitor, and manipulate IP traffic.
+By allowing you to define (spoof) nearly all TCP, UDP, ICMP, IP, ARP, RARP,
+and Ethernet header options, Packit can be useful in testing firewalls,
+intrusion detection/prevention systems, port scanning, simulating network
+traffic, and general TCP/IP auditing. Packit is also an excellent tool for
+learning TCP/IP.
diff --git a/net/packit/Makefile b/net/packit/Makefile
new file mode 100644
index 00000000000..3cb956e31e1
--- /dev/null
+++ b/net/packit/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/20 22:46:37 adrianp Exp $
+
+DISTNAME= packit-1.0
+CATEGORIES= net
+MASTER_SITES= http://packit.sourceforge.net/downloads/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://packit.sourceforge.net/
+COMMENT= Network auditing tool with the ability to manipulate IP traffic
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_BUILTIN.libpcap= YES
+
+CONFIGURE_ARGS+= --with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include
+CONFIGURE_ARGS+= --with-libpcap-libraries=${BUILDLINK_PREFIX.libpcap}/lib
+
+.include "../../devel/libnet11/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/packit/PLIST b/net/packit/PLIST
new file mode 100644
index 00000000000..e4a7c565bf8
--- /dev/null
+++ b/net/packit/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/20 22:46:37 adrianp Exp $
+man/man8/packit.8
+sbin/packit
diff --git a/net/packit/distinfo b/net/packit/distinfo
new file mode 100644
index 00000000000..26b922d74e7
--- /dev/null
+++ b/net/packit/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/20 22:46:37 adrianp Exp $
+
+SHA1 (packit-1.0.tgz) = 21e1540c55879123d6bcca92c64d371b734893b1
+Size (packit-1.0.tgz) = 138367 bytes