da7c22744e
2021-12-31: 1.0.8 release: * src/Soros.py: fix FutureWarning: Possible nested set at position, reported by Rene Engelhard * fr.sor: - use hyphens instead of spaces, e.g. cent-deux, reported by "4560041" at GitHub - new prefix "informal" for 1100–1900 (onze-cents - dix-neuf-cents) - add prefix "feminine" and "masculine" (1 -> une/un), bug reports by arena94 at GitGub * hu_Hung.sor: - fix transliteration of old Hungarian family names, bug report by Zoltán Óvári - fix 100–199, 1000–1999, 1000000–1999999 and 1000000000–1999999999 (bad ordering) – fix conversion of single letters "í", "Í" and "NY"; - fix unnecessary conversion of words ending with "q", e.g. "IQ"; - fix unnecessary conversion of words not ending with unknown letters * mr.sor: Marathi spelling corrections by Shantanu Oak * pl.sor: fix ordinal 20-29, reported by Gabryha at GitHub * uk.sor, CalcAddIn.xcu, description.xml.in: fix spell by Olexandr Nesterenko - replace apostrophe symbol to U+02BC, reported by Volodymyr Lisivka - up number to 10^42 - add cardinal, update help - add uk locale * zh.sor: add ordinal numbers, use always 二 for 2, reported by Ming-Hua
25 lines
555 B
Makefile
25 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/05 21:44:53 wiz Exp $
|
|
|
|
DISTNAME= libnumbertext-1.0.8
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=Numbertext/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://numbertext.github.io/
|
|
COMMENT= Convert to number names from numbers
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++11
|
|
|
|
GCC_REQD+= 5
|
|
|
|
CONFIGURE_ARGS+= --disable-werror
|
|
|
|
PKGCONFIG_OVERRIDE+= libnumbertext.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|