diff options
author | ryoon <ryoon@pkgsrc.org> | 2020-09-05 11:25:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2020-09-05 11:25:39 +0000 |
commit | c6fb56f5fd9b218511e618af15770a64e3e44707 (patch) | |
tree | 527ea3af354438fe17ce7653a4c1b205af1d6be2 | |
parent | 8397cc7cb94460e09074d7dd91c6bd561f658db0 (diff) | |
download | pkgsrc-c6fb56f5fd9b218511e618af15770a64e3e44707.tar.gz |
libnumbertext: Update to 1.0.6
Changelog:
2020-06-01: 1.0.6 release:
* Numbertext.cxx: don't depend on en_US.UTF-8 locale by Stephan Bergmann
* Java:
- clean-up by Balázs Meskó with Maven support
- port special logic for Norwegian language from C++ by Ilya Idamkin
* Makefile.am: prefix for datadir by Li-Wen Hsu
* bg.sor: avoid using \d and \D by Mihail Balabanov
* ee.sor: update Estonian language spellings by Alvar Laigna
* el.sor: fix "and" before currency fractions and "zero" in case of 0 whole euro by Spiros Evangelatos
* es.sor: fixes by Juanma Sanchez, and based on him report
* gl.sor, es.sor: fix ISO codename of Honduran lempira by Ilya Idamkin
* fr.sor: fix EUR 200, 300 etc., bug report by armik71
* hu.sor: fix date function for 1
* hu_Hung.sor:
- Old Hungarian transliteration support for words
- remove obsolete function left-to-right
- add sch -> s, ä -> é transliteration by Viktor Kovács
* it.sor: fix ordinal numbers, bug report by dario-gallucci
* ja.sor: fix word "negative" (负 -> 負), bug report by cmplstofB
* ko.sor, en.sor: fix Korean module and add Korean Won unit by DaeHyun Sun
* lv.sor: fix 40, 50 ... 90, bug report by andritis
* my.sor, en.sor: add Malay currency MYR by Bee Ing
* ru.sor, uk.sor: fix cardinal and feminine RUB, UAH usage by Alex Ivanov
* th.sor: fix usage of 1 by Ilya Idamkin and tyindeepit
-rw-r--r-- | math/libnumbertext/Makefile | 4 | ||||
-rw-r--r-- | math/libnumbertext/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/libnumbertext/Makefile b/math/libnumbertext/Makefile index e08c970ec9a..776c7074749 100644 --- a/math/libnumbertext/Makefile +++ b/math/libnumbertext/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/05/16 19:10:29 nia Exp $ +# $NetBSD: Makefile,v 1.4 2020/09/05 11:25:39 ryoon Exp $ -DISTNAME= libnumbertext-1.0.5 +DISTNAME= libnumbertext-1.0.6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=Numbertext/} EXTRACT_SUFX= .tar.xz diff --git a/math/libnumbertext/distinfo b/math/libnumbertext/distinfo index 388cd82ac13..8184b579925 100644 --- a/math/libnumbertext/distinfo +++ b/math/libnumbertext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/05/16 19:10:29 nia Exp $ +$NetBSD: distinfo,v 1.3 2020/09/05 11:25:39 ryoon Exp $ -SHA1 (libnumbertext-1.0.5.tar.xz) = 2b599daeeb07ecd14ea0f7633accd67ab3fedea9 -RMD160 (libnumbertext-1.0.5.tar.xz) = 30211d852e96df527df20690951ed0d6911fb5e3 -SHA512 (libnumbertext-1.0.5.tar.xz) = 4d61464f26f631d272ef7285fbb931d3931b08240b58166b7e9a28c95ff5a537ca04af4c9673541b73997339d66061858c9cd18873b4c16f9ad2ccd1b68e81a3 -Size (libnumbertext-1.0.5.tar.xz) = 281640 bytes +SHA1 (libnumbertext-1.0.6.tar.xz) = b634f850d95abbfe73500917ba1c19089531b659 +RMD160 (libnumbertext-1.0.6.tar.xz) = d03f6891a4c57d6e3be9e79a8ec52fee87ddceb6 +SHA512 (libnumbertext-1.0.6.tar.xz) = 0b2a5226f363af9a6df90f788f6cdc5fe95ddb524d96ad2db1caf2e7f414649ce2975eae3c9e5fceecbf825a90c736a0717b02ec9671e980ab9cfb3e2df73b8d +Size (libnumbertext-1.0.6.tar.xz) = 283416 bytes |