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 | a9901600ba16043e72d86a122d398b27ccc0b9c6 (patch) | |
tree | 0bd3185d32acacf42d577a3f91d3aaa10ff72fe9 /math/mathomatic | |
parent | 5783f2a7b768690ddb92c557596f7d73ad5acdf4 (diff) | |
download | pkgsrc-a9901600ba16043e72d86a122d398b27ccc0b9c6.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()".
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
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 |