Commit graph

17 commits

Author SHA1 Message Date
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
314d0da6b3 Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ryoon
543e538acd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wen
6be49e00fe Update to 0.53
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-11-28 14:43:03 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wen
c4e25bd132 Update to 0.49
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.
2015-04-24 13:53:35 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
a7a8ace5fe Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:52:49 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
pettai
69bdba2349 Added LICENSE 2010-03-10 15:55:38 +00:00
pettai
b5c385d63e Compare elements of two or more lists
(Imported from pkgsrc-wip)
2010-03-09 19:41:21 +00:00