pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update mathomatic to 11.2e.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a6c086883c7
branches:  trunk
changeset: 477536:0a6c086883c7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jul 04 16:38:47 2004 +0000

description:
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:

 doc/CHANGES              |  3 ++-
 doc/TODO                 |  3 +--
 math/mathomatic/Makefile |  8 ++++----
 math/mathomatic/PLIST    |  6 +++---
 math/mathomatic/distinfo |  6 +++---
 5 files changed, 13 insertions(+), 13 deletions(-)

diffs (80 lines):

diff -r f23ea719e6a4 -r 0a6c086883c7 doc/CHANGES
--- a/doc/CHANGES       Sun Jul 04 16:21:59 2004 +0000
+++ b/doc/CHANGES       Sun Jul 04 16:38:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6441 2004/07/04 15:59:33 jmmv Exp $
+$NetBSD: CHANGES,v 1.6442 2004/07/04 16:38:47 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -3240,3 +3240,4 @@
        Added kaffe-esound-1.1.4 [jmmv 2004-07-04]
        Added kaffe-x11-1.1.4 [jmmv 2004-07-04]
        Added gst-plugins-cdparanoia-0.8.2 [jmmv 2004-07-04]
+       Updated mathomatic to 11.2e [minskim 2004-07-04]
diff -r f23ea719e6a4 -r 0a6c086883c7 doc/TODO
--- a/doc/TODO  Sun Jul 04 16:21:59 2004 +0000
+++ b/doc/TODO  Sun Jul 04 16:38:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1895 2004/07/04 14:27:20 wiz Exp $
+$NetBSD: TODO,v 1.1896 2004/07/04 16:38:47 minskim Exp $
 
 Suggested new packages
 ======================
@@ -295,7 +295,6 @@
        o maradns-1.0.23
        o marbles-1.0.6
        o matchbox-0.8.2 [pkgsrc-wip]
-       o mathomatic-11.2e
        o micq-0.4.11
        o midnight-commander-4.6.0
        o mimedefang-2.43
diff -r f23ea719e6a4 -r 0a6c086883c7 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sun Jul 04 16:21:59 2004 +0000
+++ b/math/mathomatic/Makefile  Sun Jul 04 16:38:47 2004 +0000
@@ -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 @@
 .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 -r f23ea719e6a4 -r 0a6c086883c7 math/mathomatic/PLIST
--- a/math/mathomatic/PLIST     Sun Jul 04 16:21:59 2004 +0000
+++ b/math/mathomatic/PLIST     Sun Jul 04 16:38:47 2004 +0000
@@ -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 -r f23ea719e6a4 -r 0a6c086883c7 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sun Jul 04 16:21:59 2004 +0000
+++ b/math/mathomatic/distinfo  Sun Jul 04 16:38:47 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index