From b3979dd459a69a50f3430011b8f58c5e407b7881 Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 26 Jun 2004 21:23:43 +0000 Subject: Update mathomatic to 11.2c. Changes since 11.2: Doubled the default amount of memory consumption to 11 megabytes. This allows equations twice as large. Fixed bug factoring infinity. Slight improvement to "integrate" command. Trap window resize signal and set number of screen columns and rows. Code cleanup. Fixed factoring of constants in factor command. Added "laplace" command. Allow "#" as a comment, as long as it is not immediately followed by a number. Enabled shelling out for all versions with the "!" command. Improvement and speedup for poly_gcd() and poly2_gcd(). Slight improvement in polynomial factoring made by deleting 1 line of code. Use getopt(3) to parse command line options. Made "-c" and "-h" options work together. If both are specified, work in HTML mono mode. --- 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 13da75d1fa9..e84ddce8b14 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/06/04 03:38:29 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2004/06/26 21:23:43 minskim Exp $ # -DISTNAME= mathomatic-11.2 +DISTNAME= mathomatic-11.2c CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 778db4627d5..454201d9b33 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2004/06/04 03:38:29 minskim Exp $ +$NetBSD: distinfo,v 1.12 2004/06/26 21:23:43 minskim Exp $ -SHA1 (mathomatic-11.2.tgz) = 0891248f8001d6632bb0fc1a13832dbaadf1b9dd -Size (mathomatic-11.2.tgz) = 121525 bytes +SHA1 (mathomatic-11.2c.tgz) = ccf3b18ac9613c59327e1f03954f18d34483d410 +Size (mathomatic-11.2c.tgz) = 123833 bytes SHA1 (patch-aa) = 5db7a43eaee9ed963a180e7617f4e8125ac541c8 -- cgit v1.2.3