diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-18 03:02:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-18 03:02:24 +0000 |
commit | e6267005e94710083a014ac868ffdac85266e993 (patch) | |
tree | 9736c960b2149d8846b3456868651e700a95eec4 /math | |
parent | 2c1f9ad2070d26783002809d355f0fbaba3c9f9e (diff) | |
download | pkgsrc-e6267005e94710083a014ac868ffdac85266e993.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index b4371031a29..2c763d9747d 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -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 --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 61bb9ca38bd..573bd4121dc 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -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 |