diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 07:00:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 07:00:57 +0000 |
commit | 020c63f9a134bfc942c2ad4eae036fd96eae3ace (patch) | |
tree | fd2dbbeb9d0a6ca1345bc16331ac8561c83f49c7 | |
parent | 83a3a58c09b707079532f8ea4c152b9b034cd54a (diff) | |
download | pkgsrc-020c63f9a134bfc942c2ad4eae036fd96eae3ace.tar.gz |
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.
-rw-r--r-- | devel/p5-List-MoreUtils-XS/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-List-MoreUtils-XS/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-List-MoreUtils-XS/Makefile b/devel/p5-List-MoreUtils-XS/Makefile index ef9fbf3a231..49e097aea36 100644 --- a/devel/p5-List-MoreUtils-XS/Makefile +++ b/devel/p5-List-MoreUtils-XS/Makefile @@ -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/} diff --git a/devel/p5-List-MoreUtils-XS/distinfo b/devel/p5-List-MoreUtils-XS/distinfo index f04ed473b92..9f141688ed7 100644 --- a/devel/p5-List-MoreUtils-XS/distinfo +++ b/devel/p5-List-MoreUtils-XS/distinfo @@ -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 |