Subject: CVS commit: pkgsrc/textproc/icu
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 03/27/2005 10:27:21
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun Mar 27 10:27:21 UTC 2005

Modified Files:
	pkgsrc/textproc/icu: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/textproc/icu/patches: patch-aa patch-ae
Added Files:
	pkgsrc/textproc/icu/patches: patch-ab

Log Message:
ICU 3.2 includes the latest bug fixes, locale/charset updates, and
performance/build/porting enhancements. The following list summarizes
the main new features in this release.sion.

CLDR 1.2.

This is the main new feature in the release. ICU locale data is now completely
built from the CLDR 1.2 data, which contains data for 232 locales, covering 72
languages and 108 territories. Many translated names for languages,
territories, and scripts have been added, as well as for time zones,
calendars, and other named items such as collation. For more information,
see http://www.unicode.org/press/pr-cldr1.2.html.

Miscellaneous

Universal Timescale conversions. ICU now provides mechanisms for quickly and
reliably converting between the different binary representations of date/time
used on different platforms.

Accept-Language. ICU provides a mechanism for matching Accept-Language against
 a list of locales.

DateFormat and Calendar Performance. Object construction performance has been
  significantly improved.

Footprint. The size of executables that statically link to ICU has been
 reduced.

Stdin. The icuio library can now read from stdin.

UnicodeSet C API. More uset_* C API were added.

i5/OS (os/400). Building ICU has been simplified to allow more configure
 options to work.

POSIX. Default codepage determination has been fixed.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/textproc/icu/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/icu/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/textproc/icu/buildlink3.mk
cvs rdiff -r1.9 -r1.10 pkgsrc/textproc/icu/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/textproc/icu/patches/patch-aa
cvs rdiff -r0 -r1.7 pkgsrc/textproc/icu/patches/patch-ab
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/icu/patches/patch-ae

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