diff options
author | asau <asau@pkgsrc.org> | 2009-09-03 09:59:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-09-03 09:59:09 +0000 |
commit | 29c99e54c38d74a744dcc1e948b941c4c549fbf9 (patch) | |
tree | 9c738c9b2d8485168d5c215f3bc7aaa3185baf16 /math | |
parent | caeea9cf23ee1468ee224ce6e20330a915440a39 (diff) | |
download | pkgsrc-29c99e54c38d74a744dcc1e948b941c4c549fbf9.tar.gz |
Update to calc 2.12.4.0.
User visible changes:
Fixed a documentation bug for the sgn() builtin.
Added the 1<<8/2 evaluation example to "help unexpected". That
expression evalutes to 128, not 16 as some C programmers might expect.
Fixed a bug in solve.cal where high was not returned in some situations.
Fixed a bug reported by Paul & Karen Tomlinson (paulnkaz at pktomlinson
dot fsnet dot co dot uk) where calling log multiple times with different
values of epsilon resulted in an incorrect value.
Fixed a bug where an certains typos (e.g., calling an unknown
function) would previously cause calc to exit.
Diffstat (limited to 'math')
-rw-r--r-- | math/capc-calc/Makefile | 8 | ||||
-rw-r--r-- | math/capc-calc/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index 07f57cba8ad..d9468918407 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.39 2009/05/20 00:58:21 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2009/09/03 09:59:09 asau Exp $ # -DISTNAME= calc-2.12.3.3 +DISTNAME= calc-2.12.4.0 PKGNAME= capc-${DISTNAME:S/t/./} -PKGREVISION= 1 CATEGORIES= math -MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \ - http://prdownloads.sourceforge.net/calc/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calc/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/math/capc-calc/distinfo b/math/capc-calc/distinfo index 9b4cb027ece..7e7dd75b93a 100644 --- a/math/capc-calc/distinfo +++ b/math/capc-calc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2008/05/29 17:56:35 drochner Exp $ +$NetBSD: distinfo,v 1.22 2009/09/03 09:59:09 asau Exp $ -SHA1 (calc-2.12.3.3.tar.bz2) = 1bd946c36e9bedea9166996951aae36f7ad872ae -RMD160 (calc-2.12.3.3.tar.bz2) = 75aacf7b572533da4430ecd2b6493fd31b15f210 -Size (calc-2.12.3.3.tar.bz2) = 865486 bytes +SHA1 (calc-2.12.4.0.tar.bz2) = d9984dbffb606416e6cc1d85465d5d78fac7fed2 +RMD160 (calc-2.12.4.0.tar.bz2) = c27c033d82db56e9068d508533d10388e3d7b4fc +Size (calc-2.12.4.0.tar.bz2) = 866402 bytes SHA1 (patch-aa) = 65da8569bb74647ef01bfc389690d631d161ab96 |