diff options
author | minskim <minskim@pkgsrc.org> | 2006-02-13 23:21:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-02-13 23:21:25 +0000 |
commit | 150211834a030eacb8a2de7061031b9dda62fe4a (patch) | |
tree | 86105b4c2b3945f7927dbb3c4bfee5a98dd91af9 /math/mathomatic | |
parent | e9bec00a5b122194069adbd2643f35e55cfea947 (diff) | |
download | pkgsrc-150211834a030eacb8a2de7061031b9dda62fe4a.tar.gz |
Update mathomatic to 12.5.8.
Changes:
- Doubled the default max expression size. Display current size on
startup.
- Made solve_sub() return -1 for an identity.
- Speedup of the simplify command.
Diffstat (limited to 'math/mathomatic')
-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 1af8d298f7f..559de99c798 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2006/01/25 20:42:26 minskim Exp $ +# $NetBSD: Makefile,v 1.60 2006/02/13 23:21:25 minskim Exp $ # -DISTNAME= mathomatic-12.5.6 +DISTNAME= mathomatic-12.5.8 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 99a6d5439d3..1dc6bd46e43 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.55 2006/01/25 20:42:26 minskim Exp $ +$NetBSD: distinfo,v 1.56 2006/02/13 23:21:25 minskim Exp $ -SHA1 (mathomatic-12.5.6.tar.bz2) = fe684a153cddebf3c09ffec85c7ea3bc7285b009 -RMD160 (mathomatic-12.5.6.tar.bz2) = 7f634bff5a75b899ca97e6036218326a7f15628f -Size (mathomatic-12.5.6.tar.bz2) = 109806 bytes +SHA1 (mathomatic-12.5.8.tar.bz2) = 985b015baf9fdda00a52069195ef4e801b62b1d0 +RMD160 (mathomatic-12.5.8.tar.bz2) = b9b1f598a96c723e166529bf8d0274056080160c +Size (mathomatic-12.5.8.tar.bz2) = 110067 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |