summaryrefslogtreecommitdiff
path: root/devel/p5-List-MoreUtils
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-09-20Updating devel/p5-List-MoreUtils from 0.24 to 0.25beta02sno2-8/+8
Upstream changes: 0.25_02 Sat Aug 1 06:41:55 EDT 2009 - MS VC++ 7 doesn't like inline nor 'long long' (patch provided by Taro Nishino (taro DOT nishino AT gmail.com) - Newx isbn't around in older perls so use New(0,...) instead 0.25_01 Thu Jul 30 17:43:20 EDT 2009 - it seems the only way of handling the stack that works on all flavors of the multicall API is by making a shallow copy of it and use that between the PUSH/POP_MULTICALL bracket - fix awkward ok() override in List-MoreUtils.t so that it reports line numbers in test failures properly
2009-07-28Updating package for p5 module List::MoreUtils from 0.22nb2 to 0.24sno2-8/+9
pkgsrc changes: - Adding license (perl 5 license) Upstream changes: 0.24 Sun Jul 19 08:26:35 EDT 2009 - List::MoreUtils was not handling the stack properly when the stack was grown from inside code-references - a couple of tests for each_arrayref were calling each_array 0.23 Sun Apr 19 06:56:09 EDT 2009 - BACKWARDS INCOMPATIBLE CHANGE: fixed: Returning undef when none is passed an empty array is counterintuitive (http://rt.cpan.org/Ticket/Display.html?id=40905) - fixed: minmax error: unpredictable results with lists of 1 element (http://rt.cpan.org/Ticket/Display.html?id=39847) - fixed: bug: uniq doesn't like undef values. uniq warns on undef values (http://rt.cpan.org/Ticket/Display.html?id=37533) (http://rt.cpan.org/Ticket/Display.html?id=43214) - fixed: bug in pairwise when $a and $b are lexically defined using my (http://rt.cpan.org/Ticket/Display.html?id=44518) - fixed: Big memory leak with XS part() (http://rt.cpan.org/Ticket/Display.html?id=41097) - fixed: memory leak in indexes() [XS] (http://rt.cpan.org/Public/Bug/Display.html?id=41494) - reduced memory-requirements for the part() tests as that was responsible for a lot of unnecessary test-failures - new function bsearch() which performs a binary search
2008-11-03Re-enable building the XS version. I can't remember why I disabled thatbad1-5/+2
and it does seem to work. PKGREVISION++ Closes PR pkg/39095 from Jens Rehsack.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-01-10Force building the non-XS version.bad1-2/+4
2006-09-01update devel/p5-List-MoreUtils from 0.19 to 0.22abs2-6/+6
0.22 Sun Jul 2 11:25:39 EDT 2006 - SvPV_nolen doesn't exist on pre 5.6 perls 0.21 Sun Jun 18 07:59:06 EDT 2006 - propagate dies from inside the code-reference of pairwise to caller 0.20 Tue Apr 25 15:43:57 EDT 2006 - part() would destroy the list elements when changing an array in place (@list = part { ... } @list)
2006-06-07Added devel/p5-List-MoreUtils-0.19abs4-0/+27
Provide the missing functionality from List::Util (see "SUGGESTED ADDITIONS" in its manpage).