diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-26 17:37:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-26 17:37:02 +0000 |
commit | 9642bfa73dee0e90f695abc603f2293b94cc7b9a (patch) | |
tree | aae67c8f765a0bc9c5cfe14dfa6c84b85ecb64eb /math/mathomatic/PLIST | |
parent | 2a160d4edd148c567bb39326ab31b144a812a6cc (diff) | |
download | pkgsrc-9642bfa73dee0e90f695abc603f2293b94cc7b9a.tar.gz |
Update mathomatic to 11.3b.
Changes:
Proper exit after error reading files on the command line.
Added code to preserve roots of integers, if the result is irrational.
Fixed "calculate >filename".
Made "+/-2^.5" work as expected.
Code cleanup.
Full simplify added for every loop of taylor command.
Removed "replace temp" option, so that the "temp" variable can be renamed.
Diffstat (limited to 'math/mathomatic/PLIST')
-rw-r--r-- | math/mathomatic/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index 1f7e5264497..e59c3aecae3 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2004/07/04 16:38:47 minskim Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/07/26 17:37:02 minskim Exp $ bin/mathomatic man/man1/mathomatic.1 +share/doc/${PKGBASE}/README.txt share/doc/${PKGBASE}/am.htm share/doc/${PKGBASE}/manual.htm share/doc/${PKGBASE}/notes.htm -share/doc/${PKGBASE}/readme.txt @dirrm share/doc/${PKGBASE} |