<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/libstatgrab/Makefile, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-08-24T06:33:10Z</updated>
<entry>
<title>Updating devel/libstatgrab from 0.16 to 0.17</title>
<updated>2010-08-24T06:33:10Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-08-24T06:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b70c5b04b6e19d90b42305f42065cb45662dff90'/>
<id>urn:sha1:b70c5b04b6e19d90b42305f42065cb45662dff90</id>
<content type='text'>
shared library version changed from 6.2.2 to 6.2.3 - I assume no revbump
needed

Upstream changes:
libstatgrab 0.17 (21 February 2010)
 * Provide iowait cpu information on Linux version 2.5.41 or later.
 * Display data for ZFS on Solaris.
 * Dynamically get list of valid filesystems on FreeBSD.
     (Thanks to Baptiste Daroussin)
 * Support FreeBSD 9.
 * Use utmpx when available (required for FreeBSD 9).
     (Thanks to Ed Schouten)
 * Support larger amounts of memory on FreeBSD.
     (Thanks to Tom Bird)
</content>
</entry>
<entry>
<title>update url of kent university mirrorservice.</title>
<updated>2009-06-05T23:33:02Z</updated>
<author>
<name>zafer</name>
<email>zafer</email>
</author>
<published>2009-06-05T23:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7b21cd0476289b6c4c82cf9536360d0044be2117'/>
<id>urn:sha1:7b21cd0476289b6c4c82cf9536360d0044be2117</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT</title>
<updated>2009-05-19T08:59:00Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-05-19T08:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=53d692acd8a71f89a941dada62a4345937a07233'/>
<id>urn:sha1:53d692acd8a71f89a941dada62a4345937a07233</id>
<content type='text'>
block). Uncomment some commented out LICENSE lines while here.
</content>
</entry>
<entry>
<title>Update libstatgrab to 0.16.</title>
<updated>2009-05-16T11:46:08Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2009-05-16T11:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=82c60154fd3542adc26d07f3521594970564d91b'/>
<id>urn:sha1:82c60154fd3542adc26d07f3521594970564d91b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>+ Convert to use the options framework instead of using WITHOUT_SAIDAR</title>
<updated>2008-04-09T16:18:39Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-09T16:18:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5052e10a67d7ccd24f54857923d9b39100e11e35'/>
<id>urn:sha1:5052e10a67d7ccd24f54857923d9b39100e11e35</id>
<content type='text'>
  and WITHOUT_STATGRAB.

+ Convert to use PLIST_VARS instead of manually passing "@comment "
  to the plist module.

Bump the PKGREVISION to 3 for the options changes.
</content>
</entry>
<entry>
<title>Remove one of the master sites. It didn't resolve.</title>
<updated>2007-11-06T21:17:34Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2007-11-06T21:17:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a1005735934a6ef29bf198fee4c2e2541eb193ad'/>
<id>urn:sha1:a1005735934a6ef29bf198fee4c2e2541eb193ad</id>
<content type='text'>
From Zafer A. via private mail.
</content>
</entry>
<entry>
<title>Fix Perl. Bump revision.</title>
<updated>2007-08-30T19:29:15Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-08-30T19:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07411ceaf4ed0abcb83d2ccda2bb884ea0d5bdb0'/>
<id>urn:sha1:07411ceaf4ed0abcb83d2ccda2bb884ea0d5bdb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dead MASTERS_SITES. From Zafer Aydogan.</title>
<updated>2007-06-08T18:39:22Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-06-08T18:39:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39358e0451948dbf8f27922c1829821817ee8508'/>
<id>urn:sha1:39358e0451948dbf8f27922c1829821817ee8508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48ff096d36ac47701672a4f682e7c4ebafea1eb9'/>
<id>urn:sha1:48ff096d36ac47701672a4f682e7c4ebafea1eb9</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Bump PKGREVISION. Add missing man page entries to PLIST.</title>
<updated>2005-11-08T21:43:03Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2005-11-08T21:43:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9327fb4001e3f1583493c7e46b6c002f02325e62'/>
<id>urn:sha1:9327fb4001e3f1583493c7e46b6c002f02325e62</id>
<content type='text'>
(Note: these man pages are installed even if WITHOUT_STATGRAB
or WITHOUT_SAIDAR options are used to not install the
corresponding executables.)
</content>
</entry>
</feed>
