diff options
author | minskim <minskim> | 2004-07-04 16:38:47 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-07-04 16:38:47 +0000 |
commit | ddce36b1a85f7fb59a84d3c30268b05c3d122d61 (patch) | |
tree | 08a069d669dbf66e7bbea0d6d7383038707b2d5a /math/mathomatic/PLIST | |
parent | 16067dcee6fb365d05157618d953a4739c5e244e (diff) | |
download | pkgsrc-ddce36b1a85f7fb59a84d3c30268b05c3d122d61.tar.gz |
Update mathomatic to 11.2e.
Changes:
Renamed the Mathomatic executable to "mathomatic".
Add inverse Laplace transform. Usage: laplace inverse x
Fixed bug in solving for zero, which occurred when there were no
variables in the divisor.
Some improvement in solve routine.
Diffstat (limited to 'math/mathomatic/PLIST')
-rw-r--r-- | math/mathomatic/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index 8b74b11eb7e..1f7e5264497 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2004/06/28 13:58:25 minskim Exp $ -bin/am_mathomatic -man/man1/am_mathomatic.1 +@comment $NetBSD: PLIST,v 1.3 2004/07/04 16:38:47 minskim Exp $ +bin/mathomatic +man/man1/mathomatic.1 share/doc/${PKGBASE}/am.htm share/doc/${PKGBASE}/manual.htm share/doc/${PKGBASE}/notes.htm |