From 724b0d458ab497b9b5726dff7378ba8170b04c13 Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 16 Apr 1999 22:30:51 +0000 Subject: Update to 5.1.1. Add patch to avoid bison. --- net/tcptrace/Makefile | 11 ++++++----- net/tcptrace/files/md5 | 4 ++-- net/tcptrace/patches/patch-aa | 12 ++++++++++++ net/tcptrace/pkg/DESCR | 6 ++---- 4 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 net/tcptrace/patches/patch-aa (limited to 'net') diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 1833a59e1cf..19768b7dcb0 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.9 1999/04/13 15:31:06 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/16 22:30:51 abs Exp $ # FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp # -DISTNAME= tcptrace -PKGNAME= tcptrace-4.1.3 +DISTNAME= tcptrace.5.1.1 +PKGNAME= tcptrace-5.1.1 CATEGORIES= net -MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.1.3/ +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.1/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://jarok.cs.ohiou.edu/software/tcptrace/ +HOMEPAGE= http://jarok.cs.ohiou.edu/software/tcptrace/tcptrace.html +WRKSRC= ${WRKDIR}/tcptrace_5.1.1 GNU_CONFIGURE= yes ALL_TARGET= tcptrace diff --git a/net/tcptrace/files/md5 b/net/tcptrace/files/md5 index 650c7e71245..34244742128 100644 --- a/net/tcptrace/files/md5 +++ b/net/tcptrace/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 1998/08/07 13:25:12 agc Exp $ +$NetBSD: md5,v 1.4 1999/04/16 22:30:52 abs Exp $ -MD5 (tcptrace.tar.gz) = 30a1638b8c92f64623cdf1867a543b6f +MD5 (tcptrace.5.1.1.tar.gz) = 6876ee2fc9c7d33211ce431cd6dbdf4a diff --git a/net/tcptrace/patches/patch-aa b/net/tcptrace/patches/patch-aa new file mode 100644 index 00000000000..96b5a86e208 --- /dev/null +++ b/net/tcptrace/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.5 1999/04/16 22:30:52 abs Exp $ +--- Makefile.in.orig Fri Apr 16 15:11:50 1999 ++++ Makefile.in Fri Apr 16 15:12:02 1999 +@@ -170,7 +170,7 @@ + # easily. + # + filt_parser.c: filt_parser.y filter.h +- bison -vd -p filtyy filt_parser.y -o filt_parser.c ++ yacc -vd -p filtyy -o filt_parser.c filt_parser.y + cp filt_parser.c flex_bison + cp filt_parser.h flex_bison + filt_scanner.c: filt_scanner.l filter.h filt_parser.h diff --git a/net/tcptrace/pkg/DESCR b/net/tcptrace/pkg/DESCR index e86a3f531d1..07cee37f676 100644 --- a/net/tcptrace/pkg/DESCR +++ b/net/tcptrace/pkg/DESCR @@ -1,4 +1,4 @@ -tcptrace a TCP dump file analysis tool written by Shawn Ostermann +tcptrace is 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 @@ -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 @@ -22,5 +21,4 @@ It can also produce three different types of graphs, as follows: 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. +The graphs produced are viewable only by Tim Shepard's wonderful xplot. -- cgit v1.2.3