summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm
diff options
context:
space:
mode:
authorwiz <wiz>2001-08-06 14:27:39 +0000
committerwiz <wiz>2001-08-06 14:27:39 +0000
commit826d4dfed2ccc2a98a5de6c5a0898fd57e0dfd9a (patch)
treeede7a1f3c0cf1ec71febbde9669389201e133896 /sysutils/gkrellm
parent9739e50408331cfb5ea320e8f36c95efb445da7b (diff)
downloadpkgsrc-826d4dfed2ccc2a98a5de6c5a0898fd57e0dfd9a.tar.gz
Update to 1.2.1, provided by Anthony Mallet in pkg/13632.
Changes since 1.0.8: NOTE: Some configuration issues: o Net and inet command launching will need re-entering. o Inet charts can't use data saved by 1.0.x versions. o Plugins that were automatically enabled by being in ~/.gkrellm/plugins will now have to be enabled on the plugins config page. A consequence of this is that your existing configuration setup for these plugins may be lost. * New chart drawing routines give many appearance options which can be configured by right clicking on the charts. Plugins which create charts must make some coding changes - see the plugins changelog. One of these options is a split view which uses a new theme image, so split views in some themes won't look right until the themes are updated. * CPU charts can now show nice time, which also uses a new theme image. * New panel routines so panel and chart interfaces will be consistent, but unlike chart plugins, meter styled plugins may upgrade gracefully without a "required" recompile - see plugins changelog. * Added an alert interface so limits can be set for triggering warn and alarm commands. Builtin APM and sensor (temps, fan, volt) monitors can have alerts set. Alerts can use the gvoice plugin. * User selectable fonts. * User plugin placements. * User definable format strings for drawing chart labels. * Right click on most panels to open the monitor config window. * There is no longer compatibility with pre 0.10.0 theme formats (the change was announced a year ago). Package change: buildlinkified.
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r--sysutils/gkrellm/Makefile13
-rw-r--r--sysutils/gkrellm/distinfo8
-rw-r--r--sysutils/gkrellm/patches/patch-ab14
3 files changed, 18 insertions, 17 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile
index caa9bf779a9..041fd3b81cb 100644
--- a/sysutils/gkrellm/Makefile
+++ b/sysutils/gkrellm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/06/11 19:44:30 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/06 14:27:39 wiz Exp $
#
-DISTNAME= gkrellm-1.0.8
+DISTNAME= gkrellm-1.2.1
CATEGORIES= sysutils
MASTER_SITES= http://web.wt.net/~billw/gkrellm/
@@ -9,10 +9,8 @@ MAINTAINER= anthony.mallet@ficus.yi.org
HOMEPAGE= http://gkrellm.net/
COMMENT= GTK based system monitor
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
-DEPENDS+= imlib-*:../../graphics/imlib
-DEPENDS+= pth-*:../../devel/pth
-
+USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK_X11= yes
USE_X11BASE= yes
USE_GMAKE= yes
@@ -34,4 +32,7 @@ do-install:
gkrellm_public_proto.h gkrellm_private_proto.h \
${PREFIX}/include/gkrellm
+.include "../../devel/pth/buildlink.mk"
+.include "../../graphics/imlib/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gkrellm/distinfo b/sysutils/gkrellm/distinfo
index 791129dffef..a528d688ba3 100644
--- a/sysutils/gkrellm/distinfo
+++ b/sysutils/gkrellm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2001/06/11 19:44:30 zuntum Exp $
+$NetBSD: distinfo,v 1.4 2001/08/06 14:27:39 wiz Exp $
-SHA1 (gkrellm-1.0.8.tar.gz) = d201ebfb1f0a7a8a05750f01d6827f3226f5ca26
-Size (gkrellm-1.0.8.tar.gz) = 375803 bytes
+SHA1 (gkrellm-1.2.1.tar.gz) = 7fee49e1d9b7429567110dcb137d999687c2e560
+Size (gkrellm-1.2.1.tar.gz) = 470603 bytes
SHA1 (patch-aa) = a3ee2aa106e63d70cb50527710fe3564c30e2128
-SHA1 (patch-ab) = f18ea3c7c456d4c5638a3bf122e7ef0dbb217a93
+SHA1 (patch-ab) = 2c8fe74b7071159a50e03c5c873717706341f672
diff --git a/sysutils/gkrellm/patches/patch-ab b/sysutils/gkrellm/patches/patch-ab
index d04360fd7d6..edb10edc543 100644
--- a/sysutils/gkrellm/patches/patch-ab
+++ b/sysutils/gkrellm/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/03/13 17:53:29 zuntum Exp $
+$NetBSD: patch-ab,v 1.2 2001/08/06 14:27:39 wiz Exp $
---- src/Makefile.src.orig Sun Jan 14 21:18:32 2001
-+++ src/Makefile.src
-@@ -13,7 +13,7 @@
+--- src/Makefile.src~ Sat Jul 21 21:59:58 2001
++++ src/Makefile.src Mon Aug 6 00:05:25 2001
+@@ -17,7 +17,7 @@
GTK_LIB = `$(GTK_CONFIG) --libs gthread`
IMLIB_LIB = `imlib-config --libs-gdk`
@@ -11,12 +11,12 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/03/13 17:53:29 zuntum Exp $
FLAGS+= $(PTHREAD_INC)
LIBS = $(GTK_LIB) $(IMLIB_LIB) $(GTOP_LIBS) $(SYS_LIBS)
-@@ -31,7 +31,7 @@
+@@ -35,7 +35,7 @@
endif
-CC = gcc -Wall $(FLAGS) $(CFLAGS)
-+CC+= -Wall $(FLAGS) $(CFLAGS)
++CC += -Wall $(FLAGS) $(CFLAGS)
- OBJS = main.o apm.o clock.o cpu.o disk.o fs.o hostname.o \
+ OBJS = main.o alerts.o apm.o clock.o cpu.o disk.o fs.o hostname.o \
inet.o mail.o meminfo.o net.o proc.o sensors.o uptime.o \