summaryrefslogtreecommitdiff
path: root/sysutils/gnome2-system-monitor
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-66/+66
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-5/+2
USE_TOOLS+=msgfmt.
2006-04-06Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.reed1-2/+2
I missed this in my commit earlier.
2006-03-30Update to 2.14.0:jmmv3-9/+31
New in 2.14.0 - 13 march 2006 * Updated translations. New in 2.13.92 - 27 february 2006 * Updated translations. New in 2.13.90 - 29 january 2006 * I18N fixes Frank Arnold <farnold@cvs.gnome.org> * Fixed desktop file. New in 2.13.5 - 15 january 2006 * Dropped thread view. It's broken and not fixable. Søren Sandmann <sandmann@daimi.au.dk> * HIG fixes by Dennis Cranston <dennis_cranston@yahoo.com> New in 2.13.4 - 2 january 2006 * Don't account iowait in CPU graphs. * Start the graphs on startup so that they can acquire data even if not shown. * Added "Started" column to display start time of each process. * Added smooth_refresh option to please Linus. * Allow user to sort the device list (Dennis Cranston) * Made Resources tab default. * Reworked LoadGraph. New in 2.13.3 - 13 december 2005 * gksu support (ok it's broken ;) * requires automake-1.9 (James Henstridge) * use g_slice instead of GMemChunks New in 2.13.2 - 13 november 2005 * proclist : new "Writable memory" column. * disklist : new "Available" column. Makes more sense on fs with reserved space (i.e. ext2/3) New in 2.13.1 - 27 october 2005 * cairo graphs - Paolo Borelli * fixed some strings - Adam Weinberger * got rid of the infoview * dropped irrelevant/cryptic memory info.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-10-17Add plural support for msgfmt.minskim1-1/+2
2005-10-16Update to 2.12.1:jmmv3-8/+9
New in 2.12.1 - 2 october 2005 * Updated translations. * Fixed #317660. New in 2.12.0 - 5 september 2005 * Updated translations. New in 2.11.92 - 22 august 2005 * Reworked and fixed device list. New in 2.11.91 - 9 august 2005 * Removed some debug messages. New in 2.11.90 - 25 july 2005 * Better icon lookup. * Fixed column default sort order. #310804. * Fixed division by 0. New in 2.11.5 - 13 july 2005 * Provide controls to SIGSTOP and SIGCONT a process. * Start timeouts only when needed. Should save some CPU. * Fixed process kill. New in 2.11.4 - 1 july 2005 * Added network history graph. Modified default colors to be a little brighter. Martin Ejdestig <mejde@dtek.chalmers.se>. * Fixed column order. * Moved Show combo box functionality to View menu. * Change priority slider max value on Linux. * Fixed confusing error message when libgnomesu is not found. * Fixed startup notification. Davyd Madeley and Paollo Borelli. * HIG fixes. Dennis Cranston <dennis_cranston@yahoo.com>. Merci à tous :) New in 2.11.3 - 8 june 2005 * Better SELinux detection. * Use "CPU" instead of "CPU%d" is system has only one cpu. * Disable process dependencies by default. * Fixed process sort. * Fixed segfault. Special thanks to Rod Butcher. * Many code cleanups. New in 2.11.2 - 18 may 2005 * Port to GtkUIManager by Paolo Borelli. * Removed the search box. * Displays load averages. * Fixed user name is uid changes. Fixed process name. * Fixed a lot of leaks. * Uses SI units. * New Device tab. New option to show all devices. Refresh devices list whenever a device is mounted or unmounted. * Smooth refresh so keep g-s-m own cpu usage < 10% * Fixed display if there's no swap. * Spawn only one instance of gnome-system-monitor thanks to libbacon. * etc Thanks to everyone who helped me. See ChangeLog.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-4/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19Update to 2.10.1:jmmv3-7/+8
* Updated i18n. * Fixed swap display. * Fixed cpu/memory history resizing with the main window Tero Huttunen <tero.huttunen@tut.fi>. * Fixed gcc-2.95 errors Jens Granseuer <jensgr@gmx.net>.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update to 2.10.0:jmmv4-120/+12
New in 2.10.0 - 7 mar 2005 * Updated i18n. New in 2.9.92 - 28 fev 2005 * Detect libgnomesu at runtime using GModule. (Hongli Lai) misc. cleanups. New in 2.9.91 - 7 jan 2005 * Fixed a couple of strings. * Updated i18n. New in 2.9.90 - 24 jan 2005 * Fixed drawing of graph - Martin Ejdestig * UI fixes - Luca Ferretti * Open Files shows files opened by a process - Nicolás Lichtmaier New in 2.9.4 - 10 jan 2295 * New OpenFiles view - nick@reloco.com.ar. * Uses libgnomesu - Hongli Lai. * HIG fixes - Luca Ferretti. * Displays "User Memory" instead of "Used Memory". New in 2.9.3 - 20 Dec 2004 * Fixed crasher bugs : #161350 and #160560. * Updated translations. New in 2.9.0 * Performance improvements. * Themed icon. * Columns are now reorderable in the proctable. * Devices list also shows 'free' diskspace. * 64bits fixes. * SELinux support. * Big cleanups. * Fixed so many bugs ...
2005-02-26Update to 2.8.3:jmmv2-6/+6
* Fixed string breakage. * Fixed segfault #160560.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28Update to 2.8.1: sorry, list of changes unknown (they appear merged withjmmv2-5/+5
the changes in the 2.9 branch).
2004-10-20Update to 2.8.0:jmmv3-8/+10
* HIG fix for the preference dialog * Updated translations
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update to 2.7.0. This version corresponds to GNOME 2.8.0.jmmv3-7/+10
2004-07-19 Kevin Vandersloot <kfv101 psu edu> * configure.in: release 2.7.0 2004-04-10 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-03-24 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS. 2004-03-21 Gareth Owen <gowen72@yahoo.com> * configure.in: Added en_GB to ALL_LINGUAS
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-02Fix paths to libgtop and libgtop2, which now live in sysutils.jmmv1-2/+2
2004-04-01Update to 2.6.0. Changes from previous version (list not complete):jmmv4-22/+117
* Add process list column for X Server memory usage (Havoc Pennington) * Add support for multiple processors - bug # 91363 * Fix color saving of graphs - bug #126612 (Kaushal Kumar) * Fix crash when asking for root passwoard - bug #126923 (Kiran Kumar Immidi) * Fix memory display
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-19Add some more explicit dependencies and use pkgsrc intltool.jmmv1-1/+5
2004-02-11bl3ifyxtraeme1-8/+8
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-29Initial import of gnome2-system-monitor 2.4.0 via pkgsrc-wip.xtraeme5-0/+142
This is the GNOME 2 system monitor program.