summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-02-25 00:40:50 +0000
committercube <cube@pkgsrc.org>2004-02-25 00:40:50 +0000
commite91a3e0cd56b6981c6ad72795f216b408e3f6a06 (patch)
tree2f219d715e49083261464cef2767865439036f90 /misc
parenta74ffc25003e1613815edbd2c0059d7b215614fe (diff)
downloadpkgsrc-e91a3e0cd56b6981c6ad72795f216b408e3f6a06.tar.gz
Initial import of gkrellm-flynn, version 0.8 into the NetBSD Package
Collection. Yes, this is the DooM marine plugin. Flynn is a tiny system load meter for gkrellm. I've picked this idea from Timm Mueller's Amiga application which was derived from a WindowMaker appicon. GKrellFlynn was written by Henryk Richter. Flynn is a guy who suffers from your activity, i.e. the applications consuming precious processor time. Hurt him plenty! To make Flynn smile, just click onto his face.
Diffstat (limited to 'misc')
-rw-r--r--misc/gkrellm2-flynn/DESCR10
-rw-r--r--misc/gkrellm2-flynn/Makefile19
-rw-r--r--misc/gkrellm2-flynn/PLIST2
-rw-r--r--misc/gkrellm2-flynn/distinfo5
-rw-r--r--misc/gkrellm2-flynn/patches/patch-aa43
5 files changed, 79 insertions, 0 deletions
diff --git a/misc/gkrellm2-flynn/DESCR b/misc/gkrellm2-flynn/DESCR
new file mode 100644
index 00000000000..df6e3aebc46
--- /dev/null
+++ b/misc/gkrellm2-flynn/DESCR
@@ -0,0 +1,10 @@
+Flynn is a tiny system load meter for gkrellm. I've picked
+this idea from Timm Mueller's Amiga application which was
+derived from a WindowMaker appicon. GKrellFlynn was
+written by Henryk Richter.
+
+Flynn is a guy who suffers from your activity, i.e. the
+applications consuming precious processor time. Hurt him
+plenty!
+
+To make Flynn smile, just click onto his face.
diff --git a/misc/gkrellm2-flynn/Makefile b/misc/gkrellm2-flynn/Makefile
new file mode 100644
index 00000000000..b3cebce6091
--- /dev/null
+++ b/misc/gkrellm2-flynn/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 00:40:50 cube Exp $
+#
+
+DISTNAME= gkrellflynn-0.8
+PKGNAME= ${DISTNAME:S/gkrell/gkrellm-/}
+CATEGORIES= misc
+MASTER_SITES= http://horus.comlab.uni-rostock.de/flynn/
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://horus.comlab.uni-rostock.de/flynn/
+COMMENT= GKrellM2 plugin that shows system load with a DooM marine
+
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+ALL_TARGET= gkrellm2
+INSTALL_TARGET= installgkrellm2
+
+.include "../../sysutils/gkrellm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gkrellm2-flynn/PLIST b/misc/gkrellm2-flynn/PLIST
new file mode 100644
index 00000000000..85ac78f8a7d
--- /dev/null
+++ b/misc/gkrellm2-flynn/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/25 00:40:50 cube Exp $
+lib/gkrellm2/plugins/gkrellflynn.so
diff --git a/misc/gkrellm2-flynn/distinfo b/misc/gkrellm2-flynn/distinfo
new file mode 100644
index 00000000000..826e411af71
--- /dev/null
+++ b/misc/gkrellm2-flynn/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/25 00:40:50 cube Exp $
+
+SHA1 (gkrellflynn-0.8.tar.gz) = 8fc8ab477572ca8a858d19d5903f9a2b7c3b2d31
+Size (gkrellflynn-0.8.tar.gz) = 26722 bytes
+SHA1 (patch-aa) = e7274faa1982713925aa5c68e34170997cb9d613
diff --git a/misc/gkrellm2-flynn/patches/patch-aa b/misc/gkrellm2-flynn/patches/patch-aa
new file mode 100644
index 00000000000..c85dcd0f82e
--- /dev/null
+++ b/misc/gkrellm2-flynn/patches/patch-aa
@@ -0,0 +1,43 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/25 00:40:50 cube Exp $
+
+--- Makefile.orig 2002-05-07 10:04:49.000000000 +0200
++++ Makefile
+@@ -3,12 +3,12 @@
+ #
+ # updated for gkrellm2.0
+
+-CC = gcc
+-CFLAGS = -c -O -Wall -fPIC `${EXTRACONF}`
++#CC = gcc
++CFLAGS += -c -Wall -fPIC `${EXTRACONF}`
+
+ LD = $(CC)
+-LDFLAGS = -shared -Wl -o
+-INCPATH = -I.
++LDFLAGS += -shared -Wl -o
++INCPATH = -I. -I${BUILDLINK_DIR}/include
+ INCPATH += ${GKRELL_INC}
+
+ TARGET = gkrellflynn.so
+@@ -22,10 +22,10 @@ all:
+ @echo " make gkrellm2"
+
+ gkrellm:
+- (make GKRELL_INC=-DGKRELLM EXTRACONF="gtk-config --cflags;imlib-config --cflags-gdk" ${TARGET})
++ (${MAKE} GKRELL_INC=-DGKRELLM EXTRACONF="gtk-config --cflags;imlib-config --cflags-gdk" ${TARGET})
+
+ gkrellm2:
+- (make GKRELL_INC=-DGKRELLM2 EXTRACONF="pkg-config --cflags gtk+-2.0 gthread-2.0" ${TARGET})
++ (${MAKE} GKRELL_INC=-DGKRELLM2 EXTRACONF="pkg-config --cflags gtk+-2.0 gthread-2.0" ${TARGET})
+
+ ${TARGET}: ${OBJS}
+ ${LD} ${DEBUG} ${LDFLAGS} ${TARGET} ${OBJS}
+@@ -44,7 +44,7 @@ installgkrellm:
+ ./install-sub.sh ${TARGET} gkrellm
+
+ installgkrellm2:
+- ./install-sub.sh ${TARGET} gkrellm2
++ install -c -s -m 644 ${TARGET} ${PREFIX}/lib/gkrellm2/plugins
+
+ %.o : %.c
+ ${CC} ${CFLAGS} $(INCPATH) -o $@ $<