summaryrefslogtreecommitdiff
path: root/sysutils/libgtop2
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-05-04statvfs fix for NetBSD-current>=2.0D.minskim3-6/+32
2004-05-04Set GNU_CONFIGURE and USE_LIBTOOL before including bsd.prefs.mk tominskim1-17/+17
benefit from predefined lt_cv_sys_max_cmd_len.
2004-04-12Fix argument passing between the library and the server as the code can'tjmmv3-2/+62
rely on how the compiler passes parameters to functions. This hopefully solves several problems: in concrete, one exposed by gnome-system-monitor when selecting the "My Processes" view (as the function returing the list takes two arguments, and the second one was beeing passed incorrectly). Bump PKGREVISION to 1.
2004-04-09Change the permission of libgtop_server2 only when it is installed.minskim1-2/+2
This makes the package build on Linux again.
2004-04-07Update to 2.6.0. Can't find the list of changes but, AFAICT, thisjmmv4-24/+11
includes our patch for x86_64 support, some bug fixes, and updated and new translations.
2004-04-06Disable X11 support/detection in libgtop2, which was causing trouble onxtraeme1-3/+4
systems where there is not libXau.so; Bump PKGREVISION.
2004-04-02Move libgtop2 to the sysutils category, coming from devel.jmmv7-0/+245
This is version 2.5.2.