summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-23 11:40:25 +0000
committeragc <agc@pkgsrc.org>2001-10-23 11:40:25 +0000
commit786b7e4ea48905e7b12965c177daa93123b39c8d (patch)
tree3646d03053ba1549d465278761795b26247d2492 /x11
parent83c04ab4bcb24a8c18fd4646221a78911cc7e071 (diff)
downloadpkgsrc-786b7e4ea48905e7b12965c177daa93123b39c8d.tar.gz
Standardise on one xmeter package in the sysutils category.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/xmeter/Makefile13
-rw-r--r--x11/xmeter/distinfo5
-rw-r--r--x11/xmeter/patches/patch-aa24
-rw-r--r--x11/xmeter/pkg/DESCR10
-rw-r--r--x11/xmeter/pkg/PLIST4
6 files changed, 1 insertions, 58 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 1cc58302752..56444a00250 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2001/09/27 10:44:55 wiz Exp $
+# $NetBSD: Makefile,v 1.231 2001/10/23 11:40:25 agc Exp $
#
COMMENT= Packages to support the X window system
@@ -122,7 +122,6 @@ SUBDIR+= xlockmore
SUBDIR+= xlogout
SUBDIR+= xlupe
SUBDIR+= xmascot
-SUBDIR+= xmeter
SUBDIR+= xmindpath
SUBDIR+= xmon
SUBDIR+= xmountains
diff --git a/x11/xmeter/Makefile b/x11/xmeter/Makefile
deleted file mode 100644
index 6c62e71e29c..00000000000
--- a/x11/xmeter/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:54 agc Exp $
-
-DISTNAME= xmeter-1.15
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XCONTRIB:=misdirected/}
-
-MAINTAINER= packages@netbsd.org
-COMMENT= Displays a number of remote machine load meters
-
-USE_IMAKE= yes
-WRKSRC= ${WRKDIR}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xmeter/distinfo b/x11/xmeter/distinfo
deleted file mode 100644
index 0821d52f295..00000000000
--- a/x11/xmeter/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2001/05/09 01:26:50 lukem Exp $
-
-SHA1 (xmeter-1.15.tar.gz) = 2377d4ffad82f2a1397d41969c3d3be76e6f54d7
-Size (xmeter-1.15.tar.gz) = 20695 bytes
-SHA1 (patch-aa) = a07d78142dd5408557d3e72f508db70939124d39
diff --git a/x11/xmeter/patches/patch-aa b/x11/xmeter/patches/patch-aa
deleted file mode 100644
index 67dff2d84a9..00000000000
--- a/x11/xmeter/patches/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/05/09 01:24:33 lukem Exp $
-
-Use the right signal handler type.
-
---- xmeter.c 1998/10/30 10:41:09 1.1
-+++ xmeter.c 1998/10/30 10:41:51
-@@ -135,6 +135,8 @@
- #define PORTMAP /* Get right function declarations on Solaris 2 */
- #include <rpc/rpc.h>
- #include <rpc/pmap_prot.h>
-+#undef FSHIFT /* Use protocol's shift and scale values */
-+#undef FSCALE
- #include <rpcsvc/rstat.h>
- /*
- * We need the definitions of CP_USER, CP_NICE and CP_SYS. Some systems
-@@ -231,7 +228,7 @@
- char *name; /* Name of stat for menu widget */
- } STATDATA;
-
--#if defined(SVR4) || defined(sgi)
-+#if defined(SVR4) || defined(sgi) || (defined(BSD) && BSD >= 199306)
- #define SIGTYPE void
- #else
- #define SIGTYPE int
diff --git a/x11/xmeter/pkg/DESCR b/x11/xmeter/pkg/DESCR
deleted file mode 100644
index eb36b4c8394..00000000000
--- a/x11/xmeter/pkg/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-Xmeter displays a number of remote machine load meters. This package
-monitors system activity, displaying a histogram of data returned by
-rstat(3) as a meter. It can be told to monitor multiple hosts, or to
-monitor multiple statistics on the same host. Meters can be displayed
-in a vertical, horizontal or rectangular arrangement. As statistics
-range between 4 user defineable levels (OK, WARN, ERROR or FATAL), the
-background, foreground, highlight, border and internal border colors,
-and the background bitmap of each meter can be changed. Xmeter uses
-the StripChart widget of the Athena Widget Set to graph each
-statistic.
diff --git a/x11/xmeter/pkg/PLIST b/x11/xmeter/pkg/PLIST
deleted file mode 100644
index b3e33b6f97f..00000000000
--- a/x11/xmeter/pkg/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/30 10:53:41 agc Exp $
-bin/xmeter
-lib/X11/app-defaults/XMeter
-man/cat1/xmeter.0