File:  [cvs.NetBSD.org] / pkgsrc / math / libnumbertext / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Wed Apr 20 20:11:35 2022 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, HEAD
libnumbertext: update to 1.0.10.

2022-04-01: 1.0.10 release:
	* hu_Hung.sor: fix regression of transliteration on Windows
		- non-BMP characters aren't supported in bracket expressions in regex of MS Visual C++,
		  resulting missing transliteration on Windows. Replaced by branches separated by |.

2022-04-01: 1.0.9 release:
	* hu_Hung.sor: fix regression of transliteration of punctuation marks

# $NetBSD: Makefile,v 1.7 2022/04/20 20:11:35 wiz Exp $

DISTNAME=	libnumbertext-1.0.10
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"

CVSweb <webmaster@jp.NetBSD.org>