diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-21 23:25:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-21 23:25:02 +0000 |
commit | f5ddcd7395c97e11ffb99e3c071d6effc10a0b05 (patch) | |
tree | 52e9e1e16c34d8643190648c5f59156934fcf140 /math | |
parent | cd9892a07b05e251ddb7d850014f079d884c901a (diff) | |
download | pkgsrc-f5ddcd7395c97e11ffb99e3c071d6effc10a0b05.tar.gz |
Update mathomatic to 12.5.5.
Changes:
- Added "doc/manpage.html", which is the man page for Mathomatic
generated with "groff -Thtml -man".
- Made sure all HTML files have the extension ".html".
- Made sure we can allocate at least 1 equation space on startup.
- Made entering things like "#1 a" succeed at entering a single variable
expression.
- Fix-ups to the symbolic math library.
- Increased power of limit command.
- A limit expression with infinity in it is assumed to be infinity.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 8 | ||||
-rw-r--r-- | math/mathomatic/PLIST | 7 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
3 files changed, 12 insertions, 11 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 513342f9af7..925ff430833 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2006/01/14 18:55:32 minskim Exp $ +# $NetBSD: Makefile,v 1.58 2006/01/21 23:25:02 minskim Exp $ # -DISTNAME= mathomatic-12.5.4 +DISTNAME= mathomatic-12.5.5 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 @@ -25,7 +25,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/doc/*.html \ - ${WRKSRC}/README.txt ${PREFIX}/share/doc/${PKGBASE} + ${INSTALL_DATA} ${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 e2866b08b3f..0c56da107bf 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.6 2005/10/29 01:45:35 minskim Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/01/21 23:25:02 minskim Exp $ bin/mathomatic man/man1/mathomatic.1 share/doc/${PKGBASE}/README.txt -share/doc/${PKGBASE}/am.htm +share/doc/${PKGBASE}/am.html share/doc/${PKGBASE}/index.html -share/doc/${PKGBASE}/manual.htm +share/doc/${PKGBASE}/manpage.html +share/doc/${PKGBASE}/manual.html share/doc/${PKGBASE}/notes.html @dirrm share/doc/${PKGBASE} diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index d0daf3551a2..8a1b4a1c591 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2006/01/14 18:55:32 minskim Exp $ +$NetBSD: distinfo,v 1.54 2006/01/21 23:25:02 minskim Exp $ -SHA1 (mathomatic-12.5.4.tar.bz2) = 63e96a93fd57e3a922c09c522c68892d6e4a9b0c -RMD160 (mathomatic-12.5.4.tar.bz2) = 69e82c3656442978dcb15a4715e810884a702e3f -Size (mathomatic-12.5.4.tar.bz2) = 102573 bytes +SHA1 (mathomatic-12.5.5.tar.bz2) = a7159349a8df218e6630b4bc0019ff856291cbf4 +RMD160 (mathomatic-12.5.5.tar.bz2) = 8ae51f8df6363ed3112da5bdf8635bd16fa8a6b9 +Size (mathomatic-12.5.5.tar.bz2) = 103487 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |