From fad06533572b33ca7175dcde20c3a66911d91e4a Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 14 Jan 2006 18:55:32 +0000 Subject: 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#))". --- math/mathomatic/Makefile | 4 ++-- math/mathomatic/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math/mathomatic') 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 -- cgit v1.2.3