Fri Apr 29 13:04:56 2016 UTC ()
Updated to devel/p5-IO-Interactive-1.021 (From 0.0.6)
----------------------------------------------------
1.021 2016-01-27T20:29:17Z
   * Freshen the distro a bit
   * Somehow CPAN still has 0.0.6, so no one has David Muey's enhancements

1.01 - 2011-11-18
   * Decrease memory use a bit ***:
     1. lazy load Carp.pm only if we're about to croak()
     2. Remove use of version.pm since a decimal will do (made it 1.01 per
        discussion) - moots rt 50120
     3. Remove the need for Scalar::Util
  === Baseline RSS 1204,
          Orig RSS 2464 (+1260),
           New RSS 2244 (+1040)

           Technically -220 not a *huge* gain, but the ::Tiny version I'd
           worked up before this patch had an RSS of 1332 (+128).  I need
           to look into that and see if anything else could be done here.


(mef)
diff -r1.14 -r1.15 pkgsrc/devel/p5-IO-Interactive/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-IO-Interactive/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/p5-IO-Interactive/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Interactive/Makefile 2015/07/12 18:56:13 1.14
+++ pkgsrc/devel/p5-IO-Interactive/Makefile 2016/04/29 13:04:55 1.15
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.14 2015/07/12 18:56:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2016/04/29 13:04:55 mef Exp $
2# 2#
3 3
4DISTNAME= IO-Interactive-0.0.6 4DISTNAME= IO-Interactive-0.0.6
 5DISTNAME= IO-Interactive-1.021
5PKGNAME= p5-${DISTNAME} 6PKGNAME= p5-${DISTNAME}
6PKGREVISION= 6 
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/IO-Interactive/ 11HOMEPAGE= http://search.cpan.org/dist/IO-Interactive/
12COMMENT= Perl 5 module prodiving utilities for interactive I/O 12COMMENT= Perl 5 module prodiving utilities for interactive I/O
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version 15#DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version
16 16
17USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
18PERL5_PACKLIST= auto/IO/Interactive/.packlist 18PERL5_PACKLIST= auto/IO/Interactive/.packlist
19 19

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-IO-Interactive/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-Interactive/distinfo 2015/11/03 03:28:21 1.5
+++ pkgsrc/devel/p5-IO-Interactive/distinfo 2016/04/29 13:04:55 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2015/11/03 03:28:21 agc Exp $ 1$NetBSD: distinfo,v 1.6 2016/04/29 13:04:55 mef Exp $
2 2
3SHA1 (IO-Interactive-0.0.6.tar.gz) = 93022d3caff9360fc02ce7244a6e2d429e19f3fd 3SHA1 (IO-Interactive-1.021.tar.gz) = 6363aceb01c9a05ebfd3a80217dee8261a68e827
4RMD160 (IO-Interactive-0.0.6.tar.gz) = 2358765df1b135075aea04b2355e6d5baa6241c4 4RMD160 (IO-Interactive-1.021.tar.gz) = 8e23568bad1e5d3df2874fe6225362cb3080f9a4
5SHA512 (IO-Interactive-0.0.6.tar.gz) = beee3f3c9c6ad9c9ca34e313a36312a62520c98914c9c405beacee1c2b3bf05ad2b2fe5a53b43abff8dec1dcbccada4718dd8b7b31a98755d96a6ef0f9863863 5SHA512 (IO-Interactive-1.021.tar.gz) = 16307148e762b6c382dcecef653eab581563fefabd5289d7f3f66a439d17fb496982e24f7e74494f5710749eb11654d366001e016bf50b2e43b1dca7564c24ae
6Size (IO-Interactive-0.0.6.tar.gz) = 6487 bytes 6Size (IO-Interactive-1.021.tar.gz) = 11751 bytes