Path to this page:
./
devel/p5-List-MoreUtils,
Provide the stuff missing in List::Util
Branch: CURRENT,
Version: 0.25beta02nb1,
Package name: p5-List-MoreUtils-0.25beta02nb1,
Maintainer: absProvide the missing functionality from List::Util (see "SUGGESTED
ADDITIONS" in its manpage).
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 8e34686730ec363c58fb9fa016791ed9f9db7ac4
RMD160: 9e1f142aa7f9c01aed1486d4c3b3962350bdf1bb
Filesize: 24.112 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-List-MoreUtils-0.25beta02nb1
- (2009-09-20) Updated to version: p5-List-MoreUtils-0.25beta02
- (2009-07-28) Updated to version: p5-List-MoreUtils-0.24
- (2008-11-04) Updated to version: p5-List-MoreUtils-0.22nb2
- (2008-10-20) Updated to version: p5-List-MoreUtils-0.22nb1
- (2006-09-01) Updated to version: p5-List-MoreUtils-0.22
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-20 13:05:17 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-List-MoreUtils from 0.24 to 0.25beta02
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-28 08:09:34 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module List::MoreUtils from 0.22nb2 to 0.24
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-03 23:07:11 by Christoph Badura | Files touched by this commit (1) |
Log message:
Re-enable building the XS version. I can't remember why I disabled that
and it does seem to work.
PKGREVISION++
Closes PR pkg/39095 from Jens Rehsack.
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
| 2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
| 2007-01-10 23:48:56 by Christoph Badura | Files touched by this commit (1) |
Log message:
Force building the non-XS version.
|