pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/capc-calc Update to calc 2.12.4.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bb344fe391a
branches: trunk
changeset: 398588:4bb344fe391a
user: asau <asau%pkgsrc.org@localhost>
date: Thu Sep 03 09:59:09 2009 +0000
description:
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:
math/capc-calc/Makefile | 8 +++-----
math/capc-calc/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (33 lines):
diff -r bb2a67a95090 -r 4bb344fe391a math/capc-calc/Makefile
--- a/math/capc-calc/Makefile Thu Sep 03 09:25:03 2009 +0000
+++ b/math/capc-calc/Makefile Thu Sep 03 09:59:09 2009 +0000
@@ -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@localhost
diff -r bb2a67a95090 -r 4bb344fe391a math/capc-calc/distinfo
--- a/math/capc-calc/distinfo Thu Sep 03 09:25:03 2009 +0000
+++ b/math/capc-calc/distinfo Thu Sep 03 09:59:09 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index