diff options
author | minskim <minskim@pkgsrc.org> | 2005-06-05 04:55:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-06-05 04:55:43 +0000 |
commit | 02079252f1c14dd08acc8e023a23e163de7cf395 (patch) | |
tree | 4ab2771e39c9b0129869d2995ae92f28a1603362 /math | |
parent | 16d303a28227ae90d41314c5ccacbc88703881a0 (diff) | |
download | pkgsrc-02079252f1c14dd08acc8e023a23e163de7cf395.tar.gz |
Update mathomatic to 12.4.0.
Changes:
- Added singularity checking and enabled numerical integration.
- Fixed a bug in and documented numerical integration.
- Simplify command was improved.
- Startup displays more accurate memory usage info.
- Update to the Mathomatic man page (added description).
- Added NO_COLOR define (see README.txt).
- Added function get_range_eol().
- Doubled MAX_COMPARE_TERMS to 400.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 8 | ||||
-rw-r--r-- | math/mathomatic/PLIST | 6 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 410789e5597..d18a1df5575 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2005/05/31 07:29:38 minskim Exp $ +# $NetBSD: Makefile,v 1.40 2005/06/05 04:55:43 minskim Exp $ # -DISTNAME= mathomatic-12.3.3 +DISTNAME= mathomatic-12.4.0 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -25,7 +25,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/mathomatic.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/README.txt \ - ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/doc/*.html \ + ${WRKSRC}/README.txt ${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index e59c3aecae3..8921e46da35 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.4 2004/07/26 17:37:02 minskim Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/06/05 04:55:43 minskim Exp $ bin/mathomatic man/man1/mathomatic.1 share/doc/${PKGBASE}/README.txt share/doc/${PKGBASE}/am.htm +share/doc/${PKGBASE}/ctips.html +share/doc/${PKGBASE}/index.html share/doc/${PKGBASE}/manual.htm -share/doc/${PKGBASE}/notes.htm +share/doc/${PKGBASE}/notes.html @dirrm share/doc/${PKGBASE} diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index c8d01e8f70c..a5cee9acf04 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.36 2005/05/26 13:08:07 minskim Exp $ +$NetBSD: distinfo,v 1.37 2005/06/05 04:55:43 minskim Exp $ -SHA1 (mathomatic-12.3.3.tgz) = 6e8bf150f56c83071e2dd307207c97ad5a7a72cf -RMD160 (mathomatic-12.3.3.tgz) = 8d0f2188619bc19b733db063cfab9c43d5fc24fe -Size (mathomatic-12.3.3.tgz) = 126565 bytes +SHA1 (mathomatic-12.4.0.tgz) = 6d5eb4694017d4e9db7bc468ee8a03422d8db2cc +RMD160 (mathomatic-12.4.0.tgz) = a1aca9fd0e27573364101e649d8b985bf7d846b5 +Size (mathomatic-12.4.0.tgz) = 128084 bytes SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9 |