diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-28 00:52:36 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-28 00:52:36 +0800 |
commit | 7b7f6b79c9e85785fb2ad7956139baa084d17a0f (patch) | |
tree | 41e1602fe7b5875b05a3ca71adf1b33d609c864b /sysutils | |
parent | aa11a5122fd68c06389cb58f2c109dbd80c3d542 (diff) | |
download | freebsd-ports-gnome-7b7f6b79c9e85785fb2ad7956139baa084d17a0f.tar.gz freebsd-ports-gnome-7b7f6b79c9e85785fb2ad7956139baa084d17a0f.tar.zst freebsd-ports-gnome-7b7f6b79c9e85785fb2ad7956139baa084d17a0f.zip |
New port gkrellflynn version 0.4: Flynn is a tiny system load meter
for gkrellm
PR: 29829
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/gkrellflynn/Makefile | 27 | ||||
-rw-r--r-- | sysutils/gkrellflynn/distinfo | 1 | ||||
-rw-r--r-- | sysutils/gkrellflynn/files/patch-Makefile | 23 | ||||
-rw-r--r-- | sysutils/gkrellflynn/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/gkrellflynn/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/gkrellflynn/pkg-plist | 1 |
7 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ad1fdffd2e4d..88bbff9ed4bb 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -56,6 +56,7 @@ SUBDIR += fsck_ext2fs SUBDIR += ftrace SUBDIR += gcombust + SUBDIR += gkrellflynn SUBDIR += gkrellm SUBDIR += glload SUBDIR += gnomecontrolcenter diff --git a/sysutils/gkrellflynn/Makefile b/sysutils/gkrellflynn/Makefile new file mode 100644 index 000000000000..6a11ccd47b44 --- /dev/null +++ b/sysutils/gkrellflynn/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gkrellflynn +# Date Created: Fri Aug 17 15:57:42 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= gkrellflynn +PORTVERSION= 0.4 +CATEGORIES= sysutils +MASTER_SITES= http://horus.comlab.uni-rostock.de/flynn/ + +MAINTAINER= pat@databits.net + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm + +USE_X_PREFIX= yes +USE_GTK= yes +USE_IMLIB= yes +ALL_TARGET= ${PORTNAME}.so + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/gkrellflynn.so \ + ${PREFIX}/libexec/gkrellm/plugins + +.include <bsd.port.mk> diff --git a/sysutils/gkrellflynn/distinfo b/sysutils/gkrellflynn/distinfo new file mode 100644 index 000000000000..75e8ce18f314 --- /dev/null +++ b/sysutils/gkrellflynn/distinfo @@ -0,0 +1 @@ +MD5 (gkrellflynn-0.4.tar.gz) = c07f0d3408318981545f4dfa8f7e4cf5 diff --git a/sysutils/gkrellflynn/files/patch-Makefile b/sysutils/gkrellflynn/files/patch-Makefile new file mode 100644 index 000000000000..b9023860c36f --- /dev/null +++ b/sysutils/gkrellflynn/files/patch-Makefile @@ -0,0 +1,23 @@ +--- Makefile.orig Sun Jul 8 15:34:17 2001 ++++ Makefile Fri Aug 17 17:12:31 2001 +@@ -2,10 +2,8 @@ + # Makefile for gkrellflynn + # + +-CC = gcc +-CFLAGS = -c -O -Wall -fPIC `gtk-config --cflags` `imlib-config --cflags-gdk` ++CFLAGS += -Wall -fPIC `${GTK_CONFIG} --cflags` `${IMLIB_CONFIG} --cflags-gdk` -I${X11BASE}/include + +-LD = $(CC) + LDFLAGS = -shared -Wl -o + + TARGET = gkrellflynn.so +@@ -13,7 +11,7 @@ + OBJS = gkrellflynn.o + + ${TARGET}: ${OBJS} +- ${LD} ${DEBUG} ${LDFLAGS} ${TARGET} ${OBJS} ++ ${CC} ${DEBUG} ${LDFLAGS} ${TARGET} ${OBJS} + + clean: + rm -f ${OBJS} diff --git a/sysutils/gkrellflynn/pkg-comment b/sysutils/gkrellflynn/pkg-comment new file mode 100644 index 000000000000..436fc0e0c6be --- /dev/null +++ b/sysutils/gkrellflynn/pkg-comment @@ -0,0 +1 @@ +Flynn is a tiny system load meter for gkrellm diff --git a/sysutils/gkrellflynn/pkg-descr b/sysutils/gkrellflynn/pkg-descr new file mode 100644 index 000000000000..6472152fe0cd --- /dev/null +++ b/sysutils/gkrellflynn/pkg-descr @@ -0,0 +1,7 @@ +Flynn is a guy who suffers from your activity, i.e. the applications +consuming precious processor time. Hurt him plenty! + +WWW: http://horus.comlab.uni-rostock.de/flynn/ +Author: Henryk Richter <buggs@comlabien.net> + +- Patrick Li <pat@databits.net> diff --git a/sysutils/gkrellflynn/pkg-plist b/sysutils/gkrellflynn/pkg-plist new file mode 100644 index 000000000000..9cb3c4a145d9 --- /dev/null +++ b/sysutils/gkrellflynn/pkg-plist @@ -0,0 +1 @@ +libexec/gkrellm/plugins/gkrellflynn.so |