pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/cldr-emoji-annotation cldr-emoji-annotation: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4065b2f625f3
branches:  trunk
changeset: 440159:4065b2f625f3
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Oct 03 15:16:01 2020 +0000

description:
cldr-emoji-annotation: update to 37.0.13.0.0.2.

Note upstream (preparing a versioned tarball of CLDR files from unicode.org
for SUSE packages etc.) uses version 37.0_13.0_0_2 to represent
CLDR version (37.0), unicode emoji version (13.0), micro version (0),
and local version (2), but we just replace '_' with '.' like archlinux
for simplicity.

No explicit changelog, but this includes CLDR-13725 37 and Emoji 13.0.

CLDR-37:
 http://cldr.unicode.org/index/downloads/cldr-37
CLDR-36:
 http://cldr.unicode.org/index/downloads/cldr-36
Emoji-13.0:
 https://unicode.org/emoji/charts-13.0/emoji-released.html

diffstat:

 textproc/cldr-emoji-annotation/Makefile |   4 ++--
 textproc/cldr-emoji-annotation/PLIST    |   9 ++++++++-
 textproc/cldr-emoji-annotation/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (92 lines):

diff -r 22bd376a6ac8 -r 4065b2f625f3 textproc/cldr-emoji-annotation/Makefile
--- a/textproc/cldr-emoji-annotation/Makefile   Sat Oct 03 14:27:47 2020 +0000
+++ b/textproc/cldr-emoji-annotation/Makefile   Sat Oct 03 15:16:01 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/09/14 03:46:58 tsutsui Exp $
+# $NetBSD: Makefile,v 1.8 2020/10/03 15:16:01 tsutsui Exp $
 
-CLDREMJVER=    35.12.14971_0
+CLDREMJVER=    37.0_13.0_0_2
 DISTNAME=      cldr-emoji-annotation-${CLDREMJVER}
 PKGNAME=       ${DISTNAME:S/_/./g}
 CATEGORIES=    textproc
diff -r 22bd376a6ac8 -r 4065b2f625f3 textproc/cldr-emoji-annotation/PLIST
--- a/textproc/cldr-emoji-annotation/PLIST      Sat Oct 03 14:27:47 2020 +0000
+++ b/textproc/cldr-emoji-annotation/PLIST      Sat Oct 03 15:16:01 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/09/14 03:46:58 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/10/03 15:16:01 tsutsui Exp $
 share/pkgconfig/cldr-emoji-annotation.pc
 share/unicode/cldr/common/annotations/af.xml
 share/unicode/cldr/common/annotations/am.xml
@@ -14,6 +14,7 @@
 share/unicode/cldr/common/annotations/bs.xml
 share/unicode/cldr/common/annotations/ca.xml
 share/unicode/cldr/common/annotations/ccp.xml
+share/unicode/cldr/common/annotations/ceb.xml
 share/unicode/cldr/common/annotations/chr.xml
 share/unicode/cldr/common/annotations/cs.xml
 share/unicode/cldr/common/annotations/cy.xml
@@ -60,6 +61,7 @@
 share/unicode/cldr/common/annotations/km.xml
 share/unicode/cldr/common/annotations/kn.xml
 share/unicode/cldr/common/annotations/ko.xml
+share/unicode/cldr/common/annotations/kok.xml
 share/unicode/cldr/common/annotations/ku.xml
 share/unicode/cldr/common/annotations/ky.xml
 share/unicode/cldr/common/annotations/lo.xml
@@ -77,6 +79,7 @@
 share/unicode/cldr/common/annotations/nn.xml
 share/unicode/cldr/common/annotations/or.xml
 share/unicode/cldr/common/annotations/pa.xml
+share/unicode/cldr/common/annotations/pcm.xml
 share/unicode/cldr/common/annotations/pl.xml
 share/unicode/cldr/common/annotations/ps.xml
 share/unicode/cldr/common/annotations/pt.xml
