0.112 2018-06-28
- adapt to Config::AutoConf 0.317
==> including the recommended doc in Makefile.PL how to
recover when autoconf fails (but there is a suitable
libstatgrab)
==> Fix RT#125204 (Thanks to Slaven Rezić <slaven@rezic.de>
for reporting and analyzing the regression and Petr Písař
<ppisar@cpan.org> for nagging me not to put this patch off)
- clarify license, fix RT#125519 (Thanks to Dan Book <dbook@cpan.org>)
- bump copyright
- update bundled ppport.h to 3.42
0.111 2016-05-01
- Release 0.110_003 without further changes
0.110_003 2016-04-21
- add missing prove whether requested row exists in stat or not for
fetchrow_hashref and fetchrow_arrayref calls
0.110_002 2016-04-20
- harden passing strings from libstatgrab to perl when fetching stats
as array
0.110_001 2016-04-14
- harden tests
* eval around all statgrab calls & don't prove result when exception catched
* check for result and error, if no result received
- harden passing strings from libstatgrab to perl when fetching stats
as hash
- improve author tests and so improve documentation
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
0.108_001 2015-02-03
- add full flavored struct accessors and implement all in XS, supports now
colnames, fetchrow_arrayref, fetchall_arrayref, fetchrow_hashref, fetchall_hashref,
fetchall_hash fetchall_array fetchall_table
- as_list is deprecated in favor of fetchall_hash
0.107 2015-01-20
- eliminate potential memory leaks in get_fs_stats, get_network_io_stats,
get_network_iface_stats, get_process_stats
- add support for device_canonical
- update bundled ppport.h to 3.28 one
0.016 2015-01-06
- update meta-information
- update author tests
- take advantage of Config::AutoConf 0.306
0.105_001 2014-09-07
- take advantage of Config::AutoConf 0.23
- switch to ExtUtils::MakeMaker, it seems more active maintained
- add a test for possible leak
- improve repository documentation (README.md)
0.104 2014-02-20
- fix link targets for stats description
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Unix-Statgrab from 0.101 to 0.103 in sysutils/p5-Unix-Statgrab
PkgSrc changes:
Generate package using Packager::Utils 0.001
Upstream changes since 0.101:
Revision history for Perl extension Unix::Statgrab.
0.103 2014-02-19
- learn include paths and linker flags from pkg-config, if available
- keep configure phase settings persistent for building stage
- redo meta_add using meta-spec v2 * includes developer deps to please
ribasushi
0.102 2013-09-28
- Update repository URI - it's now officially hosted on i-scream.org with
a mirror on GitHub for issue tracking and easy deal with pull requests
Unix::Statgrab is a wrapper for libstatgrab as available from
http://www.i-scream.org/libstatgrab/. It is a reasonably portable attempt
to query interesting stats about your computer. It covers information on
the operating system, CPU, memory usage, network interfaces, hard-disks etc.