diff options
author | minskim <minskim@pkgsrc.org> | 2008-06-21 17:23:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-06-21 17:23:26 +0000 |
commit | 90d5abf001eb9bcd605dbc985afb2da3931b0d8c (patch) | |
tree | 8e9227f2d967cdf35daff9fcf6aa01e099f9bc5f /math/mathomatic/Makefile | |
parent | 4d222d9e8cebd94c6ce6655529a5fbbdea06988b (diff) | |
download | pkgsrc-90d5abf001eb9bcd605dbc985afb2da3931b0d8c.tar.gz |
Update mathomatic to 14.0.5.
Major changes since 12.8.0:
- Improved the "solve verify" command option.
- Added "derivative nosimplify" command option.
- Added "simplify sign" command option.
- More correct simplification restriction added.
- Disallow variable name "all" in expressions.
- Turned off readline file name completion.
- Implemented integral divide operator "//".
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 15db8a53fe9..741027a84d8 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.86 2008/06/21 17:23:26 minskim Exp $ # -DISTNAME= mathomatic-12.8.0 +DISTNAME= mathomatic-14.0.5 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 |