head 1.5; access; symbols pkgsrc-2013Q2:1.4.0.34 pkgsrc-2013Q2-base:1.4 pkgsrc-2013Q1:1.4.0.32 pkgsrc-2013Q1-base:1.4 pkgsrc-2012Q4:1.4.0.30 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.4.0.28 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.26 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.24 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.22 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.20 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.18 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.4.0.16 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.14 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.12 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.4.0.10 pkgsrc-2010Q2-base:1.4 pkgsrc-2010Q1:1.4.0.8 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.4.0.6 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.4 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.2 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.3.0.6 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.4 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.2 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.2.0.34 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.32 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.30 pkgsrc-2008Q1:1.2.0.28 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.26 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.24 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.22 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.20 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.18 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.16 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.14 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.12 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.1.1.0.4 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.2 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2013.09.13.10.13.21; author sno; state dead; branches; next 1.4; commitid 75Gae4gGo0zalg5x; 1.4 date 2009.05.16.11.46.09; author obache; state Exp; branches; next 1.3; 1.3 date 2008.09.16.22.25.50; author dholland; state Exp; branches; next 1.2; 1.2 date 2004.10.30.03.30.08; author xtraeme; state Exp; branches; next 1.1; 1.1 date 2004.05.20.20.48.58; author xtraeme; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.05.20.20.48.58; author xtraeme; state Exp; branches; next ; desc @@ 1.5 log @Updating libstatgrab from 0.17nb2 to 0.90 pkgsrc changes: * libstatgrab has gnu-lgpl-2, only statgrab and saidard are gpl * add dependency to log4cplus for have tracing ability Upstream changes (0.90 follows 0.17 immediately): libstatgrab 0.90 * Please note the API in 0.90 has changed, so applications using libstatgrab will need to be updated to support the changes. * Thread safety and reentrant functions. * API unification (every stats call is now able to return multiple entries). * Complete rewrite of internal memory management (eases future extensions). * Add experimental support for tracing using log4cplus. * Complete the ports for AIX, HP-UX and most of the widely used BSD-based operating systems. * Complete the port for Darwin/MacOS X including basic Mach. * Clean up the FreeBSD and Solaris implementations. * Remove explicit support for Linux 2.4. @ text @$NetBSD: patch-aa,v 1.4 2009/05/16 11:46:09 obache Exp $ --- configure.orig 2008-03-13 13:59:03.000000000 +0000 +++ configure @@@@ -21107,7 +21107,7 @@@@ fi # Set things up for different OS's # We define the name of the OS so the code can act accordingly # We also need to add the right LDFLAGS -case $host_os in +case $build_os in solaris2.[6-7]) for ac_header in kstat.h @@@@ -21692,7 +21692,7 @@@@ cat >>confdefs.h <<\_ACEOF _ACEOF ;; -netbsdelf[2-3]*) +netbsd*) cat >>confdefs.h <<\_ACEOF #define ALLBSD @ 1.4 log @Update libstatgrab to 0.16. Pkgsrc changes: * try to fix build failure on recent NetBSD, reported in PR 41178. * set LICENSE=gnu-gpl-v2 * marked as DESTDIR ready libstatgrab NEWS: libstatgrab 0.16 (13 March 2008) * Fix saidar build on Solaris with Sun's compiler. * Add support for FreeBSD 8.0. * Fix build on "armel" Debian port. (Thanks to Riku Voipio and Martin Guy) * Fix statgrab-make-mrtg-config on machines with no swap. (Thanks to Tom Carlson) libstatgrab 0.15 (14 July 2007) * Fix breakages in memory stats on OpenBSD that were introduced in the last release. (Thanks to David Love) * Update internal string functions and some related cleanups. (Thanks to David Love) * Fix compile warning on FreeBSD. libstatgrab 0.14 (08 January 2007) * Fix memory stats on OpenBSD. * Add colour support to saidar. (Thanks to Angelina Carlton) * Fix CPU stats on Solaris - swap and iowait were incorrectly reported. * Fix kstat related memory leaks on Solaris. (Thanks to Javier Donaire) * Fix network stats on some unusual Solaris setups. * Fix process time_spent on Linux. (Thanks to Fred Barnes) * Make interface up status check the link status as well. (Thanks to Michelangelo Vassallo) * Fix build on NetBSD 3. (Thanks to Wijnand Wiersma) * Rework curses detection code in the configure script. * Fix bug that caused saidar to crash when the window was rapidly resized. libstatgrab 0.13 (19 March 2006) * Fix build problems with recent linux kernels. * Make saidar truncate disk/inteface/mount names to fit in display. * Add WIN32 support using MINGW (not widely tested). * Fix network interface up/down status on Solaris. * Add extern "C" to header file to make linking with C++ code easier. * Fix statgrab to cope with filesystem paths containing dots. * Make NFS a legal filesystem type on all platforms. * A few minor build fixes. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2008/09/16 22:25:50 dholland Exp $ @ 1.3 log @Fix configure botch on NetBSD. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.orig 2005-07-30 09:41:24.000000000 -0400 +++ configure 2008-09-16 18:16:49.000000000 -0400 @@@@ -20938,7 +20938,7 @@@@ fi d14 1 a14 1 @@@@ -21410,7 +21410,7 @@@@ cat >>confdefs.h <<\_ACEOF d18 1 a18 1 -netbsdelf2*) @ 1.2 log @Make this build on NetBSD -current. @ text @d3 3 a5 3 --- configure.orig 2004-10-30 05:27:20.000000000 +0200 +++ configure 2004-10-30 05:28:26.000000000 +0200 @@@@ -20725,7 +20725,7 @@@@ d14 1 a14 1 @@@@ -21190,7 +21190,7 @@@@ d19 1 a19 1 +netbsdelf2*|netbsdelf*) @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- configure.bak 2004-05-20 13:33:41.000000000 +0100 +++ configure 2004-05-20 13:35:00.000000000 +0100 @@@@ -20421,7 +20421,7 @@@@ d14 9 @ 1.1.1.1 log @Initial import of libstatgrab-0.10 from pkgsrc-wip, packaged by the author Tim Bishop. The libstatgrab library provides an easy to use interface for accessing system statistics and information. Available statistics include CPU, Load, Memory, Swap, Disk I/O, and Network I/O. Also part of the package are two tools; saidar provides a curses-based interface to viewing live system statistics, and statgrab is a sysctl-like interface to the statistics. @ text @@