summaryrefslogtreecommitdiff
path: root/sysutils/libgtop
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Implement stubs for missing functions on Solaris. This at least gets us ajperkin4-4/+85
working package - help fleshing them out with actual data is appreciated.
2013-01-22Fix build on NetBSD-current.wiz1-1/+3
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-23sysutils/libgtop: Unbreak DragonFly againmarino2-1/+40
Libgtop on DragonFly is built using FreeBSD-specific files. The systems are diverging and it's getting harder to keep this package from breaking everytime it's updated. This minor point upgrade broke it!
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-19update to 2.28.4drochner7-37/+36
changes: -Fix numerous bugs in the FreeBSD backend -Split off OpenBSD code in its own backend, and fixes -Updated translations
2011-11-24sysutils/libgtop: Fix DragonFly (broke 2011/01/19)marino2-5/+14
While converting libgtop to use SPECIAL_PERMS, too much of the previous patch to the configure script was removed, breaking DragonFly. Restored the missing bits to unbreak DragonFly.
2011-11-12No more libgtop.devhelp, update PLISTdholland2-4/+3
2011-04-22recursive bump from gettext-lib shlib bump.obache2-2/+4
2011-04-13update to 2.28.3drochner3-8/+9
changes: -bugfixes -translation updates
2011-01-19Use SPECIAL_PERMS instead of relying on the package-specific Makefile fromjmmv3-59/+22
doing the "right" thing (which it might not anyway because it does not check error conditions). Also set the package as 'user-destdir' because we don't need to do the install as root any more. Suggested by joerg@.
2011-01-18Fix the setting of permissions on libgtop_server2 when building withjmmv3-11/+49
destdir enabled (now the default)! To do this, remove the logic from our custom Makefile and make the logic shipped by the package do its thing (which is smarter than us in this cse). This lets libgtop work again, which in turn fixes stuff like the GNOME system monitor or bug-buddy. Bump PKGREVISION.
2010-11-28update to 2.28.2drochner3-12/+12
changes: translation updates
2010-08-09update to 2.28.1drochner4-14/+16
changes: translation updates
2009-10-30Add upstream URL for patch-ae bug report.wiz2-3/+5
2009-10-30NetBSD-5.99.21 lost struct uvmexp.swap{ins,outs}tnn2-1/+45
2009-10-22update to 2.28.0drochner3-10/+11
This switches to the gnome-2.28 release branch.
2009-08-27Add "model name" to the sysinfo hash table.ahoka3-3/+40
Fixes "Unknown CPU model" bug in gnome-system-monitor.
2009-07-11Add support for DragonFly (incomplete, but builds). Fix PLIST for Linux,hasso17-3/+450
Solaris and FreeBSD. Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-05-26update to 2.26.1drochner3-8/+9
change: (linux specific) also hide "none" fs
2009-04-07minor fix for NetBSD: get netmask in the right byteorderdrochner3-6/+20
(this is ugly code, should use ioctl instead of kvm) bump PKGREVISION
2009-03-22Convert to destdir (not user-destdir, because of libgtop_server2).wiz1-2/+4
2009-03-22Update to 2.26.0:wiz3-8/+9
1 Mars 2009: Overview of changes in 2.26.0 ========================================== * Nothing. 17 February 2009: Overview of changes in 2.25.91 ================================================ * Synced with gnome-2-24.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-16update to 2.24.4drochner2-6/+6
change: replaced GPL3 by GPL2
2009-01-13Update to 2.24.3:wiz3-14/+13
12 January 2009: Overview of changes in 2.24.3 ============================================== * linux: - fixed potential memory leak. Vincent Untz. - fixed read(2) usage. Should fix the missing cpus bug in system-monitor. * darwin: - fixed build. "paul".
2008-11-16Add processor affinity support, from Juan Romero Pardines -- thank you!wiz4-28/+91
Bump PKGREVISION.
2008-11-15Update to 2.24.0.wiz7-30/+92
New cpu affinity code (see changes for 2.23.2 below) is ifdef'd out. 22 Septembre 2008: Overview of changes in 2.24.0 ================================================ * Translation updates. 18 August 2008: Overview of changes in 2.23.90 ============================================== * freebsd: - updated port by Joe Marcus Clarke. 23 June 2008: Overview of changes in 2.23.4 =========================================== * linux: - Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25. Closes #539360. 24 May 2008: Overview of changes in 2.23.2 ========================================== * glibtop_get_proc_open_files API can also lists IPv6 TCP sockets. * glibtop_get_proc_affinity : new API to retrieve process CPU affinity. (Let's hope one day i'll find the gtk-doc documentation ...) * linux: - fixed parsing of big /proc/stat for uptime. 04 April 2008: Overview of changes in 2.22.1 ============================================ * Fixed compilation/dist for !linux. Closes #525953. 10 Mars 2008: Overview of changes in 2.22.0 =========================================== * linux: - fixed proc_kernel. 25 February 2008: Overview of changes in 2.21.92 ================================================ * linux: - fixed smaps parsing on >= 2.6.24.x. 14 January 2008: Overview of changes in 2.21.5 ============================================== * freebsd: - fixed build on GNU/kfreebsd. Petr Salinger. - fixed procmem units. Kuang-che Wu. 28 October 2007: Overview of changes in 2.21.1 ============================================== * don't export _p/_s private symbols anymore. This is not an API/ABI breakage. * darwin implementation by Benjamin Reed. * linux: - splitted fsusage and mountlist implementations; - smarter mountlist(allfs = False); - fixed some compile warning on 64bit; * solaris: - fixed netload build by Henry Zhang.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-12/+11
through PLIST_SUBST to the plist module.
2008-03-18remove a check which allows only selected NetBSD archs tu build.drochner1-14/+1
There is no machine dependency in the NetBSD support code, and even if there is some left, a compiler error message is more helpful than "make" rejecting it from the beginnng. in response to PR pkg/38252 by Stuart Shelton
2008-03-12update to 2.20.2drochner2-7/+6
mostly cosmetical, just fix a linux specific issue
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-1/+2
2008-01-11update to 2.20.1drochner2-6/+6
changes: minor fixes for FreeBSD
2007-11-05update to 2.20.0drochner26-1030/+620
This switches to the new gnome-2.20 branch. pkgsrc notes: -System dependant parts were reorganized upstream, in particular there if a subtree for FreeBSD now, and one for the other BSDs. I didn't pull in the DragonFly patches because I can't decide whether to base them on the freebsd or the rest. -I've changed the NetBSD code to use kinfo_proc2 almost completely. Some vm statistics reporting might be less accurate now because some fields in proc2 seem to be unmaintained by the current kernel (eg ixrss). -Also, some libgtop functions might be able to run in the non-privileged part now, but dealing with this would require even more #ifdefs, so we should consider setting up a private subtree as FreeBSD did. -I didn't verify with older NetBSDs; kvm_getproc2() has been in the tree for quite some time so I hope it will just work without the need for excessive "#if __NetBSD_Version__ > t".
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-20Rename libgtop2 to libgtop, to match upstream name.wiz27-0/+1573
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz19-740/+0
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-25/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-02Unused.wiz1-35/+0
2004-04-26Convert to buildlink3.snj2-4/+25
2004-04-05Julio M. Merino Vidal is now the maintainer of this package.tron1-2/+2
2004-04-02Finish move of libgtop from devel to sysutils, incomplete due to conflicts...jmmv9-0/+402
So I now see the package was previously here; the reason for the move is to lighten a bit the devel category, which has lots of packages.