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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2abbedd2da1c
branches:  trunk
changeset: 488376:2abbedd2da1c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 29 10:53:17 2005 +0000

description:
Update mathomatic to 11.7.

Changes:

Another minor adjustment to simplify command to make everything work
just right.

Trap "derivative x" of (negative constant or zero)^x.

Solve "(constant)^y=constant" for y.

Moved all html files and the man page to subdirectory "doc".

Code cleanup.

Improved modulus solving.

Trap "x%0".  Simplify "x%inf".

Fix fraction list display of -0.

Change for better simplification.

Fix for division by roots of fractions.

diffstat:

 math/mathomatic/Makefile |  8 ++++----
 math/mathomatic/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 47fb8b46216f -r 2abbedd2da1c math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sat Jan 29 10:18:45 2005 +0000
+++ b/math/mathomatic/Makefile  Sat Jan 29 10:53:17 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2005/01/14 14:52:44 minskim Exp $
+# $NetBSD: Makefile,v 1.31 2005/01/29 10:53:17 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.6d
+DISTNAME=              mathomatic-11.7
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
@@ -24,9 +24,9 @@
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1
+       ${INSTALL_MAN} ${WRKSRC}/doc/mathomatic.1 ${PREFIX}/man/man1
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
-       ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/README.txt    \
+       ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/README.txt        \
                ${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 47fb8b46216f -r 2abbedd2da1c math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sat Jan 29 10:18:45 2005 +0000
+++ b/math/mathomatic/distinfo  Sat Jan 29 10:53:17 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2005/01/14 14:52:44 minskim Exp $
+$NetBSD: distinfo,v 1.29 2005/01/29 10:53:17 minskim Exp $
 
-SHA1 (mathomatic-11.6d.tgz) = fe58f8eb0ff7cdadff2a8a4aa6b7c7fba330ce2e
-Size (mathomatic-11.6d.tgz) = 129028 bytes
+SHA1 (mathomatic-11.7.tgz) = 74d3ed37a44881b63c6a7f4172ecc079dee61688
+Size (mathomatic-11.7.tgz) = 129006 bytes
 SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b



Home | Main Index | Thread Index | Old Index