@@ -98,6 +101,7 @@
 share/unicode/cldr/common/annotations/sr_Latn_BA.xml
 share/unicode/cldr/common/annotations/sv.xml
 share/unicode/cldr/common/annotations/sw.xml
+share/unicode/cldr/common/annotations/sw_KE.xml
 share/unicode/cldr/common/annotations/ta.xml
 share/unicode/cldr/common/annotations/te.xml
 share/unicode/cldr/common/annotations/th.xml
@@ -108,6 +112,7 @@
 share/unicode/cldr/common/annotations/ur.xml
 share/unicode/cldr/common/annotations/uz.xml
 share/unicode/cldr/common/annotations/vi.xml
+share/unicode/cldr/common/annotations/yo.xml
 share/unicode/cldr/common/annotations/yue.xml
 share/unicode/cldr/common/annotations/yue_Hans.xml
 share/unicode/cldr/common/annotations/zh.xml
@@ -191,6 +196,7 @@
 share/unicode/cldr/common/annotationsDerived/nn.xml
 share/unicode/cldr/common/annotationsDerived/or.xml
 share/unicode/cldr/common/annotationsDerived/pa.xml
+share/unicode/cldr/common/annotationsDerived/pcm.xml
 share/unicode/cldr/common/annotationsDerived/pl.xml
 share/unicode/cldr/common/annotationsDerived/ps.xml
 share/unicode/cldr/common/annotationsDerived/pt.xml
@@ -212,6 +218,7 @@
 share/unicode/cldr/common/annotationsDerived/sr_Latn_BA.xml
 share/unicode/cldr/common/annotationsDerived/sv.xml
 share/unicode/cldr/common/annotationsDerived/sw.xml
+share/unicode/cldr/common/annotationsDerived/sw_KE.xml
 share/unicode/cldr/common/annotationsDerived/ta.xml
 share/unicode/cldr/common/annotationsDerived/te.xml
 share/unicode/cldr/common/annotationsDerived/th.xml
diff -r 22bd376a6ac8 -r 4065b2f625f3 textproc/cldr-emoji-annotation/distinfo
--- a/textproc/cldr-emoji-annotation/distinfo   Sat Oct 03 14:27:47 2020 +0000
+++ b/textproc/cldr-emoji-annotation/distinfo   Sat Oct 03 15:16:01 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/09/14 03:46:58 tsutsui Exp $
+$NetBSD: distinfo,v 1.8 2020/10/03 15:16:01 tsutsui Exp $
 
-SHA1 (cldr-emoji-annotation-35.12.14971_0.tar.gz) = f76248ba62a6cd9c22d91bae26371a6910a6f285
-RMD160 (cldr-emoji-annotation-35.12.14971_0.tar.gz) = 433faa03d1dcbed788ff95c0bffe1046509313db
-SHA512 (cldr-emoji-annotation-35.12.14971_0.tar.gz) = 7933d902f1fbc62e7ed8a1bbc4de137c9a6a09cc260d888adf9c08e15441ed122dff7248faea56610926eceb0d0caf7dff3a2c1efe1d62c2df047e478c56e49b
-Size (cldr-emoji-annotation-35.12.14971_0.tar.gz) = 5829253 bytes
+SHA1 (cldr-emoji-annotation-37.0_13.0_0_2.tar.gz) = 703faf9538a0176c26860e32ab4bdcf5f0601afc
+RMD160 (cldr-emoji-annotation-37.0_13.0_0_2.tar.gz) = b2958ef96e0cc92dfa3d4dbfe1d3f1e9da6f9712
+SHA512 (cldr-emoji-annotation-37.0_13.0_0_2.tar.gz) = caf623be5e6f3e71a80ff1b85dfe7031beeb341d9a03d9d493537cdbd4c1cd801ceadf4932d63d3b267f81cc971604c411221c3eba756130f010d79d2efa15ec
+Size (cldr-emoji-annotation-37.0_13.0_0_2.tar.gz) = 6640918 bytes



Home | Main Index | Thread Index | Old Index