diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-28 13:58:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-28 13:58:25 +0000 |
commit | ac24d7b58c2ec489ec3bdb70c8de4354c0f63478 (patch) | |
tree | 8b6cbd011649af4f419b1b326af5e5c56a3cfcab /math/mathomatic/PLIST | |
parent | 8ec7453500fe6ed0917886ce4376118113fcafe7 (diff) | |
download | pkgsrc-ac24d7b58c2ec489ec3bdb70c8de4354c0f63478.tar.gz |
Update mathomatic to 11.2d.
Changes:
Slight improvement to integrate and laplace commands.
Integrate/laplace x on (a+x)/(b+c) works now.
Added more examples to the documentation (am.htm).
2 to 10 times speedup for simplify command by fixing polynomial factoring.
Diffstat (limited to 'math/mathomatic/PLIST')
-rw-r--r-- | math/mathomatic/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index faaf612192d..8b74b11eb7e 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,3 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/31 18:14:08 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/06/28 13:58:25 minskim Exp $ bin/am_mathomatic man/man1/am_mathomatic.1 +share/doc/${PKGBASE}/am.htm +share/doc/${PKGBASE}/manual.htm +share/doc/${PKGBASE}/notes.htm +share/doc/${PKGBASE}/readme.txt +@dirrm share/doc/${PKGBASE} |