diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-08 18:15:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-08 18:15:20 +0000 |
commit | cc681ce8c1e4d3a5f8d9055efc2f26f6b5777ec2 (patch) | |
tree | c9ea52ec5d104794b9fef0530276d9429e1e49ce /math | |
parent | 0c10c37829bf70031d263fcbe25ec75277c6c385 (diff) | |
download | pkgsrc-cc681ce8c1e4d3a5f8d9055efc2f26f6b5777ec2.tar.gz |
Update mathomatic to 12.5.19.
Changes:
6/18/06 - Made entering "a=b=c" give an error, instead of just ignoring "c".
6/18/06 - Made "inf" an invalid variable, should be a constant only.
6/18/06 - Improved prompting for a variable.
6/18/06 - Mathomatic now properly removes all trailing spaces from input.
6/21/06 - Beautified the Mathomatic manuals.
6/23/06 - Remove semicolon from output of "code python" command.
6/27/06 - Add "tests/trig.in" to the tests.
6/29/06 - Allow typing "?" as a quick way to get help.
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 c438d201ed7..0456a83c5f6 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2006/07/27 18:25:48 minskim Exp $ +# $NetBSD: Makefile,v 1.70 2006/08/08 18:15:20 minskim Exp $ # -DISTNAME= mathomatic-12.5.18 +DISTNAME= mathomatic-12.5.19 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index f5bf2ca2967..8a01b0cfd29 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.64 2006/07/27 18:25:48 minskim Exp $ +$NetBSD: distinfo,v 1.65 2006/08/08 18:15:20 minskim Exp $ -SHA1 (mathomatic-12.5.18.tar.bz2) = 759a75d77017bc4fd0f7a29246f52639acfa3028 -RMD160 (mathomatic-12.5.18.tar.bz2) = b1200b090c1db6d1f0fa42ab4d681ab3d2268b87 -Size (mathomatic-12.5.18.tar.bz2) = 116926 bytes +SHA1 (mathomatic-12.5.19.tar.bz2) = edf801aa35d3337a7165ddff75452b627ca8932d +RMD160 (mathomatic-12.5.19.tar.bz2) = 5d25ecab7c59575f21a133c954b9907f86dba6d1 +Size (mathomatic-12.5.19.tar.bz2) = 119105 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |