diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-11 16:30:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-11 16:30:53 +0000 |
commit | 5ab72b5a5aafd3aad419bd02436e2000ef060d0c (patch) | |
tree | db382609c4089729e77b3529577b0f996b612db1 /math/mathomatic | |
parent | 41b3e3f25ad81559dd4745b45d3b3368a89a811a (diff) | |
download | pkgsrc-5ab72b5a5aafd3aad419bd02436e2000ef060d0c.tar.gz |
Update mathomatic to 12.5.1.
Changes:
- Corrected color and html mode routines.
- get_expr() now has equation space pull.
- You may now enter a "#" followed by an equation space number when
prompted for an expression.
- Ported nintegrate command to non-equations. No more commands to port.
- Made redirected output ignore screen_columns.
- Added "-q" option (quiet mode, don't display prompts).
= The Mathomatic man page was improved.
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 ec0bc25d4b8..737feff9071 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2005/10/29 01:45:35 minskim Exp $ +# $NetBSD: Makefile,v 1.54 2005/11/11 16:30:53 minskim Exp $ # -DISTNAME= mathomatic-12.5.0 +DISTNAME= mathomatic-12.5.1 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 4e28612d959..f104c1b8263 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2005/10/29 01:45:35 minskim Exp $ +$NetBSD: distinfo,v 1.50 2005/11/11 16:30:53 minskim Exp $ -SHA1 (mathomatic-12.5.0.tgz) = 9f1cb1ca6b429b85f9cac6c4ed6ac944b608107b -RMD160 (mathomatic-12.5.0.tgz) = 7481451927348992b617c8fa891e82404fccc9d6 -Size (mathomatic-12.5.0.tgz) = 128893 bytes +SHA1 (mathomatic-12.5.1.tgz) = 27f6bbc0e1acdd2f24307d2ca7c1a26fb0366513 +RMD160 (mathomatic-12.5.1.tgz) = 2820d7c681a07544739ae2aef6dbabaef0d60537 +Size (mathomatic-12.5.1.tgz) = 129719 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |