Date: Sat, 15 May 2004 12:52:00 -0700 (PDT) From: "ports@c0decafe.net" <ports@c0decafe.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66673: [NEW PORT] net/tcpwatch: TCP monitoring and logging tool with support for HTTP 1.1 Message-ID: <200405151952.i4FJq06Y083779@shell2.snagged.net> Resent-Message-ID: <200405152000.i4FK0ZuG065327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66673 >Category: ports >Synopsis: [NEW PORT] net/tcpwatch: TCP monitoring and logging tool with support for HTTP 1.1 >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 May 15 13:00:35 PDT 2004 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 4.10-PRERELEASE i386 >Organization: >Environment: System: FreeBSD atlantis.local 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #0: Mon May 3 02:52:18 GST >Description: TCPWatch is a utility written in Python that lets you monitor forwarded TCP connections or HTTP proxy connections. It displays the sessions in a window with a history of past connections. It is useful for developing and debugging protocol implementations and web services. Author: Shane Hathaway <shane@zope.com> WWW: http://hathaway.freezope.org/Software/TCPWatch Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- tcpwatch-1.2.1.shar begins here --- # 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: # # tcpwatch # tcpwatch/pkg-descr # tcpwatch/Makefile # tcpwatch/distinfo # echo c - tcpwatch mkdir -p tcpwatch > /dev/null 2>&1 echo x - tcpwatch/pkg-descr sed 's/^X//' >tcpwatch/pkg-descr << 'END-of-tcpwatch/pkg-descr' XTCPWatch is a utility written in Python that lets you monitor forwarded TCP Xconnections or HTTP proxy connections. It displays the sessions in a window Xwith a history of past connections. It is useful for developing and debugging Xprotocol implementations and web services. X XAuthor: Shane Hathaway <shane@zope.com> XWWW: http://hathaway.freezope.org/Software/TCPWatch END-of-tcpwatch/pkg-descr echo x - tcpwatch/Makefile sed 's/^X//' >tcpwatch/Makefile << 'END-of-tcpwatch/Makefile' X# New ports collection makefile for: tcpwatch X# Date created: 2004-05-11 X# Whom: ports@c0decafe.net X# X# $FreeBSD$ X# X XPORTNAME= tcpwatch XPORTVERSION= 1.2.1 XCATEGORIES= net python XMASTER_SITES= http://hathaway.freezope.org/Software/TCPWatch/ X XMAINTAINER= ports@c0decafe.net XCOMMENT= TCP monitoring and logging tool with support for HTTP 1.1 X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter X XWRKSRC= ${WRKDIR}/${PORTNAME} XPLIST_FILES= bin/tcpwatch.py X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X X.include <bsd.port.mk> END-of-tcpwatch/Makefile echo x - tcpwatch/distinfo sed 's/^X//' >tcpwatch/distinfo << 'END-of-tcpwatch/distinfo' XMD5 (tcpwatch-1.2.1.tar.gz) = 3575838ef4ece653251f92a38670e8cc XSIZE (tcpwatch-1.2.1.tar.gz) = 12525 END-of-tcpwatch/distinfo exit --- tcpwatch-1.2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405151952.i4FJq06Y083779>