summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-09-16 10:28:12 +0000
committernia <nia@pkgsrc.org>2019-09-16 10:28:12 +0000
commitbbfebe179bc36e40e95b5b555c4d3fc80b8f4357 (patch)
tree0d111c6be5d015c8b1312f5edbc08d74f80e6cc4
parent0c54208cb2d1ffd018eed9144367a673aaf5645f (diff)
downloadpkgsrc-bbfebe179bc36e40e95b5b555c4d3fc80b8f4357.tar.gz
Remove sysutils/gnome-system-monitor, successor sysutils/mate-syste-monitor
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/gnome-system-monitor/DESCR1
-rw-r--r--sysutils/gnome-system-monitor/Makefile59
-rw-r--r--sysutils/gnome-system-monitor/PLIST303
-rw-r--r--sysutils/gnome-system-monitor/distinfo15
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-ab17
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-ac17
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-src_interface_h15
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-src_load-graph_h15
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-src_lsof.cpp18
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-src_lsof_h15
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-src_openfiles_h15
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-src_procman__gnomesu_h15
-rw-r--r--sysutils/gnome-system-monitor/patches/patch-src_util_cpp15
14 files changed, 1 insertions, 522 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 8dbd29c9ed6..b0b2541adf7 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.831 2019/09/09 12:21:44 tm Exp $
+# $NetBSD: Makefile,v 1.832 2019/09/16 10:28:12 nia Exp $
#
COMMENT= System utilities
@@ -215,7 +215,6 @@ SUBDIR+= gnome-nds-thumbnailer
SUBDIR+= gnome-pkgview
SUBDIR+= gnome-power-manager
SUBDIR+= gnome-settings-daemon
-SUBDIR+= gnome-system-monitor
SUBDIR+= gnome-system-tools
SUBDIR+= gnome-vfs
SUBDIR+= gnome-vfs-monikers
diff --git a/sysutils/gnome-system-monitor/DESCR b/sysutils/gnome-system-monitor/DESCR
deleted file mode 100644
index 9299956a4f4..00000000000
--- a/sysutils/gnome-system-monitor/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The GNOME 2 system monitor program.
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile
deleted file mode 100644
index e8e325073fd..00000000000
--- a/sysutils/gnome-system-monitor/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# $NetBSD: Makefile,v 1.57 2019/07/21 22:25:43 wiz Exp $
-#
-
-DISTNAME= gnome-system-monitor-2.28.2
-PKGREVISION= 29
-CATEGORIES= sysutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-monitor/2.28/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.gnome.org/
-COMMENT= GNOME 2 system monitor program
-
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-USE_TOOLS+= autoconf gmake intltool msgfmt pkg-config
-USE_LANGUAGES= c c++11
-
-CONFLICTS+= gnome2-system-monitor-[0-9]*
-
-# Avoiding conflicting -std switches.
-CONFIGURE_ARGS+= --enable-more-warnings=no
-
-.include "../../mk/bsd.prefs.mk"
-
-# XXX: bound this check better
-.if ${OPSYS} != "SunOS"
-LIBS+= -lutil
-.endif
-
-GCONF_SCHEMAS+= gnome-system-monitor.schemas
-
-.include "../../devel/GConf/schemas.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.14
-.include "../../devel/glibmm/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.15.3
-.include "../../graphics/gnome-icon-theme/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.70
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgtop+= libgtop>=2.23.1
-.include "../../sysutils/libgtop/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
-.include "../../x11/gtk2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtkmm+= gtkmm>=2.8
-.include "../../x11/gtkmm/buildlink3.mk"
-# doesn't seem to do anything with it
-#.include "../../sysutils/libgksu/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gnome-system-monitor/PLIST b/sysutils/gnome-system-monitor/PLIST
deleted file mode 100644
index 71de180b1ce..00000000000
--- a/sysutils/gnome-system-monitor/PLIST
+++ /dev/null
@@ -1,303 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2010/11/28 13:00:33 drochner Exp $
-bin/gnome-system-monitor
-share/applications/gnome-system-monitor.desktop
-share/gconf/schemas/gnome-system-monitor.schemas
-share/gnome/help/gnome-system-monitor/C/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/C/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/C/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/C/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/C/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/C/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/C/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/C/figures/processListing.png
-share/gnome/help/gnome-system-monitor/C/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/C/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/C/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/C/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/C/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/C/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/C/legal.xml
-share/gnome/help/gnome-system-monitor/ar/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/ar/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/ar/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/ar/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/ar/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/ar/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/ar/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/ar/figures/processListing.png
-share/gnome/help/gnome-system-monitor/ar/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/ar/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/ar/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/ar/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/ar/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/ar/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/bg/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/bg/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/bg/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/bg/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/bg/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/bg/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/bg/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/bg/figures/processListing.png
-share/gnome/help/gnome-system-monitor/bg/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/bg/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/bg/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/bg/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/bg/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/bg/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/ca/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/ca/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/ca/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/ca/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/ca/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/ca/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/ca/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/ca/figures/processListing.png
-share/gnome/help/gnome-system-monitor/ca/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/ca/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/ca/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/ca/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/ca/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/ca/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/cs/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/cs/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/cs/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/cs/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/cs/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/cs/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/cs/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/cs/figures/processListing.png
-share/gnome/help/gnome-system-monitor/cs/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/cs/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/cs/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/cs/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/cs/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/cs/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/da/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/da/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/da/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/da/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/da/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/da/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/da/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/da/figures/processListing.png
-share/gnome/help/gnome-system-monitor/da/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/da/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/da/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/da/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/da/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/da/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/de/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/de/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/de/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/de/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/de/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/de/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/de/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/de/figures/processListing.png
-share/gnome/help/gnome-system-monitor/de/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/de/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/de/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/de/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/de/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/de/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/el/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/el/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/el/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/el/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/el/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/el/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/el/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/el/figures/processListing.png
-share/gnome/help/gnome-system-monitor/el/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/el/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/el/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/el/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/el/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/el/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/es/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/es/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/es/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/es/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/es/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/es/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/es/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/es/figures/processListing.png
-share/gnome/help/gnome-system-monitor/es/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/es/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/es/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/es/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/es/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/es/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/fr/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/fr/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/fr/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/fr/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/fr/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/fr/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/fr/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/fr/figures/processListing.png
-share/gnome/help/gnome-system-monitor/fr/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/fr/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/fr/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/fr/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/fr/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/fr/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/oc/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/oc/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/oc/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/oc/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/oc/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/oc/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/oc/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/oc/figures/processListing.png
-share/gnome/help/gnome-system-monitor/oc/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/oc/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/oc/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/oc/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/oc/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/oc/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/pa/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/pa/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/pa/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/pa/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/pa/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/pa/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/pa/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/pa/figures/processListing.png
-share/gnome/help/gnome-system-monitor/pa/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/pa/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/pa/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/pa/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/pa/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/pa/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/sv/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/sv/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/sv/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/sv/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/sv/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/sv/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/sv/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/sv/figures/processListing.png
-share/gnome/help/gnome-system-monitor/sv/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/sv/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/sv/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/sv/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/sv/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/sv/gnome-system-monitor.xml
-share/gnome/help/gnome-system-monitor/zh_CN/figures/addColumn.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/changePriority.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/colorPanel.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/columnContextMenu.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/gnome-system-monitor_window.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/memoryMaps.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/moreInfo.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/processListing.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/sortButton.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/sortMenu2.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/systemMonitor.png
-share/gnome/help/gnome-system-monitor/zh_CN/figures/viewMenu.png
-share/gnome/help/gnome-system-monitor/zh_CN/gnome-system-monitor.xml
-share/locale/am/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/as/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ast/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/az/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/be/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/be@latin/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/bg/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/bn/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/bs/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ca/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/cs/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/cy/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/da/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/de/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/dz/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/el/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/en_CA/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/en_GB/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/eo/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/es/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/et/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/eu/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/fa/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/fi/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/fr/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ga/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/gl/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/gu/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/he/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/hi/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/hr/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/hu/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/id/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/it/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ja/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ka/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/kn/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ko/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ku/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/li/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/lt/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/lv/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/mai/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/mg/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/mk/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ml/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/mn/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/mr/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ms/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/nb/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/nds/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ne/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/nl/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/nn/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/oc/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/or/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/pa/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/pl/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ps/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/pt/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ro/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ru/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/rw/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/si/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/sk/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/sl/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/sq/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/sr/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/sv/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ta/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/te/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/th/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/tr/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/ug/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/uk/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/vi/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-system-monitor.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-system-monitor.mo
-share/omf/gnome-system-monitor/gnome-system-monitor-C.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-ar.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-bg.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-ca.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-cs.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-da.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-de.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-el.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-es.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-fr.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-oc.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-pa.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-sv.omf
-share/omf/gnome-system-monitor/gnome-system-monitor-zh_CN.omf
-share/pixmaps/gnome-system-monitor/download.svg
-share/pixmaps/gnome-system-monitor/side.png
-share/pixmaps/gnome-system-monitor/upload.svg
diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo
deleted file mode 100644
index 415100631f2..00000000000
--- a/sysutils/gnome-system-monitor/distinfo
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: distinfo,v 1.18 2015/11/04 01:32:15 agc Exp $
-
-SHA1 (gnome-system-monitor-2.28.2.tar.bz2) = 5fab2473914663320cf961c2bbe1a13f019edef3
-RMD160 (gnome-system-monitor-2.28.2.tar.bz2) = f2a31f4eae60a6d344cb74e6f235fb27082aecb7
-SHA512 (gnome-system-monitor-2.28.2.tar.bz2) = 41d77fa9055ecfa1b379d7fd35c8f6401773f07a640f0b11e787cc985387d264cdb718aa0eed68e8b54f74abd301a98dbe8360160bda1e8e33459f83b3426e27
-Size (gnome-system-monitor-2.28.2.tar.bz2) = 2432252 bytes
-SHA1 (patch-ab) = d0398e6309aa979ef270656ba61eac5d8f47aca2
-SHA1 (patch-ac) = db0f1b7481e08d403ba74fa28f463f1b6023139f
-SHA1 (patch-src_interface_h) = f600813d41e11e17fb60da518db08a7de9a4f89f
-SHA1 (patch-src_load-graph_h) = 24d7c0acd4d6ca16883b66efc8f7d2c9dfe88d96
-SHA1 (patch-src_lsof.cpp) = 6a45147d7d5926e8dbdffdb95e71ecca5ce97bf5
-SHA1 (patch-src_lsof_h) = cf5bbf20e4899d9d48238a63f92f15b50f1dacc9
-SHA1 (patch-src_openfiles_h) = 08c37eb8ad84135f73f7fd38b2f10a76afbe8fbc
-SHA1 (patch-src_procman__gnomesu_h) = 32f06a1fffb2c0b2011dce7a5d8ddb292fafe8e5
-SHA1 (patch-src_util_cpp) = cf7e780896f413dd8b81ff2b58b4fa71d67afa2e
diff --git a/sysutils/gnome-system-monitor/patches/patch-ab b/sysutils/gnome-system-monitor/patches/patch-ab
deleted file mode 100644
index 650cc640823..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2009/05/26 19:11:55 wiz Exp $
-
-http://bugzilla.gnome.org/show_bug.cgi?id=583923
-
---- src/openfiles.cpp.orig 2008-09-11 19:55:34.000000000 +0000
-+++ src/openfiles.cpp
-@@ -15,6 +15,10 @@
- #include "util.h"
- #include "gconf-keys.h"
-
-+#ifndef NI_IDN
-+#define NI_IDN 32
-+#endif
-+
- enum
- {
- COL_FD,
diff --git a/sysutils/gnome-system-monitor/patches/patch-ac b/sysutils/gnome-system-monitor/patches/patch-ac
deleted file mode 100644
index f83fb508109..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2010/08/09 10:11:57 drochner Exp $
-
---- src/load-graph.cpp.orig 2009-06-23 00:03:02.000000000 +0000
-+++ src/load-graph.cpp
-@@ -411,8 +411,11 @@ net_scale (LoadGraph *g, unsigned din, u
- //
- // e.g: ceil(100.5 KiB) = 101 KiB = 101 * 2**(1 * 10)
- // where base10 = 1, coef10 = 101, pow2 = 16
--
-+#ifdef __FreeBSD__
-+ unsigned pow2 = std::floor(log(new_max) / log(2));
-+#else
- unsigned pow2 = std::floor(log2(new_max));
-+#endif
- unsigned base10 = pow2 / 10;
- unsigned coef10 = std::ceil(new_max / double(1UL << (base10 * 10)));
- g_assert(new_max <= (coef10 * (1UL << (base10 * 10))));
diff --git a/sysutils/gnome-system-monitor/patches/patch-src_interface_h b/sysutils/gnome-system-monitor/patches/patch-src_interface_h
deleted file mode 100644
index 5c49eb4c1d2..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-src_interface_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_interface_h,v 1.1 2012/05/07 01:28:44 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/interface.h~ 2010-02-09 13:23:26.000000000 +0000
-+++ src/interface.h
-@@ -20,7 +20,7 @@
- #ifndef _PROCMAN_INTERFACE_H_
- #define _PROCMAN_INTERFACE_H_
-
--#include <glib/gtypes.h>
-+#include <glib.h>
- #include <gtk/gtk.h>
- #include "procman.h"
-
diff --git a/sysutils/gnome-system-monitor/patches/patch-src_load-graph_h b/sysutils/gnome-system-monitor/patches/patch-src_load-graph_h
deleted file mode 100644
index 51b579542c2..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-src_load-graph_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_load-graph_h,v 1.1 2012/05/07 01:28:44 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/load-graph.h~ 2010-02-09 13:23:26.000000000 +0000
-+++ src/load-graph.h
-@@ -1,7 +1,7 @@
- #ifndef _PROCMAN_LOAD_GRAPH_H_
- #define _PROCMAN_LOAD_GRAPH_H_
-
--#include <glib/gtypes.h>
-+#include <glib.h>
- #include <glibtop/cpu.h>
-
- enum
diff --git a/sysutils/gnome-system-monitor/patches/patch-src_lsof.cpp b/sysutils/gnome-system-monitor/patches/patch-src_lsof.cpp
deleted file mode 100644
index 576b2b35662..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-src_lsof.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_lsof.cpp,v 1.1 2015/10/20 09:40:22 tnn Exp $
-
-lsof.cpp:140:24: error: non-const lvalue reference to type
- 'basic_ostringstream<[3 * ...]>' cannot bind to a temporary of type
- 'basic_ostringstream<[3 * ...]>'
- ...s = static_cast<std::ostringstream&>(std::ostringstream() << count).str();
-
---- src/lsof.cpp.orig 2010-02-09 13:23:26.000000000 +0000
-+++ src/lsof.cpp
-@@ -137,7 +137,7 @@ namespace
-
- void update_count(unsigned count)
- {
-- string s = static_cast<std::ostringstream&>(std::ostringstream() << count).str();
-+ string s = static_cast<const std::ostringstream&>(std::ostringstream() << count).str();
- gtk_label_set_text(this->count, s.c_str());
- }
-
diff --git a/sysutils/gnome-system-monitor/patches/patch-src_lsof_h b/sysutils/gnome-system-monitor/patches/patch-src_lsof_h
deleted file mode 100644
index cb398b4da6f..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-src_lsof_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_lsof_h,v 1.1 2012/05/07 01:28:44 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/lsof.h~ 2010-02-09 13:23:26.000000000 +0000
-+++ src/lsof.h
-@@ -1,7 +1,7 @@
- #ifndef H_PROCMAN_LSOF_1161179202
- #define H_PROCMAN_LSOF_1161179202
-
--#include <glib/gmacros.h>
-+#include <glib.h>
- #include "procman.h"
-
- void procman_lsof(ProcData *data);
diff --git a/sysutils/gnome-system-monitor/patches/patch-src_openfiles_h b/sysutils/gnome-system-monitor/patches/patch-src_openfiles_h
deleted file mode 100644
index 77cf65ffd10..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-src_openfiles_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_openfiles_h,v 1.1 2012/05/07 01:28:44 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/openfiles.h~ 2010-02-09 13:23:26.000000000 +0000
-+++ src/openfiles.h
-@@ -1,7 +1,7 @@
- #ifndef _OPENFILES_H_
- #define _OPENFILES_H_
-
--#include <glib/gtypes.h>
-+#include <glib.h>
-
- #include "procman.h"
-
diff --git a/sysutils/gnome-system-monitor/patches/patch-src_procman__gnomesu_h b/sysutils/gnome-system-monitor/patches/patch-src_procman__gnomesu_h
deleted file mode 100644
index 1900cafcbfe..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-src_procman__gnomesu_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_procman__gnomesu_h,v 1.1 2012/05/07 01:28:44 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/procman_gnomesu.h~ 2010-02-09 13:23:26.000000000 +0000
-+++ src/procman_gnomesu.h
-@@ -1,7 +1,7 @@
- #ifndef H_GNOME_SYSTEM_MONITOR_GNOMESU_H_1132171917
- #define H_GNOME_SYSTEM_MONITOR_GNOMESU_H_1132171917
-
--#include <glib/gtypes.h>
-+#include <glib.h>
-
- gboolean
- procman_gnomesu_create_root_password_dialog(const char * message);
diff --git a/sysutils/gnome-system-monitor/patches/patch-src_util_cpp b/sysutils/gnome-system-monitor/patches/patch-src_util_cpp
deleted file mode 100644
index 1501b7936dc..00000000000
--- a/sysutils/gnome-system-monitor/patches/patch-src_util_cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_util_cpp,v 1.1 2012/05/07 01:28:44 dholland Exp $
-
-Fix build with latest glib2.
-
---- src/util.cpp~ 2010-02-09 13:23:26.000000000 +0000
-+++ src/util.cpp
-@@ -1,7 +1,7 @@
- #include <config.h>
-
- #include <glib/gi18n.h>
--#include <glib/gstring.h>
-+#include <glib.h>
- #include <gtk/gtk.h>
-
- #include <glibtop/proctime.h>