diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-26 06:19:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-26 06:19:11 +0000 |
commit | c1d81b66835d8aea8055221db02c8b2395656356 (patch) | |
tree | 246b1fa5fd4266b5ae7b25d91f11eaac6f055ef0 /math | |
parent | 0d22a973a3f7630fc2eca6ef8e3a1f888a6b50d5 (diff) | |
download | pkgsrc-c1d81b66835d8aea8055221db02c8b2395656356.tar.gz |
Update mathomatic 11.6.
Changes:
- Many minor improvements made, none of which are worth mentioning by
themselves.
- Fixed all message strings with a variable listed in them.
- Added iteration option to calculate command.
- Trimmed set command of fat. Unnecessary messages removed.
- Removed all occurrences of "usage_flag".
- Usage info is now displayed everytime a command returns with error.
- Allow parsing of hexadecimal constants. Preceed hex numbers with
"0x".
- There may be parsing bugs. Systems using older versions of the GNU
libraries (specifically strtod(3)) will not allow hexadecimal input.
- Added limit command.
- Trapped 0^(negative number). It previously produced junk.
- Allow solve routine to produce infinity as an answer.
- Some commenting and fixing done to solve routine.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index da5ccac8b96..e6c36bcd313 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/12/01 04:06:03 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2004/12/26 06:19:11 minskim Exp $ # -DISTNAME= mathomatic-11.5c +DISTNAME= mathomatic-11.6 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 87defc9a2c6..9546c165aa9 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2004/12/01 04:06:03 minskim Exp $ +$NetBSD: distinfo,v 1.26 2004/12/26 06:19:11 minskim Exp $ -SHA1 (mathomatic-11.5c.tgz) = d4d0aeb2416e1431d0caae2427d7b299b3fbc796 -Size (mathomatic-11.5c.tgz) = 129674 bytes +SHA1 (mathomatic-11.6.tgz) = f83277955eac1cdc16e6e327c0b2001551c4ca74 +Size (mathomatic-11.6.tgz) = 133140 bytes SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b |