diff options
author | adam <adam@pkgsrc.org> | 2015-04-06 07:22:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-04-06 07:22:54 +0000 |
commit | 7d901be4a84cab8cfad89ca5bfd931cc0e527e68 (patch) | |
tree | f326d82f426d964cddce8f3e0168408fc61dbbc5 /textproc/icu/Makefile | |
parent | ae2430dea8825d175302c24526d575562d1e0eb7 (diff) | |
download | pkgsrc-7d901be4a84cab8cfad89ca5bfd931cc0e527e68.tar.gz |
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.
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index f556a202a26..59fdb5ebe01 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2015/03/06 14:43:15 spz Exp $ +# $NetBSD: Makefile,v 1.97 2015/04/06 07:22:54 adam Exp $ -DISTNAME= icu4c-54_1-src +DISTNAME= icu4c-55_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} -PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz |