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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0921d567b5f4
branches:  trunk
changeset: 509003:0921d567b5f4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 02 00:34:39 2006 +0000

description:
Update mathomatic to 12.5.10.

Changes since 12.5.8:
- Bug fix for nintegrate command.  Result was correct but not fully reduced.
- Added "twin" option to "primes/matho-primes", removed "primes/matho-twin".
- Automatically determine the variable if none is specified
  with the derivative and taylor commands.
- Increased the maximum variable length to 1000 characters.

diffstat:

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

diffs (35 lines):

diff -r bf7af49ddd8f -r 0921d567b5f4 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Thu Mar 02 00:28:00 2006 +0000
+++ b/math/mathomatic/Makefile  Thu Mar 02 00:34:39 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2006/02/13 23:21:25 minskim Exp $
+# $NetBSD: Makefile,v 1.61 2006/03/02 00:34:39 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.5.8
+DISTNAME=              mathomatic-12.5.10
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tar.bz2
@@ -19,6 +19,7 @@
 
 INSTALLATION_DIRS=     bin man/man1
 
+BUILDLINK_DEPENDS.readline+=   readline>=5.1pl1nb1
 .include "../../devel/readline/buildlink3.mk"
 
 do-install:
diff -r bf7af49ddd8f -r 0921d567b5f4 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Thu Mar 02 00:28:00 2006 +0000
+++ b/math/mathomatic/distinfo  Thu Mar 02 00:34:39 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2006/02/13 23:21:25 minskim Exp $
+$NetBSD: distinfo,v 1.57 2006/03/02 00:34:39 minskim Exp $
 
-SHA1 (mathomatic-12.5.8.tar.bz2) = 985b015baf9fdda00a52069195ef4e801b62b1d0
-RMD160 (mathomatic-12.5.8.tar.bz2) = b9b1f598a96c723e166529bf8d0274056080160c
-Size (mathomatic-12.5.8.tar.bz2) = 110067 bytes
+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 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30



Home | Main Index | Thread Index | Old Index