diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /sysutils/gnome-system-monitor | |
parent | - Update port 0.1.6 (diff) |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Notes
Notes:
svn path=/head/; revision=160863
Diffstat (limited to 'sysutils/gnome-system-monitor')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 10 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/distinfo | 6 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/files/patch-configure | 19 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/files/patch-src_openfiles.c | 13 | ||||
-rw-r--r-- | sysutils/gnome-system-monitor/pkg-plist | 23 |
5 files changed, 36 insertions, 35 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 9659a14013e6..e5553c13e10f 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,27 +3,27 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.51 2005/10/04 03:07:41 ahze Exp $ +# $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.67 2006/04/23 23:04:15 mezz Exp $ # PORTNAME= gnomesystemmonitor -PORTVERSION= 2.12.2 +PORTVERSION= 2.14.1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-system-monitor/2.12 +MASTER_SITE_SUBDIR= sources/gnome-system-monitor/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-system-monitor-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 system monitor program -LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 +LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libwnck GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/sysutils/gnome-system-monitor/distinfo b/sysutils/gnome-system-monitor/distinfo index 9fe5221376e5..c259d28b00be 100644 --- a/sysutils/gnome-system-monitor/distinfo +++ b/sysutils/gnome-system-monitor/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-system-monitor-2.12.2.tar.bz2) = 100f3599b95a375db85df521f3e2554e -SHA256 (gnome2/gnome-system-monitor-2.12.2.tar.bz2) = c0c18d1f9e29c11c02adac83dcfffdb1f839d9c5575496d0f5beb8de09a31d1f -SIZE (gnome2/gnome-system-monitor-2.12.2.tar.bz2) = 786092 +MD5 (gnome2/gnome-system-monitor-2.14.1.tar.bz2) = 5d9265d712665eaa1a341ad493c284b2 +SHA256 (gnome2/gnome-system-monitor-2.14.1.tar.bz2) = 21af60fd9b307d2f969e526423ba966639020d128b9f61561ab1c14e3bfb7f5a +SIZE (gnome2/gnome-system-monitor-2.14.1.tar.bz2) = 1416460 diff --git a/sysutils/gnome-system-monitor/files/patch-configure b/sysutils/gnome-system-monitor/files/patch-configure index 504276306bba..aed30356f7ab 100644 --- a/sysutils/gnome-system-monitor/files/patch-configure +++ b/sysutils/gnome-system-monitor/files/patch-configure @@ -1,20 +1,11 @@ ---- configure.orig Mon Nov 25 21:02:50 2002 -+++ configure Fri Nov 29 20:30:44 2002 -@@ -3731,7 +3731,7 @@ - - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - -@@ -6630,7 +6630,7 @@ - s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t +--- configure.orig Wed Dec 14 19:11:33 2005 ++++ configure Wed Dec 14 19:11:33 2005 +@@ -25028,7 +25028,7 @@ s,@PKG_CONFIG@,$PKG_CONFIG,;t t + s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t s,@PROCMAN_CFLAGS@,$PROCMAN_CFLAGS,;t t -s,@PROCMAN_LIBS@,$PROCMAN_LIBS,;t t +s,@PROCMAN_LIBS@, $PROCMAN_LIBS,;t t s,@GCONF_SCHEMA_CONFIG_SOURCE@,$GCONF_SCHEMA_CONFIG_SOURCE,;t t s,@GCONF_SCHEMA_FILE_DIR@,$GCONF_SCHEMA_FILE_DIR,;t t - s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t + s,@GCONF_SCHEMAS_INSTALL_TRUE@,$GCONF_SCHEMAS_INSTALL_TRUE,;t t diff --git a/sysutils/gnome-system-monitor/files/patch-src_openfiles.c b/sysutils/gnome-system-monitor/files/patch-src_openfiles.c index 1b94fbb9f499..971e718b2101 100644 --- a/sysutils/gnome-system-monitor/files/patch-src_openfiles.c +++ b/sysutils/gnome-system-monitor/files/patch-src_openfiles.c @@ -8,16 +8,3 @@ #include <arpa/inet.h> #include "procman.h" #include "openfiles.h" -@@ -152,10 +153,10 @@ - { - ProcInfo *info; - GtkTreeModel *model; -- glibtop_open_files_entry *openfiles; -- glibtop_proc_open_files procmap; - GHashTable *new_maps; - gint i; -+ glibtop_open_files_entry *openfiles; -+ glibtop_proc_open_files procmap; - - info = g_object_get_data (G_OBJECT (tree), "selected_info"); - g_return_if_fail (info); diff --git a/sysutils/gnome-system-monitor/pkg-plist b/sysutils/gnome-system-monitor/pkg-plist index 419ddc095099..eec36e00660f 100644 --- a/sysutils/gnome-system-monitor/pkg-plist +++ b/sysutils/gnome-system-monitor/pkg-plist @@ -15,7 +15,23 @@ 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/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/bg/legal.xml share/gnome/omf/gnome-system-monitor/gnome-system-monitor-C.omf +share/gnome/omf/gnome-system-monitor/gnome-system-monitor-bg.omf share/locale/am/LC_MESSAGES/gnome-system-monitor.mo share/locale/ar/LC_MESSAGES/gnome-system-monitor.mo share/locale/az/LC_MESSAGES/gnome-system-monitor.mo @@ -28,6 +44,7 @@ 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_CA/LC_MESSAGES/gnome-system-monitor.mo share/locale/en_GB/LC_MESSAGES/gnome-system-monitor.mo @@ -47,6 +64,7 @@ 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/ko/LC_MESSAGES/gnome-system-monitor.mo share/locale/li/LC_MESSAGES/gnome-system-monitor.mo share/locale/lt/LC_MESSAGES/gnome-system-monitor.mo @@ -79,10 +97,15 @@ 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 @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz @dirrm share/gnome/omf/gnome-system-monitor +@dirrm share/gnome/help/gnome-system-monitor/bg/figures +@dirrm share/gnome/help/gnome-system-monitor/bg @dirrm share/gnome/help/gnome-system-monitor/C/figures @dirrm share/gnome/help/gnome-system-monitor/C @dirrm share/gnome/help/gnome-system-monitor |