pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 12.5.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2144fce27b2d
branches: trunk
changeset: 506780:2144fce27b2d
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jan 21 23:25:02 2006 +0000
description:
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:
math/mathomatic/Makefile | 8 ++++----
math/mathomatic/PLIST | 7 ++++---
math/mathomatic/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r f1f1b71ac33c -r 2144fce27b2d math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Sat Jan 21 23:16:35 2006 +0000
+++ b/math/mathomatic/Makefile Sat Jan 21 23:25:02 2006 +0000
@@ -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 @@
${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 -r f1f1b71ac33c -r 2144fce27b2d math/mathomatic/PLIST
--- a/math/mathomatic/PLIST Sat Jan 21 23:16:35 2006 +0000
+++ b/math/mathomatic/PLIST Sat Jan 21 23:25:02 2006 +0000
@@ -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 -r f1f1b71ac33c -r 2144fce27b2d math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Sat Jan 21 23:16:35 2006 +0000
+++ b/math/mathomatic/distinfo Sat Jan 21 23:25:02 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index