pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/libnumbertext



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 21 21:01:31 UTC 2022

Modified Files:
        pkgsrc/math/libnumbertext: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/libnumbertext/Makefile \
    pkgsrc/math/libnumbertext/distinfo

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

Modified files:

Index: pkgsrc/math/libnumbertext/Makefile
diff -u pkgsrc/math/libnumbertext/Makefile:1.8 pkgsrc/math/libnumbertext/Makefile:1.9
--- pkgsrc/math/libnumbertext/Makefile:1.8      Mon Jul 25 11:12:26 2022
+++ pkgsrc/math/libnumbertext/Makefile  Mon Nov 21 21:01:31 2022
@@ -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 @@ HOMEPAGE=   https://numbertext.github.io/
 COMMENT=       Convert to number names from numbers
 LICENSE=       modified-bsd
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++11
-
-GCC_REQD+=     5
-
+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
 
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/libnumbertext/distinfo
diff -u pkgsrc/math/libnumbertext/distinfo:1.8 pkgsrc/math/libnumbertext/distinfo:1.9
--- pkgsrc/math/libnumbertext/distinfo:1.8      Wed Apr 20 20:11:35 2022
+++ pkgsrc/math/libnumbertext/distinfo  Mon Nov 21 21:01:31 2022
@@ -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