Fri Jan 4 09:29:56 2013 UTC ()
Changes 50.1.1:
* 9306 Layout Engine changes for harfbuzz integration
* 9677 Affixes set with e.g. DecimalFormat::setPositivePrefix now ignored for parse
* 9714 OS/400 test failures
* 9728 Fail building icu4c with mingw-w64
* 9737 Locale::GetDefault() in locid.cpp is not thread-safe
* 9771 Updated Currency from/to data (CLDR 5470)
* 9748 Visual Studio 2010/2012 issues
* 9780 UNUM_PARSE_INT_ONLY no longer handles grouping sep
* 9783 New Turkish Lira symbol
* 9789 Date format parsing problem with new CLDR data
* 9793 Currency data integration issue with CLDR 5470 changes
* 9801 UCONFIG_NO_CONVERSION test failure
* 9802 No data test failure


(adam)
diff -r1.77 -r1.78 pkgsrc/textproc/icu/Makefile
diff -r1.26 -r1.27 pkgsrc/textproc/icu/PLIST
diff -r1.31 -r1.32 pkgsrc/textproc/icu/distinfo

cvs diff -r1.77 -r1.78 pkgsrc/textproc/icu/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/icu/Makefile 2012/11/07 20:59:50 1.77
+++ pkgsrc/textproc/icu/Makefile 2013/01/04 09:29:55 1.78
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.77 2012/11/07 20:59:50 adam Exp $ 1# $NetBSD: Makefile,v 1.78 2013/01/04 09:29:55 adam Exp $
2 2
3DISTNAME= icu4c-50_1-src 3DISTNAME= icu4c-50_1_1-src
4PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} 4PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ 6MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.icu-project.org/ 10HOMEPAGE= http://www.icu-project.org/
11COMMENT= Robust and full-featured Unicode services 11COMMENT= Robust and full-featured Unicode services
12LICENSE= mit 12LICENSE= mit
13 13
14WRKSRC= ${WRKDIR}/icu/source 14WRKSRC= ${WRKDIR}/icu/source
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

cvs diff -r1.26 -r1.27 pkgsrc/textproc/icu/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/icu/PLIST 2012/11/07 20:59:50 1.26
+++ pkgsrc/textproc/icu/PLIST 2013/01/04 09:29:55 1.27
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.26 2012/11/07 20:59:50 adam Exp $ 1@comment $NetBSD: PLIST,v 1.27 2013/01/04 09:29:55 adam Exp $
2bin/derb 2bin/derb
3bin/genbrk 3bin/genbrk
4bin/gencfu 4bin/gencfu
5bin/gencnval 5bin/gencnval
6bin/gendict 6bin/gendict
7bin/genrb 7bin/genrb
8bin/icu-config 8bin/icu-config
9bin/icuinfo 9bin/icuinfo
10bin/makeconv 10bin/makeconv
11bin/pkgdata 11bin/pkgdata
12bin/uconv 12bin/uconv
13include/layout/LEFontInstance.h 13include/layout/LEFontInstance.h
14include/layout/LEGlyphFilter.h 14include/layout/LEGlyphFilter.h
@@ -44,26 +44,27 @@ include/unicode/curramt.h @@ -44,26 +44,27 @@ include/unicode/curramt.h
44include/unicode/currpinf.h 44include/unicode/currpinf.h
45include/unicode/currunit.h 45include/unicode/currunit.h
46include/unicode/datefmt.h 46include/unicode/datefmt.h
47include/unicode/dbbi.h 47include/unicode/dbbi.h
48include/unicode/dcfmtsym.h 48include/unicode/dcfmtsym.h
49include/unicode/decimfmt.h 49include/unicode/decimfmt.h
50include/unicode/docmain.h 50include/unicode/docmain.h
51include/unicode/dtfmtsym.h 51include/unicode/dtfmtsym.h
52include/unicode/dtintrv.h 52include/unicode/dtintrv.h
53include/unicode/dtitvfmt.h 53include/unicode/dtitvfmt.h
54include/unicode/dtitvinf.h 54include/unicode/dtitvinf.h
55include/unicode/dtptngen.h 55include/unicode/dtptngen.h
56include/unicode/dtrule.h 56include/unicode/dtrule.h
 57include/unicode/enumset.h
