summaryrefslogtreecommitdiff
path: root/sysutils/libgtop
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-04-02Move libgtop to the sysutils category, coming from devel.jmmv10-0/+375
This is version 1.0.13nb4.
1998-11-01Move "libgtop" package to "devel" category.tron18-1037/+0
1998-11-01Make this package build under 1.3.2, fixes PR pkg/6388 by Clifford Wright.tron2-13/+30
1998-10-18Remove unnecessary remainders of the "gnome-libs" package.tron1-5/+2
1998-10-18"lib/locale/fr/LC_MESSAGES" is a directory and it is used by othertron1-2/+1
packages, too.
1998-10-18Whoever is the maintainer of this package it is not me.tron1-2/+2
1998-10-18Make this package build, at least under -current.tron1-0/+31
1998-10-07Initial import of libgtop-0.26 into the Packages Collection. This isagc17-0/+993
part of the GNOME project, and is used to retrieve system information, such as CPU usage etc. This is not yet complete, but is functional to the point where the whole thing compiles and installs. Someone else can pick this up and run with it now.