diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-15 15:38:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-15 15:38:25 +0000 |
commit | 0920375cce3c1638370c8e0a099b8afa90ae5763 (patch) | |
tree | 14395c13b98e0bdf7603e50363c4584c3891784c /math/mathomatic | |
parent | 87c09b269dca678d9ea74ed2928c14f34948a6d4 (diff) | |
download | pkgsrc-0920375cce3c1638370c8e0a099b8afa90ae5763.tar.gz |
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 (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 10 | ||||
-rw-r--r-- | math/mathomatic/patches/patch-aa | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 0456a83c5f6..7a69f7aceb1 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -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 --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 8a01b0cfd29..859643d4677 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -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 --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index 65b46891781..c9dadfe948a 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -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 |