Mon Apr 20 13:28:55 2020 UTC ()
(sysutils/p5-Sys-CpuLoad) Updated 0.03 to 0.30

0.30      2020-04-06 08:14:52+01:00 Europe/London

0.29      2020-04-04 11:13:49+01:00 Europe/London (TRIAL RELEASE)
  [Enhancements]
  - Added support for changing the default load() function.

  [Documentation]
  - Added contributors names in Changes for earlier versions.

  [Tests]
  - Test for warnings.

  - Use Test::More and Test::Deep instead of Test::Most,
    due to global destruction warnings in latest Test::Most.

  [Other]
  - Rearrange POD to be interleaved with source code.

0.28      2020-04-02 17:35:22+01:00 Europe/London (TRIAL RELEASE)
  [Bug Fixes]
  - Fix how parsed values from uptime are numified for different locales.

0.27      2020-04-02 12:37:28+01:00 Europe/London (TRIAL RELEASE)
  [Bug Fixes]
  - Numify parsed values from uptime.

  [Tests]
  - Use locale-independent test that value is numeric.

0.26      2020-04-01 21:22:26+01:00 Europe/London (TRIAL RELEASE)
  [Bug Fixes]
  - Parse uptime output formatted with using different locales, thanks srezic.

  [Tests]
  - Fix skip_all to handle when no executable is found.

  - Fix comment on skip_all.

  [Other]
  - Add keywords to distribution metadata.

0.25      2020-03-30 23:30:00+01:00 Europe/London (TRIAL RELEASE)
  [Tests]
  - Check if uptime is executable.

  - Fix comment on t/13-w.t.

0.24      2020-03-30 12:25:45+01:00 Europe/London (TRIAL RELEASE)
  [Enhancements]
  - Use IPC::Run3 for uptime.

  - Add the ability to override the path of uptime.
  [Bug Fixes]
  - Check for uptime errors.

  [Other]
  - Move Perl::Critic exceptions into t/etc/perlcriticrc.

0.23      2020-03-29 13:09:50+01:00 Europe/London (TRIAL RELEASE)
  [Enhancements]
  - Support getloadavg for DragonFly BSD.

  - Change uptime to use backticks instead of piped open.

  [Bug Fixes]
  - uptime immediately returns undef if path to `uptime` cannot be found.

  [Tests]
  - Fixed test when skipping getloadavg test.

  - Skip uptime test if uptime cannot be found.

0.22      2020-03-27 12:51:39+00:00 Europe/London (TRIAL RELEASE)
  [Enhancements]
  - Split getloadavg, proc_loadavg and uptime into separate functions.

  - Use File::Which to locate uptime.

  [Incompatabilities]
  - Renamed _getbsdload to getloadavg.

  [Bug Fixes]
  - Accept uptime output without commas, RT#14034.

  [Tests]
  - Fix bug testing high loads.

  - Add tests for each function.

0.21      2020-03-25 13:03:11+00:00 Europe/London
  [Bug Fixes]
  - Actually use system getloadavg for NetBSD and Solaris.

0.20      2020-03-25 12:35:33+00:00 Europe/London
  [Enhancements]
  - Add support for NetBSD #2 and Solaris.

  - Return a single undef when the load function fails.

  [Bug Fixes]
  - The return value of getloadavg is now checked, #4.

  - The load method is set up in a BEGIN block instead of import, #5.

  [Documentation]
  - Update POD about changes in version 0.12.

0.12      2020-03-24 23:22:57+00:00 Europe/London
  [Enhancements]
  - Use getloadavg system call in Linux.

  - Port changes for Cygwin from Sys::CpuLoadX.

  [Tests]
  - Show diagnostics.

0.11      2020-03-24 22:57:02+00:00 Europe/London
  [Enhancements]
  - Added support for OS/X, thanks to Vincent Lef竪vre, RT#14034/GH#3.

0.10      2020-03-24 22:41:56+00:00 Europe/London
  - Maintenance taken over by Robert Rothenberg.

  [Enhancements]
  - Modernised code style.

  - The load average method is determined during module import.

  - Use XSLoader instead of DynaLoader.

  [Bug Fixes]
  - Fixed VERSION.

  - Removed unnecessary use of AutoLoader.

  [Incompatabilities]
  - Minimum version is v5.6.

  - Renamed `getbsdload` to `_getbsdload`.

  [Documentation]
  - Reformatted Changes to conform to CPAN::Changes::Spec.

  [Tests]
  - Modernised the test, and added a test of the load function.

  [Other]
  - Reorganised files for modern CPAN distributions.

  - Distribution is minted with Dist::Zilla.


(mef)
diff -r1.18 -r1.19 pkgsrc/sysutils/p5-Sys-CpuLoad/Makefile
diff -r1.2 -r1.3 pkgsrc/sysutils/p5-Sys-CpuLoad/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/sysutils/p5-Sys-CpuLoad/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/p5-Sys-CpuLoad/Makefile 2019/08/11 13:23:14 1.18
+++ pkgsrc/sysutils/p5-Sys-CpuLoad/Makefile 2020/04/20 13:28:55 1.19
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2019/08/11 13:23:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2020/04/20 13:28:55 mef Exp $
2 2
3DISTNAME= Sys-CpuLoad-0.03 3DISTNAME= Sys-CpuLoad-0.30
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 11 
6CATEGORIES= sysutils perl5 5CATEGORIES= sysutils perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Sys-CpuLoad 9HOMEPAGE= https://metacpan.org/release/Sys-CpuLoad
11COMMENT= Module to retrieve system load averages 10COMMENT= Module to retrieve system load averages
12LICENSE= gnu-gpl-v2 OR artistic 11LICENSE= gnu-gpl-v2 OR artistic
13 12
14PERL5_PACKLIST= auto/Sys/CpuLoad/.packlist 13PERL5_PACKLIST= auto/Sys/CpuLoad/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/sysutils/p5-Sys-CpuLoad/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/p5-Sys-CpuLoad/distinfo 2015/11/04 01:32:25 1.2
+++ pkgsrc/sysutils/p5-Sys-CpuLoad/distinfo 2020/04/20 13:28:55 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 01:32:25 agc Exp $ 1$NetBSD: distinfo,v 1.3 2020/04/20 13:28:55 mef Exp $
2 2
3SHA1 (Sys-CpuLoad-0.03.tar.gz) = 371bf186d81963c81e6891120c4eb6343d482a5d 3SHA1 (Sys-CpuLoad-0.30.tar.gz) = 266582b017ea48c0a63665b9da1e88d313655457
4RMD160 (Sys-CpuLoad-0.03.tar.gz) = 577d9d6d831e2a328f19d009ac048a8d7023ecfc 4RMD160 (Sys-CpuLoad-0.30.tar.gz) = 3cec7ed98290617e4bb8d5b8a769663e1a71efb2
5SHA512 (Sys-CpuLoad-0.03.tar.gz) = f8175d1c4e65901e22b5adf912ffb17458151b098634758e6d5377a32bb513e39e914136216b2b38fd8ba30d6bd47957f9637157794cd741cf8802cb5a5f1503 5SHA512 (Sys-CpuLoad-0.30.tar.gz) = 1050aeadd8cd59346510c91584e3725b13ad4e378a732e6eb5246aafa57c2702c47e92d9db5fa190cdcfebcf5482c0a8674b64b5569b7adcd184acec03715412
6Size (Sys-CpuLoad-0.03.tar.gz) = 2806 bytes 6Size (Sys-CpuLoad-0.30.tar.gz) = 19717 bytes