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/buildlink3.mk | |
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/buildlink3.mk')
-rw-r--r-- | textproc/icu/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/buildlink3.mk b/textproc/icu/buildlink3.mk index 53b5849669e..a7b42972ca4 100644 --- a/textproc/icu/buildlink3.mk +++ b/textproc/icu/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2010/12/17 07:36:08 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2011/06/02 07:06:10 adam Exp $ BUILDLINK_TREE+= icu @@ -6,7 +6,7 @@ BUILDLINK_TREE+= icu ICU_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.icu+= icu>=3.4 -BUILDLINK_ABI_DEPENDS.icu?= icu>=4.6 +BUILDLINK_ABI_DEPENDS.icu+= icu>=4.6 BUILDLINK_PKGSRCDIR.icu?= ../../textproc/icu .endif # ICU_BUILDLINK3_MK |