diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-10 16:47:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-10 16:47:20 +0000 |
commit | 334ea52c175011e0ad94126cfd889a7c60f330d0 (patch) | |
tree | 0fe5ed0b24a2480e4326d401bb9bc4bce0dfd82c /math | |
parent | 4ec03a395452809379b9bacb2b75f193cfc9c957 (diff) | |
download | pkgsrc-334ea52c175011e0ad94126cfd889a7c60f330d0.tar.gz |
Update mathomatic to 11.5.
Changes:
- Using "memmove()" instead of deprecated "bcopy()".
- Added "tests/tutor.in", which is an incomplete Mathomatic tutor.
- Many improvements to scripts in the tests directory.
- Removed "calculate factor" option.
- Code cleanup.
- Added more modulus simplification.
- Simplify ((a%n)*integer+b)%n to (a*integer+b)%n generally and completely.
- real^complex and complex^complex are now approximated.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index b5bd940a7c9..b6245934476 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/10/30 15:07:01 minskim Exp $ +# $NetBSD: Makefile,v 1.25 2004/11/10 16:47:20 minskim Exp $ # -DISTNAME= mathomatic-11.4d +DISTNAME= mathomatic-11.5 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 32f3db9cd9e..43cecdc19f4 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2004/10/30 15:07:01 minskim Exp $ +$NetBSD: distinfo,v 1.23 2004/11/10 16:47:20 minskim Exp $ -SHA1 (mathomatic-11.4d.tgz) = 999dee35c0ac7318239f9d3ad91a7c35609c169c -Size (mathomatic-11.4d.tgz) = 121309 bytes +SHA1 (mathomatic-11.5.tgz) = bb8b71a63ae0076902fa33114b35e155b05d6133 +Size (mathomatic-11.5.tgz) = 128109 bytes SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b |