diff options
author | minskim <minskim@pkgsrc.org> | 2005-07-06 13:34:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-07-06 13:34:08 +0000 |
commit | 3a0e56475ed704c6b669ddd815346da77daf32dd (patch) | |
tree | 870ae2bc9e71c29640c6d3dbd10edca8e2cf8bf0 /math | |
parent | 1e7d44ee262dfdbfa37b0325899ded90f6df0af2 (diff) | |
download | pkgsrc-3a0e56475ed704c6b669ddd815346da77daf32dd.tar.gz |
Update mathomatic to 12.4.4.
Changes:
- Added a few checks for NULL char pointers.
- Major change in memory allocation: equation spaces are now only
allocated as needed.
- Changed optimize command to accept an equation number range.
- Some minor code cleanups and commenting.
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 665407ee05e..0cbbbfb39e0 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2005/06/23 15:20:00 minskim Exp $ +# $NetBSD: Makefile,v 1.43 2005/07/06 13:34:08 minskim Exp $ # -DISTNAME= mathomatic-12.4.3 +DISTNAME= mathomatic-12.4.4 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index a3ca58994f6..957e2ad77fc 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2005/06/23 15:20:00 minskim Exp $ +$NetBSD: distinfo,v 1.40 2005/07/06 13:34:08 minskim Exp $ -SHA1 (mathomatic-12.4.3.tgz) = 6e07b9a4c1e1411d1bb32029c3173ea2985f95ec -RMD160 (mathomatic-12.4.3.tgz) = 57c6653f3e913aa07d2de087e8e7a1e805692b14 -Size (mathomatic-12.4.3.tgz) = 128403 bytes +SHA1 (mathomatic-12.4.4.tgz) = a3703d5f83654b65eb2c72805afd0f5500169bbc +RMD160 (mathomatic-12.4.4.tgz) = 514182407707662c922a5b0a1de3e022ca7a46c9 +Size (mathomatic-12.4.4.tgz) = 127661 bytes SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9 |