pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update mathomatic to 11.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc19cd5715ef
branches:  trunk
changeset: 477977:dc19cd5715ef
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jul 13 21:12:23 2004 +0000

description:
Update mathomatic to 11.3.

Changes:
Substantial change/improvement to simplify command.

Added some more code to fix floating point inaccuracies.

Improved solving.  y=(x+1/x)^3 solves both ways, now.

Full simplify after every loop in derivative command added.

Move derivative and taylor commands to "diff.c".

Added "-m" option to Mathomatic (memory size multiplier).
It sets the size of equation spaces at run time.

diffstat:

 doc/CHANGES              |  3 ++-
 doc/TODO                 |  3 +--
 math/mathomatic/Makefile |  4 ++--
 math/mathomatic/distinfo |  6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r cdeb46205968 -r dc19cd5715ef doc/CHANGES
--- a/doc/CHANGES       Tue Jul 13 20:59:27 2004 +0000
+++ b/doc/CHANGES       Tue Jul 13 21:12:23 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6545 2004/07/13 20:59:27 jschauma Exp $
+$NetBSD: CHANGES,v 1.6546 2004/07/13 21:12:23 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3380,3 +3380,4 @@
        Updated mono to 1.0nb1 [recht 2004-07-13]
        Updated libidn to 0.5.1 [xtraeme 2004-07-13]
        Updated eclipse to 3.0 [jschauma 2004-07-13]
+       Updated mathomatic to 11.3 [minskim 2004-07-13]
diff -r cdeb46205968 -r dc19cd5715ef doc/TODO
--- a/doc/TODO  Tue Jul 13 20:59:27 2004 +0000
+++ b/doc/TODO  Tue Jul 13 21:12:23 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1925 2004/07/13 20:59:27 jschauma Exp $
+$NetBSD: TODO,v 1.1926 2004/07/13 21:12:23 minskim Exp $
 
 Suggested new packages
 ======================
@@ -293,7 +293,6 @@
        o maradns-1.0.23
        o marbles-1.0.6
        o matchbox-0.8.2 [pkgsrc-wip]
-       o mathomatic-11.3
        o micq-0.4.11
        o midnight-commander-4.6.0
        o mimedefang-2.43
diff -r cdeb46205968 -r dc19cd5715ef math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Tue Jul 13 20:59:27 2004 +0000
+++ b/math/mathomatic/Makefile  Tue Jul 13 21:12:23 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2004/07/04 16:38:47 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/13 21:12:23 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.2e
+DISTNAME=              mathomatic-11.3
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r cdeb46205968 -r dc19cd5715ef math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Tue Jul 13 20:59:27 2004 +0000
+++ b/math/mathomatic/distinfo  Tue Jul 13 21:12:23 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2004/07/04 16:38:47 minskim Exp $
+$NetBSD: distinfo,v 1.15 2004/07/13 21:12:23 minskim Exp $
 
-SHA1 (mathomatic-11.2e.tgz) = 802afabee89d1570195c5581710fde7ad469e3d0
-Size (mathomatic-11.2e.tgz) = 125376 bytes
+SHA1 (mathomatic-11.3.tgz) = 7ad8e8e9936a12dc5db0628f69f3fcc66efe0ef6
+Size (mathomatic-11.3.tgz) = 125651 bytes
 SHA1 (patch-aa) = f590bd224831b7f882f7cfed72ba6db39e866985



Home | Main Index | Thread Index | Old Index