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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7b849024267
branches:  trunk
changeset: 517588:a7b849024267
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Aug 15 15:38:25 2006 +0000

description:
Update mathomatic to 12.6.1.

Major changes:
- Added alternate command names.
- Don't allow imaginary numbers in integer only expressions.
- Made poly_gcd_simp() do its job in one pass.
- Add "set autosolve" option.
- Make entry of "=(expression)" into "0=(expression)", instead of being an
  error.
- Add fraction command.
- Made simplification default to polynomial simplify.
- "replace constants" command now approximates constants with roots.
- Fixed a floating point accuracy issue recently introduced.
- Other bug fixes and improvements.

diffstat:

 math/mathomatic/Makefile         |   4 ++--
 math/mathomatic/distinfo         |  10 +++++-----
 math/mathomatic/patches/patch-aa |   6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r 607973db6deb -r a7b849024267 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Tue Aug 15 15:22:47 2006 +0000
+++ b/math/mathomatic/Makefile  Tue Aug 15 15:38:25 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2006/08/08 18:15:20 minskim Exp $
+# $NetBSD: Makefile,v 1.71 2006/08/15 15:38:25 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.5.19
+DISTNAME=              mathomatic-12.6.1
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tar.bz2
diff -r 607973db6deb -r a7b849024267 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Tue Aug 15 15:22:47 2006 +0000
+++ b/math/mathomatic/distinfo  Tue Aug 15 15:38:25 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.65 2006/08/08 18:15:20 minskim Exp $
+$NetBSD: distinfo,v 1.66 2006/08/15 15:38:25 minskim Exp $
 
-SHA1 (mathomatic-12.5.19.tar.bz2) = edf801aa35d3337a7165ddff75452b627ca8932d
-RMD160 (mathomatic-12.5.19.tar.bz2) = 5d25ecab7c59575f21a133c954b9907f86dba6d1
-Size (mathomatic-12.5.19.tar.bz2) = 119105 bytes
-SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30
+SHA1 (mathomatic-12.6.1.tar.bz2) = eb2331715fa44fa67b01e99393bc97199679e796
+RMD160 (mathomatic-12.6.1.tar.bz2) = e336cce19895e43b692307558c9e3b7e6b5e31ec
+Size (mathomatic-12.6.1.tar.bz2) = 115751 bytes
+SHA1 (patch-aa) = e1e881d988e092376e15b0b2b4fc1af7546daee9
diff -r 607973db6deb -r a7b849024267 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Tue Aug 15 15:22:47 2006 +0000
+++ b/math/mathomatic/patches/patch-aa  Tue Aug 15 15:38:25 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.16 2005/10/29 01:45:35 minskim Exp $
+$NetBSD: patch-aa,v 1.17 2006/08/15 15:38:26 minskim Exp $
 
---- makefile.orig      2005-10-20 03:36:30.000000000 -0700
+--- makefile.orig      2006-07-23 03:22:54.000000000 -0700
 +++ makefile
-@@ -5,8 +5,8 @@ CFLAGS         += -O -DUNIX -DVERSION=\"$(VERSI
+@@ -7,8 +7,8 @@ CFLAGS         += -O -DUNIX -DVERSION=\"$(VERSI
  LDFLAGS               += -s
  LIBS          += -lm
  



Home | Main Index | Thread Index | Old Index