pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/packit Packit (Packet toolkit) is a network auditi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/847262f60cf1
branches: trunk
changeset: 487835:847262f60cf1
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Thu Jan 20 22:46:37 2005 +0000
description:
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:
net/packit/DESCR | 7 +++++++
net/packit/Makefile | 21 +++++++++++++++++++++
net/packit/PLIST | 3 +++
net/packit/distinfo | 4 ++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r c4d286592348 -r 847262f60cf1 net/packit/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/packit/DESCR Thu Jan 20 22:46:37 2005 +0000
@@ -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 -r c4d286592348 -r 847262f60cf1 net/packit/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/packit/Makefile Thu Jan 20 22:46:37 2005 +0000
@@ -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@localhost
+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 -r c4d286592348 -r 847262f60cf1 net/packit/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/packit/PLIST Thu Jan 20 22:46:37 2005 +0000
@@ -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 -r c4d286592348 -r 847262f60cf1 net/packit/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/packit/distinfo Thu Jan 20 22:46:37 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index