pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Printer Update to 10.35.01



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d439f33ac83
branches:  trunk
changeset: 645450:1d439f33ac83
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jan 29 01:12:17 2015 +0000

description:
Update to 10.35.01
------------------
10.35_01 2014-12-22
    BACKWARDS-INCOMPATIBLE CHANGE
        - p()'s return value now defaults to 'pass'. Please see
          https://github.com/garu/Data-Printer/issues/16 for the
          full discussion. THIS WILL BREAK CODE RELYING ON p() TO
          RETURN A STRING. To fix your code, please set 'return_value'
          to 'dump' explicitly, or use the experimental np() function.

    NEW HIGHLY EXPERIMENTAL FEATURE:
        - np(), a version of p() that always returns the string instead
          of printing it.

    NEW FEATURES:
        - Add 'escape_chars' to allow \x{...} printing for chars
          (patch by Mark Fowler)
        - Class::Date support in the DateTime filter (Ivan Bessarabov)

    BUG FIXES:
        - fixed crash in esoteric classes (github issue #41, thanks
          Ivan Bessarabov for reporting)
        - removed support for Digest::Haval256, as it can't really be
          observed without damaging the original data. If future versions
          provide a clone() function, it can be added again.
        - Being extra loud when rc files fail to load (RT#89203, thanks
          Caleb Cushing for reporting).
        - Prevents PERL5OPT from interfering with deparse tests (github
          issue #55, thanks David Precious for reporting)

    OTHER:
        - more tests
        - new external filter indexed: PDL

diffstat:

 devel/p5-Data-Printer/Makefile |  8 ++++----
 devel/p5-Data-Printer/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 88cb8ddb3eaa -r 1d439f33ac83 devel/p5-Data-Printer/Makefile
--- a/devel/p5-Data-Printer/Makefile    Thu Jan 29 01:05:56 2015 +0000
+++ b/devel/p5-Data-Printer/Makefile    Thu Jan 29 01:12:17 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2014/05/29 23:35:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/01/29 01:12:17 mef Exp $
 
-DISTNAME=      Data-Printer-0.35
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+DISTNAME=      Data-Printer-0.35_01
+PKGNAME=       p5-${DISTNAME:S/_/-/}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GA/GARU/}
+#ASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Data-Printer/
diff -r 88cb8ddb3eaa -r 1d439f33ac83 devel/p5-Data-Printer/distinfo
--- a/devel/p5-Data-Printer/distinfo    Thu Jan 29 01:05:56 2015 +0000
+++ b/devel/p5-Data-Printer/distinfo    Thu Jan 29 01:12:17 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/12/06 14:00:18 wiz Exp $
+$NetBSD: distinfo,v 1.2 2015/01/29 01:12:17 mef Exp $
 
-SHA1 (Data-Printer-0.35.tar.gz) = 68e3ab2072cee36075ac6c61e588de1686f4541b
-RMD160 (Data-Printer-0.35.tar.gz) = 3dbb1b0dde6cf606ef9192e54d3e64aba01a4f2a
-Size (Data-Printer-0.35.tar.gz) = 52812 bytes
+SHA1 (Data-Printer-0.35_01.tar.gz) = edb4f7154f91fe9cfe870244b7cabf1613e8c7ac
+RMD160 (Data-Printer-0.35_01.tar.gz) = 3ac5bda7139b40ef0353ff35f2bd94ce2002864e
+Size (Data-Printer-0.35_01.tar.gz) = 56475 bytes



Home | Main Index | Thread Index | Old Index