summaryrefslogtreecommitdiff
path: root/textproc/icu/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam>2013-05-09 07:10:08 +0000
committeradam <adam>2013-05-09 07:10:08 +0000
commit70d9c3eab1176924e145a39c91d54a1872d8c8a1 (patch)
treeaa93d3e17958b973a9bbe5efbd4954d7c2dc4c79 /textproc/icu/buildlink3.mk
parentc6d01e5a5f108419eda7fa9e12a06d3e722cceaa (diff)
downloadpkgsrc-70d9c3eab1176924e145a39c91d54a1872d8c8a1.tar.gz
Changes 51.1:
Common Changes ============== CLDR 23: Collation tailorings put native script first; non-Gregorian calendar formats are more consistent; much improved data for Armenian (hy), Georgian (ka), Mongolian (mn), and Welsh (cy); … Time zone data: 2013b Date format/parse now supports CLDR short weekday names ("EEEEEE", "cccccc"). Support DisplayContext for date formatting, locale display names. DateTimePatternGenerator behavior is now much more consistent between C and J. Support new timezone pattern characters in LDML spec: X+, x+, O, OOOO, V, VV, VVV. Updated SpoofChecker for v5 of UTS39. AlphabeticIndex enhancements: New thread-safe ImmutableIndex sub-API Build an index for a custom Collator. Make data-driven for Chinese collations. New API for CLDR script metadata. ICU4C Specific Changes ====================== Support for “dangi” Korean luni-solar calendar (already in ICU4J). Add CompactDecimalFormat (already in ICU4J). Add TerritoryContainment APIs (already in ICU4J). UnicodeString default constructor and destructor now inline. Layout engine now supports 'morx' tables. Fixed some ICU 50 regressions: Affixes set with e.g. DecimalFormat::setPositivePrefix were ignored for parse. UNUM_PARSE_INT_ONLY no longer handled grouping separator. Add ucal_getTimeZoneID. The C++ AlphabeticIndex implementation is now on par with Java, including full support for all Chinese collation tailorings. U8_NEXT() and similar low-level macros now support NUL-terminated UTF-8 strings. New macros like U8_NEXT_OR_FFFD() return U+FFFD for an ill-formed sequence. Conversion: New "good one-way" mapping type, for example for Variation Selector sequences.
Diffstat (limited to 'textproc/icu/buildlink3.mk')
-rw-r--r--textproc/icu/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/buildlink3.mk b/textproc/icu/buildlink3.mk
index aef5155aa6d..54342b354f5 100644
--- a/textproc/icu/buildlink3.mk
+++ b/textproc/icu/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.22 2013/01/26 21:36:48 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.23 2013/05/09 07:10:08 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>=50.1.2nb1
+BUILDLINK_ABI_DEPENDS.icu+= icu>=51.1
BUILDLINK_PKGSRCDIR.icu?= ../../textproc/icu
.endif # ICU_BUILDLINK3_MK