diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-24 15:44:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-24 15:44:19 +0000 |
commit | addd63a8ff43a457557df10f80debed76b3a3eb0 (patch) | |
tree | 9bdd9378ce2f8f76a4dd4cfcfc4b3e66ec211b87 /math | |
parent | 92c3d27a6bf1f4ef329e89dec30f663283221a1b (diff) | |
download | pkgsrc-addd63a8ff43a457557df10f80debed76b3a3eb0.tar.gz |
Update mathomatic to 11.0d.
Changes:
- Removed some simplification optimizations in favor of correctness
and simpler code. Minor slowdown.
- Doubled "MAX_COMPARE_TERMS".
- Simplify order poly_div then smart_div reversed.
- Kludge for size checking in poly_div removed.
- Broke "am.in". Edited.
- Added "simplify poly" option to do poly_div first.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 5 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 97a320524ba..83e2d39e1cd 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/04/22 23:45:54 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/24 15:44:19 minskim Exp $ # -DISTNAME= mathomatic-11.0c -PKGREVISION= 1 +DISTNAME= mathomatic-11.0d CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index ebb7aeb6c39..69d58dfcbd2 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2004/04/21 21:26:26 minskim Exp $ +$NetBSD: distinfo,v 1.5 2004/04/24 15:44:19 minskim Exp $ -SHA1 (mathomatic-11.0c/mathomatic-11.0c.tgz) = fe185a11f030c93f3739e5913c95598db95a1f7e -Size (mathomatic-11.0c/mathomatic-11.0c.tgz) = 109973 bytes +SHA1 (mathomatic-11.0d/mathomatic-11.0d.tgz) = 1e5c5530d5d72824e41e33e0f93800e446dc5818 +Size (mathomatic-11.0d/mathomatic-11.0d.tgz) = 109833 bytes SHA1 (patch-aa) = b5b1336df22a9381c3d748e4e49f0429ca773c47 |