diff options
author | skrll <skrll> | 2000-12-21 18:14:18 +0000 |
---|---|---|
committer | skrll <skrll> | 2000-12-21 18:14:18 +0000 |
commit | 8304eacb07c614fb6ed61c221436bb67d1377b41 (patch) | |
tree | 872a411dd583e8295081dc63a3452dc1ed548c73 /textproc/icu/Makefile | |
parent | d5afe2222d60816f213b25acc02ab2fe481b1e9c (diff) | |
download | pkgsrc-8304eacb07c614fb6ed61c221436bb67d1377b41.tar.gz |
Update to version 1.7. Changes are (from the web page)
Collation performance is improved.
The collation implementation will continue to change for ICU 1.8 according to the collation design document.
Improved performance of parsing and formatting of dates and numbers
Improvements in the ISO-2022 implementation
Bug fixes, more stable, and support for standard country variants:
ISO-2022-JP (incl. -1, -2)
ISO-2022-CN (incl. -EXT)
ISO-2022-KR
Support for GB 18030
Basic support for UTF-32 (no ucnv_getNextUChar(), incomplete offset handling)
Support for the HZ encoding
Converter fallback semantics modified and .ucm mapping files updated with precise roundtrip/fallback indicators
ICU library names include the version number for better coexistence of different installed ICU versions on a single machine
The code libraries contain the two major/minor version digits
On Windows, they also contain a 'd' for the debug versions
The icu data file contains the ICU version and a letter for the data configuration (ASCII/EBCDIC, big-endian/little-endian)
ICU client code links with .lib files/object symlinks without the version number for easier future updates
Debian packaging
The API documentation is improved.
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 5c5661a046a..f5081ed556e 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2000/12/21 10:21:32 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/21 18:14:18 skrll Exp $ # -DISTNAME= icu-1.6 +DISTNAME= icu-1.7 CATEGORIES= textproc -MASTER_SITES= http://oss.software.ibm.com/icu/download/1.6/ +MASTER_SITES= http://oss.software.ibm.com/icu/download/1.7/ EXTRACT_SUFX= .tgz MAINTAINER= skrll@netbsd.org @@ -19,16 +19,9 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" -post-extract: - ${CP} ${FILESDIR}/mh-netbsd ${WRKSRC}/config - pre-configure: ${CHMOD} u+rx ${WRKSRC}/configure -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/icu - ${INSTALL_DATA} ${WRKDIR}/icu/docs/* ${PREFIX}/share/doc/html/icu - test: build cd ${WRKSRC} && ${MAKE_PROGRAM} check |