ports/109002: [NEW PORT] net/pktdbg packet debugger

George V. Neville-Neil gnn at FreeBSD.org
Sat Feb 10 02:00:25 UTC 2007


>Number:         109002
>Category:       ports
>Synopsis:       [NEW PORT] net/pktdbg packet debugger
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 02:00:23 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     George V. Neville-Neil
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Neville-Neil Consulting
>Environment:
System: FreeBSD tokaido.neville-neil.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May 21 15:34:08 PDT 2006 root at tokaido:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	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.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pktdbg
#	pktdbg/pkg-descr
#	pktdbg/distinfo
#	pktdbg/Makefile
#	pktdbg/pkg-plist
#
echo c - pktdbg
mkdir -p pktdbg > /dev/null 2>&1
echo x - pktdbg/pkg-descr
sed 's/^X//' >pktdbg/pkg-descr << 'END-of-pktdbg/pkg-descr'
XThe Packet Debugger (pdb) is a program which allows people to work
Xwith packet streams as if they were working with a source code
Xdebugger. Users can list, inspect, modify, and retransmit any packet
Xfrom captured files as well as work with live packet capture.
X
XWWW: pktdbg.sf.net
END-of-pktdbg/pkg-descr
echo x - pktdbg/distinfo
sed 's/^X//' >pktdbg/distinfo << 'END-of-pktdbg/distinfo'
XMD5 (pdb-0.1.tar.gz) = b384787e3f83a77533c972d33fd2475d
XSHA256 (pdb-0.1.tar.gz) = b7f57fa1ddfbc6fb3bf3be04a79737ad94716a2fc5ca35118c44ff9fdd335323
XSIZE (pdb-0.1.tar.gz) = 150029
END-of-pktdbg/distinfo
echo x - pktdbg/Makefile
sed 's/^X//' >pktdbg/Makefile << 'END-of-pktdbg/Makefile'
X# Ports collection Makefile for:   pktdbg
X# Date created:        26 January 2007
X# Whom:                gnn
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	pdb
XPORTVERSION=	0.1
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	pktdbg
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	gnn at FreeBSD.org
XCOMMENT=	Packet Debugger
X
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/pcs/__init__.py:${PORTSDIR}/net/pcs
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XUSE_PYTHON_PREFIX=	yes
X
X.include <bsd.port.mk>
END-of-pktdbg/Makefile
echo x - pktdbg/pkg-plist
sed 's/^X//' >pktdbg/pkg-plist << 'END-of-pktdbg/pkg-plist'
Xbin/pdb.py
Xlib/python2.4/site-packages/pktdbg/__init__.py
Xlib/python2.4/site-packages/pktdbg/__init__.pyc
Xlib/python2.4/site-packages/pktdbg/__init__.pyo
Xlib/python2.4/site-packages/pktdbg/cli.py
Xlib/python2.4/site-packages/pktdbg/cli.pyc
Xlib/python2.4/site-packages/pktdbg/cli.pyo
Xlib/python2.4/site-packages/pktdbg/packetstream.py
Xlib/python2.4/site-packages/pktdbg/packetstream.pyc
Xlib/python2.4/site-packages/pktdbg/packetstream.pyo
X at dirrm lib/python2.4/site-packages/pktdbg
END-of-pktdbg/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list