File:  [cvs.NetBSD.org] / pkgsrc / math / nickle / Makefile
Revision 1.29: download - view: text, annotated - select for diffs
Sat Sep 9 20:12:39 2023 UTC (20 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
nickle: update to 2.93.

Version 2.93
natural: Fix bug in optimized multiply by one
float: optimize addition of zero
Adjust printf output precision to show full resolution
Use standard C flexible array syntax for natural digits
lex.l: Don't use <history.h> with libedit
Clean up --with-libedit help string
Ignore a couple more build artifacts
test: Test hex float in scanf
Add hex float support to scanf
debian: Update standards version to 4.6.2
Add %a support to printf
Actually use HAVE_RL_CATCH_SIGNALS
test: Add math-tables.c to EXTRA_DIST

# $NetBSD: Makefile,v 1.29 2023/09/09 20:12:39 wiz Exp $

DISTNAME=	nickle-2.93
CATEGORIES=	math lang
MASTER_SITES=	http://nickle.org/release/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://nickle.org/
COMMENT=	Desk calculator language
LICENSE=	mit

GNU_CONFIGURE=	yes

CONFIGURE_ARGS+=	--with-readline=${BUILDLINK_PREFIX.readline}

# suppress detection of DOCBOOK
CONFIGURE_ENV+=	ac_cv_path_DOCBOOK2PDF=

TEST_TARGET=	check

.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>