Commit graph

29 commits

Author SHA1 Message Date
minskim
4206e3bd3d Add plural support for msgfmt. 2005-10-17 05:11:22 +00:00
jmmv
5341f0df62 Update to 2.12.1:
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-10-16 12:13:18 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
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-01 20:07:59 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
050f73e3c6 Update to 2.10.1:
* 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-05-19 21:11:56 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
495004363c Update to 2.10.0:
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-03-22 16:35:35 +00:00
jmmv
5993326b7a Update to 2.8.3:
* Fixed string breakage.
* Fixed segfault #160560.
2005-02-26 17:26:39 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jmmv
394ec08536 Update to 2.8.1: sorry, list of changes unknown (they appear merged with
the changes in the 2.9 branch).
2004-12-28 21:57:30 +00:00
jmmv
ad67f3c7e4 Update to 2.8.0:
* HIG fix for the preference dialog
* Updated translations
2004-10-20 21:25:44 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jmmv
922f52666f Update to 2.7.0. This version corresponds to GNOME 2.8.0.
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-09-21 17:14:13 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
b68bd17102 Fix paths to libgtop and libgtop2, which now live in sysutils. 2004-04-02 12:18:09 +00:00
jmmv
d2d0f8908e Update to 2.6.0. Changes from previous version (list not complete):
* 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-04-01 19:08:26 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
3c7b60f643 Add some more explicit dependencies and use pkgsrc intltool. 2004-02-19 09:31:32 +00:00
xtraeme
802e063f4f bl3ify 2004-02-11 10:02:26 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
xtraeme
3fa799cfbe Initial import of gnome2-system-monitor 2.4.0 via pkgsrc-wip.
This is the GNOME 2 system monitor program.
2003-12-29 00:49:48 +00:00