diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 12:30:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 12:30:47 +0000 |
commit | 0091f0bce1aa4386bc34280180fbc65c4b1d293c (patch) | |
tree | e51508798051719fa56ad2eceecbe487efbb82f9 /devel | |
parent | 76eb007b156679686d130266f0b7dc1b0cee55a3 (diff) | |
download | pkgsrc-0091f0bce1aa4386bc34280180fbc65c4b1d293c.tar.gz |
Updated p5-List-MoreUtils to 0.423.
0.423 2017-08-22
- sync version with List::MoreUtils::XS
- add examples for binsert/bremove (LMU::XS issue #1, Thanks to shawnlaffan)
- update tests to latest List::MoreUtils::XS
- recommend List::MoreUtils::XS 0.423
0.420_001 2017-08-15
- add some new functions:
* qsort (XS only)
* binsert
* bremove
* listcmp
* arrayify (RT#17230)
* samples (RT#77562)
* minmaxstr (RT#106401)
* lower_bound
* upper_bound
* equal_range
* frequencies
* occurrences
* mode (RT#91991)
* zip6 (RT#42921)
* reduce_0
* reduce_1
* reduce_u
- improve tests
- make List::MoreUtils::XS independent from List::MoreUtils
Note that List::MoreUtils::XS doesn't guarantee API stability - this
feature is only provided through List::MoreUtils as frontend.
- improve Makefile.PL regarding some build artifacts
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-List-MoreUtils/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-List-MoreUtils/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-List-MoreUtils/Makefile b/devel/p5-List-MoreUtils/Makefile index a61d6f38e7d..a472fdcc8b5 100644 --- a/devel/p5-List-MoreUtils/Makefile +++ b/devel/p5-List-MoreUtils/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2017/06/05 14:23:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.32 2017/09/04 12:30:47 wiz Exp $ -DISTNAME= List-MoreUtils-0.419 +DISTNAME= List-MoreUtils-0.423 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/} MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/} @@ -13,6 +12,7 @@ COMMENT= Provide the stuff missing in List::Util LICENSE= apache-2.0 DEPENDS+= p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny +DEPENDS+= p5-List-MoreUtils-XS>=0.423:../../devel/p5-List-MoreUtils-XS PERL5_PACKLIST= auto/List/MoreUtils/.packlist diff --git a/devel/p5-List-MoreUtils/distinfo b/devel/p5-List-MoreUtils/distinfo index a2d5374c686..604e3125960 100644 --- a/devel/p5-List-MoreUtils/distinfo +++ b/devel/p5-List-MoreUtils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/04/14 15:07:09 mef Exp $ +$NetBSD: distinfo,v 1.19 2017/09/04 12:30:47 wiz Exp $ -SHA1 (List-MoreUtils-0.419.tar.gz) = 9ade53004b138b2546fd943e42832d11292a474e -RMD160 (List-MoreUtils-0.419.tar.gz) = 7f1459d6c1163af242a7f5a5593a078fd5880533 -SHA512 (List-MoreUtils-0.419.tar.gz) = d13beb5031d1559c2ec4cb93826e86f0f314c4f10c4fdcac6910de0cb039199599911838eadd499e81cb41025aae2a52d69a259653a9637679a1705c7adcd37a -Size (List-MoreUtils-0.419.tar.gz) = 55193 bytes +SHA1 (List-MoreUtils-0.423.tar.gz) = d2b4da39b71e36e2fcef59e408aa5cd9b6d1cf64 +RMD160 (List-MoreUtils-0.423.tar.gz) = 5e045219b79b38488caf490da7c53bebac93d067 +SHA512 (List-MoreUtils-0.423.tar.gz) = f88e683ce50c4e0e0df9731af9ace3be7ddfd7477292ec14ae4d013d99408c87073f3abdd893e8a90638db936da2d58d6fa588e55d89b8087b2005909154d686 +Size (List-MoreUtils-0.423.tar.gz) = 111374 bytes |