Mon Oct 21 18:03:42 2013 UTC ()
Updating package for CPAN distribution for Scalar-List-Utils in
devel/p5-Scalar-List-Utils from 1.31 to 1.35.

pkgsrc changes:
- updating URI's & co
- removing pkgviews stuff (removed from generator)

Upstream changes:
1.35 -- Sat Oct 19 01:35 UTC 2013
  * Added List::Util::product()
  * Ensure that List::Util::{any,all,none,notall} return PL_sv_{yes,no}
  * Implement reduce() and first() even in the absence of MULTICALL

1.34 -- Wed Oct 16 13:04 UTC 2013
  * Avoid C99/C++-style comments in XS code
  * Fix dualvar tests for perl 5.6; fix skip() test counts in dualvar.t
  * Neater documentation examples of other functions that can be built using
    reduce

1.33 -- Sun Oct 13 01:35 UTC 2013
  * Added any, all, none, notall list reduction functions
    (inspired by List::MoreUtils)

1.32 -- Sun Aug 31 23:48 UTC 2013
  * Skip pairmap()'s MULTICALL implementation 5.8.9 / 5.10.0 as it doesn't
    work (RT87857)
  * Comment on the fact that package "0" is defined but false (RT88201)
  * TODO test in t/readonly.t now passes since 5.19.3 (RT88223)


(sno)
diff -r1.25 -r1.26 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/p5-Scalar-List-Utils/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/p5-Scalar-List-Utils/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2013/08/15 02:43:24 1.25
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2013/10/21 18:03:42 1.26
@@ -1,21 +1,19 @@ @@ -1,21 +1,19 @@
1# $NetBSD: Makefile,v 1.25 2013/08/15 02:43:24 wen Exp $ 1# $NetBSD: Makefile,v 1.26 2013/10/21 18:03:42 sno Exp $
2# 2#
3 3
4DISTNAME= Scalar-List-Utils-1.31 4DISTNAME= Scalar-List-Utils-1.35
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5slu 6SVR4_PKGNAME= p5slu
7CATEGORIES= misc perl5 7CATEGORIES= devel misc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Scalar-List-Utils/ 11HOMEPAGE= https://metacpan.org/release/Scalar-List-Utils
12COMMENT= Perl subroutines that would be nice to have in the perl core 12COMMENT= Common Scalar and List utility subroutines
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 
15PKG_INSTALLATION_TYPES= overwrite pkgviews 
16 14
17USE_LANGUAGES= c 15USE_LANGUAGES= c
18PERL5_PACKLIST= auto/List/Util/.packlist 16PERL5_PACKLIST= auto/List/Util/.packlist
19 17
20.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-Scalar-List-Utils/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2013/08/15 02:43:24 1.13
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2013/10/21 18:03:42 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2013/08/15 02:43:24 wen Exp $ 1$NetBSD: distinfo,v 1.14 2013/10/21 18:03:42 sno Exp $
2 2
3SHA1 (Scalar-List-Utils-1.31.tar.gz) = 22e28939a9a850429dfcb56a12e25e2bb61c6abc 3SHA1 (Scalar-List-Utils-1.35.tar.gz) = 2558937dea12f1f593e9d9b27a1369086f3dae29
4RMD160 (Scalar-List-Utils-1.31.tar.gz) = e56f89842ab3dcd4a598fc1054fd19241eb35932 4RMD160 (Scalar-List-Utils-1.35.tar.gz) = be4bd04e8e627408cc4544236e77d1a3c99c8745
5Size (Scalar-List-Utils-1.31.tar.gz) = 72587 bytes 5Size (Scalar-List-Utils-1.35.tar.gz) = 74666 bytes