Changes 55.1:
The features for this release include support of CLDR 27 (with a major cleanup of region locales, among many other improvements), formatting for scientific notation ("1.2 × 10³"), an update to Unicode 7.0 data for spoof-checking, narrow AM/PM markers ("7:45p"), and various performance enhancements. For C/C++, there are new methods for flexible dates ("Nov 10", or "Sept 2015"), named capture groups for regular expressions, formatting of compound units ("3.5 meters per second"), new C wrappers, and independent timezone resource loading. ICU4J has been improved and tested for using ICU4C data and for running on Android.
2015-04-06 09:22:54 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.27 2015/04/06 07:22:54 adam Exp $
|
2004-02-03 11:44:28 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= icu
|
2004-02-03 11:44:28 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(ICU_BUILDLINK3_MK)
|
|
|
|
ICU_BUILDLINK3_MK:=
|
2004-02-03 11:44:28 +01:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.icu+= icu>=3.4
|
Changes 55.1:
The features for this release include support of CLDR 27 (with a major cleanup of region locales, among many other improvements), formatting for scientific notation ("1.2 × 10³"), an update to Unicode 7.0 data for spoof-checking, narrow AM/PM markers ("7:45p"), and various performance enhancements. For C/C++, there are new methods for flexible dates ("Nov 10", or "Sept 2015"), named capture groups for regular expressions, formatting of compound units ("3.5 meters per second"), new C wrappers, and independent timezone resource loading. ICU4J has been improved and tested for using ICU4C data and for running on Android.
2015-04-06 09:22:54 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.icu+= icu>=55.1
|
2004-02-10 00:56:32 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.icu?= ../../textproc/icu
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # ICU_BUILDLINK3_MK
|
2004-02-03 11:44:28 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -icu
|