diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-03 00:04:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-03 00:04:42 +0000 |
commit | 9f58dfea4ed460f21df937165dd86de425cee84c (patch) | |
tree | 7c076b8ba069b19218dbe83ce7f4902411e57f9a /textproc/icu/Makefile | |
parent | eb39eb79d7d32e904c16ef17320de2d0df28dba9 (diff) | |
download | pkgsrc-9f58dfea4ed460f21df937165dd86de425cee84c.tar.gz |
Update to 3.4:
New Features:
Major changes in ICU 3.4 include the following:
Updates to conform to Unicode 4.1, including new characters
properties and values, text segmentation, plus collation
updated for Unicode Technical Standard #10 (UCA) and regex
updated for Unicode Technical Standard #18.
* Updates to conform to the Common Locale Data
Repository (CLDR), Version 1.3 for the latest locale
data. This includes:
* New data to support localization of timezones,
United Nations M.49 regions (including continents
and regions), mappings from language to script
and territory.
* Consolidation of inherited data and improved
resource aliasing for smaller data footprint
* Additional locales, and many other fixes and
additions of locale data.
* POSIX migration support: direct API support for all
POSIX character classes, implemented according to
Unicode recommendations
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 24040004614..349bdbbda5b 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2005/12/30 23:49:08 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2006/01/03 00:04:42 wiz Exp $ # -DISTNAME= icu-3.2 -PKGREVISION= 2 +DISTNAME= icu-3.4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/ EXTRACT_SUFX= .tgz @@ -24,11 +23,6 @@ CONFIGURE_ENV+= U_MAKE=${TOOLS_GMAKE:Q} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q} PKG_SYSCONFSUBDIR= icu -CONVRTRS_EG= ${CONVRTRS_EG_DIR}/convrtrs.txt -CONVRTRS_EG_DIR= ${PREFIX}/share/examples/icu - -CONF_FILES+= ${CONVRTRS_EG} ${PKG_SYSCONFDIR}/convrtrs.txt - .include "../../mk/pthread.buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native" @@ -57,8 +51,4 @@ PLIST_SUBST+= MH_NAME=mh-darwin PLIST_SUBST+= MH_NAME=mh-unknown .endif -post-install: - ${INSTALL_DATA_DIR} ${CONVRTRS_EG_DIR} - ${INSTALL_DATA} ${WRKSRC}/data/mappings/convrtrs.txt ${CONVRTRS_EG} - .include "../../mk/bsd.pkg.mk" |