diff options
author | minskim <minskim@pkgsrc.org> | 2006-09-13 00:39:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-09-13 00:39:03 +0000 |
commit | eba55cce5b16c92952a82bceab46e73090dbe95d (patch) | |
tree | c24dea64b0cbe698626aabaa10153722eeea376b /math | |
parent | e738feda0d8e8ddd94a6e801cabf904a4ec4d49e (diff) | |
download | pkgsrc-eba55cce5b16c92952a82bceab46e73090dbe95d.tar.gz |
Update mathomatic to 12.6.3.
Changes since 12.6.1:
8/20/06 - Fixed many very minor bugs. Added variable display precision.
8/21/06 - Display single digit primes when using "matho-primes pal".
8/24/06 - Increase display precision from 12 to 14 decimal digits.
8/27/06 - Added some tiny python programs: "fact/factorial" and "primes/mult".
8/31/06 - Add alternate command name "display" to flist command.
9/04/06 - Improve eliminate command by allowing "eliminate all all ..." to
eliminate all variables two or more times.
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 8abf2658c02..5147de68b50 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2006/09/09 02:43:10 obache Exp $ +# $NetBSD: Makefile,v 1.73 2006/09/13 00:39:03 minskim Exp $ # -DISTNAME= mathomatic-12.6.1 +DISTNAME= mathomatic-12.6.3 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 859643d4677..44c95ac2866 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.66 2006/08/15 15:38:25 minskim Exp $ +$NetBSD: distinfo,v 1.67 2006/09/13 00:39:03 minskim Exp $ -SHA1 (mathomatic-12.6.1.tar.bz2) = eb2331715fa44fa67b01e99393bc97199679e796 -RMD160 (mathomatic-12.6.1.tar.bz2) = e336cce19895e43b692307558c9e3b7e6b5e31ec -Size (mathomatic-12.6.1.tar.bz2) = 115751 bytes +SHA1 (mathomatic-12.6.3.tar.bz2) = 710648792b1cee28e9dbbc7a04b786245e40a3aa +RMD160 (mathomatic-12.6.3.tar.bz2) = e374cf9eedfc2098c497fdfcef0e7f1551c20caa +Size (mathomatic-12.6.3.tar.bz2) = 115517 bytes SHA1 (patch-aa) = e1e881d988e092376e15b0b2b4fc1af7546daee9 |