diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-13 21:12:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-13 21:12:23 +0000 |
commit | 576a23327d89f7c4aacc32b5d99adcb67945eca9 (patch) | |
tree | 28b2506b9f749819a9b059135363cec8bbc6c07a | |
parent | 09d16159b4927b4fab9d4626521af9f4c9fc461f (diff) | |
download | pkgsrc-576a23327d89f7c4aacc32b5d99adcb67945eca9.tar.gz |
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.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0220b4335b6..0b880b337d4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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 @@ Changes to the packages collection and infrastructure in 2004: 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] @@ -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 @@ Suggested package updates 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 --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 4bd51856187..ca443d39089 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -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 --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index faa512fa0e3..2a720688722 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -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 |