pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-List-MoreUtils Updated p5-List-MoreUtils to 0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/01002aac0ed9
branches: trunk
changeset: 367583:01002aac0ed9
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 04 12:30:47 2017 +0000
description:
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:
devel/p5-List-MoreUtils/Makefile | 6 +++---
devel/p5-List-MoreUtils/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r f862717adb0d -r 01002aac0ed9 devel/p5-List-MoreUtils/Makefile
--- a/devel/p5-List-MoreUtils/Makefile Mon Sep 04 12:29:56 2017 +0000
+++ b/devel/p5-List-MoreUtils/Makefile Mon Sep 04 12:30:47 2017 +0000
@@ -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 @@
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 -r f862717adb0d -r 01002aac0ed9 devel/p5-List-MoreUtils/distinfo
--- a/devel/p5-List-MoreUtils/distinfo Mon Sep 04 12:29:56 2017 +0000
+++ b/devel/p5-List-MoreUtils/distinfo Mon Sep 04 12:30:47 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index