42c628194b
Fixed a bug reported by the sourceforge user: cedars where: ln(exp(6)) == 3 /* WRONG!!! */ incorrectly returned 1. This bug was fixed by Ernest Bowen The regression test was expanded to cover this issue. Added minor improvements to hash regression testing of pi(). Fixed "help script" and the calc man page regarding the requirement of -f to be the last -flag in shell script mode. Further clarified the meaning and placement of the -f flag. Moved issues with chi.cal intfile.cal into a "mis-features" section of the BUGS file. See "help bugs" or the BUGS source file for details. Added the bug about: calc 'read ellip; efactor(13*17*19)' to the BUGS file. See "help bugs" or the BUGS source file for details. Anyone want to track down and fix this bug?
19 lines
526 B
Makefile
19 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.25 2004/12/26 01:33:40 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= calc-2.11.10.1
|
|
PKGNAME= capc-${DISTNAME:S/t/./}
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \
|
|
http://prdownloads.sourceforge.net/calc/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/
|
|
COMMENT= C arbitrary precision calculator
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|