pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic 11.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac1ac9c84edd
branches:  trunk
changeset: 486294:ac1ac9c84edd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Dec 26 06:19:11 2004 +0000

description:
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:

 math/mathomatic/Makefile |  4 ++--
 math/mathomatic/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r a5b6ad4fa5ff -r ac1ac9c84edd math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sun Dec 26 04:45:55 2004 +0000
+++ b/math/mathomatic/Makefile  Sun Dec 26 06:19:11 2004 +0000
@@ -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 -r a5b6ad4fa5ff -r ac1ac9c84edd math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sun Dec 26 04:45:55 2004 +0000
+++ b/math/mathomatic/distinfo  Sun Dec 26 06:19:11 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index