diff options
author | thorpej <thorpej@pkgsrc.org> | 1997-12-11 01:50:52 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1997-12-11 01:50:52 +0000 |
commit | 862e7a15fb8e9fdbc3e9ef57ee7fd02f10bfbd65 (patch) | |
tree | b52dab3b1819ee150b614357aafc8ced7d40630c /x11 | |
parent | abee3df169a9c4d0fb9a1d798c2cc825df1cd65e (diff) | |
download | pkgsrc-862e7a15fb8e9fdbc3e9ef57ee7fd02f10bfbd65.tar.gz |
Tim Shepard's xplot program, a generally useful plotting program, but most
often used to generate TCP time-sequence plots.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xplot/Makefile | 14 | ||||
-rw-r--r-- | x11/xplot/files/md5 | 1 | ||||
-rw-r--r-- | x11/xplot/patches/patch-aa | 12 | ||||
-rw-r--r-- | x11/xplot/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/xplot/pkg/DESCR | 2 | ||||
-rw-r--r-- | x11/xplot/pkg/PLIST | 3 |
6 files changed, 33 insertions, 0 deletions
diff --git a/x11/xplot/Makefile b/x11/xplot/Makefile new file mode 100644 index 00000000000..8f6445422e8 --- /dev/null +++ b/x11/xplot/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 1997/12/11 01:50:52 thorpej Exp $ +# +# Packages collection Makefile for: xplot +# Version required: 0.90 +# Date created: 10 December 1997 +# Whom: thorpej + +DISTNAME= xplot-0.90 +CATEGORIES= x11 +MASTER_SITES= ftp://mercury.lcs.mit.edu:/pub/shep/ + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/x11/xplot/files/md5 b/x11/xplot/files/md5 new file mode 100644 index 00000000000..b781309496f --- /dev/null +++ b/x11/xplot/files/md5 @@ -0,0 +1 @@ +MD5 (xplot-0.90.tar.gz) = 21740da782b0c80e523bfbde69198dcb diff --git a/x11/xplot/patches/patch-aa b/x11/xplot/patches/patch-aa new file mode 100644 index 00000000000..91dad158e58 --- /dev/null +++ b/x11/xplot/patches/patch-aa @@ -0,0 +1,12 @@ +*** Makefile.in.orig Mon Aug 18 15:12:14 1997 +--- Makefile.in Wed Dec 10 20:28:35 1997 +*************** +*** 67,72 **** +--- 67,73 ---- + + install: all + $(INSTALL_PROGRAM) xplot $(bindir)/xplot ++ $(INSTALL_PROGRAM) tcpdump2xplot.pl $(bindir)/tcpdump2xplot.pl + + clean: + rm -f ${PROG} ${PROG}.old *.o version_string.c diff --git a/x11/xplot/pkg/COMMENT b/x11/xplot/pkg/COMMENT new file mode 100644 index 00000000000..8a3da788202 --- /dev/null +++ b/x11/xplot/pkg/COMMENT @@ -0,0 +1 @@ +Generally useful plotting program, most often used for TCP time-sequence plots. diff --git a/x11/xplot/pkg/DESCR b/x11/xplot/pkg/DESCR new file mode 100644 index 00000000000..7340cd05b1a --- /dev/null +++ b/x11/xplot/pkg/DESCR @@ -0,0 +1,2 @@ +Tim Shepard's plotting program. This is most often used to generate +TCP time-sequence plots. diff --git a/x11/xplot/pkg/PLIST b/x11/xplot/pkg/PLIST new file mode 100644 index 00000000000..08c867ff6f4 --- /dev/null +++ b/x11/xplot/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 1997/12/11 01:51:00 thorpej Exp $ +bin/tcpdump2xplot.pl +bin/xplot |