summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm2
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellm2')
-rw-r--r--sysutils/gkrellm2/Makefile74
-rw-r--r--sysutils/gkrellm2/distinfo1
-rw-r--r--sysutils/gkrellm2/files/patch-ad28
-rw-r--r--sysutils/gkrellm2/files/patch-ae23
-rw-r--r--sysutils/gkrellm2/files/patch-af75
-rw-r--r--sysutils/gkrellm2/pkg-comment1
-rw-r--r--sysutils/gkrellm2/pkg-descr46
-rw-r--r--sysutils/gkrellm2/pkg-message9
-rw-r--r--sysutils/gkrellm2/pkg-plist19
9 files changed, 0 insertions, 276 deletions
diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile
deleted file mode 100644
index 6915db2cd86e..000000000000
--- a/sysutils/gkrellm2/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: gkrellm
-# Date Created: Mar 4 2000
-# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gkrellm
-PORTVERSION= 1.2.2
-CATEGORIES= sysutils ipv6
-MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \
- ${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 b72138521168..000000000000
--- a/sysutils/gkrellm2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gkrellm-1.2.2.tar.gz) = 5eb9f0d8c861f4a5b40c0cded3e53ecc
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 ad9ad5b78321..000000000000
--- a/sysutils/gkrellm2/files/patch-af
+++ /dev/null
@@ -1,75 +0,0 @@
-Index: gkrellm.1
-diff -u gkrellm.1.orig gkrellm.1
---- gkrellm.1.orig Thu Jul 12 08:23:47 2001
-+++ gkrellm.1 Mon Jul 30 20:51:15 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
-@@ -365,7 +365,7 @@
- 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,
- which assumes pppd is using
- .IR /dev/modem.
- However, if your pppd setup does not use
-@@ -374,11 +374,11 @@
- .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 does use. The ppp on
-+where cuaaS is the tty device your modem does use. 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.
-@@ -839,7 +839,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:
-@@ -864,12 +864,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
-@@ -890,7 +890,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
-@@ -899,7 +899,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 760a51af117b..000000000000
--- a/sysutils/gkrellm2/pkg-descr
+++ /dev/null
@@ -1,46 +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 mbox/maildir/MH/POP3/IMAP mail monitor which can launch a mail reader
- or remote mail fetch program.
- * Clock/calendar and hostname display.
- * APM laptop battery monitor.
- * CPU/motherboard temperature/fan/voltages 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.
- * Many themes are available.
-
-
-- 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 68d5e046008c..000000000000
--- a/sysutils/gkrellm2/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/gkrellm
-include/gkrellm/gkrellm.h
-include/gkrellm/gkrellm_public_proto.h
-%%PORTDOCS%%share/doc/gkrellm/COPYRIGHT
-%%PORTDOCS%%share/doc/gkrellm/README
-%%PORTDOCS%%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
-share/locale/pl/LC_MESSAGES/gkrellm.mo
-%%PORTDOCS%%@dirrm share/doc/gkrellm
-@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