pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/icu icu: updated to 63.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/6ac08fb059e8
branches: trunk
changeset: 326530:6ac08fb059e8
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 09 18:28:16 2018 +0000
description:
icu: updated to 63.1
ICU 63.1:
Common Changes
- CLDR 34
- Segmentation rules and emoji sort order adjusted for Unicode 11
- Somali and Javanese data now up to moderate level (document content)
- Tongan, Konkani, Maori, Dzongkha, Tatar, Kurdish (ku), and Xhosa data now up to basic level
- Many data additions and corrections in many other languages
- The following languages have been added to ICU: Sindhi, Maori, Turkmen, Javanese, Interlingua, Kurdish (ku), Xhosa
- New currency: Venezuela's Bol?var Soberano (VES)
- New Japanese calendar era from 2019: CLDR and ICU include data for testing that can be enabled.
To enable CLDR new Japanese era placeholder name, set environment variable (and Java system property for ICU4J) ICU_ENABLE_TENTATIVE_ERA=true.
- New API for number and currency range formatting
Support for additional Unicode properties: Indic_Positional_Category & Indic_Syllabic_Category and Vertical_Orientation
- New API for code point maps and tries, mapping Unicode code points (U+0000..U+10FFFF) to integer values.
- Java classes CodePointMap, CodePointTrie, MutableCodePointTrie
- C types UCPMap, UCPTrie, UMutableCPTrie
- New API for getting a UnicodeSet per binary property and a code point map per enumerated/int-value property.
- Full conformance with UAX 14 Line Breaking (required BreakIterator feature work).
ICU4C Specific Changes
- C++ Locale class
- Additional functions forLanguageTag()/toLanguageTag(), and functions that are easier and safer to use by using StringPiece and ByteSink rather than raw buffers.
- Move semantics.
- ICU4C: Various Out-Of-Memory (OOM) issues have been fixed. (ticket query)
- The icu-config tool has been deprecated. You can use the --disable-icu-config option to disable icu-config from being installed. Alternately, you can use --enable-icu-config to enable icu-config.
In the future, icu-config will be disabled by default
diffstat:
textproc/icu/Makefile | 4 ++--
textproc/icu/PLIST | 18 +++++++++++-------
textproc/icu/distinfo | 12 ++++++------
textproc/icu/patches/patch-runConfigureICU | 8 ++++----
4 files changed, 23 insertions(+), 19 deletions(-)
diffs (124 lines):
diff -r 14155c23fe68 -r 6ac08fb059e8 textproc/icu/Makefile
--- a/textproc/icu/Makefile Sun Dec 09 17:13:02 2018 +0000
+++ b/textproc/icu/Makefile Sun Dec 09 18:28:16 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2018/07/20 03:32:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.117 2018/12/09 18:28:16 adam Exp $
-DISTNAME= icu4c-62_1-src
+DISTNAME= icu4c-63_1-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
CATEGORIES= textproc
MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/
diff -r 14155c23fe68 -r 6ac08fb059e8 textproc/icu/PLIST
--- a/textproc/icu/PLIST Sun Dec 09 17:13:02 2018 +0000
+++ b/textproc/icu/PLIST Sun Dec 09 18:28:16 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2018/07/20 03:32:09 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.44 2018/12/09 18:28:16 adam Exp $
bin/derb
bin/genbrk
bin/gencfu
@@ -66,6 +66,7 @@
include/unicode/normlzr.h
include/unicode/nounit.h
include/unicode/numberformatter.h
+include/unicode/numberrangeformatter.h
include/unicode/numfmt.h
include/unicode/numsys.h
include/unicode/parseerr.h
@@ -126,6 +127,8 @@
include/unicode/ucol.h
include/unicode/ucoleitr.h
include/unicode/uconfig.h
+include/unicode/ucpmap.h
+include/unicode/ucptrie.h
include/unicode/ucsdet.h
include/unicode/ucurr.h
include/unicode/udat.h
@@ -146,6 +149,7 @@
include/unicode/umachine.h
include/unicode/umisc.h
include/unicode/umsg.h
+include/unicode/umutablecptrie.h
include/unicode/unifilt.h
include/unicode/unifunct.h
include/unicode/unimatch.h
@@ -197,27 +201,27 @@
lib/libicudata.a
lib/libicudata.so
lib/libicudata.so.${PKGVERSION}
-lib/libicudata.so.62
+lib/libicudata.so.63
lib/libicui18n.a
lib/libicui18n.so
lib/libicui18n.so.${PKGVERSION}
-lib/libicui18n.so.62
+lib/libicui18n.so.63
lib/libicuio.a
lib/libicuio.so
lib/libicuio.so.${PKGVERSION}
-lib/libicuio.so.62
+lib/libicuio.so.63
lib/libicutest.a
lib/libicutest.so
lib/libicutest.so.${PKGVERSION}
-lib/libicutest.so.62
+lib/libicutest.so.63
lib/libicutu.a
lib/libicutu.so
lib/libicutu.so.${PKGVERSION}
-lib/libicutu.so.62
+lib/libicutu.so.63
lib/libicuuc.a
lib/libicuuc.so
lib/libicuuc.so.${PKGVERSION}
-lib/libicuuc.so.62
+lib/libicuuc.so.63
lib/pkgconfig/icu-i18n.pc
lib/pkgconfig/icu-io.pc
lib/pkgconfig/icu-uc.pc
diff -r 14155c23fe68 -r 6ac08fb059e8 textproc/icu/distinfo
--- a/textproc/icu/distinfo Sun Dec 09 17:13:02 2018 +0000
+++ b/textproc/icu/distinfo Sun Dec 09 18:28:16 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.78 2018/07/26 22:37:48 abs Exp $
+$NetBSD: distinfo,v 1.79 2018/12/09 18:28:16 adam Exp $
-SHA1 (icu4c-62_1-src.tgz) = 1884f26568cd773b984580b4fca422a3e2afe35d
-RMD160 (icu4c-62_1-src.tgz) = 12a6a975d211dfc2e5a13220b07b2cf3ec7a6923
-SHA512 (icu4c-62_1-src.tgz) = 8295f2754fb6907e2cc8f515dccca05530963b544e89a2b8e323cd0ddfdbbe0c9eba8b367c1dbc04d7bb906b66b1003fd545ca05298939747c832c9d4431cf2a
-Size (icu4c-62_1-src.tgz) = 23468750 bytes
+SHA1 (icu4c-63_1-src.tgz) = ad523232f19af1c698c6489f8e15f7e9824f1662
+RMD160 (icu4c-63_1-src.tgz) = 5c895a6e2b135978df59e135ed772747aec0065f
+SHA512 (icu4c-63_1-src.tgz) = 9ab407ed840a00cdda7470dcc4c40299a125ad246ae4d019c4b1ede54781157fd63af015a8228cd95dbc47e4d15a0932b2c657489046a19788e5e8266eac079c
+Size (icu4c-63_1-src.tgz) = 23746939 bytes
SHA1 (patch-Makefile.in) = 67440d3af9b62b8c0be258c490255ba17f778ab4
SHA1 (patch-acinclude.m4) = f7de1a16aad0ca77c4bbc457ba76b6171199ce09
SHA1 (patch-common_putil.cpp) = 6aa70b8698d663d3c798bafd9010a824c9609c20
@@ -20,5 +20,5 @@
SHA1 (patch-configure.ac) = b0291cf02351cbad9b0c7340baea9eb81cabb158
SHA1 (patch-i18n_double-conversion-utils.h) = 773e93ed9baffa241d5af61bd631d2d7c4a867f8
SHA1 (patch-icudefs.mk.in) = c2a9469bf896b5f0702d5795c3b1c2b394893663
-SHA1 (patch-runConfigureICU) = ee780dbe797c7230208f378f73a0bc4d215b1bb2
+SHA1 (patch-runConfigureICU) = 3cd60613104fa4f1b81529795e75d5cf7f477b64
SHA1 (patch-tools-toolutil-pkg_genc.cpp) = 3cbcf3387d6a39315b26a3e2a2ffb715507e9110
diff -r 14155c23fe68 -r 6ac08fb059e8 textproc/icu/patches/patch-runConfigureICU
--- a/textproc/icu/patches/patch-runConfigureICU Sun Dec 09 17:13:02 2018 +0000
+++ b/textproc/icu/patches/patch-runConfigureICU Sun Dec 09 18:28:16 2018 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-runConfigureICU,v 1.1 2017/04/22 20:11:45 adam Exp $
+$NetBSD: patch-runConfigureICU,v 1.2 2018/12/09 18:28:16 adam Exp $
Add support for DragonFlyBSD and Bitrig.
---- runConfigureICU.orig Fri Mar 27 21:17:48 2015
+--- runConfigureICU.orig 2018-10-01 22:39:56.000000000 +0000
+++ runConfigureICU
-@@ -327,7 +327,7 @@ case $platform in
- DEBUG_CXXFLAGS='-Zi -MDd'
+@@ -328,7 +328,7 @@ case $platform in
+ DEBUG_CXXFLAGS='-FS -Zi -MDd'
DEBUG_LDFLAGS='-DEBUG'
;;
- *BSD)
Home |
Main Index |
Thread Index |
Old Index