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.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62eda67760b8
branches:  trunk
changeset: 495220:62eda67760b8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 05 04:55:43 2005 +0000

description:
Update mathomatic to 12.4.0.

Changes:
  - Added singularity checking and enabled numerical integration.
  - Fixed a bug in and documented numerical integration.
  - Simplify command was improved.
  - Startup displays more accurate memory usage info.
  - Update to the Mathomatic man page (added description).
  - Added NO_COLOR define (see README.txt).
  - Added function get_range_eol().
  - Doubled MAX_COMPARE_TERMS to 400.

diffstat:

 math/mathomatic/Makefile |  8 ++++----
 math/mathomatic/PLIST    |  6 ++++--
 math/mathomatic/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (53 lines):

diff -r ba537e568689 -r 62eda67760b8 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sun Jun 05 04:35:45 2005 +0000
+++ b/math/mathomatic/Makefile  Sun Jun 05 04:55:43 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2005/05/31 07:29:38 minskim Exp $
+# $NetBSD: Makefile,v 1.40 2005/06/05 04:55:43 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.3.3
+DISTNAME=              mathomatic-12.4.0
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
@@ -25,7 +25,7 @@
        ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/doc/mathomatic.1 ${PREFIX}/man/man1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
-       ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/README.txt        \
-               ${PREFIX}/share/doc/${PKGBASE}
+       ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/doc/*.html        \
+               ${WRKSRC}/README.txt ${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../mk/bsd.pkg.mk"
diff -r ba537e568689 -r 62eda67760b8 math/mathomatic/PLIST
--- a/math/mathomatic/PLIST     Sun Jun 05 04:35:45 2005 +0000
+++ b/math/mathomatic/PLIST     Sun Jun 05 04:55:43 2005 +0000
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2004/07/26 17:37:02 minskim Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/06/05 04:55:43 minskim Exp $
 bin/mathomatic
 man/man1/mathomatic.1
 share/doc/${PKGBASE}/README.txt
 share/doc/${PKGBASE}/am.htm
+share/doc/${PKGBASE}/ctips.html
+share/doc/${PKGBASE}/index.html
 share/doc/${PKGBASE}/manual.htm
-share/doc/${PKGBASE}/notes.htm
+share/doc/${PKGBASE}/notes.html
 @dirrm share/doc/${PKGBASE}
diff -r ba537e568689 -r 62eda67760b8 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sun Jun 05 04:35:45 2005 +0000
+++ b/math/mathomatic/distinfo  Sun Jun 05 04:55:43 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2005/05/26 13:08:07 minskim Exp $
+$NetBSD: distinfo,v 1.37 2005/06/05 04:55:43 minskim Exp $
 
-SHA1 (mathomatic-12.3.3.tgz) = 6e8bf150f56c83071e2dd307207c97ad5a7a72cf
-RMD160 (mathomatic-12.3.3.tgz) = 8d0f2188619bc19b733db063cfab9c43d5fc24fe
-Size (mathomatic-12.3.3.tgz) = 126565 bytes
+SHA1 (mathomatic-12.4.0.tgz) = 6d5eb4694017d4e9db7bc468ee8a03422d8db2cc
+RMD160 (mathomatic-12.4.0.tgz) = a1aca9fd0e27573364101e649d8b985bf7d846b5
+Size (mathomatic-12.4.0.tgz) = 128084 bytes
 SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9



Home | Main Index | Thread Index | Old Index