summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2014-02-06 12:54:50 +0000
committerabs <abs@pkgsrc.org>2014-02-06 12:54:50 +0000
commit83d51ede376d6fe2aea811e3c8943fe449786c96 (patch)
tree8b11ada2e2f603e2fe0c3bcc1e30150fefed3970 /converters
parentb2b7afa1f37fbff9bf58b1ae3b26b67abfa5a062 (diff)
downloadpkgsrc-83d51ede376d6fe2aea811e3c8943fe449786c96.tar.gz
Updated converters/p5-Unicode-Collate to 1.04
1.04 Sat Dec 7 11:34:18 2013 - XS: a workaround for perl 5.6.x to handle U+FFFF correctly. unpack_U() is implemented by using XS again as well as that in 1.02, but now that is used only in the versions before perl 5.8.0. 1.03 Sun Dec 1 21:45:46 2013 - XS: now unpack_U() uses unpack('U*') in pure perl. avoid XS for the internal "utf8" encoding of perl. 1.02 Sun Nov 10 18:39:37 2013 - POD: fix [rt.cpan.org #90170] about iso-8859-1 letters in pod. E<> is used for the compatibility with perl 5.6.1 and possibly EBCDIC. - 1.01 forgot to increase the version number of CJK/Korean.pm. - modified tests: cjkrange.t, compatui.t, hangtype.t, illegal.t, loc_ja.t, loc_ta.t, overcjk0.t, overcjk1.t, view.t in t. 1.01 Sat Nov 2 19:00:38 2013 - DUCET is updated (for Unicode 6.3.0) as Collate/allkeys.txt. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 28. - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated. - modified tests: loc_es.t, loc_estr.t, rewrite.t, version.t in t. 1.00 Sun Oct 27 13:22:17 2013 - When a subroutine by 'overrideOut' taking a out-of-range value and returning undef, now the value is treated as if it were U+FFFD. * 0.99 wrongly calculates implicit weights based on out-of-range values. - Assertion using unpack 'U' is added. If not only pack('U') but also unpack('U') of CORE:: don't work as expected, this module will die.
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Unicode-Collate/Makefile4
-rw-r--r--converters/p5-Unicode-Collate/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-Unicode-Collate/Makefile b/converters/p5-Unicode-Collate/Makefile
index 457c01f9eaa..e07d4559674 100644
--- a/converters/p5-Unicode-Collate/Makefile
+++ b/converters/p5-Unicode-Collate/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2013/10/02 10:59:39 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/02/06 12:54:50 abs Exp $
-DISTNAME= Unicode-Collate-0.99
+DISTNAME= Unicode-Collate-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
diff --git a/converters/p5-Unicode-Collate/distinfo b/converters/p5-Unicode-Collate/distinfo
index c75c0971d2b..a6a98f7d75f 100644
--- a/converters/p5-Unicode-Collate/distinfo
+++ b/converters/p5-Unicode-Collate/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/10/02 10:59:39 wiz Exp $
+$NetBSD: distinfo,v 1.6 2014/02/06 12:54:50 abs Exp $
-SHA1 (Unicode-Collate-0.99.tar.gz) = f64cd6575934d150a7849f12e4ee3413739e57c2
-RMD160 (Unicode-Collate-0.99.tar.gz) = 4d1f7fae61cfa669a854223c890fd43f7fa2a866
-Size (Unicode-Collate-0.99.tar.gz) = 933360 bytes
+SHA1 (Unicode-Collate-1.04.tar.gz) = 655b59d2db3cf48594e71e4c95130aac922526cf
+RMD160 (Unicode-Collate-1.04.tar.gz) = 8691b81c2e53aad8af8a65e066977014f277791f
+Size (Unicode-Collate-1.04.tar.gz) = 833477 bytes