diff options
author | adam <adam@pkgsrc.org> | 2011-06-02 07:06:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-06-02 07:06:10 +0000 |
commit | 5e9108203ed2cab23a0b98580fad5e053f82ff8c (patch) | |
tree | fc73c7324d3577e59a58b3c290d53fb12378ac0d /textproc/icu/Makefile | |
parent | becf54194b9bee4db5c1a9fceb56bbebaa85dc11 (diff) | |
download | pkgsrc-5e9108203ed2cab23a0b98580fad5e053f82ff8c.tar.gz |
Changes 4.8:
* CLDR 2.0: The CLDR 2.0 release contains numerous improvements and bug fixes
approved by the CLDR committee, including much additional data for many
languages.
* Explicit parent locale support in data imported from CLDR.
* MessageFormat and related classes (choice/plural/select) have been
reimplemented, with several improvements and some incompatible changes.
* Extended PluralFormat pattern syntax supports explicit-value forms and
offsets.
* Utility APIs in PluralRules (get some/all/unique keyword values)
* Time zone API to return a list of available canonical system time zone IDs.
* Time zone API to return a region.
* Collation: Full implementation & public API for script reordering
* Dictionary-type trie
* GB18030-2005 update
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 1c9cccb28d5..e5926cb1b50 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.63 2011/03/14 13:46:32 adam Exp $ +# $NetBSD: Makefile,v 1.64 2011/06/02 07:06:10 adam Exp $ -DISTNAME= icu4c-4_6_1-src -PKGNAME= icu-4.6.1 +DISTNAME= icu4c-4_8-src +PKGNAME= icu-4.8 CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz |