pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-List-MoreUtils
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 4 12:30:48 UTC 2017
Modified Files:
pkgsrc/devel/p5-List-MoreUtils: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-List-MoreUtils/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-List-MoreUtils/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-List-MoreUtils/Makefile
diff -u pkgsrc/devel/p5-List-MoreUtils/Makefile:1.31 pkgsrc/devel/p5-List-MoreUtils/Makefile:1.32
--- pkgsrc/devel/p5-List-MoreUtils/Makefile:1.31 Mon Jun 5 14:23:10 2017
+++ pkgsrc/devel/p5-List-MoreUtils/Makefile Mon Sep 4 12:30:47 2017
@@ -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 Li
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
Index: pkgsrc/devel/p5-List-MoreUtils/distinfo
diff -u pkgsrc/devel/p5-List-MoreUtils/distinfo:1.18 pkgsrc/devel/p5-List-MoreUtils/distinfo:1.19
--- pkgsrc/devel/p5-List-MoreUtils/distinfo:1.18 Fri Apr 14 15:07:09 2017
+++ pkgsrc/devel/p5-List-MoreUtils/distinfo Mon Sep 4 12:30:47 2017
@@ -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