From 334ea52c175011e0ad94126cfd889a7c60f330d0 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 10 Nov 2004 16:47:20 +0000 Subject: Update mathomatic to 11.5. Changes: - Using "memmove()" instead of deprecated "bcopy()". - Added "tests/tutor.in", which is an incomplete Mathomatic tutor. - Many improvements to scripts in the tests directory. - Removed "calculate factor" option. - Code cleanup. - Added more modulus simplification. - Simplify ((a%n)*integer+b)%n to (a*integer+b)%n generally and completely. - real^complex and complex^complex are now approximated. --- math/mathomatic/Makefile | 4 ++-- math/mathomatic/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index b5bd940a7c9..b6245934476 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/10/30 15:07:01 minskim Exp $ +# $NetBSD: Makefile,v 1.25 2004/11/10 16:47:20 minskim Exp $ # -DISTNAME= mathomatic-11.4d +DISTNAME= mathomatic-11.5 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 32f3db9cd9e..43cecdc19f4 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2004/10/30 15:07:01 minskim Exp $ +$NetBSD: distinfo,v 1.23 2004/11/10 16:47:20 minskim Exp $ -SHA1 (mathomatic-11.4d.tgz) = 999dee35c0ac7318239f9d3ad91a7c35609c169c -Size (mathomatic-11.4d.tgz) = 121309 bytes +SHA1 (mathomatic-11.5.tgz) = bb8b71a63ae0076902fa33114b35e155b05d6133 +Size (mathomatic-11.5.tgz) = 128109 bytes SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b -- cgit v1.2.3