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 2.11.10.1. Changes since 2.11...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31a8273fd84b
branches:  trunk
changeset: 486279:31a8273fd84b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 26 01:33:40 2004 +0000

description:
Update to 2.11.10.1. Changes since 2.11.10:

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?

diffstat:

 math/capc-calc/Makefile |  5 ++---
 math/capc-calc/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 29e77a316ebf -r 31a8273fd84b math/capc-calc/Makefile
--- a/math/capc-calc/Makefile   Sun Dec 26 01:21:25 2004 +0000
+++ b/math/capc-calc/Makefile   Sun Dec 26 01:33:40 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2004/10/03 00:12:55 tv Exp $
+# $NetBSD: Makefile,v 1.25 2004/12/26 01:33:40 wiz Exp $
 #
 
-DISTNAME=      calc-2.11.10
+DISTNAME=      calc-2.11.10.1
 PKGNAME=       capc-${DISTNAME:S/t/./}
-PKGREVISION=   1
 CATEGORIES=    math
 MASTER_SITES=  http://www.isthe.com/chongo/src/calc/ \
                http://prdownloads.sourceforge.net/calc/
diff -r 29e77a316ebf -r 31a8273fd84b math/capc-calc/distinfo
--- a/math/capc-calc/distinfo   Sun Dec 26 01:21:25 2004 +0000
+++ b/math/capc-calc/distinfo   Sun Dec 26 01:33:40 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2004/09/21 00:10:01 wiz Exp $
+$NetBSD: distinfo,v 1.13 2004/12/26 01:33:40 wiz Exp $
 
-SHA1 (calc-2.11.10.tar.gz) = 0a7a6e069480fb0c60026ad1ceaaacfbea06bcba
-Size (calc-2.11.10.tar.gz) = 973679 bytes
+SHA1 (calc-2.11.10.1.tar.gz) = e3ea5e7f9375c88eedaabb1e4f530453cb0dc976
+Size (calc-2.11.10.1.tar.gz) = 975250 bytes
 SHA1 (patch-aa) = c3a844e295831e9d034774435c820c7ce4fdba37



Home | Main Index | Thread Index | Old Index