Index: head/net/tcptrace/Makefile =================================================================== --- head/net/tcptrace/Makefile (revision 14203) +++ head/net/tcptrace/Makefile (revision 14204) @@ -1,31 +1,32 @@ # New ports collection makefile for: tcptrace -# Version required: 4.0.2 +# Version required: 5.0.10 # Date created: 3 March 1997 # Whom: fenner # -# $Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp $ +# $Id: Makefile,v 1.4 1997/12/15 22:37:31 fenner Exp $ # -DISTNAME= tcptrace-4.1.3 +DISTNAME= tcptrace.5.0.10 +PKGNAME= tcptrace-5.0.10 CATEGORIES= net -MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.1.3/ -DISTFILES= tcptrace.tar.gz +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.0.10/ MAINTAINER= fenner@FreeBSD.ORG GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/tcptrace +WRKSRC= ${WRKDIR}/tcptrace_5.0.10 ALL_TARGET= tcptrace -DOCFILES= COPYRIGHT README README.modules README.tput_graphs WWW +DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \ + README.modules README.tput_graphs WWW do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tcptrace .for file in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace .endfor .endif .include Property changes on: head/net/tcptrace/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/tcptrace/distinfo =================================================================== --- head/net/tcptrace/distinfo (revision 14203) +++ head/net/tcptrace/distinfo (revision 14204) @@ -1 +1 @@ -MD5 (tcptrace.tar.gz) = 30a1638b8c92f64623cdf1867a543b6f +MD5 (tcptrace.5.0.10.tar.gz) = d870cb4bc5cba96ae245d57b560b0a0b Property changes on: head/net/tcptrace/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/net/tcptrace/pkg-descr =================================================================== --- head/net/tcptrace/pkg-descr (revision 14203) +++ head/net/tcptrace/pkg-descr (revision 14204) @@ -1,26 +1,25 @@ tcptrace a TCP dump file analysis tool written by Shawn Ostermann at Ohio University. It is NOT a packet capture program. It reads output dump files in the formats of several popular packet capturing programs: tcpdump, snoop, etherpeek, and netm For each connection, it keeps track of elapsed time, bytes/segments sent and received, retransmissions, round trip times, window advertisements, throughput, etc. Its output format ranges from Simple to Long to Very Detailed. - It can also produce three different types of graphs, as follows: Time Sequence Graph This is the format that Tim Shepard started using at MIT some years ago. It shows segments sent and ACKs returned as a function of time. Instantaneous Throughput This format shows the instantaneous (averaged over a few segments) throughput of the connection as a function of time. Round Trip Times This format shows the round trip times for the ACKs as a function of time. The graphs produced are viewable only by Tim Shepard's wonderful -xplot program. +xplot program (in math/xplot). Property changes on: head/net/tcptrace/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net/tcptrace/pkg-plist =================================================================== --- head/net/tcptrace/pkg-plist (revision 14203) +++ head/net/tcptrace/pkg-plist (revision 14204) @@ -1,7 +1,12 @@ bin/tcptrace +share/doc/tcptrace/ARGS +share/doc/tcptrace/BUGS +share/doc/tcptrace/CHANGES share/doc/tcptrace/COPYRIGHT +share/doc/tcptrace/FAQ share/doc/tcptrace/README +share/doc/tcptrace/README.mailing_list share/doc/tcptrace/README.modules share/doc/tcptrace/README.tput_graphs share/doc/tcptrace/WWW @dirrm share/doc/tcptrace Property changes on: head/net/tcptrace/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property