diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-23 15:20:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-23 15:20:00 +0000 |
commit | b25b34675908f42ae5d894354127e2441b448d39 (patch) | |
tree | ebbcb8fc5a99acbc96f25a61fd7f212680f5575c /math | |
parent | 90bc657e39102504062cd30576dd0e2939667b36 (diff) | |
download | pkgsrc-b25b34675908f42ae5d894354127e2441b448d39.tar.gz |
Update mathomatic to 12.4.3.
Changes:
- Allow larger fractions.
- Doubled the default max expression size and memory requirements are
now 20 megabytes.
- Added ability to set the number of partitions when using the
nintegrate command.
- Some code and messages cleanup.
- Fixed bug in nintegrate command (wrong number of function parameters).
- Improved solve routine.
- Update to "primes/matho-around.c".
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 3ae6ae08db2..665407ee05e 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2005/06/14 18:01:04 minskim Exp $ +# $NetBSD: Makefile,v 1.42 2005/06/23 15:20:00 minskim Exp $ # -DISTNAME= mathomatic-12.4.2 +DISTNAME= mathomatic-12.4.3 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index e08e3e16f50..a3ca58994f6 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2005/06/14 18:01:04 minskim Exp $ +$NetBSD: distinfo,v 1.39 2005/06/23 15:20:00 minskim Exp $ -SHA1 (mathomatic-12.4.2.tgz) = 77c868d890d25b469e4735f0026e66c4f24b500f -RMD160 (mathomatic-12.4.2.tgz) = 12d962945fe48fb6fcf96831d1337324f3e1f198 -Size (mathomatic-12.4.2.tgz) = 128376 bytes +SHA1 (mathomatic-12.4.3.tgz) = 6e07b9a4c1e1411d1bb32029c3173ea2985f95ec +RMD160 (mathomatic-12.4.3.tgz) = 57c6653f3e913aa07d2de087e8e7a1e805692b14 +Size (mathomatic-12.4.3.tgz) = 128403 bytes SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9 |