summaryrefslogtreecommitdiff
path: root/textproc/p5-List-Compare/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-28Update to 0.53wen1-3/+2
Upstream changes: 0.50 Sat May 9 09:06:41 EDT 2015 - Improve performance of is_LsubsetR via patches submitted by Mich Rawson at New York Perl Hackathon (May 2 2015). 0.51 Thu May 14 21:49:00 EDT 2015 - Changes to List::Compare::Functional::is_LsubsetR introduced in v0.50 found to be buggy. See: https://rt.cpan.org/Ticket/Display.html?id=104452. Pending further investigation, reverted to v0.49 of List::Compare::Base::_Auxiliary; added two test files. 0.52 Thu May 21 21:57:18 EDT 2015 - v0.51 changes were not applied to master branch; apply them. Remove two hash-to-hash assignments in List::Compare::Base::_Auxiliary::_subset_subengine. 0.53 Sun Jun 7 10:49:24 MDT 2015 - Accept patch submitted by Paulo Custodio reworking, and correcting, changes originally published in 0.50.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-24Update to 0.49wen1-3/+2
Upstream changes: 0.38 Thu Sep 5 21:09:10 EDT 2013 - Update support information; no longer using dedicated mailing list. 0.39 Fri Jul 4 15:38:24 EDT 2014 - Repository migrated from Subversion to git. Development repository initiated at https://github.com/jkeenan/list-compare. 0.40 Sat Feb 7 08:39:06 EST 2015 - Eliminated three unnecessary hash assignments. 0.41 Sun Feb 8 20:38:46 EST 2015 - Revised List::Compare::Functional::_intersection_engine() to eliminate need to call _calculate_xintersection_only() and _calculate_hash_intersection(); 0.42 Wed Feb 11 20:57:43 EST 2015 - Improve performance of four List::Compare::Functional functions. get_nonintersection get_nonintersection_ref get_symmetric_difference get_symmetric_difference_ref 0.43 Thu Feb 12 19:14:35 EST 2015 - Improve performance of two List::Compare::Functional functions. get_shared get_shared_ref 0.44 Sun Feb 15 14:40:06 EST 2015 - Improve performance of complement-related functions in both functional and object-oriented interfaces: get_complement get_complement_ref get_complement_all 0.45 Mon Feb 16 16:59:03 EST 2015 - Improve performance of unique-related functions in both functional and object-oriented interfaces: get_unique get_unique_ref get_unique_all 0.46 Wed Feb 18 19:30:30 EST 2015 - Improve performance of List::Compare::Multiple::Accelerated methods: get_intersection get_intersection_ref get_shared get_shared_ref 0.47 Sun Feb 22 08:17:54 EST 2015 - Improve performance of List::Compare::Multiple::Accelerated methods: get_nonintersection get_nonintersection_ref get_symmetric_difference get_symmetric_difference_ref 0.48 Wed Feb 25 17:59:30 EST 2015 - Improve performance of is_LdisjointR in List::Compare::Functional and in multiple accelerated mode of List::Compare. 0.49 Sun Mar 8 20:06:20 EDT 2015 - Add metadata to Makefile.PL.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
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!
2010-03-10Added LICENSEpettai1-1/+2
2010-03-09Compare elements of two or more listspettai1-0/+18
(Imported from pkgsrc-wip)