From df2b794376251b1c39dc72a40b41d5cd36107eab Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 26 Dec 2004 06:19:11 +0000 Subject: 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. --- math/mathomatic/Makefile | 4 ++-- 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 -- cgit v1.2.3