diff options
author | minskim <minskim@pkgsrc.org> | 2007-04-18 21:09:13 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-04-18 21:09:13 +0000 |
commit | 6123d3e5875c32f751c3d4db974266f54afda298 (patch) | |
tree | 9287ac4a9fd37bcdcb31906a3121b2eb6d5d905f /math/mathomatic/Makefile | |
parent | 5d94bd3c49e785c7f49ef53f2d33624ec77f9eab (diff) | |
download | pkgsrc-6123d3e5875c32f751c3d4db974266f54afda298.tar.gz |
Update mathomatic to 12.6.12.
Changes since 12.6.8:
12/16/06 - Add "set special_variable_character" option.
12/26/06 - Comment makefiles and add "INSTALL.txt" for first-time users.
12/31/06 - Add "primes/primorial" Python program.
2/10/07 - "make install" wasn't working - fixed.
2/24/07 - Allow calculating large powers of complex numbers at the prompt,
like (i#+1)^99.
3/06/07 - Display which color mode is in effect on startup of Mathomatic.
3/08/07 - Some minor interface improvements to the taylor command.
3/31/07 - Corrected limit command for infinity limits.
4/3/07 - Updated root "README.txt" and created "tests/limits.in".
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index c34b7f30e9e..34317d6103c 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2007/01/07 09:13:59 rillig Exp $ +# $NetBSD: Makefile,v 1.77 2007/04/18 21:09:13 minskim Exp $ # -DISTNAME= mathomatic-12.6.8 +DISTNAME= mathomatic-12.6.12 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 |