pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Set-Scalar Update from version 1.17 to 1.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8c6bd04de60
branches:  trunk
changeset: 545169:c8c6bd04de60
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jul 27 18:40:44 2008 +0000

description:
Update from version 1.17 to 1.22.

Pkgsrc change:
 o Canonicalize HOMEPAGE pointer.

Upstream changes:

2007-10-23  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * Add cartesian_product() and power_set(), both as full
          constructors and as iterators.

        * Add empty_clone().

        * Makefile.PL not requiring Test::More since we are not using it.

        * Released as 1.22.

2007-10-04  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * Made to work with the upcoming Perl 5.005_05
          (yes, you read that right), most importantly
          Scalar::Util made optional (we fall back to
          pure Perl emulations for blessed() and refaddr()
          if necessary).  Everything else already worked.

        * Released as 1.21.

Sat Aug  6 12:39:43 2005  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * [cpan #13816] Set::Scalar blesses unblessed refs

          A genuine bug, the suggsted fix used, but then again Set::Scalar
          was never designed or tested be used with references as the set
          members.  I would not recommend doing that unless much more
          testing has been conducted.  A test added to misc.t for that,
          and a warning about using references as the set members added
          to the pod.

        * [cpan #13856] funny behavior in
          Set::Scalar::Base::intersection and Set::Scalar::Base::union

          A genuine bug, but the suggested fix as-is would break
          the special cases of intersecting with the null set and
          unioning with the universal set.
          A slightly enhanced version of the fix used instead,
          tests added to intersection.t and union.t.

        * [cpan #13857] Set::Scalar::Base::_binary_underload bug

          Not really a bug.  The _binary_underload() method is only
          ever going to be called by Set::Scalar itself, or by classes
          derived from Set::Scalar, so the assumption that all references
          are object and that they are capable of calling the new() method
          (i.e. being instance of Set::Scalar) is completely valid.
          Trying to use the suggested fix also badly breaks the
          laws.t when the universal and null sets are present.

        * Released as 1.20.

Sun Mar 28 17:16:26 2004  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * [cpan #5829] When is_disjoint() was called in list
          context, and the result was disjoint (not disjoint
          universes), the return value was a list with one
          undef element, from Alexei.

        * Released as 1.19.

Sat Oct  4 17:56:24 2003  Jarkko Hietaniemi  <jhi%iki.fi@localhost>

        * Removed a cut-and-paste bug from symmetric_difference();
          from frederik.

        * Released as 1.18.

diffstat:

 devel/p5-Set-Scalar/Makefile |  7 +++----
 devel/p5-Set-Scalar/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 359219230000 -r c8c6bd04de60 devel/p5-Set-Scalar/Makefile
--- a/devel/p5-Set-Scalar/Makefile      Sun Jul 27 18:33:55 2008 +0000
+++ b/devel/p5-Set-Scalar/Makefile      Sun Jul 27 18:40:44 2008 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:26 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2008/07/27 18:40:44 he Exp $
 #
 
-DISTNAME=      Set-Scalar-1.17
+DISTNAME=      Set-Scalar-1.22
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5ssc
-PKGREVISION=   2
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Set/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/search?dist=Set-Scalar
+HOMEPAGE=      http://search.cpan.org/dist/Set-Scalar/
 COMMENT=       Perl5 module for basic set operations
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r 359219230000 -r c8c6bd04de60 devel/p5-Set-Scalar/distinfo
--- a/devel/p5-Set-Scalar/distinfo      Sun Jul 27 18:33:55 2008 +0000
+++ b/devel/p5-Set-Scalar/distinfo      Sun Jul 27 18:40:44 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 22:24:28 agc Exp $
+$NetBSD: distinfo,v 1.3 2008/07/27 18:40:44 he Exp $
 
-SHA1 (Set-Scalar-1.17.tar.gz) = 1f5e6b04259b46e1833366889a66c16b1f4a3f93
-RMD160 (Set-Scalar-1.17.tar.gz) = f09a4379ef0008476228619e28ea4fce858a7334
-Size (Set-Scalar-1.17.tar.gz) = 15286 bytes
+SHA1 (Set-Scalar-1.22.tar.gz) = 03b8a3b9bd006b84ae73e8c36d26e7a49d6859d0
+RMD160 (Set-Scalar-1.22.tar.gz) = 6792b309c606d4285bb7a80a15aefd29a7893aa8
+Size (Set-Scalar-1.22.tar.gz) = 19165 bytes



Home | Main Index | Thread Index | Old Index