From 03bc3b279eee040ed581e949e5f3ba43ccc8be49 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 14 May 2004 15:01:31 +0000 Subject: Update mathomatic to 11.1b. Changes since 11.1: Added Java code generation (usage: "code java"). Added "list export" option, to display equations in exportable format. They can be cut-and-pasted to another math program with this option. Added a blank line after every equation listed with the "list" and "code" commands. Looks better. Made "MAX_VAR_LEN" completely flexible (can be set to any value; set to 80). Improved factoring of polynomials with repeated factors by trying to differentiate with respect to every variable. --- math/mathomatic/Makefile | 5 ++--- math/mathomatic/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'math') diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index c4286eef255..1d2e36c368d 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/05/10 16:47:15 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/14 15:01:31 minskim Exp $ # -DISTNAME= mathomatic-11.1 +DISTNAME= mathomatic-11.1b CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -13,7 +13,6 @@ COMMENT= Small portable symbolic math program PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/am -DIST_SUBDIR= ${PKGNAME_NOREV} USE_BUILDLINK3= yes NO_CONFIGURE= yes MAKEFILE= makefile diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 59f88d9f1c3..c02cfa93945 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2004/05/10 16:47:15 minskim Exp $ +$NetBSD: distinfo,v 1.9 2004/05/14 15:01:31 minskim Exp $ -SHA1 (mathomatic-11.1/mathomatic-11.1.tgz) = 7d5a52ffb607d39ed429a2925f756fb72966fee2 -Size (mathomatic-11.1/mathomatic-11.1.tgz) = 119337 bytes +SHA1 (mathomatic-11.1b.tgz) = e2a4e871d7f8b66c82c259d08c9315694d7b24c3 +Size (mathomatic-11.1b.tgz) = 127668 bytes SHA1 (patch-aa) = f2b0919ad4ce62172e8719218c6e295bee248aaf -- cgit v1.2.3