summaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-monitor
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /sysutils/gnome-system-monitor
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'sysutils/gnome-system-monitor')
-rw-r--r--sysutils/gnome-system-monitor/Makefile29
-rw-r--r--sysutils/gnome-system-monitor/distinfo1
-rw-r--r--sysutils/gnome-system-monitor/files/patch-ad30
-rw-r--r--sysutils/gnome-system-monitor/pkg-comment1
-rw-r--r--sysutils/gnome-system-monitor/pkg-descr1
-rw-r--r--sysutils/gnome-system-monitor/pkg-plist47
6 files changed, 0 insertions, 109 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
deleted file mode 100644
index ef94f7097092..000000000000
--- a/sysutils/gnome-system-monitor/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: gtop
-# Date created: 28 September 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gtop
-PORTVERSION= 1.0.8
-CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gtop
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
- gtop.1:${PORTSDIR}/devel/libgtop
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo
deleted file mode 100644
index 6cd6b1f55709..000000000000
--- a/sysutils/gnome-system-monitor/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtop-1.0.8.tar.gz) = f5749f352281c0e68d1d585207b9bec0
diff --git a/sysutils/gnome-system-monitor/files/patch-ad b/sysutils/gnome-system-monitor/files/patch-ad
deleted file mode 100644
index a3f3d1a335f3..000000000000
--- a/sysutils/gnome-system-monitor/files/patch-ad
+++ /dev/null
@@ -1,30 +0,0 @@
---- main.c.orig Sun Feb 13 16:27:56 2000
-+++ main.c Thu Feb 17 12:07:45 2000
-@@ -32,6 +32,8 @@
-
- #include <gnome.h>
-
-+#include <floatingpoint.h>
-+
- #include <glibtop/close.h>
-
- #include <locale.h>
-@@ -205,6 +207,8 @@
- poptContext ctx;
- const char **args;
-
-+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV));
-+
- setlocale (LC_ALL, "");
- bindtextdomain (PACKAGE, GNOMELOCALEDIR);
- textdomain (PACKAGE);
-@@ -294,6 +298,9 @@
- gtop_properties.global.show_toolbar);
- gnome_config_sync ();
- }
-+
-+ fpresetsticky (FP_X_DZ|FP_X_INV);
-+ fpsetmask (FP_X_DZ|FP_X_INV);
-
- return 0;
- }
diff --git a/sysutils/gnome-system-monitor/pkg-comment b/sysutils/gnome-system-monitor/pkg-comment
deleted file mode 100644
index f08d391b296f..000000000000
--- a/sysutils/gnome-system-monitor/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNOME system moniter program
diff --git a/sysutils/gnome-system-monitor/pkg-descr b/sysutils/gnome-system-monitor/pkg-descr
deleted file mode 100644
index f08d391b296f..000000000000
--- a/sysutils/gnome-system-monitor/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-GNOME system moniter program
diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist
deleted file mode 100644
index 80350981dcb9..000000000000
--- a/sysutils/gnome-system-monitor/pkg-plist
+++ /dev/null
@@ -1,47 +0,0 @@
-bin/gtop
-share/gnome/apps/System/gtop.desktop
-share/gnome/gtoprc
-share/gnome/help/gtop/C/credits.html
-share/gnome/help/gtop/C/errata.html
-share/gnome/help/gtop/C/figs/gtop-fs-1.png
-share/gnome/help/gtop/C/figs/gtop-fs-2.png
-share/gnome/help/gtop/C/figs/gtop-mem.png
-share/gnome/help/gtop/C/figs/gtop-pic-bottom.png
-share/gnome/help/gtop/C/figs/gtop-pic-main.png
-share/gnome/help/gtop/C/figs/gtop-pic-middle.png
-share/gnome/help/gtop/C/figs/gtop-pic-top.png
-share/gnome/help/gtop/C/figs/gtop-prefs.png
-share/gnome/help/gtop/C/figs/gtop-proc.png
-share/gnome/help/gtop/C/filesystems.html
-share/gnome/help/gtop/C/gtop.html
-share/gnome/help/gtop/C/index.html
-share/gnome/help/gtop/C/memory.html
-share/gnome/help/gtop/C/more-info.html
-share/gnome/help/gtop/C/preferences.html
-share/gnome/help/gtop/C/processes.html
-share/gnome/help/gtop/C/topic.dat
-share/gnome/pixmaps/gnome-gtop.png
-share/locale/ca/LC_MESSAGES/gtop.mo
-share/locale/cs/LC_MESSAGES/gtop.mo
-share/locale/da/LC_MESSAGES/gtop.mo
-share/locale/de/LC_MESSAGES/gtop.mo
-share/locale/el/LC_MESSAGES/gtop.mo
-share/locale/es/LC_MESSAGES/gtop.mo
-share/locale/fr/LC_MESSAGES/gtop.mo
-share/locale/ga/LC_MESSAGES/gtop.mo
-share/locale/gl/LC_MESSAGES/gtop.mo
-share/locale/it/LC_MESSAGES/gtop.mo
-share/locale/ja/LC_MESSAGES/gtop.mo
-share/locale/ko/LC_MESSAGES/gtop.mo
-share/locale/lt/LC_MESSAGES/gtop.mo
-share/locale/no/LC_MESSAGES/gtop.mo
-share/locale/pl/LC_MESSAGES/gtop.mo
-share/locale/pt/LC_MESSAGES/gtop.mo
-share/locale/ru/LC_MESSAGES/gtop.mo
-share/locale/sv/LC_MESSAGES/gtop.mo
-share/locale/uk/LC_MESSAGES/gtop.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gtop.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gtop.mo
-@dirrm share/gnome/help/gtop/C/figs
-@dirrm share/gnome/help/gtop/C
-@dirrm share/gnome/help/gtop