diff options
author | hiramatsu <hiramatsu> | 2013-04-02 01:24:13 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2013-04-02 01:24:13 +0000 |
commit | a4ec806325f50f7b52df994a91a4a3cbf932213c (patch) | |
tree | 3eddd2128e1b5d88490f61819fb83767b7abefdf /converters | |
parent | 022a1578b0fb976b0a7a0e89202237a8c398d7e2 (diff) | |
download | pkgsrc-a4ec806325f50f7b52df994a91a4a3cbf932213c.tar.gz |
Update Unicode-Collate to 0.97.
Changes from previous:
----------------------
0.97 Sat Dec 22 14:25:50 2012
- bug fix: XS of 0.96 (if UCA_Version is 9 to 11) wrongly referred to
DUCET for completely ignorable characters, even though the collator
don't use DUCET.
- separated t/notable.t from t/test.t.
0.96 Sat Dec 15 19:43:10 2012
- special noncharancter tailorings ('highestFFFF' and 'minimalFFFE')
* some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy,
kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur.
- U::C::Locale now allows 'entry' to add or override mappings.
- bug fix: using DUCET through XS wrongly prevented completely ignorable
characters from tailoring.
- modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t,
loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t,
loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t,
loc_ur.t, nonchar.t in t.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-Collate/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Unicode-Collate/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-Unicode-Collate/Makefile b/converters/p5-Unicode-Collate/Makefile index 8ea40fc39a2..60a67365062 100644 --- a/converters/p5-Unicode-Collate/Makefile +++ b/converters/p5-Unicode-Collate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2012/12/08 12:02:50 wen Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/02 01:24:13 hiramatsu Exp $ -DISTNAME= Unicode-Collate-0.95 +DISTNAME= Unicode-Collate-0.97 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 6f08dfffb5c..4e6fb1ff523 100644 --- a/converters/p5-Unicode-Collate/distinfo +++ b/converters/p5-Unicode-Collate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/12/08 12:02:50 wen Exp $ +$NetBSD: distinfo,v 1.4 2013/04/02 01:24:13 hiramatsu Exp $ -SHA1 (Unicode-Collate-0.95.tar.gz) = 5017169bc8dd65b2115f090c51b693355e82e3c3 -RMD160 (Unicode-Collate-0.95.tar.gz) = 98ff7359843d1a16f3b3bde1be91b9639549cc76 -Size (Unicode-Collate-0.95.tar.gz) = 927388 bytes +SHA1 (Unicode-Collate-0.97.tar.gz) = f4ff02eb641779a56d0f21a8a54fd18a92452ec8 +RMD160 (Unicode-Collate-0.97.tar.gz) = c68581d16c067960b7c325287f5dcfb7581b02bf +Size (Unicode-Collate-0.97.tar.gz) = 931698 bytes |