pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/libnumbertext libnumbertext: updated to 1.0.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c0f23ed8ca8
branches:  trunk
changeset: 388516:3c0f23ed8ca8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 21 21:01:31 2022 +0000

description:
libnumbertext: updated to 1.0.11

1.0.11 release:
* Soros.cxx/java/js/py: fix boundary inheritance of
  optional function (conditional text), reported by Juanma Sanchez
  and Antonio Bueno
* test/*, configure.ac, Makefile.am: add C++ unit testing
* Soros.cxx: fix an assert seen with in libreoffice crashtesting on
  an empty string, by Caolán McNamara

New modules:

* fa.sor: new Persian (Farsi) module by Amir Hossein Maher
* mul.sor: new module with note symbols for multiple languages

Module fixes and extensions:

* ca.sor: revert removing conditional text
* cs.sor: fix ordinals, cardinals, currencies by Stanislav Horáček,
  with help of Zdeněk Crhonek
* da.sor: revert removing conditional text
* en.sor: add extra currencies (BZF, DKK, ILS, LKR, ZMW, ZWD) for
  LibreOffice locales of Number Format dialog windows
* es.sor: add extra currencies (PAB, SVC, VED/VES) for LibreOffice,
  revert removing conditional text
* ga.sor: add currency support
* hu_Hung.sor: fix regression of transliteration of parenthesized words
  in LibreOffice, reported by Zoltán Óvári
* ro.sor: strip first space and remove double space in currency
* ru.sor: fix grammar of cents by Alex Ivanov
* sl.sor: fix cardinal-masculine and cardinal-neuter,
  reported by Martin Srebotnjak
* uk.sor: fix grammar of cents by Alex Ivanov

LibreOffice Calc add-on:

* CalcAddIn.xcu: new Russian translation by Evgeniy Kukhtinov

diffstat:

 math/libnumbertext/Makefile |  18 +++++++++---------
 math/libnumbertext/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 13 deletions(-)

diffs (47 lines):

diff -r dcea0af43237 -r 3c0f23ed8ca8 math/libnumbertext/Makefile
--- a/math/libnumbertext/Makefile       Mon Nov 21 20:54:25 2022 +0000
+++ b/math/libnumbertext/Makefile       Mon Nov 21 21:01:31 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/07/25 11:12:26 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/11/21 21:01:31 adam Exp $
 
-DISTNAME=      libnumbertext-1.0.10
+DISTNAME=      libnumbertext-1.0.11
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Numbertext/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
@@ -11,14 +11,14 @@
 COMMENT=       Convert to number names from numbers
 LICENSE=       modified-bsd
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++11
+USE_LANGUAGES=         c c++11
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --disable-werror
+PKGCONFIG_OVERRIDE+=   libnumbertext.pc.in
+TEST_TARGET=           check
+REPLACE_SH=            tests/test.sh
 
 GCC_REQD+=     5
 
-CONFIGURE_ARGS+=       --disable-werror
-
-PKGCONFIG_OVERRIDE+=   libnumbertext.pc.in
-
 .include "../../mk/bsd.pkg.mk"
diff -r dcea0af43237 -r 3c0f23ed8ca8 math/libnumbertext/distinfo
--- a/math/libnumbertext/distinfo       Mon Nov 21 20:54:25 2022 +0000
+++ b/math/libnumbertext/distinfo       Mon Nov 21 21:01:31 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/04/20 20:11:35 wiz Exp $
+$NetBSD: distinfo,v 1.9 2022/11/21 21:01:31 adam Exp $
 
-BLAKE2s (libnumbertext-1.0.10.tar.xz) = fca3c2280f5a3de11a642715a3b91a1b93bdd0f75a49e87f0b2a839ec3b0dd04
-SHA512 (libnumbertext-1.0.10.tar.xz) = 6cb1b09b43c77f9fe1928d72deabdd06cbb3f7185823fcf045855b26ea6e0e017b2eba9dcd4725161012ed6d37a416c98b838145aa418bd0bd79ce52bf456417
-Size (libnumbertext-1.0.10.tar.xz) = 292852 bytes
+BLAKE2s (libnumbertext-1.0.11.tar.xz) = 5dde149ffb871c59677aca11511c5979a82ac3e700c09705835e756286fcfe87
+SHA512 (libnumbertext-1.0.11.tar.xz) = 0c4d2b98d8cef46a2c51c4265f96ac2af6e58d3b8e63e7b6a40134e86d1dc7bec38e048abf227d1ebad7774ba8a6d68a1fac464739914b2d14786c309819c836
+Size (libnumbertext-1.0.11.tar.xz) = 302676 bytes


Home | Main Index | Thread Index | Old Index