diff options
author | wen <wen> | 2012-12-08 12:02:50 +0000 |
---|---|---|
committer | wen <wen> | 2012-12-08 12:02:50 +0000 |
commit | c3f37fa09801d47ae5e07b36c3cac5ec65262486 (patch) | |
tree | a36d5f84455e4ef0332342b7d2f22dd1baf00d1a /converters | |
parent | a2a34d2b179b9d813d31ac4cec7dad5f92b1cee8 (diff) | |
download | pkgsrc-c3f37fa09801d47ae5e07b36c3cac5ec65262486.tar.gz |
Update to 0.95
Upstream changes:
0.95 Sat Dec 8 15:11:09 2012
- U::C::Locale newly supports locales: bs_Cyrl, ee.
- updated to CLDR 21: uk.
- updated to CLDR 22: th, to.
- added loc_bscy.t, loc_ee.t in t.
- modified tests: loc_th.t, loc_to.t, loc_uk.t in t.
0.94 Fri Nov 23 18:45:53 2012
- U::C::Locale newly supports locale: zh__zhuyin.
- added Unicode::Collate::CJK::Zhuyin for zh__zhuyin.
- doc: added CAVEAT to CJK/Stroke.pm
- modified tests: loc_cjk.t, loc_cjkc.t in t.
- added cjk_zy.t, loc_zhzy.t in t.
0.93 Sun Nov 18 18:13:42 2012
- DUCET is updated (for Unicode 6.2.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 26.
- Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
- modified tests: loc_es.t, loc_estr.t, version.t in t.
0.92 Wed Nov 14 20:58:19 2012
- fix: index() etc. with preprocess/normalization should be always croaked.
- doc: referred to the latest UTS #10 and updated its section numbers.
- supported the identical level (see 'identical' in POD).
- Now UCA_Version 26 (for Unicode 6.2.0) is supported.
* But the default UCA_Version is still 24.
- added ident.t in t.
- modified tests: cjkrange.t, compatui.t, hangtype.t, index.t,
overcjk0.t, overcjk1.t, test.t, view.t in t.
0.91 Sun Nov 4 17:00:20 2012
- XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
(see [rt.cpan.org #80313])
0.90 Sun Sep 23 10:42:26 2012
- perl 5.11.0 or later: Install to 'site' instead of 'perl'
(see [rt.cpan.org #79800])
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-Collate/Makefile | 5 | ||||
-rw-r--r-- | converters/p5-Unicode-Collate/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/p5-Unicode-Collate/Makefile b/converters/p5-Unicode-Collate/Makefile index 169fb581915..8ea40fc39a2 100644 --- a/converters/p5-Unicode-Collate/Makefile +++ b/converters/p5-Unicode-Collate/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2012/10/03 21:54:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/12/08 12:02:50 wen Exp $ -DISTNAME= Unicode-Collate-0.89 +DISTNAME= Unicode-Collate-0.95 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 44a0c12f305..6f08dfffb5c 100644 --- a/converters/p5-Unicode-Collate/distinfo +++ b/converters/p5-Unicode-Collate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/04/01 19:09:33 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2012/12/08 12:02:50 wen Exp $ -SHA1 (Unicode-Collate-0.89.tar.gz) = 9416962e1881aba8ad5f4000d3dedaf8f92ed2b1 -RMD160 (Unicode-Collate-0.89.tar.gz) = 8a0c414615a65fb7c357ced8df533408b96410db -Size (Unicode-Collate-0.89.tar.gz) = 841923 bytes +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 |