diff options
author | minskim <minskim@pkgsrc.org> | 2005-07-19 17:46:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-07-19 17:46:40 +0000 |
commit | 5f2212449aa757340114c2bf8aaf4126f07ea00c (patch) | |
tree | ae982ff7352d013b4b74bdeee8c725161b376ddb /math/mathomatic | |
parent | a3e3817e07f14721a5e820767db0fc606691e860 (diff) | |
download | pkgsrc-5f2212449aa757340114c2bf8aaf4126f07ea00c.tar.gz |
Update mathomatic to 12.4.5.
Changes:
- Bug fix made to divide command.
- Increased the number of equation spaces to 100.
- Fixed a precision problem with the "list export" command.
- Added and implemented function return_result(equation_number) at the
end of most commands, to facilitate use as a library.
- Some more comments were added and "list.c" was cleaned up.
- Replaced most printf()s with a new function called error().
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 0cbbbfb39e0..c6602b0ef0f 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2005/07/06 13:34:08 minskim Exp $ +# $NetBSD: Makefile,v 1.44 2005/07/19 17:46:40 minskim Exp $ # -DISTNAME= mathomatic-12.4.4 +DISTNAME= mathomatic-12.4.5 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 957e2ad77fc..a454a90e122 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.40 2005/07/06 13:34:08 minskim Exp $ +$NetBSD: distinfo,v 1.41 2005/07/19 17:46:40 minskim Exp $ -SHA1 (mathomatic-12.4.4.tgz) = a3703d5f83654b65eb2c72805afd0f5500169bbc -RMD160 (mathomatic-12.4.4.tgz) = 514182407707662c922a5b0a1de3e022ca7a46c9 -Size (mathomatic-12.4.4.tgz) = 127661 bytes +SHA1 (mathomatic-12.4.5.tgz) = 42ee89e5be6063c68e62ba4ab78f052d992ba845 +RMD160 (mathomatic-12.4.5.tgz) = b04ed85c4a9e2bc83d793f4c8416395f394c3fbe +Size (mathomatic-12.4.5.tgz) = 128112 bytes SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9 |