diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-04 16:38:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-04 16:38:47 +0000 |
commit | bbbefe1a978808c434f67892e948ac1da0c6b2ae (patch) | |
tree | 08a069d669dbf66e7bbea0d6d7383038707b2d5a /math/mathomatic | |
parent | 3c5fb4ffa5338434b46d348a748d1cb1cbf902f7 (diff) | |
download | pkgsrc-bbbefe1a978808c434f67892e948ac1da0c6b2ae.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')
-rw-r--r-- | math/mathomatic/Makefile | 8 | ||||
-rw-r--r-- | math/mathomatic/PLIST | 6 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index a278f5bf0b4..4bd51856187 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2004/06/28 13:58:25 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/04 16:38:47 minskim Exp $ # -DISTNAME= mathomatic-11.2d +DISTNAME= mathomatic-11.2e CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -24,8 +24,8 @@ INSTALLATION_DIRS= bin man/man1 .include "../../devel/readline/buildlink3.mk" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/am ${PREFIX}/bin/am_mathomatic - ${INSTALL_MAN} ${WRKSRC}/am.1 ${PREFIX}/man/man1/am_mathomatic.1 + ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/readme.txt \ ${PREFIX}/share/doc/${PKGBASE} 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 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 29e4d87b1cc..faa512fa0e3 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2004/06/28 13:58:25 minskim Exp $ +$NetBSD: distinfo,v 1.14 2004/07/04 16:38:47 minskim Exp $ -SHA1 (mathomatic-11.2d.tgz) = 5e6a942ef54c8c633ca9429c8feba4cb2efa6da9 -Size (mathomatic-11.2d.tgz) = 125048 bytes +SHA1 (mathomatic-11.2e.tgz) = 802afabee89d1570195c5581710fde7ad469e3d0 +Size (mathomatic-11.2e.tgz) = 125376 bytes SHA1 (patch-aa) = f590bd224831b7f882f7cfed72ba6db39e866985 |