From gnn@tokaido.neville-neil.com  Sat Feb 10 01:59:34 2007
Return-Path: <gnn@tokaido.neville-neil.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 11DC616A405
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Feb 2007 01:59:34 +0000 (UTC)
	(envelope-from gnn@tokaido.neville-neil.com)
Received: from tokaido.neville-neil.com (tokaido.neville-neil.com [64.13.134.242])
	by mx1.freebsd.org (Postfix) with ESMTP id 02E0A13C467
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Feb 2007 01:59:33 +0000 (UTC)
	(envelope-from gnn@tokaido.neville-neil.com)
Received: from tokaido.neville-neil.com (localhost [127.0.0.1])
	by tokaido.neville-neil.com (8.13.6/8.13.6) with ESMTP id l1A1a6u9099355
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 9 Feb 2007 17:36:06 -0800 (PST)
	(envelope-from gnn@tokaido.neville-neil.com)
Received: (from gnn@localhost)
	by tokaido.neville-neil.com (8.13.6/8.13.6/Submit) id l1A1a6cf099354;
	Fri, 9 Feb 2007 17:36:06 -0800 (PST)
	(envelope-from gnn)
Message-Id: <200702100136.l1A1a6cf099354@tokaido.neville-neil.com>
Date: Fri, 9 Feb 2007 17:36:06 -0800 (PST)
From: "George V. Neville-Neil" <gnn@freebsd.org>
Reply-To: "George V. Neville-Neil" <gnn@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/pktdbg packet debugger
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         109002
>Category:       ports
>Synopsis:       [NEW PORT] net/pktdbg packet debugger
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 02:00:23 GMT 2007
>Closed-Date:    Mon Feb 12 06:54:23 GMT 2007
>Last-Modified:  Mon Feb 12 07:00:14 GMT 2007
>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@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@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@dirrm lib/python2.4/site-packages/pktdbg
END-of-pktdbg/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Feb 10 09:07:58 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109002 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Feb 12 06:54:19 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109002 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109002: commit references a PR
Date: Mon, 12 Feb 2007 06:54:30 +0000 (UTC)

 miwi        2007-02-12 06:54:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/pdb              Makefile distinfo pkg-descr pkg-plist 
   Log:
   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@
   
   Revision  Changes    Path
   1.1818    +1 -0      ports/net/Makefile
   1.1       +24 -0     ports/net/pdb/Makefile (new)
   1.1       +3 -0      ports/net/pdb/distinfo (new)
   1.1       +6 -0      ports/net/pdb/pkg-descr (new)
   1.1       +11 -0     ports/net/pdb/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
