841676da23
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.
13 lines
309 B
Makefile
13 lines
309 B
Makefile
# $NetBSD: buildlink3.mk,v 1.27 2015/04/06 07:22:54 adam Exp $
|
|
|
|
BUILDLINK_TREE+= icu
|
|
|
|
.if !defined(ICU_BUILDLINK3_MK)
|
|
ICU_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.icu+= icu>=3.4
|
|
BUILDLINK_ABI_DEPENDS.icu+= icu>=55.1
|
|
BUILDLINK_PKGSRCDIR.icu?= ../../textproc/icu
|
|
.endif # ICU_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -icu
|