Thu Feb 18 10:20:30 2021 UTC ()
libnumbertext: update to 1.0.7.

2021-01-31: 1.0.7 release:
	* ga.sor: new module Irish by László Németh
	* lg.sor: new module Luganda by Phillip Samuel
	* mr.sor: new module Marathi by Ankur Heramb Joshi
	* mt.sor: new module Maltase by László Németh

	* fi.sor: fix ordinal 0, bug report by Tuomas Hietala
	* hu_Hung.sor:
		- fix transliteration of Vörösmarty, bug report by Zoltán Óvári
		- replace ü and ű by Viktor Kovács
		- fix transliteration of dates with affixation
	* th.sor: fix big (>999,999) numbers by Vladislav Kiper
	* ua.sor: fix euro cent, bug report by Kty0mka


(wiz)
diff -r1.4 -r1.5 pkgsrc/math/libnumbertext/Makefile
diff -r1.3 -r1.4 pkgsrc/math/libnumbertext/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/math/libnumbertext/Makefile (expand / switch to unified diff)

--- pkgsrc/math/libnumbertext/Makefile 2020/09/05 11:25:39 1.4
+++ pkgsrc/math/libnumbertext/Makefile 2021/02/18 10:20:30 1.5
@@ -1,26 +1,25 @@ @@ -1,26 +1,25 @@
1# $NetBSD: Makefile,v 1.4 2020/09/05 11:25:39 ryoon Exp $ 1# $NetBSD: Makefile,v 1.5 2021/02/18 10:20:30 wiz Exp $
2 2
3DISTNAME= libnumbertext-1.0.6 3DISTNAME= libnumbertext-1.0.7
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ${MASTER_SITE_GITHUB:=Numbertext/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=Numbertext/}
6EXTRACT_SUFX= .tar.xz 
7GITHUB_PROJECT= libnumbertext 
8GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= ryoon@NetBSD.org 9MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://numbertext.github.io/ 10HOMEPAGE= https://numbertext.github.io/
12COMMENT= Convert to number names from numbers 11COMMENT= Convert to number names from numbers
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 15USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
18USE_LANGUAGES= c c++11 17USE_LANGUAGES= c c++11
19 18
20GCC_REQD+= 5.0 19GCC_REQD+= 5
21 20
22CONFIGURE_ARGS+= --disable-werror 21CONFIGURE_ARGS+= --disable-werror
23 22
24PKGCONFIG_OVERRIDE+= libnumbertext.pc.in 23PKGCONFIG_OVERRIDE+= libnumbertext.pc.in
25 24
26.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/math/libnumbertext/distinfo (expand / switch to unified diff)

--- pkgsrc/math/libnumbertext/distinfo 2020/09/05 11:25:39 1.3
+++ pkgsrc/math/libnumbertext/distinfo 2021/02/18 10:20:30 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2020/09/05 11:25:39 ryoon Exp $ 1$NetBSD: distinfo,v 1.4 2021/02/18 10:20:30 wiz Exp $
2 2
3SHA1 (libnumbertext-1.0.6.tar.xz) = b634f850d95abbfe73500917ba1c19089531b659 3SHA1 (libnumbertext-1.0.7.tar.xz) = fa60020dab9db22903fc470c230ee6f4145d8991
4RMD160 (libnumbertext-1.0.6.tar.xz) = d03f6891a4c57d6e3be9e79a8ec52fee87ddceb6 4RMD160 (libnumbertext-1.0.7.tar.xz) = 9d66a690efc6de630ff4293ffa60dcd68ce9fbbc
5SHA512 (libnumbertext-1.0.6.tar.xz) = 0b2a5226f363af9a6df90f788f6cdc5fe95ddb524d96ad2db1caf2e7f414649ce2975eae3c9e5fceecbf825a90c736a0717b02ec9671e980ab9cfb3e2df73b8d 5SHA512 (libnumbertext-1.0.7.tar.xz) = 7755c713dd9b9b75e486eac7ffbfb418c3bdfefd67ecb149f0e25a339410814bf73296f69a4e009a17f9f21292f0eeafa931aef60596cd3d932dab47278de8c2
6Size (libnumbertext-1.0.6.tar.xz) = 283416 bytes 6Size (libnumbertext-1.0.7.tar.xz) = 289764 bytes