diff options
Diffstat (limited to 'sysutils/gkrellm2')
| -rw-r--r-- | sysutils/gkrellm2/Makefile | 75 | ||||
| -rw-r--r-- | sysutils/gkrellm2/distinfo | 1 | ||||
| -rw-r--r-- | sysutils/gkrellm2/files/patch-ad | 28 | ||||
| -rw-r--r-- | sysutils/gkrellm2/files/patch-ae | 23 | ||||
| -rw-r--r-- | sysutils/gkrellm2/files/patch-af | 74 | ||||
| -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 | 18 |
9 files changed, 0 insertions, 273 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile deleted file mode 100644 index 19f3e513378d..000000000000 --- a/sysutils/gkrellm2/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: gkrellm -# Date Created: Mar 4 2000 -# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gkrellm -PORTVERSION= 1.0.8 -CATEGORIES= sysutils ipv6 -MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \ - http://newweb.wt.net/~billw/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ume - -MAINTAINER= ume@FreeBSD.org - -USE_X_PREFIX= yes -USE_IMLIB= yes -USE_GMAKE= yes - -INCLUDES= gkrellm.h gkrellm_public_proto.h -MAN1= gkrellm.1 -DOCS= COPYRIGHT README Themes.html - -# 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. -# WITHOUT_SENSOR=yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 300000 -ALL_TARGET= freebsd2 -.else -ALL_TARGET= freebsd -.endif - -BINGRP= kmem -.if !defined(WITHOUT_SENSOR) -BINOWN= root -BINMODE= 4111 -.else -BINMODE= 2111 -.endif - -MAKE_ENV+= enable_nls=1 LOCALEDIR=${PREFIX}/share/locale -CFLAGS+= -DSYSTEM_THEMES_DIR='\"${PREFIX}/share/gkrellm/themes\"' \ - -DSYSTEM_PLUGINS_DIR='\"${PREFIX}/libexec/gkrellm/plugins\"' - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellm ${PREFIX}/bin/gkrellm - @cd ${WRKSRC}/locale && \ - ${GMAKE} install enable_nls=1 LOCALEDIR=${PREFIX}/share/locale - - @${MKDIR} ${PREFIX}/include/gkrellm -.for file in ${INCLUDES} - ${INSTALL_DATA} ${WRKSRC}/src/${file} ${PREFIX}/include/gkrellm -.endfor - @${MKDIR} ${PREFIX}/libexec/gkrellm/plugins - @${MKDIR} ${PREFIX}/share/gkrellm/themes -.for file in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man1/${file} -.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} ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/gkrellm2/distinfo b/sysutils/gkrellm2/distinfo deleted file mode 100644 index ef61ab7320c3..000000000000 --- a/sysutils/gkrellm2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gkrellm-1.0.8.tar.gz) = 4fd95064782d6c6061097e5cddf19889 diff --git a/sysutils/gkrellm2/files/patch-ad b/sysutils/gkrellm2/files/patch-ad deleted file mode 100644 index b6bd8edf9a92..000000000000 --- a/sysutils/gkrellm2/files/patch-ad +++ /dev/null @@ -1,28 +0,0 @@ -Index: Makefile.top -diff -u Makefile.top.orig Makefile.top ---- Makefile.top.orig Sun Jul 9 04:03:15 2000 -+++ Makefile.top Mon Jul 10 20:01:27 2000 -@@ -24,7 +24,7 @@ - # - # Default - #-------- --GTK_CONFIG = gtk-config -+#GTK_CONFIG = gtk-config - BINMODE = 755 - - # FreeBSD 2.X -@@ -71,12 +71,12 @@ - - freebsd2: - (cd locale && ${MAKE} all) -- (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 freebsd4 freebsd5 freebsd: - (cd locale && ${MAKE} all) -- (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 a6bebc432a4f..000000000000 --- a/sysutils/gkrellm2/files/patch-ae +++ /dev/null @@ -1,23 +0,0 @@ -Index: src/Makefile.src -diff -u src/Makefile.src.orig src/Makefile.src ---- src/Makefile.src.orig Tue Oct 17 06:05:39 2000 -+++ src/Makefile.src Thu Oct 19 16:32:03 2000 -@@ -13,7 +13,7 @@ - GTK_LIB = `$(GTK_CONFIG) --libs gthread` - IMLIB_LIB = `imlib-config --libs-gdk` - --FLAGS = -O2 -I.. $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GTOP_INCLUDE) -+FLAGS = -I.. $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GTOP_INCLUDE) - FLAGS+= $(PTHREAD_INC) - - LIBS = $(GTK_LIB) $(IMLIB_LIB) $(GTOP_LIBS) $(SYS_LIBS) -@@ -33,8 +33,7 @@ - FLAGS += -DHAVE_GETADDRINFO - endif - -- --CC = gcc -Wall $(FLAGS) $(CFLAGS) -+CFLAGS += $(FLAGS) - - OBJS = main.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 \ diff --git a/sysutils/gkrellm2/files/patch-af b/sysutils/gkrellm2/files/patch-af deleted file mode 100644 index efca767acaf6..000000000000 --- a/sysutils/gkrellm2/files/patch-af +++ /dev/null @@ -1,74 +0,0 @@ -Index: gkrellm.1 -diff -u gkrellm.1.orig gkrellm.1 ---- gkrellm.1.orig Wed Mar 14 21:04:26 2001 -+++ gkrellm.1 Thu Mar 15 00:12:14 2001 -@@ -1,4 +1,4 @@ --.TH gkrellm 1 "Febuary 3, 2001" "Olympus GNU/Linux" "User's Manual" -+.TH gkrellm 1 "Febuary 3, 2001" "FreeBSD" "User's Manual" - - .SH "NAME" - gkrellm \- The GNU Krell Monitors -@@ -322,18 +322,18 @@ - ppp is connecting, and the on state is the ppp link connected. - The phone line lock is determined by the existence of the modem - lock file --.IR /var/lock/LCK..modem. -+.IR /var/spool/lock/LCK..modem. - If your pppd setup does not use - .IR /dev/modem, - then you can configure an alternative with: - .PP - .RS - .nf --ln -s /var/lock/LCK..ttySx ~/.gkrellm/LCK..modem -+ln -s /var/spool/lock/LCK..cuaaS ~/.gkrellm/LCK..modem - .fi - .RE - .IP --where ttySx is the tty device your modem uses. The ppp on -+where cuaaS is the tty device your modem uses. The ppp on - state is detected by the existence of - .IR /var/run/pppX.pid - and the time stamp of this file is the base for the on line time. -@@ -781,7 +781,7 @@ - .PP - .B gkrellm - also searches --.IR /usr/share/gkrellm/themes -+.IR /usr/X11R6/share/gkrellm/themes - for any system wide themes installed as part of a distribution. - Finally, a theme you simply want to check out can be untarred anywhere and - used by running: -@@ -806,12 +806,12 @@ - The directories - .IR /usr/local/lib/gkrellm/plugins - and --.IR /usr/lib/gkrellm/plugins -+.IR /usr/X11R6/libexec/gkrellm/plugins - are also searched for plugins to install. - For compatibility with pre 1.0.6 versions, plugins from the directories - .IR /usr/local/share/gkrellm/plugins - and --.IR /usr/share/gkrellm/plugins -+.IR /usr/X11R6/libexec/gkrellm/plugins - are still installed, but this is not compatible with the FHS. - .PP - Some plugins may be available only as source files and they will -@@ -832,7 +832,7 @@ - .I ~/.gkrellm/plugins - User plugin directory. - .TP --.I /usr/lib/gkrellm/plugins -+.I /usr/X11R6/libexec/gkrellm/plugins - System wide plugin directory. - .TP - .I /usr/local/lib/gkrellm/plugins -@@ -841,7 +841,7 @@ - .I ~/.gkrellm/themes - User theme directory. - .TP --.I /usr/share/gkrellm/themes -+.I /usr/X11R6/share/gkrellm/themes - System wide theme directory. - .TP - .I /usr/local/share/gkrellm/themes 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 e6f7680fb313..000000000000 --- a/sysutils/gkrellm2/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/gkrellm -include/gkrellm/gkrellm.h -include/gkrellm/gkrellm_public_proto.h -@dirrm include/gkrellm -@exec mkdir -p %D/libexec/gkrellm/plugins -@exec mkdir -p %D/share/gkrellm/themes -@unexec rmdir %D/libexec/gkrellm/plugins 2>/dev/null || true -@unexec rmdir %D/libexec/gkrellm 2>/dev/null || true -@unexec rmdir %D/share/gkrellm/themes 2>/dev/null || true -@unexec rmdir %D/share/gkrellm 2>/dev/null || true -share/doc/gkrellm/COPYRIGHT -share/doc/gkrellm/README -share/doc/gkrellm/Themes.html -share/locale/de/LC_MESSAGES/gkrellm.mo -share/locale/es/LC_MESSAGES/gkrellm.mo -share/locale/fr/LC_MESSAGES/gkrellm.mo -share/locale/ja/LC_MESSAGES/gkrellm.mo -@dirrm share/doc/gkrellm |
