diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-20 02:07:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-20 02:07:56 +0000 |
commit | 384ddcd4ea009a3b478339db144844a5f280efec (patch) | |
tree | e2637abab222238156370cb7758a82f4a2f40e04 /math | |
parent | ba2d25347b84e689b123aee5a5bd1df5984665b4 (diff) | |
download | pkgsrc-384ddcd4ea009a3b478339db144844a5f280efec.tar.gz |
Update mathomatic to 11.4c.
Changes:
- Code cleanup. Polynomial division routine is now very easy to use.
- Renamed "WINDOWS" define to "CYGWIN".
- Added "set preserve_roots" option.
- Added modulus solving.
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 2c6bb5116ad..fb11be52c06 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/10/14 13:43:26 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2004/10/20 02:07:56 minskim Exp $ # -DISTNAME= mathomatic-11.4b +DISTNAME= mathomatic-11.4c CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index d7a98df203b..a8b4b252dd6 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2004/10/14 13:43:26 minskim Exp $ +$NetBSD: distinfo,v 1.21 2004/10/20 02:07:56 minskim Exp $ -SHA1 (mathomatic-11.4b.tgz) = adf92e9c3d1e58ba4c8a21efd57d717a2561e857 -Size (mathomatic-11.4b.tgz) = 120932 bytes +SHA1 (mathomatic-11.4c.tgz) = 3e533b70b9ce148a5660a35df99311cec779511d +Size (mathomatic-11.4c.tgz) = 121344 bytes SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b |