diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-08 12:58:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-08 12:58:55 +0000 |
commit | d6fb332d36ab338177d6ee01d7e152e8ac12e2e1 (patch) | |
tree | c70b66d8f91eff44d72aabd6ae139b2977eb8cf0 /math | |
parent | 0eb6f60cc49bc08520d2ed85f4796755c2a9ea21 (diff) | |
download | pkgsrc-d6fb332d36ab338177d6ee01d7e152e8ac12e2e1.tar.gz |
Update mathomatic to 12.5.3.
Changes:
- Ported matho-primes, matho-twin, and matho-pascal to long doubles.
"make test" added in "primes" directory.
- Alphabetic case sensitive mode set by default.
- Added "list maxima" option. "list export" is now for other programs.
- Code cleanup.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 6 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index b7467b2efb9..fca40e00c48 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.55 2005/11/23 05:26:10 minskim Exp $ +# $NetBSD: Makefile,v 1.56 2006/01/08 12:58:55 minskim Exp $ # -DISTNAME= mathomatic-12.5.2 +DISTNAME= mathomatic-12.5.3 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tar.bz2 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.mathomatic.com/ diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index e6e7fc18f3a..10e6abeb909 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2005/11/23 05:26:10 minskim Exp $ +$NetBSD: distinfo,v 1.52 2006/01/08 12:58:55 minskim Exp $ -SHA1 (mathomatic-12.5.2.tgz) = c7330e9acf4d8c836813e33e41f96a42f7af7bf5 -RMD160 (mathomatic-12.5.2.tgz) = bf58d707967f69eeb8245c1f0e7bb145b21a607b -Size (mathomatic-12.5.2.tgz) = 130070 bytes +SHA1 (mathomatic-12.5.3.tar.bz2) = 6afe8089fb769b6060325cf6b72fe335316cf397 +RMD160 (mathomatic-12.5.3.tar.bz2) = a69d2211cbb38970ae8a4a286776fe1c4b1d8e72 +Size (mathomatic-12.5.3.tar.bz2) = 103018 bytes SHA1 (patch-aa) = 3543edb07b77f401623953be57d06784684fbb30 |