Subject: CVS commit: pkgsrc/textproc/icu
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 04/04/2004 16:58:16
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun Apr  4 16:58:16 UTC 2004

Modified Files:
	pkgsrc/textproc/icu: Makefile PLIST buildlink2.mk buildlink3.mk
	    distinfo
	pkgsrc/textproc/icu/patches: patch-aa
Removed Files:
	pkgsrc/textproc/icu/patches: patch-ab patch-ac

Log Message:
update to 2.8
Lot's of changes and fixes.
For example:
# Number Formatting
  ICU4C adds support for formatting and parsing of 64-bit integers.
# Text Analysis (Break Iterators)
  Full conformance with Unicode Consortium UAX 29 and UAX 14 definitions for
  text boundary positions. Significantly improved performance for reverse
  direction iteration and isBoundary tests of arbitrary string positions.
# StringPrep
  ICU 2.8 adds APIs and a tool for generic support of StringPrep profiles such
  as those used in NFS 4.

For a complete list see:
http://oss.software.ibm.com/icu/download/2.8/index.html


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/textproc/icu/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/icu/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/icu/buildlink2.mk \
    pkgsrc/textproc/icu/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/textproc/icu/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/textproc/icu/patches/patch-aa
cvs rdiff -r1.5 -r0 pkgsrc/textproc/icu/patches/patch-ab \
    pkgsrc/textproc/icu/patches/patch-ac

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