File:  [cvs.NetBSD.org] / pkgsrc / math / libnumbertext / Makefile
Revision 1.3: download - view: text, annotated - select for diffs
Sat May 16 19:10:29 2020 UTC (4 years, 10 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, HEAD
libnumbertext: Update to 1.0.5

2018-10-09: 1.0.5 release:
	* et.sor: new Estonian module
	* Java: fix path separator for Windows by Rens Toonen
	* spellout: fix DEFPATH in spellout by Rene Engelhard
	* README: conversion to MarkDown by Miklós Vajna
	* da.sor: fix "en million", bug report by Hsonesson1
	* de.sor: add function year by c-kuehl
	* eo.sor: fix ordinal-number, ie. "1-a" by Adolfo Jayme Barrientos
	* fi.sor: fixed and more currencies by Tuomas Hietala
	* lt.sor: fix ordinal numbers and currencies by Aurimas Fišeras
	* pl.sor: fix ordinal numbers 4x, 7x, bug report by tengwar
	* sq.sor: add missing 1000-9999

# $NetBSD: Makefile,v 1.3 2020/05/16 19:10:29 nia Exp $

DISTNAME=	libnumbertext-1.0.5
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_GITHUB:=Numbertext/}
EXTRACT_SUFX=	.tar.xz
GITHUB_PROJECT=	libnumbertext
GITHUB_RELEASE=	${PKGVERSION_NOREV}

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.0

CONFIGURE_ARGS+=	--disable-werror

PKGCONFIG_OVERRIDE+=	libnumbertext.pc.in

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>