diff options
Diffstat (limited to 'sysutils/gkrellm2')
-rw-r--r-- | sysutils/gkrellm2/Makefile | 71 | ||||
-rw-r--r-- | sysutils/gkrellm2/distinfo | 1 | ||||
-rw-r--r-- | sysutils/gkrellm2/files/patch-ad | 27 | ||||
-rw-r--r-- | sysutils/gkrellm2/files/patch-ae | 21 | ||||
-rw-r--r-- | sysutils/gkrellm2/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/gkrellm2/pkg-descr | 44 | ||||
-rw-r--r-- | sysutils/gkrellm2/pkg-message | 9 | ||||
-rw-r--r-- | sysutils/gkrellm2/pkg-plist | 8 |
8 files changed, 0 insertions, 182 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile deleted file mode 100644 index d55e9dd59229..000000000000 --- a/sysutils/gkrellm2/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: gkrellm -# Date Created: Mar 4 2000 -# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gkrellm -PORTVERSION= 0.9.10 -CATEGORIES= sysutils ipv6 -MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/ume/ - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - gdk_imlib.5:${PORTSDIR}/graphics/imlib - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= yes -USE_GMAKE= yes -MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" - -INCLUDES= gkrellm.h gkrellm_public_proto.h gkrellm_private_proto.h -DOCS= COPYRIGHT README Themes - -# You should aware that GKrellM must be setuid root to obtain -# temperatures. If your motherboard doesn't support LM78/79 feature, -# you may not want this build WITHOUT_SENSOR=yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 300000 -ALL_TARGET= freebsd2 -.else -ALL_TARGET= freebsd3 -.endif - -BINGRP= kmem -.if !defined(WITHOUT_SENSOR) -BINOWN= root -BINMODE= 4111 -.else -BINMODE= 2111 -.endif - -post-patch: - @${MV} ${WRKSRC}/src/gkrellm.h ${WRKSRC}/src/gkrellm.h.orig - @${SED} \ - -e "s^/usr/share/gkrellm/themes^${PREFIX}/share/gkrellm/themes^" \ - -e "s^/usr/share/gkrellm/plugins^${PREFIX}/libexec/gkrellm/plugins^" \ - ${WRKSRC}/src/gkrellm.h.orig > ${WRKSRC}/src/gkrellm.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellm ${PREFIX}/bin/gkrellm - @${MKDIR} ${PREFIX}/include/gkrellm -.for file in ${INCLUDES} - ${INSTALL_DATA} ${WRKSRC}/src/${file} ${PREFIX}/include/gkrellm -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gkrellm -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gkrellm -.endfor -.endif -.if !defined(WITHOUT_SENSOR) - @${CAT} ${PKGDIR}/MESSAGE -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/gkrellm2/distinfo b/sysutils/gkrellm2/distinfo deleted file mode 100644 index 6b49f1a54349..000000000000 --- a/sysutils/gkrellm2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gkrellm-0.9.10.tar.gz) = 84ee552e4dec8c3001642bba1a7ab371 diff --git a/sysutils/gkrellm2/files/patch-ad b/sysutils/gkrellm2/files/patch-ad deleted file mode 100644 index c287e04f4007..000000000000 --- a/sysutils/gkrellm2/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ -Index: Makefile.top -diff -u Makefile.top.orig Makefile.top ---- Makefile.top.orig Wed May 17 14:33:59 2000 -+++ Makefile.top Fri May 19 04:52:52 2000 -@@ -24,7 +24,7 @@ - # - # Default - #-------- --GTK_CONFIG = gtk-config -+#GTK_CONFIG = gtk-config - BINMODE = 755 - - # FreeBSD 2.X -@@ -65,11 +65,11 @@ - (cd src && ${MAKE} clean) - - freebsd2: -- (cd src && ${MAKE} GTK_CONFIG=gtk12-config GTOP_LIBS= GTOP_INCLUDE= \ -+ (cd src && ${MAKE} GTK_CONFIG=$(GTK_CONFIG) GTOP_LIBS= GTOP_INCLUDE= \ - SYS_LIBS="-lkvm" gkrellm ) - - freebsd3 freebsd: -- (cd src && ${MAKE} GTK_CONFIG=gtk12-config GTOP_LIBS= GTOP_INCLUDE= \ -+ (cd src && ${MAKE} GTK_CONFIG=$(GTK_CONFIG) GTOP_LIBS= GTOP_INCLUDE= \ - SYS_LIBS="-lkvm -ldevstat" gkrellm ) - - gtop: diff --git a/sysutils/gkrellm2/files/patch-ae b/sysutils/gkrellm2/files/patch-ae deleted file mode 100644 index 3bcc8e42cb6d..000000000000 --- a/sysutils/gkrellm2/files/patch-ae +++ /dev/null @@ -1,21 +0,0 @@ -Index: src/Makefile.src -diff -u src/Makefile.src.orig src/Makefile.src ---- src/Makefile.src.orig Thu May 11 01:58:22 2000 -+++ src/Makefile.src Fri May 19 04:53:27 2000 -@@ -13,14 +13,9 @@ - GTK_LIB = `$(GTK_CONFIG) --libs` - IMLIB_LIB = `imlib-config --libs-gdk` - --FLAGS = -O2 -I.. $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GTOP_INCLUDE) -+CFLAGS += -I.. $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GTOP_INCLUDE) \ -+ -DPREFIX=\"$(PREFIX)\" - LIBS = $(GTK_LIB) $(IMLIB_LIB) $(GTOP_LIBS) $(SYS_LIBS) -- --ifeq ($(debug),1) -- FLAGS += -g --endif -- --CC = gcc -Wall $(FLAGS) - - GNOME_PREFIX = `gnome-config --prefix` - diff --git a/sysutils/gkrellm2/pkg-comment b/sysutils/gkrellm2/pkg-comment deleted file mode 100644 index a049b18fdd28..000000000000 --- a/sysutils/gkrellm2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GTK based system monitor diff --git a/sysutils/gkrellm2/pkg-descr b/sysutils/gkrellm2/pkg-descr deleted file mode 100644 index ace37904d8eb..000000000000 --- a/sysutils/gkrellm2/pkg-descr +++ /dev/null @@ -1,44 +0,0 @@ -GKrellM - GNU (or Gtk) Krell Monitors (or Meters) - (with an understood 'I' somewhere in appreciation for Imlib) -======================================================================= - -Author: Bill Wilson -Email: bill@gkrellm.net -WWW: http://gkrellm.net/ - -Copyright (c) 1999-2000 by Bill Wilson. This program is free software -which I release under the GNU General Public License. -Read the COPYRIGHT file for more info. - - -Description -=========== -With a single process, GKrellM manages multiple stacked monitors and supports -applying themes to match the monitors appearance to your window manager, -Gtk, or any other theme. - - -GKrellM Features -================ - * SMP CPU, Disk, Proc, and active net interface monitors with LEDs. - * Internet monitor that displays current and charts historical port hits. - * Memory and swap space usage meters and a system uptime monitor. - * File system meters show capacity/free space and can mount/umount. - * A mailbox monitor which can launch mail reader, remote mail fetch. - * Clock/calendar and hostname display. - * APM laptop battery monitor. - * CPU/motherboard temperature display if lm_sensors modules installed. - - * Multiple monitors managed by a single process to reduce system load. - * A timer button that can execute PPP or ISDN logon/logoff scripts. - * Charts are autoscaling with configurable grid line resolution, or - can be set to a fixed scale mode. - * Separate colors for "in" and "out" data. The in color is used for - CPU user time, disk read, forks, and net receive data. The out color - is used for CPU sys time, disk write, load, and net transmit data. - * Commands can be configured to run when monitor labels are clicked. - * GKrellM is plugin capable so special interest monitors can be created. - * A different theme can be created with the GIMP. - - -- Hajimu UMEMOTO <ume@FreeBSD.org> diff --git a/sysutils/gkrellm2/pkg-message b/sysutils/gkrellm2/pkg-message deleted file mode 100644 index 70c1f568cdd0..000000000000 --- a/sysutils/gkrellm2/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -**************************************************************************** - - You should aware that GKrellM must be setuid root to obtain - temperatures. If your motherboard doesn't support LM78/79 feature, - you may not want this. You can disable it by typing - `make install WITHOUT_SENSOR=yes' at the "${PORTSDIR}/sysutils/gkrellm" - directory to re-make this package. - -**************************************************************************** diff --git a/sysutils/gkrellm2/pkg-plist b/sysutils/gkrellm2/pkg-plist deleted file mode 100644 index 3d10787b48c9..000000000000 --- a/sysutils/gkrellm2/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/gkrellm -include/gkrellm/gkrellm.h -include/gkrellm/gkrellm_public_proto.h -include/gkrellm/gkrellm_private_proto.h -share/doc/gkrellm/COPYRIGHT -share/doc/gkrellm/README -share/doc/gkrellm/Themes -@dirrm share/doc/gkrellm |