From 623e6aba761c4b9a9f593768509e81b7c6f7501c Mon Sep 17 00:00:00 2001 From: tron <tron@pkgsrc.org> Date: Wed, 31 May 2000 22:24:56 +0000 Subject: Update "gtop" package to version 1.0.9. Changes since version 1.0.5: - gtop.desktop: Added Swedish translation. - gtop.desktop: Added Galician entry. - gtop.desktop : Added the Turkish translation to the gtop.desktop file. - gnome-gtop.png: Improved. Added first version of the GTop Documentation from Telsa Gwynne. - procview.c: Use "Kill nicely (SIGTERM)" and "Kill now (SIGKILL)" in the right-click menu. - procview.c (DEFAULT_PROCVIEW_FIELD_MASK): New constant. After a suggestion from Alexander Kirillov we only show "Pid", "User", "Pri", "Size", "Resident", "Stat", "CPU", "MEM", "Time" and "Command" as the default since this is less confusing to newbies (and it also helps us keeping the default window size small). (procfields_properties_load): Don't crash here when some bad guy sets "gtop/procview/procview_field_mask=0". Fixes #2420. - procview.c (get_command_line): New static function. Try to get the `command' field from glibtop_get_proc_args () if possible since glibtop_get_proc_state () sometimes truncates this field. GTop will not correctly show the full name of executables with long names. - global.c: In the preferences dialog, use "Update times" instead of "Update times (notebook pages)". - summary.c (gtop_summary_destroy): Renamed to `summary_destroy_cb' and made it static. (gtop_summary_new): Call `summary_destroy_cb' on the "destroy" signal. (gtop_statusbar_destroy): Renamed to `statusbar_destroy_cb' and made it static. (gtop_statusbar_new): Call `statusbar_destroy_cb' on the "destroy" signal. - mdi.c (app_destroy_cb): Don't call `gtop_statusbar_destroy' here. - process-details.c (process_args_update): Make this work with LibGTop 1.1.4. - gnome-gtop.png: An icon, an icon! - memusage.c: added popup-menu to allow show menu/toolbar - fsusage.c: added popup-menu to allow show menu/toolbar - procview.c: added items to popup-menu to allow show menu/toolbar - main.c (gtop_show_mtbar): added "show menu/toolbar" menucheckbuttons to allow some sort of fullscreen mode --- sysutils/gtop/Makefile | 6 +++--- sysutils/gtop/files/md5 | 4 ++-- sysutils/gtop/pkg/PLIST | 27 +++++++++++++++++++++++++-- 3 files changed, 30 insertions(+), 7 deletions(-) (limited to 'sysutils/gtop') diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index 1929c166664..33f8f199c39 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2000/01/20 13:21:00 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/05/31 22:24:56 tron Exp $ -DISTNAME= gtop-1.0.5 +DISTNAME= gtop-1.0.9 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gtop/} MAINTAINER= tron@netbsd.org -DEPENDS+= gnome-core-*:../../x11/gnome-core +DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core GNU_CONFIGURE= yes USE_X11BASE= yes diff --git a/sysutils/gtop/files/md5 b/sysutils/gtop/files/md5 index fd962d9a295..e0433eb9b66 100644 --- a/sysutils/gtop/files/md5 +++ b/sysutils/gtop/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/11/01 22:52:28 tron Exp $ +$NetBSD: md5,v 1.2 2000/05/31 22:24:57 tron Exp $ -MD5 (gtop-1.0.5.tar.gz) = 36755ca30dcf99641250fb2b4f999970 +MD5 (gtop-1.0.9.tar.gz) = 37c85bfc2749156859cedbe0d0c0dae7 diff --git a/sysutils/gtop/pkg/PLIST b/sysutils/gtop/pkg/PLIST index db23b041a8b..446b83404b5 100644 --- a/sysutils/gtop/pkg/PLIST +++ b/sysutils/gtop/pkg/PLIST @@ -1,4 +1,27 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/01 22:52:28 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/05/31 22:24:57 tron Exp $ bin/gtop -share/gnome/apps/Utilities/gtop.desktop +share/gnome/apps/System/gtop.desktop share/gtoprc +share/gnome/help/gtop/C/index.html +share/gnome/help/gtop/C/topic.dat +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/credits.html +share/gnome/help/gtop/C/errata.html +share/gnome/help/gtop/C/filesystems.html +share/gnome/help/gtop/C/gtop.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/pixmaps/gnome-gtop.png +@dirrm share/gnome/help/gtop/C/figs +@dirrm share/gnome/help/gtop/C +@dirrm share/gnome/help/gtop -- cgit v1.2.3