diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-11 00:14:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-11 00:14:51 +0000 |
commit | accf0ab84087e8561cd3473d4db8da232f067379 (patch) | |
tree | 5ae7244a9b203610b5359c6efa675775a43fe4dd /math | |
parent | d2e0cfbc92071f3a44b563ea996fb38f136ce361 (diff) | |
download | pkgsrc-accf0ab84087e8561cd3473d4db8da232f067379.tar.gz |
Update mathomatic to 12.5.11.
Changes:
- "matho-primes pal" wasn't working, fixed.
- Improved the "Equation not defined" error message for new users.
- Worked on matho-primes program.
- Automatically determine the variable if none is specified
with the extrema command.
- Code cleanup.
- Helped simplification of complex exponentials.
- Parse things like "2 2" as "2*2", instead of giving a syntax error.
The default operator is always times.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 403774ec12a..dfbd1b99cdd 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2006/03/02 00:34:39 minskim Exp $ +# $NetBSD: Makefile,v 1.62 2006/03/11 00:14:51 minskim Exp $ # -DISTNAME= mathomatic-12.5.10 +DISTNAME= mathomatic-12.5.11 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index d4a4b9bca4b..ee1e8d48542 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.57 2006/03/02 00:34:39 minskim Exp $ +$NetBSD: distinfo,v 1.58 2006/03/11 00:14:51 minskim Exp $ -SHA1 (mathomatic-12.5.10.tar.bz2) = 39802b4ce8b0458c1bd254993aba9cada39d109b -RMD160 (mathomatic-12.5.10.tar.bz2) = 72bce8b3e7b47e2b986ccb49eafb9c2e019be06f -Size (mathomatic-12.5.10.tar.bz2) = 111778 bytes +SHA1 (mathomatic-12.5.11.tar.bz2) = f930ea58e9b3d2ebe59a768113a0da2b4f880da0 +RMD160 (mathomatic-12.5.11.tar.bz2) = fa9cbb0614430a923d971b11a4daa145e491acba +Size (mathomatic-12.5.11.tar.bz2) = 111960 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |