diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-10-26 22:44:25 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-10-26 22:44:25 +0000 |
commit | da48d4aea6138e5638f6de71073d96b145c1d056 (patch) | |
tree | e953cb131396410c76b7e4db2e73fd482a060d9f /net/tcptrace | |
parent | cdbda03939d5c434f01296a0e2f11a16594808ef (diff) | |
download | ports-da48d4aea6138e5638f6de71073d96b145c1d056.tar.gz ports-da48d4aea6138e5638f6de71073d96b145c1d056.zip |
Notes
Diffstat (limited to 'net/tcptrace')
-rw-r--r-- | net/tcptrace/Makefile | 15 | ||||
-rw-r--r-- | net/tcptrace/distinfo | 2 | ||||
-rw-r--r-- | net/tcptrace/pkg-descr | 3 | ||||
-rw-r--r-- | net/tcptrace/pkg-plist | 5 |
4 files changed, 15 insertions, 10 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 2b9387b510fe..adc09e389491 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,23 +1,24 @@ # 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 diff --git a/net/tcptrace/distinfo b/net/tcptrace/distinfo index 3433b6b4eb8b..43e4cdbe6e80 100644 --- a/net/tcptrace/distinfo +++ b/net/tcptrace/distinfo @@ -1 +1 @@ -MD5 (tcptrace.tar.gz) = 30a1638b8c92f64623cdf1867a543b6f +MD5 (tcptrace.5.0.10.tar.gz) = d870cb4bc5cba96ae245d57b560b0a0b diff --git a/net/tcptrace/pkg-descr b/net/tcptrace/pkg-descr index e86a3f531d18..989c6b15cd42 100644 --- a/net/tcptrace/pkg-descr +++ b/net/tcptrace/pkg-descr @@ -8,7 +8,6 @@ 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 @@ -23,4 +22,4 @@ It can also produce three different types of graphs, as follows: function of time. The graphs produced are viewable only by Tim Shepard's wonderful -xplot program. +xplot program (in math/xplot). diff --git a/net/tcptrace/pkg-plist b/net/tcptrace/pkg-plist index 4267f6cb2742..5bd5f10daff1 100644 --- a/net/tcptrace/pkg-plist +++ b/net/tcptrace/pkg-plist @@ -1,6 +1,11 @@ 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 |