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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea0bda7e3d02
branches:  trunk
changeset: 509500:ea0bda7e3d02
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Mar 11 00:14:51 2006 +0000

description:
Update mathomatic to 12.5.11.

Changes:
- "matho-primes pal" wasn't working, fixed.
- Improved the "Equation not defined" error message for new users.
- Worked on matho-primes program.
- Automatically determine the variable if none is specified
  with the extrema command.
- Code cleanup.
- Helped simplification of complex exponentials.
- Parse things like "2 2" as "2*2", instead of giving a syntax error.
  The default operator is always times.

diffstat:

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

diffs (27 lines):

diff -r 76314b0b1bf9 -r ea0bda7e3d02 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sat Mar 11 00:01:28 2006 +0000
+++ b/math/mathomatic/Makefile  Sat Mar 11 00:14:51 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2006/03/02 00:34:39 minskim Exp $
+# $NetBSD: Makefile,v 1.62 2006/03/11 00:14:51 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.5.10
+DISTNAME=              mathomatic-12.5.11
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tar.bz2
diff -r 76314b0b1bf9 -r ea0bda7e3d02 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sat Mar 11 00:01:28 2006 +0000
+++ b/math/mathomatic/distinfo  Sat Mar 11 00:14:51 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.57 2006/03/02 00:34:39 minskim Exp $
+$NetBSD: distinfo,v 1.58 2006/03/11 00:14:51 minskim Exp $
 
-SHA1 (mathomatic-12.5.10.tar.bz2) = 39802b4ce8b0458c1bd254993aba9cada39d109b
-RMD160 (mathomatic-12.5.10.tar.bz2) = 72bce8b3e7b47e2b986ccb49eafb9c2e019be06f
-Size (mathomatic-12.5.10.tar.bz2) = 111778 bytes
+SHA1 (mathomatic-12.5.11.tar.bz2) = f930ea58e9b3d2ebe59a768113a0da2b4f880da0
+RMD160 (mathomatic-12.5.11.tar.bz2) = fa9cbb0614430a923d971b11a4daa145e491acba
+Size (mathomatic-12.5.11.tar.bz2) = 111960 bytes
 SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30



Home | Main Index | Thread Index | Old Index