pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/icu



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 14 21:28:32 UTC 2017

Modified Files:
        pkgsrc/textproc/icu: Makefile distinfo

Log Message:
icu: updated to 60.2

60.2:
New API for direct-UTF-8 normalization.
- It also optionally records changes, for source-to-result index mapping and tracking of text metadata.
More convenient case mapping API (StringPiece→ByteSink).
ICU now handles ill-formed UTF-8 byte sequences as specified in the W3C Encoding Standard.

Bug fixes:
CLDR 32.0.1
- Change of some German AM/PM to English strings reverted; will be revisited.
- BGN transliterations restored.
The Script_Extensions property value for 5 CJK characters is wrong.
ICU4J DecimalFormat
- getGroupingSize() returns -1 instead of 0 in ICU60 if grouping is disabled
- setPositivePrefix also changes negative prefix
- unsets maxFrac when minFrac is set on a currency instance
DateFormat
- Urdu Islamic calendar eras
- Narrow format of noon time is used for abbreviated day period pattern letter 'b' and 'bb'
Conversion buffer overflow
Calendar buffer overrun
Windows C++: The header file "stringoptions.h" is not included in the the pre-built binary .zip file download.
Fix various typos and spelling mistakes.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/textproc/icu/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/textproc/icu/distinfo

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

Modified files:

Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.113 pkgsrc/textproc/icu/Makefile:1.114
--- pkgsrc/textproc/icu/Makefile:1.113  Thu Nov 30 16:03:18 2017
+++ pkgsrc/textproc/icu/Makefile        Thu Dec 14 21:28:32 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2017/11/30 16:03:18 adam Exp $
+# $NetBSD: Makefile,v 1.114 2017/12/14 21:28:32 adam Exp $
 
-DISTNAME=      icu4c-60_1-src
+DISTNAME=      icu4c-60_2-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/

Index: pkgsrc/textproc/icu/distinfo
diff -u pkgsrc/textproc/icu/distinfo:1.71 pkgsrc/textproc/icu/distinfo:1.72
--- pkgsrc/textproc/icu/distinfo:1.71   Thu Nov 30 16:03:18 2017
+++ pkgsrc/textproc/icu/distinfo        Thu Dec 14 21:28:32 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.71 2017/11/30 16:03:18 adam Exp $
+$NetBSD: distinfo,v 1.72 2017/12/14 21:28:32 adam Exp $
 
-SHA1 (icu4c-60_1-src.tgz) = 6403724943613c4f796a802ab9f944d0f7a62c26
-RMD160 (icu4c-60_1-src.tgz) = e88f9fea1c5e6395a9340847485f51df0fab2d04
-SHA512 (icu4c-60_1-src.tgz) = a6798f70add1b3bac2197a49e09a0bb636279af7019ce572f63a30ab713e09657ee9d9b20aac7ea806fbb84667ca2eca981411e5053b47c3c705aa496a669233
-Size (icu4c-60_1-src.tgz) = 23296064 bytes
+SHA1 (icu4c-60_2-src.tgz) = 7a099523fcb708b427e94f9b3c372fec3ebd1563
+RMD160 (icu4c-60_2-src.tgz) = e9ef04181123e82d2a846b23caff072e12982b39
+SHA512 (icu4c-60_2-src.tgz) = 8e718e66c13e7f25714404c46b91ed6305efff1df70c328be2ec743023a7719016dae72a5fa0a05d6f5599983590a2044ff72d3453a048d987ab546d0416d694
+Size (icu4c-60_2-src.tgz) = 23317835 bytes
 SHA1 (patch-Makefile.in) = 67440d3af9b62b8c0be258c490255ba17f778ab4
 SHA1 (patch-acinclude.m4) = f7de1a16aad0ca77c4bbc457ba76b6171199ce09
 SHA1 (patch-common_putil.cpp) = 6aa70b8698d663d3c798bafd9010a824c9609c20



Home | Main Index | Thread Index | Old Index