From 8b519d48eddfdd4e85eb0431fa1d242724e57da7 Mon Sep 17 00:00:00 2001 From: adrianp Date: Thu, 20 Jan 2005 22:46:37 +0000 Subject: 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. --- net/packit/DESCR | 7 +++++++ net/packit/Makefile | 21 +++++++++++++++++++++ net/packit/PLIST | 3 +++ net/packit/distinfo | 4 ++++ 4 files changed, 35 insertions(+) create mode 100644 net/packit/DESCR create mode 100644 net/packit/Makefile create mode 100644 net/packit/PLIST create mode 100644 net/packit/distinfo 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 -- cgit v1.2.3