diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-14 15:01:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-14 15:01:31 +0000 |
commit | 03bc3b279eee040ed581e949e5f3ba43ccc8be49 (patch) | |
tree | 79944fdb75d104d314cbdb470da57baa7f149425 /math/mathomatic | |
parent | de294a05284397c1afe151ab2680712d73dd820b (diff) | |
download | pkgsrc-03bc3b279eee040ed581e949e5f3ba43ccc8be49.tar.gz |
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.
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 5 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
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 |