57include/unicode/errorcode.h 58include/unicode/errorcode.h
58include/unicode/fieldpos.h 59include/unicode/fieldpos.h
59include/unicode/fmtable.h 60include/unicode/fmtable.h
60include/unicode/format.h 61include/unicode/format.h
61include/unicode/fpositer.h 62include/unicode/fpositer.h
62include/unicode/gender.h 63include/unicode/gender.h
63include/unicode/gregocal.h 64include/unicode/gregocal.h
64include/unicode/icudataver.h 65include/unicode/icudataver.h
65include/unicode/icuplug.h 66include/unicode/icuplug.h
66include/unicode/idna.h 67include/unicode/idna.h
67include/unicode/listformatter.h 68include/unicode/listformatter.h
68include/unicode/localpointer.h 69include/unicode/localpointer.h
69include/unicode/locdspnm.h 70include/unicode/locdspnm.h

cvs diff -r1.31 -r1.32 pkgsrc/textproc/icu/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/icu/distinfo 2012/11/07 20:59:50 1.31
+++ pkgsrc/textproc/icu/distinfo 2013/01/04 09:29:55 1.32
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: distinfo,v 1.31 2012/11/07 20:59:50 adam Exp $ 1$NetBSD: distinfo,v 1.32 2013/01/04 09:29:55 adam Exp $
2 2
3SHA1 (icu4c-50_1-src.tgz) = 9a3369c00a8be8eff935d2893849ad2eb246c0ef 3SHA1 (icu4c-50_1_1-src.tgz) = 63a678ad9bc78db42231108b8829127306f4ff3c
4RMD160 (icu4c-50_1-src.tgz) = 454afee3631da53520d2b66126a8b5f528685b7d 4RMD160 (icu4c-50_1_1-src.tgz) = ad963838827a4fa4671ff8301d68384e08f65298
5Size (icu4c-50_1-src.tgz) = 21181132 bytes 5Size (icu4c-50_1_1-src.tgz) = 21189084 bytes
6SHA1 (patch-aa) = fcbebb03f4a48294faeebd600fee989cab351230 6SHA1 (patch-aa) = fcbebb03f4a48294faeebd600fee989cab351230
7SHA1 (patch-ab) = 32f0e4c241535e37e4cad9b871ed3d36b4184199 7SHA1 (patch-ab) = 32f0e4c241535e37e4cad9b871ed3d36b4184199
8SHA1 (patch-ac) = e7cee161315321d2580074054d87714b55319886 8SHA1 (patch-ac) = e7cee161315321d2580074054d87714b55319886
9SHA1 (patch-ad) = 75e57734ad508140e87513b37ade4b295821696e 9SHA1 (patch-ad) = 75e57734ad508140e87513b37ade4b295821696e
10SHA1 (patch-af) = b6314fb4f807b64e1b37f67d2aefe86e30707842 10SHA1 (patch-af) = b6314fb4f807b64e1b37f67d2aefe86e30707842
11SHA1 (patch-common_putilimp.h) = ff97ae0b8fd96ec8296e5164c135610a1a358810 11SHA1 (patch-common_putilimp.h) = ff97ae0b8fd96ec8296e5164c135610a1a358810
12SHA1 (patch-common_unicode_platform.h) = 36cb68164fcf9b2858acabe95f0206e8088bfbaa 12SHA1 (patch-common_unicode_platform.h) = 36cb68164fcf9b2858acabe95f0206e8088bfbaa
13SHA1 (patch-common_uposixdefs.h) = abe1989ea4312702e5d0172b662409957b3e2d91 13SHA1 (patch-common_uposixdefs.h) = abe1989ea4312702e5d0172b662409957b3e2d91
14SHA1 (patch-config_icu-config-bottom) = 4a167249d58cb6c729bc164e6abae869dd5e6b1a 14SHA1 (patch-config_icu-config-bottom) = 4a167249d58cb6c729bc164e6abae869dd5e6b1a
15SHA1 (patch-tools_genrb_derb.c) = 2c652a66f842236721f03e159efc14b0313e4a8f 15SHA1 (patch-tools_genrb_derb.c) = 2c652a66f842236721f03e159efc14b0313e4a8f