NetBSD.se

CVS log for pkgsrc/devel/p5-List-MoreUtils/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / devel / p5-List-MoreUtils

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Aug 23 08:59:04 2011 UTC (8 months, 4 weeks ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -5 lines
Updated devel/p5-List-MoreUtils to 0.33

0.33 Thu 4 Aug 2011
	- Updated can_xs to fix a bug in it

0.32 Fri May 20 2011
	- Production release, no other changes

0.31_02 Mon 21 Mar 2011
	- More accurate detection of XS support (ADAMK)

0.31_01 Mon 21 Mar 2011
	- Updating copyright year (ADAMK)
	- Teak documentation of all() and none() (WYANT)
	- Memory leak fixed for apply() and XS version restored (ARC)
	- Memory leak fixed for indexes() and XS version restored (ARC)
	- Memory leak fixed for part() and XS version restored (ARC)

0.30 Thu 16 Dec 2010
	- Change the way we localise PERL_DL_NONLAZY to false to remove
	  a warning that some people were seeing. The new approach is taken
	  from the way that List::Util does it.

0.29 Wed 8 Dec 2010
	- Removed an erroneous Test::NoWarnings dependency

0.28 Tue 7 Dec 2010
	- Switching to a production release
	- Restored the regression test for RT #38630 from 0.23.
	  As apply() was disabled in 0.27_04 this test will only act
	  to validate the future XS restoration of apply().
	- Adding uniq warning tests, disabled initially

0.27_04 Mon 6 Dec 2010
	- The behaviour of any/all/none/notall has changed when
	  passed a null list to treat a null list as a legitimate list.
	  Instead of returning C<undef> the functions now return the
	  following: any {} == false, all {} == true, none {} == true,
	  notall {} == false.
	  Resolves #40905: Returning undef when none is passed an empty
	- Disabled the leaking XS versions of part(), apply() and indexes()

0.27_03 Mon 6 Dec 2010
	- General house cleaning

0.27_02 Wed 1 Dec 2010
	- Reduced test suite peak memory consumption by 5-10 meg
	- Added the 'distinct' alias for the uniq function, for people that
	  like their chained map/grep/sort pipelines with a SQL'ish flavour.
	- Expanded test suite for the any() group of functions.
	- The any() group of functions now strictly always return scalar
	  boolean true, false and undef to match the XS version.

0.27_01 Wed 1 Dec 2010
	- Refactored the split test scripts into a common test module
	  to be shared between both the Perl and XS versions.
	- Reapply fix for http://rt.cpan.org/Ticket/Display.html?id=39847
	  "minmax error: unpredictable results with lists of 1 element"

0.26 Tue 23 Nov 2010
	- No changes
	- Some parts of the CPAN cloud were confusing my 0.24
	  release with the older deleted 0.24. Bumping version
	  past Tassilo's to clarify things.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 14 12:26:14 2011 UTC (9 months, 1 week ago) by obache
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:33:57 2010 UTC (21 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
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!

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Sep 20 11:05:17 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jul 28 06:09:34 2009 UTC (2 years, 9 months ago) by sno
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -4 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 3 22:07:11 2008 UTC (3 years, 6 months ago) by bad
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -5 lines
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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:17:56 2008 UTC (3 years, 7 months ago) by he
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
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=...").

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 20 01:09:16 2008 UTC (3 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Add DESTDIR support.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 10 22:48:56 2007 UTC (5 years, 4 months ago) by bad
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2 lines
Force building the non-XS version.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 1 14:22:43 2006 UTC (5 years, 8 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
update devel/p5-List-MoreUtils from 0.19 to 0.22

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)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Jun 7 11:58:58 2006 UTC (5 years, 11 months ago) by abs
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Added devel/p5-List-MoreUtils-0.19

Provide the missing functionality from List::Util (see "SUGGESTED
ADDITIONS" in its manpage).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 7 11:58:58 2006 UTC (5 years, 11 months ago) by abs
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>