summaryrefslogtreecommitdiff
path: root/sysutils/libgtop2
AgeCommit message (Collapse)AuthorFilesLines
2007-04-04Fix compilation under post-newlock2 NetBSD-current. Nowgdt4-27/+136
gnome-system-monitor applet seems to work. (Patch from Blair Sadewitz on pkgsrc-users (maybe really from apb@).) Caveat: Switching on KERN_PROC2 sysctl define seems somewhat unclean. All of this needs to be merged upstream.
2006-09-22-make this build on -current where some fields were removed fromdrochner4-17/+49
struct uvmexp -- use uvmexp_sysctl on NetBSD instead -correct filesystem size calculation: the unit is vfsstat.f_frsize -bump PKGREVISION with jmmv's blessing
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-1/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-01Fix build on DragonFly 1.4.joerg2-11/+32
2006-08-22Fix typo for DragonFly. From walt <wa1ter@myrealbox.com>.joerg2-4/+4
2006-08-22Needs intltool.joerg1-2/+2
2006-08-06Update to 2.14.2. Grrr, how much I hate this package -- and its collectionjmmv12-267/+41
of patches --, you can't imagine. July 27, 2006: Overview of changes in 2.14.2 ============================================ * Updated solaris support (hua.zhang@sun.com) * Small linux updates and improvments. April 10, 2006: Overview of changes in 2.14.1 ============================================= * Updated translations. * Fixed NetBSD port (Julio M. Merino Vidal <jmmv@NetBSD.org>). * Fixed some warnings.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-26make this build on recent -current, fixes PR pkg/33631drochner4-22/+53
by Steven M. Bellovin
2006-06-06Regen patch-ad with pkgdiff.minskim2-7/+8
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-69/+69
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-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-4/+4
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Update to 2.14.0:jmmv9-70/+86
Mars 13, 2006: Overview of changes in 2.14.0 ============================================ * Updated translations. February 27, 2006: Overview of changes in 2.13.92 ================================================= * Fixed proc_state documentation. * Updated mountlist ignore list. January 23, 2006: Overview of changes in 2.13.3 =============================================== * linux: - fixe get_procmap for linux < 2.6.14. January 2, 2006: Overview of changes in 2.13.2 ============================================== * Fixed libtool versioning (James Henstridge) December 15, 2005: Overview of changes in 2.13.1 ================================================ * linux: - fixed proclist - implemented server->real_ncpu December 13, 2005: Overview of changes in 2.13.0 ================================================ * Requires automake-1.9 (James Henstridge) * Supports up to 32 CPU * Supports Linux smaps * linux: fixed SMP detection This release is not ABI compatible with previous releases. Sorry.
2006-03-30* Honor PKGINFODIR.jlam2-3/+4
* List the info files directly in the PLIST.
2006-03-08Readd -lkvm handling which got lost in the last commit.joerg2-10/+91
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-1/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
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-03-03One bracket too many - fixadam2-4/+4
2006-02-28Add support for DragonFly. There are some minor issues left, e.g.joerg18-81/+725
installing of the backend daemon as kmem, but I don't want to make it the default, since almost all operations work without it.
2006-02-08update to 2.12.2drochner3-8/+9
changes: -Dropped many dead files. -added translations
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-2/+4
Bump BUILDLINK_RECOMMENDED.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-15Removed CVS Id from patch-bf.rillig2-6/+4
2005-10-13Fix plist, checksum for patch-bf was wrongtonio1-2/+2
2005-10-12Update to 2.12.0. Thanks go to the FreeBSD GNOME developers for all thejmmv14-14/+493
patches I borrowed from them (patch-b*). September 4, 2005: Overview of changes from 2.11.92 to 2.12.0 ============================================================= * Updated translations. August 22, 2005: Overview of changes from 2.11.91 to 2.11.92 ============================================================ * Linux: - fixed for 2.6 without /sys - glibtop_get_cpu() : Do not add irq, softirq and iowait to idle. August 9, 2005: Overview of changes from 2.11.90 to 2.11.91 =========================================================== * All: - cleaned some headers. - removed static examples. * Linux: - fixed some issues with 2.6 without /sys July 24, 2005: Overview of changes from 2.11.2 to 2.11.90 ========================================================= * Linux: - fixed glibtop_uptime .flags. July &3, 2005: Overview of changes from 2.11.1 to 2.11.2 ======================================================== * Linux: - little improvements for 2.6. July 3, 2005: Overview of changes from 2.11.0 to 2.11.1 ======================================================= * Linux: - glibtop_get_swap : added page(in|out) for linux 2.6. June 8, 2005: Overview of changes from 2.10.x to 2.11.0 ======================================================= * Replaced a lot of macros by functions * Got rid of dozens of useless files. * libgtop 2.11.x are and will stay API and ABI compatible with 2.10.x, i swear.
2005-08-21Update to 2.10.2:jmmv3-7/+8
* glibtop_get_mountlist() : Added tmpfs to ignore list. * Re-install open.h to please GTop (libgtop perl wrapper). * Linux: * Fixed compilation on mips. * Added pagein/pageout for 2.6.
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-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
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-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-2/+2
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-04-26update to 2.10.1drochner3-7/+9
changes: * Updated i18n. * Little cleanup and fixed gcc-4.0 compilation. * linux: fixed loadavg and uptime if locale != C. Updated siglist. * Tighter libgtop-2.0.pc.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27Fix build under NetBSD 2.x (and maybe other systems) which do not havejmmv3-5/+38
read counts (f_syncreads and f_asyncreads) in statfs nor statvfs. Also do the same for write counts for consistency. Problem reported by Leonard Schmidt <lems at gmx.net> in tech-pkg@.
2005-03-22Update to 2.10.0:jmmv6-72/+69
Mars 7, 2005: Overview of Changes from 2.9.92 to 2.10.0 ======================================================= * Updated i18n. February 28, 2005: Overview of Changes from 2.9.90 to 2.9.92 ============================================================ * *BSD updated by marcus@freebsd.org (Joe Marcus Clarke). * Removed a lot of dead files :) * Don't build&install libgtop_daemon when it's never used. February 6, 2004: Overview of Changes from 2.9.90 to 2.9.91 ========================================================== * Fixed typo in stub. * Updated i18n. January 24, 2004: Overview of Changes from 2.9.4 to 2.9.90 ========================================================== * Updated Linux support. January 10, 2004: Overview of Changes from 2.9.3 to 2.9.4 ========================================================= * New glibtop_proc_open_files nick@reloco.com.ar (Nicolás Lichtmaier). * Updated AIX support (Christophe Belle). December 20, 2004: Overview of Changes from 2.9.0 to 2.9.3 ========================================================== * Removed libgtop_names. * Fixed Argument passing between library and server. #139809. * *BSD updated by marcus@freebsd.org (Joe Marcus Clarke). * glibtop_get_mountlist(False) now ignores 'unknown' fs.
2005-02-26Updated to 2.8.3:jmmv2-6/+6
* Updated documentation. * Fixed C99 macros.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28Update to 2.8.2:jmmv2-5/+5
o linux: - fixed segfault when polling PPP devices with glibtop_get_proclist. - fixed process state in glibtop_get_proclist. o updated translations: - da (Martin Willemoes Hansen)
2004-11-19Fix PLIST loss on SunOS.sketch2-4/+13
2004-11-19The previous update of this package was for Solaris and AIX support, so removesketch1-2/+1
the NOT_FOR_PLATFORM after confirming that it builds correctly with SunPro.
2004-10-26Update to 2.8.1:jmmv3-7/+7
* Improved Solaris and AIX support. * 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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+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-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv4-12/+19
August 13, 2004: Overview of Changes from 2.7.92 to 2.8.0 ========================================================= * No changes August 30, 2004: =============== * Applied some *BSD patches. * Removed old files. August 15, 2004: =============== * Fixed compilation with C89-only compilers and old libc. August 3, 2004: ============== * Some cleanups. * Fixed the behaviour of some linux proc_*() functions. * Updated the documentation. July 19, 2004: Overview of Changes from 2.6.1 to 2.7.4 ====================================================== * Plenty of code cleanups. Uninlined a lot of functions. ~5-10KB object size reduction. * Glibify a bit more. * API changes: - glibtop_fsusage provides total read and writes since boot_time. - glibtop_netload provides hardware address. IPv6 enable. - Added glibtop_get_proc_argv. Work in progress : * Finish glibtop_fsusage implementation for Linux. * Some fuctions don't conform to the documentation, e.g. proctime.