diff options
author | wen <wen@pkgsrc.org> | 2016-05-21 13:11:36 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-05-21 13:11:36 +0000 |
commit | f3c86299f5c7078812c58e5d11cb8881c9516428 (patch) | |
tree | 97e0f4ea0fca81a8849a318fb5c2b0c9de8b6ac8 /time | |
parent | d39e35a89a477e8deb3ae6e64433adfe439bae82 (diff) | |
download | pkgsrc-f3c86299f5c7078812c58e5d11cb8881c9516428.tar.gz |
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
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-Progress/Makefile | 5 | ||||
-rw-r--r-- | time/p5-Time-Progress/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/time/p5-Time-Progress/Makefile b/time/p5-Time-Progress/Makefile index 0cb0bc8eda3..169ebdad886 100644 --- a/time/p5-Time-Progress/Makefile +++ b/time/p5-Time-Progress/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:46 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/05/21 13:11:36 wen Exp $ -DISTNAME= Time-Progress-1.8 +DISTNAME= Time-Progress-2.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-Time-Progress/distinfo b/time/p5-Time-Progress/distinfo index f16353e5956..8cf8f816892 100644 --- a/time/p5-Time-Progress/distinfo +++ b/time/p5-Time-Progress/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/02 23:31:42 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/05/21 13:11:36 wen Exp $ -SHA1 (Time-Progress-1.8.tar.gz) = d4adc6f98a3f28dc3a7b4e4f532852812c40b2b9 -RMD160 (Time-Progress-1.8.tar.gz) = b3762b6d8affc197b59de78cc31f103f04cd4039 -SHA512 (Time-Progress-1.8.tar.gz) = e098dfac83547c29854d9b849afbe7a8483c8a58725780d2d3b7facd07556b3881acc206e1199c11cb782a3dd9cbcdb16ae7a59e3cf43117e777df3bf317ecd2 -Size (Time-Progress-1.8.tar.gz) = 4931 bytes +SHA1 (Time-Progress-2.11.tar.gz) = 44ce85032e7322d7c63c4fdee4eab6da52b1f370 +RMD160 (Time-Progress-2.11.tar.gz) = 1dcd76c49ba4191f20e06e3239c02abfb93bf922 +SHA512 (Time-Progress-2.11.tar.gz) = 517ddc40db6d6e8c6611957f30555b456292da31a22ce6fd29c75741f518e700df3c6d83b6b8a3c5ca4571fe5fa93fdd2f0b23202ec1c0bdb7ca54a72f1967e5 +Size (Time-Progress-2.11.tar.gz) = 7436 bytes |