summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-01-29 20:18:26 +0000
committertron <tron@pkgsrc.org>1999-01-29 20:18:26 +0000
commit17ffe40ed70785038f9f32e57b23a2fa6bf31ae5 (patch)
tree1707065641550bc853d1355bbc7f42508f55557a /x11
parenta3b07a10d42161e81996c0aa69bad11efdc16c71 (diff)
downloadpkgsrc-17ffe40ed70785038f9f32e57b23a2fa6bf31ae5.tar.gz
Move xplot to category graphics per PR pkg/6909 by Klaus Klein.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/xplot/Makefile26
-rw-r--r--x11/xplot/files/md53
-rw-r--r--x11/xplot/patches/patch-aa14
-rw-r--r--x11/xplot/patches/patch-ab10
-rw-r--r--x11/xplot/patches/patch-ac17
-rw-r--r--x11/xplot/patches/patch-ad18
-rw-r--r--x11/xplot/pkg/COMMENT1
-rw-r--r--x11/xplot/pkg/DESCR2
-rw-r--r--x11/xplot/pkg/PLIST15
10 files changed, 1 insertions, 108 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 7d148e4d6f8..c024d58c828 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 1999/01/29 19:48:34 tron Exp $
+# $NetBSD: Makefile,v 1.76 1999/01/29 20:18:26 tron Exp $
# FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp
#
@@ -122,7 +122,6 @@
# SUBDIR += xmold
SUBDIR += xmove
SUBDIR += xneko
- SUBDIR += xplot
SUBDIR += xpmroot
SUBDIR += xpns
# SUBDIR += xpostit
diff --git a/x11/xplot/Makefile b/x11/xplot/Makefile
deleted file mode 100644
index 0e33227cbd6..00000000000
--- a/x11/xplot/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.7 1998/06/19 23:01:28 tron Exp $
-#
-
-DISTNAME= xplot-0.90
-CATEGORIES= x11
-MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/
-
-MAINTAINER= thorpej@netbsd.org
-
-USE_X11= yes
-GNU_CONFIGURE= yes
-
-DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \
- demo.3 demo.4 demo.5 demo.6 demo.7
-
-.include "../../mk/bsd.prefs.mk"
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/xplot
-.for file in ${DOCFILES}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
-.endfor
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xplot/files/md5 b/x11/xplot/files/md5
deleted file mode 100644
index 54d81029f9b..00000000000
--- a/x11/xplot/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:29:12 agc Exp $
-
-MD5 (xplot-0.90.tar.gz) = 21740da782b0c80e523bfbde69198dcb
diff --git a/x11/xplot/patches/patch-aa b/x11/xplot/patches/patch-aa
deleted file mode 100644
index 81cb32b8d48..00000000000
--- a/x11/xplot/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:18:27 agc Exp $
-
-*** 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
-+ $(BSD_INSTALL_SCRIPT) tcpdump2xplot.pl $(bindir)/tcpdump2xplot.pl
-
- clean:
- rm -f ${PROG} ${PROG}.old *.o version_string.c
diff --git a/x11/xplot/patches/patch-ab b/x11/xplot/patches/patch-ab
deleted file mode 100644
index 60b7efc6af5..00000000000
--- a/x11/xplot/patches/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 11:18:27 agc Exp $
-
---- tcpdump2xplot.pl.orig Sun Dec 14 00:45:49 1997
-+++ tcpdump2xplot.pl Sun Dec 14 00:45:56 1997
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl
-+#!/usr/bin/env perl
- # -*- Perl -*-
- #
- # Copyright 1996 Massachusetts Institute of Technology
diff --git a/x11/xplot/patches/patch-ac b/x11/xplot/patches/patch-ac
deleted file mode 100644
index dc6a9020f50..00000000000
--- a/x11/xplot/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.2 1998/08/07 11:18:27 agc Exp $
-
-*** unsigned.c.orig Fri Dec 12 20:16:26 1997
---- unsigned.c Fri Dec 12 20:16:52 1997
-***************
-*** 45,50 ****
---- 45,54 ----
- #define LIBC_ATOI_IS_BROKEN
- #endif
-
-+ #ifdef __NetBSD__
-+ #define LIBC_ATOI_IS_BROKEN
-+ #endif
-+
- #ifdef LIBC_ATOI_IS_BROKEN
- #include <ctype.h>
- #endif
diff --git a/x11/xplot/patches/patch-ad b/x11/xplot/patches/patch-ad
deleted file mode 100644
index 9b116936c32..00000000000
--- a/x11/xplot/patches/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ad,v 1.2 1998/08/07 11:18:28 agc Exp $
-
---- timeval.c.DIST Fri Jun 28 12:41:21 1996
-+++ timeval.c Mon Mar 30 19:58:50 1998
-@@ -102,6 +102,13 @@
- r.t.tv_sec = atoi(s);
- while (isdigit(*s)) s++;
-
-+ while (*s == ':') {
-+ s++;
-+ r.t.tv_sec *= 60;
-+ r.t.tv_sec += atoi(s);
-+ while (isdigit(*s)) s++;
-+ }
-+
- if (*s == '.') {
- s++;
- r.t.tv_usec = atoi(s);
diff --git a/x11/xplot/pkg/COMMENT b/x11/xplot/pkg/COMMENT
deleted file mode 100644
index 7f9a2ebfdd2..00000000000
--- a/x11/xplot/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-plotting program, most often used in conjunction with tcptrace.
diff --git a/x11/xplot/pkg/DESCR b/x11/xplot/pkg/DESCR
deleted file mode 100644
index 7340cd05b1a..00000000000
--- a/x11/xplot/pkg/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 1cf11f31291..00000000000
--- a/x11/xplot/pkg/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 1997/12/14 22:55:14 thorpej Exp $
-bin/tcpdump2xplot.pl
-bin/xplot
-share/doc/xplot/ANNOUNCE
-share/doc/xplot/README
-share/doc/xplot/README.tcp_plots
-share/doc/xplot/demo.0
-share/doc/xplot/demo.1
-share/doc/xplot/demo.2
-share/doc/xplot/demo.3
-share/doc/xplot/demo.4
-share/doc/xplot/demo.5
-share/doc/xplot/demo.6
-share/doc/xplot/demo.7
-@dirrm share/doc/xplot