diff options
author | minskim <minskim@pkgsrc.org> | 2007-11-21 23:36:23 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-11-21 23:36:23 +0000 |
commit | 0e06d0590158ea8c97295a4f5a85e35839c68124 (patch) | |
tree | 541117ab994aad35649634e4f410213a486025e5 /math | |
parent | 0efa82e2b82d1f13720ac8601bf9aeaf2ba7aaf6 (diff) | |
download | pkgsrc-0e06d0590158ea8c97295a4f5a85e35839c68124.tar.gz |
Update mathomatic to 12.8.0.
Changes since 12.7.7:
10/10/07 - Proper error reporting for shelling out (! command).
10/12/07 - Created directory "m4" to play with using m4 to allow easily
entering functions through macros.
10/14/07 - Improved "set dir" to display the new current directory and to
default to the home directory.
10/17/07 - Entering "=" by itself now swaps equation sides instead of doing
nothing.
10/18/07 - New "mathomatic.ico" file with transparent background.
10/21/07 - Increased speed of taylor command up to 3 times by not doing an
unnecessary simplification.
Added "tests/distance.in".
10/22/07 - Fixed a small problem in calculate command, allowing instant
calculation of (2+2i)^99 now.
Entering any power of any complex number should work now.
10/29/07 - Solving now reports what degree polynomial the equation is.
11/12/07 - Fixed 3 bugs in optimize command.
11/16/07 - Fixed another bug in optimize command.
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 f0aef02c6da..01c86eb8743 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2007/10/13 15:27:52 minskim Exp $ +# $NetBSD: Makefile,v 1.84 2007/11/21 23:36:23 minskim Exp $ # -DISTNAME= mathomatic-12.7.7 +DISTNAME= mathomatic-12.8.0 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 98ba35635f5..3f5342499fb 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2007/10/13 15:27:52 minskim Exp $ +$NetBSD: distinfo,v 1.75 2007/11/21 23:36:23 minskim Exp $ -SHA1 (mathomatic-12.7.7.tar.bz2) = ef1d5530ba4a3a70f26735bcfff7f3ffe62158ca -RMD160 (mathomatic-12.7.7.tar.bz2) = a7d6ee5400f18663f4a331259e6f6863ade5d608 -Size (mathomatic-12.7.7.tar.bz2) = 125767 bytes +SHA1 (mathomatic-12.8.0.tar.bz2) = 898bd34bc3085d95318796343d0fef04962d23f4 +RMD160 (mathomatic-12.8.0.tar.bz2) = caa3ed249225f02385049dad3c09027d6f00c949 +Size (mathomatic-12.8.0.tar.bz2) = 127221 bytes SHA1 (patch-aa) = 3505940a53bd2573a4b45bbe2f13dc7755a141af |