summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-12 06:54:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-12 06:54:24 +0000
commit3536b6a7fea244691e94def0e8641960cf30fdfe (patch)
treeae4ac52e215357960601b694acc5b2993d7a0dd3 /net
parentAdd rubygem-rails-app-installer 0.2.0, an installer for Rails apps. (diff)
The Packet Debugger (pdb) is a program which allows people to work
with packet streams as if they were working with a source code debugger. Users can list, inspect, modify, and retransmit any packet from captured files as well as work with live packet capture. WWW: pktdbg.sf.net PR: ports/109002 Submitted by: gnn@
Notes
Notes: svn path=/head/; revision=184952
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/pdb/Makefile24
-rw-r--r--net/pdb/distinfo3
-rw-r--r--net/pdb/pkg-descr6
-rw-r--r--net/pdb/pkg-plist11
5 files changed, 45 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 8a4ccd0aa5be..6d48b2f89c1b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -555,6 +555,7 @@
SUBDIR += pchar
SUBDIR += pcnfsd
SUBDIR += pcs
+ SUBDIR += pdb
SUBDIR += pear-Auth_RADIUS
SUBDIR += pear-Net_CDDB
SUBDIR += pear-Net_CheckIP
diff --git a/net/pdb/Makefile b/net/pdb/Makefile
new file mode 100644
index 000000000000..3e69b6d48e1d
--- /dev/null
+++ b/net/pdb/Makefile
@@ -0,0 +1,24 @@
+# Ports collection Makefile for: pdb
+# Date created: 26 January 2007
+# Whom: gnn
+#
+# $FreeBSD$
+#
+
+PORTNAME= pdb
+PORTVERSION= 0.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= pktdbg pdb
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gnn@FreeBSD.org
+COMMENT= Packet Debugger
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pcs/__init__.py:${PORTSDIR}/net/pcs
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+USE_PYTHON_PREFIX= yes
+
+.include <bsd.port.mk>
diff --git a/net/pdb/distinfo b/net/pdb/distinfo
new file mode 100644
index 000000000000..982aeba32cda
--- /dev/null
+++ b/net/pdb/distinfo
@@ -0,0 +1,3 @@
+MD5 (pdb-0.1.tar.gz) = b384787e3f83a77533c972d33fd2475d
+SHA256 (pdb-0.1.tar.gz) = b7f57fa1ddfbc6fb3bf3be04a79737ad94716a2fc5ca35118c44ff9fdd335323
+SIZE (pdb-0.1.tar.gz) = 150029
diff --git a/net/pdb/pkg-descr b/net/pdb/pkg-descr
new file mode 100644
index 000000000000..02e96eb0bce2
--- /dev/null
+++ b/net/pdb/pkg-descr
@@ -0,0 +1,6 @@
+The Packet Debugger (pdb) is a program which allows people to work
+with packet streams as if they were working with a source code
+debugger. Users can list, inspect, modify, and retransmit any packet
+from captured files as well as work with live packet capture.
+
+WWW: pktdbg.sf.net
diff --git a/net/pdb/pkg-plist b/net/pdb/pkg-plist
new file mode 100644
index 000000000000..d9bdda1eaea3
--- /dev/null
+++ b/net/pdb/pkg-plist
@@ -0,0 +1,11 @@
+bin/pdb.py
+lib/python2.4/site-packages/pktdbg/__init__.py
+lib/python2.4/site-packages/pktdbg/__init__.pyc
+lib/python2.4/site-packages/pktdbg/__init__.pyo
+lib/python2.4/site-packages/pktdbg/cli.py
+lib/python2.4/site-packages/pktdbg/cli.pyc
+lib/python2.4/site-packages/pktdbg/cli.pyo
+lib/python2.4/site-packages/pktdbg/packetstream.py
+lib/python2.4/site-packages/pktdbg/packetstream.pyc
+lib/python2.4/site-packages/pktdbg/packetstream.pyo
+@dirrm lib/python2.4/site-packages/pktdbg