pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-List-MoreUtils-XS
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 16 07:00:57 UTC 2017
Modified Files:
pkgsrc/devel/p5-List-MoreUtils-XS: Makefile distinfo
Log Message:
Updated p5-List-MoreUtils-XS to 0.422.
0.422 2017-08-15
- Rename 'occurances' into 'occurrences' as requested in RT#122806 by
Paul Howarth as a slightly late side-note in RT#91991.
- Add DESCRIPTION to Pod clarifying the role of List::MoreUtils::XS
- improve Makefile.PL regarding some build artifacts
0.421 2017-08-14
- correct license in META thanks to Chase Whitener (RT#122702)
- fix issues with -DPERL_IMPLICIT_SYS on Windows with Strawberry-Perl
0.420_002 2017-08-03
- improve configure toolchain to use Config::AutoConf 0.315
- speed up some inner loops by hinting the expected result
- fix mind screwed up issue in upper_bound and reduce elements
visited in equal_range
0.420_001 2017-06-28
- fix a lot of potential memory leaks when callbacks throw exceptions
- add some new functions:
* qsort
* binsert
* bremove
* listcmp
* arrayify (RT#17230)
* samples (RT#77562)
* minmaxstr (RT#106401)
* lower_bound
* upper_bound
* equal_range
* frequencies
* occurances
* 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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-List-MoreUtils-XS/Makefile \
pkgsrc/devel/p5-List-MoreUtils-XS/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-XS/Makefile
diff -u pkgsrc/devel/p5-List-MoreUtils-XS/Makefile:1.1 pkgsrc/devel/p5-List-MoreUtils-XS/Makefile:1.2
--- pkgsrc/devel/p5-List-MoreUtils-XS/Makefile:1.1 Tue Aug 1 13:02:57 2017
+++ pkgsrc/devel/p5-List-MoreUtils-XS/Makefile Wed Aug 16 07:00:57 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/08/01 13:02:57 markd Exp $
-#
+# $NetBSD: Makefile,v 1.2 2017/08/16 07:00:57 wiz Exp $
-DISTNAME= List-MoreUtils-XS-0.418
+DISTNAME= List-MoreUtils-XS-0.422
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
Index: pkgsrc/devel/p5-List-MoreUtils-XS/distinfo
diff -u pkgsrc/devel/p5-List-MoreUtils-XS/distinfo:1.1 pkgsrc/devel/p5-List-MoreUtils-XS/distinfo:1.2
--- pkgsrc/devel/p5-List-MoreUtils-XS/distinfo:1.1 Tue Aug 1 13:02:57 2017
+++ pkgsrc/devel/p5-List-MoreUtils-XS/distinfo Wed Aug 16 07:00:57 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/01 13:02:57 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/08/16 07:00:57 wiz Exp $
-SHA1 (List-MoreUtils-XS-0.418.tar.gz) = 171b8c43f39c9ae0b411fe8af0404e3d02c52542
-RMD160 (List-MoreUtils-XS-0.418.tar.gz) = f13bac980bc4b078d0db95ae94aa4f59dee380af
-SHA512 (List-MoreUtils-XS-0.418.tar.gz) = 1f6b9adfe641afe45ee3bb9d6df8f81d20916cff860c4955200026302da82799939d309dd2412af10ad1874e4e0528a63e8852e543a667942f1c582cb522b4b1
-Size (List-MoreUtils-XS-0.418.tar.gz) = 129838 bytes
+SHA1 (List-MoreUtils-XS-0.422.tar.gz) = 354a42aa8e3bb623773e2a4e917ab3d53eb59b6c
+RMD160 (List-MoreUtils-XS-0.422.tar.gz) = a7cdd2d959422d912e72df2afb9c6d1b96d70a86
+SHA512 (List-MoreUtils-XS-0.422.tar.gz) = d3de5cb57050993d1c2e277aa79b4c473d9e7b0aaf1aec3f505d79dfa9282ab4821b0a410d63e44f1bc0dfc750ca382dc99ea9d1bc7c607a7bf6ca5a8be30d4a
+Size (List-MoreUtils-XS-0.422.tar.gz) = 157021 bytes
Home |
Main Index |
Thread Index |
Old Index