diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-30 15:07:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-30 15:07:01 +0000 |
commit | 5254ec88d8ce67108ab1ff6e5cf580e28e67dfb4 (patch) | |
tree | 0bd3185d32acacf42d577a3f91d3aaa10ff72fe9 | |
parent | 924a434ddbbc781c48e84510f8acd988b52b3c7e (diff) | |
download | pkgsrc-5254ec88d8ce67108ab1ff6e5cf580e28e67dfb4.tar.gz |
Update mathomatic to 11.4d.
Changes:
- Removed obsolete short variable name code and bumped up "MAX_VARS" to 500.
- Fixed problem with conflicting names and code for "cpow()" and "cexp()".
Renamed to "complex_pow()" and "complex_exp()".
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 678939fe137..612c27cbaaf 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7622 2004/10/30 14:16:52 recht Exp $ +$NetBSD: CHANGES,v 1.7623 2004/10/30 15:07:01 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4986,3 +4986,4 @@ Changes to the packages collection and infrastructure in 2004: Updated cvsync to 0.24.17 [gehenna 2004-10-30] Updated spread to 3.17.3 [recht 2004-10-30] Updated clamav to 0.80nb3 [recht 2004-10-30] + Updated mathomatic to 11.4d [minskim 2004-10-30] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.2286 2004/10/30 10:40:19 xtraeme Exp $ +$NetBSD: TODO,v 1.2287 2004/10/30 15:07:01 minskim Exp $ Suggested new packages ====================== @@ -432,7 +432,6 @@ Suggested package updates o maketool-0.8.4 o maradns-1.0.23 o marbles-1.0.6 - o mathomatic-11.4d o micq-0.4.11 o midnight-commander-4.6.0 [pkgsrc-wip] o mikmod-3.2.1 diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index fb11be52c06..b5bd940a7c9 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2004/10/20 02:07:56 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2004/10/30 15:07:01 minskim Exp $ # -DISTNAME= mathomatic-11.4c +DISTNAME= mathomatic-11.4d CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index a8b4b252dd6..32f3db9cd9e 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2004/10/20 02:07:56 minskim Exp $ +$NetBSD: distinfo,v 1.22 2004/10/30 15:07:01 minskim Exp $ -SHA1 (mathomatic-11.4c.tgz) = 3e533b70b9ce148a5660a35df99311cec779511d -Size (mathomatic-11.4c.tgz) = 121344 bytes +SHA1 (mathomatic-11.4d.tgz) = 999dee35c0ac7318239f9d3ad91a7c35609c169c +Size (mathomatic-11.4d.tgz) = 121309 bytes SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b |