Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 12/21/2000 20:14:21
Module Name:	pkgsrc
Committed By:	skrll
Date:		Thu Dec 21 18:14:21 UTC 2000

Modified Files:
	pkgsrc/textproc/icu: Makefile
	pkgsrc/textproc/icu/files: md5 patch-sum
	pkgsrc/textproc/icu/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae
	pkgsrc/textproc/icu/pkg: PLIST
Removed Files:
	pkgsrc/textproc/icu/patches: patch-af patch-ag patch-ah patch-ai
	    patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap
	    patch-aq patch-ar patch-as patch-at

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/icu/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/icu/files/md5 \
    pkgsrc/textproc/icu/files/patch-sum
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/icu/patches/patch-aa \
    pkgsrc/textproc/icu/patches/patch-ab pkgsrc/textproc/icu/patches/patch-ac \
    pkgsrc/textproc/icu/patches/patch-ad pkgsrc/textproc/icu/patches/patch-ae
cvs rdiff -r1.1.1.1 -r0 pkgsrc/textproc/icu/patches/patch-af \
    pkgsrc/textproc/icu/patches/patch-ag pkgsrc/textproc/icu/patches/patch-ah \
    pkgsrc/textproc/icu/patches/patch-ai pkgsrc/textproc/icu/patches/patch-aj \
    pkgsrc/textproc/icu/patches/patch-ak pkgsrc/textproc/icu/patches/patch-al \
    pkgsrc/textproc/icu/patches/patch-am pkgsrc/textproc/icu/patches/patch-an \
    pkgsrc/textproc/icu/patches/patch-ao pkgsrc/textproc/icu/patches/patch-ap \
    pkgsrc/textproc/icu/patches/patch-aq pkgsrc/textproc/icu/patches/patch-ar \
    pkgsrc/textproc/icu/patches/patch-as pkgsrc/textproc/icu/patches/patch-at
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/icu/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.