pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-List-Compare Update to 0.49



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0eae35825ca3
branches:  trunk
changeset: 650538:0eae35825ca3
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Apr 24 13:53:35 2015 +0000

description:
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.

diffstat:

 textproc/p5-List-Compare/Makefile |  5 ++---
 textproc/p5-List-Compare/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 1d03a5348a7d -r 0eae35825ca3 textproc/p5-List-Compare/Makefile
--- a/textproc/p5-List-Compare/Makefile Fri Apr 24 13:51:02 2015 +0000
+++ b/textproc/p5-List-Compare/Makefile Fri Apr 24 13:53:35 2015 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:37 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/04/24 13:53:35 wen Exp $
 #
 
-DISTNAME=              List-Compare-0.37
+DISTNAME=              List-Compare-0.49
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           5
 CATEGORIES=            perl5 textproc
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=List/}
 
diff -r 1d03a5348a7d -r 0eae35825ca3 textproc/p5-List-Compare/distinfo
--- a/textproc/p5-List-Compare/distinfo Fri Apr 24 13:51:02 2015 +0000
+++ b/textproc/p5-List-Compare/distinfo Fri Apr 24 13:53:35 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2010/03/09 19:41:21 pettai Exp $
+$NetBSD: distinfo,v 1.2 2015/04/24 13:53:35 wen Exp $
 
-SHA1 (List-Compare-0.37.tar.gz) = 2c45681686e6499b384086d7c9b8541dfb05a4b3
-RMD160 (List-Compare-0.37.tar.gz) = 2856f7c0361b88273ede9083fd80131d4faf1723
-Size (List-Compare-0.37.tar.gz) = 83106 bytes
+SHA1 (List-Compare-0.49.tar.gz) = 3008ef2aaddef3136248d7c07e82b720e2093d86
+RMD160 (List-Compare-0.49.tar.gz) = 91f5d29edf51ff16487c1618a0af72ec812357c6
+Size (List-Compare-0.49.tar.gz) = 85041 bytes



Home | Main Index | Thread Index | Old Index