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 to 12.4.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e14b5d97fb0d
branches:  trunk
changeset: 497053:e14b5d97fb0d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jul 19 17:46:40 2005 +0000

description:
Update mathomatic to 12.4.5.

Changes:
  - Bug fix made to divide command.
  - Increased the number of equation spaces to 100.
  - Fixed a precision problem with the "list export" command.
  - Added and implemented function return_result(equation_number) at the
    end of most commands, to facilitate use as a library.
  - Some more comments were added and "list.c" was cleaned up.
  - Replaced most printf()s with a new function called error().

diffstat:

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

diffs (27 lines):

diff -r 43a2ad47230b -r e14b5d97fb0d math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Tue Jul 19 17:45:03 2005 +0000
+++ b/math/mathomatic/Makefile  Tue Jul 19 17:46:40 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2005/07/06 13:34:08 minskim Exp $
+# $NetBSD: Makefile,v 1.44 2005/07/19 17:46:40 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.4.4
+DISTNAME=              mathomatic-12.4.5
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 43a2ad47230b -r e14b5d97fb0d math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Tue Jul 19 17:45:03 2005 +0000
+++ b/math/mathomatic/distinfo  Tue Jul 19 17:46:40 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2005/07/06 13:34:08 minskim Exp $
+$NetBSD: distinfo,v 1.41 2005/07/19 17:46:40 minskim Exp $
 
-SHA1 (mathomatic-12.4.4.tgz) = a3703d5f83654b65eb2c72805afd0f5500169bbc
-RMD160 (mathomatic-12.4.4.tgz) = 514182407707662c922a5b0a1de3e022ca7a46c9
-Size (mathomatic-12.4.4.tgz) = 127661 bytes
+SHA1 (mathomatic-12.4.5.tgz) = 42ee89e5be6063c68e62ba4ab78f052d992ba845
+RMD160 (mathomatic-12.4.5.tgz) = b04ed85c4a9e2bc83d793f4c8416395f394c3fbe
+Size (mathomatic-12.4.5.tgz) = 128112 bytes
 SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9



Home | Main Index | Thread Index | Old Index