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.3.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87881821c274
branches:  trunk
changeset: 494623:87881821c274
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu May 26 13:08:07 2005 +0000

description:
Update mathomatic to 12.3.3.

Changes:
  - Yet another improvement to the simplify command.  poly2_gcd() was fixed.
  - Improved bounds checking for gcd().
  - Pause command now takes an argument.
  - Made derivative, extrema, and integrate commands work with non-equations.
  - An important optimization was made to factor_times().
  - Added and tested code for numerical integration.  Currently disabled,
    to enable define "NUMERICAL_INTEGRATE" in CFLAGS.

diffstat:

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

diffs (27 lines):

diff -r 7b86801dbbe8 -r 87881821c274 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Thu May 26 12:53:50 2005 +0000
+++ b/math/mathomatic/Makefile  Thu May 26 13:08:07 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2005/05/15 14:32:29 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2005/05/26 13:08:07 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.3.2
+DISTNAME=              mathomatic-12.3.3
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 7b86801dbbe8 -r 87881821c274 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Thu May 26 12:53:50 2005 +0000
+++ b/math/mathomatic/distinfo  Thu May 26 13:08:07 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2005/05/15 14:32:29 minskim Exp $
+$NetBSD: distinfo,v 1.36 2005/05/26 13:08:07 minskim Exp $
 
-SHA1 (mathomatic-12.3.2.tgz) = 6e20b1704426611f8d5d85d31f0ee550d2327944
-RMD160 (mathomatic-12.3.2.tgz) = aa549a1aa9c59663e4bb55fb8acb6ea38a16adc6
-Size (mathomatic-12.3.2.tgz) = 124309 bytes
+SHA1 (mathomatic-12.3.3.tgz) = 6e8bf150f56c83071e2dd307207c97ad5a7a72cf
+RMD160 (mathomatic-12.3.3.tgz) = 8d0f2188619bc19b733db063cfab9c43d5fc24fe
+Size (mathomatic-12.3.3.tgz) = 126565 bytes
 SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9



Home | Main Index | Thread Index | Old Index