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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95e1f6ea1359
branches:  trunk
changeset: 514794:95e1f6ea1359
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 18 03:02:24 2006 +0000

description:
Update mathomatic to 12.5.17.

Changes since 12.5.15:
Allow curly brackets ("{}") as parentheses.
Allow all taylor command input on the command line.
Add taylor command to tests.
Added -u option (Unbuffered mode).  Previously output was always unbuffered.
Fixed compilation failure with some versions of GCC, when using readline.
Made some nice changes to "gcd.c".
Added "solve" as a command.
Adjust copyright dates and file comments in all source files.
Fix display of -0 (now displays as 0).
Restore matho-sumsq to Prime Number Tools.

diffstat:

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

diffs (27 lines):

diff -r ea2958285da8 -r 95e1f6ea1359 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sun Jun 18 03:01:21 2006 +0000
+++ b/math/mathomatic/Makefile  Sun Jun 18 03:02:24 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2006/06/05 23:48:58 minskim Exp $
+# $NetBSD: Makefile,v 1.68 2006/06/18 03:02:24 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.5.15
+DISTNAME=              mathomatic-12.5.17
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tar.bz2
diff -r ea2958285da8 -r 95e1f6ea1359 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sun Jun 18 03:01:21 2006 +0000
+++ b/math/mathomatic/distinfo  Sun Jun 18 03:02:24 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.62 2006/06/05 23:48:58 minskim Exp $
+$NetBSD: distinfo,v 1.63 2006/06/18 03:02:24 minskim Exp $
 
-SHA1 (mathomatic-12.5.15.tar.bz2) = f6722b8ac1a7576e8f51ebb506690377fbc27fe1
-RMD160 (mathomatic-12.5.15.tar.bz2) = d5bcd5f9f15d47f5b971662eccf990af7347cf61
-Size (mathomatic-12.5.15.tar.bz2) = 114821 bytes
+SHA1 (mathomatic-12.5.17.tar.bz2) = 641a5835f550241db51fb59b4430de1214b03be5
+RMD160 (mathomatic-12.5.17.tar.bz2) = 40dd276321e0efce000a4758ef40e44e7f92c4e7
+Size (mathomatic-12.5.17.tar.bz2) = 116454 bytes
 SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30



Home | Main Index | Thread Index | Old Index