diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-15 07:45:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-15 07:45:01 +0000 |
commit | c1417030854d13e8304ee006d11cea0fe41f51cd (patch) | |
tree | 14d46632c1c946f4850e77afb997ed1922797388 /math | |
parent | 358636a86e92fdae87c035c916704ee20192a18b (diff) | |
download | pkgsrc-c1417030854d13e8304ee006d11cea0fe41f51cd.tar.gz |
Update mathomatic to 12.5.13.
Changes:
Improved matho-primes by making primes buffer variable size.
Added "set factor_integers" option.
Removed "simplify poly" option, it was rarely useful.
Code cleanup, commenting, and speed optimization.
Improved simplification, added the fixed problem ("tests/linear.in") to the tests.
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 a13088ebde3..26ec49e95d0 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2006/04/06 06:22:21 reed Exp $ +# $NetBSD: Makefile,v 1.65 2006/05/15 07:45:01 minskim Exp $ # -DISTNAME= mathomatic-12.5.12 +DISTNAME= mathomatic-12.5.13 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 430ed8f6fc2..ae40c609c1d 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.59 2006/03/26 18:45:07 minskim Exp $ +$NetBSD: distinfo,v 1.60 2006/05/15 07:45:01 minskim Exp $ -SHA1 (mathomatic-12.5.12.tar.bz2) = c4357a5f4867018f0b8b5d6063245a60a28f70bf -RMD160 (mathomatic-12.5.12.tar.bz2) = faebb5eea92cebfaf515e5dfbf788148c7dea95c -Size (mathomatic-12.5.12.tar.bz2) = 112143 bytes +SHA1 (mathomatic-12.5.13.tar.bz2) = 2e730d366dd37d1800ea41ef4ad22df26c404d3d +RMD160 (mathomatic-12.5.13.tar.bz2) = c70b7d56b43e21bdb3b4f6494137abf4c3232ab7 +Size (mathomatic-12.5.13.tar.bz2) = 113893 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |