Sat May 21 13:11:37 2016 UTC ()
Update to 2.11

Upstream changes:
2.11 2015-12-08 CADE
  - fixed smoothing delta range and default parameter.

2.10 2015-12-08 NEILB CADE
  - Added 'smoothing' option which makes the estimated time remaining
    monotically decreasing most of the time, preventing flicker.
  - Added option to change default smoothing delta parameter.

2.00 2015-09-01 CADE
  - version bump (CPAN release cleanup)

1.91 2015-08-23 CADE (changes from NEILB)
  - Removed redundant =cut at the end of the file, which was resulting
    in a pod warning.
  - Added a SEE ALSO section to the pod.
  - Shortened the SYNOPSIS and expanded the DESCRIPTION.

1.9 2015-08-23 CADE (changes from NEILB)
  - Added some basic tests that are checking correct behaviour.
  - Removed META.yml from repo, as it's generated by ExtUtils::MakeMaker
  - Changed two uses of indirect method notation in the doc to use direct.
  - Moved demo.pl to examples/demo.pl
  - Dropped usage of Exporter, as the module doesn't export anything.
  - Specified min perl version as 5.006 in code and dist metadata.
  - Added prereqs to Makefile.PL
  - Github repo now listed in the dist metadata.
  - Added COPYRIGHT AND LICENSE section to doc
  - Reformatted this file as per CPAN::Changes::Spec


(wen)
diff -r1.13 -r1.14 pkgsrc/time/p5-Time-Progress/Makefile
diff -r1.6 -r1.7 pkgsrc/time/p5-Time-Progress/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/time/p5-Time-Progress/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Progress/Makefile 2015/06/12 10:51:46 1.13
+++ pkgsrc/time/p5-Time-Progress/Makefile 2016/05/21 13:11:36 1.14
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2016/05/21 13:11:36 wen Exp $
2 2
3DISTNAME= Time-Progress-1.8 3DISTNAME= Time-Progress-2.11
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= time perl5 5CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
8 7
9MAINTAINER= bad@NetBSD.org 8MAINTAINER= bad@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Time-Progress/ 9HOMEPAGE= http://search.cpan.org/dist/Time-Progress/
11COMMENT= Elapsed and estimated finish time reporting 10COMMENT= Elapsed and estimated finish time reporting
12LICENSE= ${PERL5_LICENSE} # see README 11LICENSE= ${PERL5_LICENSE} # see README
13 12
14PERL5_PACKLIST= auto/Time/Progress/.packlist 13PERL5_PACKLIST= auto/Time/Progress/.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.6 -r1.7 pkgsrc/time/p5-Time-Progress/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Progress/distinfo 2015/11/02 23:31:42 1.6
+++ pkgsrc/time/p5-Time-Progress/distinfo 2016/05/21 13:11:36 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/02 23:31:42 agc Exp $ 1$NetBSD: distinfo,v 1.7 2016/05/21 13:11:36 wen Exp $
2 2
3SHA1 (Time-Progress-1.8.tar.gz) = d4adc6f98a3f28dc3a7b4e4f532852812c40b2b9 3SHA1 (Time-Progress-2.11.tar.gz) = 44ce85032e7322d7c63c4fdee4eab6da52b1f370
4RMD160 (Time-Progress-1.8.tar.gz) = b3762b6d8affc197b59de78cc31f103f04cd4039 4RMD160 (Time-Progress-2.11.tar.gz) = 1dcd76c49ba4191f20e06e3239c02abfb93bf922
5SHA512 (Time-Progress-1.8.tar.gz) = e098dfac83547c29854d9b849afbe7a8483c8a58725780d2d3b7facd07556b3881acc206e1199c11cb782a3dd9cbcdb16ae7a59e3cf43117e777df3bf317ecd2 5SHA512 (Time-Progress-2.11.tar.gz) = 517ddc40db6d6e8c6611957f30555b456292da31a22ce6fd29c75741f518e700df3c6d83b6b8a3c5ca4571fe5fa93fdd2f0b23202ec1c0bdb7ca54a72f1967e5
6Size (Time-Progress-1.8.tar.gz) = 4931 bytes 6Size (Time-Progress-2.11.tar.gz) = 7436 bytes