summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode
diff options
context:
space:
mode:
authormef <mef>2015-04-26 08:25:12 +0000
committermef <mef>2015-04-26 08:25:12 +0000
commit4bbdcd1c01379816488c70331eddeb66ec1290f7 (patch)
treeecf40f7c7040377dff54e6377825f5a3618cb2f6 /textproc/p5-Encode
parentfc12c3cf9b3ab6a0a362e4dd48be82db473f7912 (diff)
downloadpkgsrc-4bbdcd1c01379816488c70331eddeb66ec1290f7.tar.gz
Update 2.64 to 2.73
------------------- Revision: 2.73 Date: 2015/04/15 23:14:01 ! MANIFEST + t/isa.t ! Encode.pm Addressed RT#103253: Encode::XS does not inherit from Encode::Encoding https://rt.cpan.org/Public/Bug/Display.html?id=103253 ! encoding.pm + t/encoding-locale.t Pulled: Rewrite of encoding::_get_locale_encoding for more portability #40 ! encoding.pm Pulled: encoding.pm: more inlining #39 https://github.com/dankogai/p5-encode/pull/39 2.72 2015/03/14 02:44:39 ! encoding.pm Copied from bleadperl to be in sync with it again. http://www.nntp.perl.org/group/perl.perl5.porters/2015/03/msg226576.html 2.71 2015/03/12 00:03:52 ! encoding.pm Pulled: Don't fail 'no encoding' on EBCDIC https://github.com/dankogai/p5-encode/pull/38 ! lib/Encode/Alias.pm t/Aliases.t Add cp65000 => UTF-7 and cp65001 => utf-8-strict https://github.com/dankogai/p5-encode/issues/37 ! encoding.pm Sync w/ bleadperl https://github.com/dankogai/p5-encode/pull/36 ! bin/encguess Pulled: show encguess example per #33 https://github.com/dankogai/p5-encode/pull/34 2.70 2015/02/05 10:53:00 ! Makefile.PL add bin/encguess to EXE_FILES 2.69 2015/02/05 10:35:11 ! bin/encguess Refactored so that * does not depend on non-core module (File::Slurp in particular) * PODified document * -s "encA encB" to -s encA,encB which is more shell-friendly * and more ! MANIFEST + bin/encguess Pulled: Added CLI wrapper for Encode::Guess https://github.com/dankogai/p5-encode/pull/32 ! Unicode/Unicode.pm Pulled: Bump $VERSION in module changed since Encode-2.60 https://github.com/dankogai/p5-encode/pull/31 2.68 2015/01/22 10:17:32 ! Pulled: Fix C++ build on Windows with VC++ https://github.com/dankogai/p5-encode/pull/30 https://rt.cpan.org/Public/Bug/Display.html?id=82897 ! lib/Encode/MIME/Header.pm t/taint.t Pulled: maintain taint flag when encoding MIME on old perl https://github.com/dankogai/p5-encode/pull/29 ! Encode.pm POD fixes https://github.com/dankogai/p5-encode/pull/27 ! bin/enc2xs Addressed: RT#101345: [PATCH] reduce compiler warnings and stderr noise enc2xs no longer emits verbose messages to STDERR unless -v switch or $ENV{ENC2XS_VERBOSE} is set. https://rt.cpan.org/Public/Bug/Display.html?id=101345 2.67 2014/12/04 20:13:00 ! t/taint.t Now skips nonexistent methods like Encode::Detect->encode() should that be installed. This resolves RT#100105. https://rt.cpan.org/Ticket/Display.html?id=100105 2.66 2014/12/02 23:30:34 $ ! bin/enc2xs Resolved RT#100656: enc2xs -C fails if URL::Encode::XS is installed https://rt.cpan.org/Ticket/Display.html?id=100656 2.65 2014/11/27 14:08:33 ! Changes Encode.xs bin/enc2xs Applied 3 patches from jhi: 0001-For-C-don-t-use-the-array-size-in-forward-declaratiotion 0002-Unused-variables 0003-1-needs-casting-to-STRLEN Message-Id: <54753674.6070909@iki.fi>
Diffstat (limited to 'textproc/p5-Encode')
-rw-r--r--textproc/p5-Encode/Makefile4
-rw-r--r--textproc/p5-Encode/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile
index ae088cd93ed..01060169965 100644
--- a/textproc/p5-Encode/Makefile
+++ b/textproc/p5-Encode/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2014/11/23 14:35:54 schmonz Exp $
+# $NetBSD: Makefile,v 1.28 2015/04/26 08:25:12 mef Exp $
-DISTNAME= Encode-2.64
+DISTNAME= Encode-2.73
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
diff --git a/textproc/p5-Encode/distinfo b/textproc/p5-Encode/distinfo
index 70f51658253..c39111ad220 100644
--- a/textproc/p5-Encode/distinfo
+++ b/textproc/p5-Encode/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2014/11/23 14:35:54 schmonz Exp $
+$NetBSD: distinfo,v 1.19 2015/04/26 08:25:12 mef Exp $
-SHA1 (Encode-2.64.tar.gz) = 3b73694275389f35384a821cc0749648b5481060
-RMD160 (Encode-2.64.tar.gz) = 0347d1bdb01cd6adc45dfa1cb59d05dcfc3470c9
-Size (Encode-2.64.tar.gz) = 2010486 bytes
+SHA1 (Encode-2.73.tar.gz) = 0219ee1c9b09bf5bf8d2336f93c5ee7f98109386
+RMD160 (Encode-2.73.tar.gz) = 4954266b5a4e92d5919d7e3e963ebe47516a9434
+Size (Encode-2.73.tar.gz) = 2013300 bytes