diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-14 18:55:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-14 18:55:32 +0000 |
commit | fad06533572b33ca7175dcde20c3a66911d91e4a (patch) | |
tree | 0154f2731839f05bb743dd37e75dfcfc908c9657 /math/mathomatic | |
parent | e7afab3e1244e9cf829d5fb5b2cc0826544fa469 (diff) | |
download | pkgsrc-fad06533572b33ca7175dcde20c3a66911d91e4a.tar.gz |
Update mathomatic to 12.5.4.
Changes:
- Removed parsing of "infinity" and fixed parsing of "inf".
- Removed matho-around. Use GNU "seq | factor" instead.
- Allow "#+"number and "#-"number at main prompt, to select relative
equation numbers.
- Removed all primes (') support from variable names.
- Added version command.
- Added "-v" option.
- Split off super.c into super.c and poly.c.
- All polynomial routines are now in poly.c.
- Improved roots command and put it in tests.
- Fixed bug simplifying "a = (e# + (e#*i#))^(pi + (pi*i#))".
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index fca40e00c48..513342f9af7 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2006/01/08 12:58:55 minskim Exp $ +# $NetBSD: Makefile,v 1.57 2006/01/14 18:55:32 minskim Exp $ # -DISTNAME= mathomatic-12.5.3 +DISTNAME= mathomatic-12.5.4 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 10e6abeb909..d0daf3551a2 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.52 2006/01/08 12:58:55 minskim Exp $ +$NetBSD: distinfo,v 1.53 2006/01/14 18:55:32 minskim Exp $ -SHA1 (mathomatic-12.5.3.tar.bz2) = 6afe8089fb769b6060325cf6b72fe335316cf397 -RMD160 (mathomatic-12.5.3.tar.bz2) = a69d2211cbb38970ae8a4a286776fe1c4b1d8e72 -Size (mathomatic-12.5.3.tar.bz2) = 103018 bytes +SHA1 (mathomatic-12.5.4.tar.bz2) = 63e96a93fd57e3a922c09c522c68892d6e4a9b0c +RMD160 (mathomatic-12.5.4.tar.bz2) = 69e82c3656442978dcb15a4715e810884a702e3f +Size (mathomatic-12.5.4.tar.bz2) = 102573 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |