summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-04-04 06:09:17 +0000
committerwiz <wiz@pkgsrc.org>2007-04-04 06:09:17 +0000
commitc05b3cbc819afedec04e14fdfd6ca06ddc6ccabb (patch)
tree4dd4a9624d2ea25327bcd003f0e4c9593d9d4084 /sysutils
parent59ea24770c9c2a98136f5a692211539d1b29f1a5 (diff)
downloadpkgsrc-c05b3cbc819afedec04e14fdfd6ca06ddc6ccabb.tar.gz
Remove another gkrellm1 plugin (gkx86info) that I had overlooked when
removing gkrellm1.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/gkx86info/DESCR6
-rw-r--r--sysutils/gkx86info/Makefile20
-rw-r--r--sysutils/gkx86info/PLIST3
-rw-r--r--sysutils/gkx86info/distinfo7
-rw-r--r--sysutils/gkx86info/patches/patch-aa12
-rw-r--r--sysutils/gkx86info/patches/patch-ab28
7 files changed, 1 insertions, 78 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index c5cb3dae78d..6f7280cf53d 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.391 2007/04/01 21:36:17 wiz Exp $
+# $NetBSD: Makefile,v 1.392 2007/04/04 06:09:17 wiz Exp $
#
COMMENT= System utilities
@@ -102,7 +102,6 @@ SUBDIR+= gkrellm
SUBDIR+= gkrellm-est
SUBDIR+= gkrellm-server
SUBDIR+= gkrellm-share
-SUBDIR+= gkx86info
SUBDIR+= gnome-menus
SUBDIR+= gnome-pkgview
SUBDIR+= gnome-vfs
diff --git a/sysutils/gkx86info/DESCR b/sysutils/gkx86info/DESCR
deleted file mode 100644
index 5260f88496b..00000000000
--- a/sysutils/gkx86info/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a plugin for gkrellm that simply prints the current clock
-speed for users that own speed stepping processors. It works on
-normal non-stepping processors also, but there isn't really any point
-in measuring the clock if it is the same every time you measure it, is
-there? Included code from x86info to calculate an estimate clock
-speed.
diff --git a/sysutils/gkx86info/Makefile b/sysutils/gkx86info/Makefile
deleted file mode 100644
index a29eeb1790d..00000000000
--- a/sysutils/gkx86info/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2006/04/18 19:56:26 wiz Exp $
-#
-
-DISTNAME= gkx86info0.0.2
-PKGNAME= gkx86info-0.0.2
-PKGREVISION= 6
-CATEGORIES= sysutils
-#MASTER_SITES= http://asdfnews.org/yargon/
-
-MAINTAINER= ptiJo@noos.fr
-#HOMEPAGE= http://asdfnews.org/yargon/
-COMMENT= Gkrellm plugin that prints the current clock speed
-
-ONLY_FOR_PLATFORM= *-*-i386
-
-pre-build:
- ${TOUCH} ${WRKSRC}/Makefile
-
-.include "../../sysutils/gkrellm1/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gkx86info/PLIST b/sysutils/gkx86info/PLIST
deleted file mode 100644
index 2c3eb523b37..00000000000
--- a/sysutils/gkx86info/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/10 13:46:58 agc Exp $
-lib/gkrellm/plugins/gkx86info.so
-@dirrm lib/gkrellm/plugins
diff --git a/sysutils/gkx86info/distinfo b/sysutils/gkx86info/distinfo
deleted file mode 100644
index 48469d9846f..00000000000
--- a/sysutils/gkx86info/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:40:53 agc Exp $
-
-SHA1 (gkx86info0.0.2.tar.gz) = c8f0855641177c6d2f53a1a98c1ae88469df12eb
-RMD160 (gkx86info0.0.2.tar.gz) = f620cfe560a1235476adcbd071744478f90ae852
-Size (gkx86info0.0.2.tar.gz) = 9429 bytes
-SHA1 (patch-aa) = 2d0253662c5fcbbfb9e81cd04c304866284e229b
-SHA1 (patch-ab) = 1980acc7ab1ad6e617536117622d88a30b9dcde7
diff --git a/sysutils/gkx86info/patches/patch-aa b/sysutils/gkx86info/patches/patch-aa
deleted file mode 100644
index 0178783fd8e..00000000000
--- a/sysutils/gkx86info/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/07/10 13:46:58 agc Exp $
-
---- MHz.c.orig Sat Oct 6 10:41:28 2001
-+++ MHz.c
-@@ -14,6 +14,7 @@
- #include <sys/time.h>
- #include <string.h>
- #include <unistd.h>
-+#include <stdlib.h>
-
- __inline__ unsigned long long int rdtsc()
- {
diff --git a/sysutils/gkx86info/patches/patch-ab b/sysutils/gkx86info/patches/patch-ab
deleted file mode 100644
index 3a94e85d427..00000000000
--- a/sysutils/gkx86info/patches/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/07/10 13:46:58 agc Exp $
-
---- Makefile.orig Tue Jun 11 18:10:11 2002
-+++ Makefile
-@@ -0,0 +1,23 @@
-+GTK_CFLAGS= `gtk-config --cflags`
-+IMLIB_CFLAGS= `imlib-config --cflags-gdk`
-+INCLUDE+= -I$(LOCALBASE)/include
-+CFLAGS+= -fPIC -Wall -W -g -O2 -shared $(GTK_CFLAGS) $(IMLIB_CFLAGS) $(INCLUDE)
-+CC= gcc
-+
-+all: gkx86info.so
-+
-+gkx86info.so: MHz.o gkx86info.o
-+ $(CC) $(CFLAGS) -o gkx86info.so MHz.o gkx86info.o
-+
-+MHz.o:
-+ $(CC) $(CFLAGS) -o MHz.o -c MHz.c
-+
-+gkx86info.o:
-+ $(CC) $(CFLAGS) -c gkx86info.c
-+
-+install:
-+ $(INSTALL) -d $(LOCALBASE)/lib/gkrellm/plugins
-+ $(INSTALL) -c -m 0755 -o root -g wheel gkx86info.so $(LOCALBASE)/lib/gkrellm/plugins/gkx86info.so
-+
-+clean:
-+ $(RM) -f *~ *.o *.so