diff options
author | minskim <minskim@pkgsrc.org> | 2007-09-16 16:53:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-09-16 16:53:12 +0000 |
commit | af5950128c46b18d1d78af5cf84bda28e3d6e682 (patch) | |
tree | 84b0787b0404c7f16308dedae696ebcd7152ea24 /math | |
parent | dd08ae5bf01aef59fd42524f005074d658b1552c (diff) | |
download | pkgsrc-af5950128c46b18d1d78af5cf84bda28e3d6e682.tar.gz |
Update mathomatic to 12.7.6.
Changes since 12.7.2:
Improved documentation.
Added display of maximum memory usage to version command.
Allow read command in the Mathomatic library and fixed memory leak with it.
Added echo command per a user's request.
Improved factoring out constants, to make all coefficients reduced integers by
factoring out their gcd.
Added gcd_verified() function, to weed out false floating point gcds.
Made limit command say whether it is substituting or solving.
Added "mathomatic.desktop" and "mathomatic.png", which are the desktop and
icon files for Linux.
Minor code, documentation, and makefile improvements.
Added "tests/quartic.in" and fixed incomplete simplification in the calculate
command.
Allow upper case when parsing infinity constant name "inf", required by CygWin
version and maybe others.
The makefiles no longer strip the created executables.
Reordered source code so many functions can be defined returning "void" (which
means no return value).
Added "tests/how_limit_works.in" tutorial and restored "doc/notes.html".
Testing change to only one kind of partial unfactoring (partial_flag =
true/false, default true), completely distinct from full unfactoring. Used
throughout, let me know if this breaks anything.
Added "simplify fraction" option, which simplifies like Maxima's ratsimp().
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/PLIST | 3 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 892ccd83960..83be5ca37da 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2007/06/15 13:40:35 minskim Exp $ +# $NetBSD: Makefile,v 1.82 2007/09/16 16:53:12 minskim Exp $ # -DISTNAME= mathomatic-12.7.2 +DISTNAME= mathomatic-12.7.6 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index 7c2faf8dae3..b17d2b1a4bf 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2007/04/22 22:30:13 minskim Exp $ +@comment $NetBSD: PLIST,v 1.10 2007/09/16 16:53:12 minskim Exp $ bin/mathomatic man/man1/mathomatic.1 share/doc/${PKGBASE}/README.txt @@ -9,4 +9,5 @@ share/doc/${PKGBASE}/index.html share/doc/${PKGBASE}/led_circle_green.png share/doc/${PKGBASE}/manpage.html share/doc/${PKGBASE}/manual.html +share/doc/${PKGBASE}/notes.html @dirrm share/doc/${PKGBASE} diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 4b9b5670857..f32084752bd 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.72 2007/06/15 13:40:35 minskim Exp $ +$NetBSD: distinfo,v 1.73 2007/09/16 16:53:13 minskim Exp $ -SHA1 (mathomatic-12.7.2.tar.bz2) = c13a64e5dfe165d04dd9e172aa61bed3c5b880d6 -RMD160 (mathomatic-12.7.2.tar.bz2) = 88e7151195bd4ed574bdcc0e703c43cfe5bb4196 -Size (mathomatic-12.7.2.tar.bz2) = 119724 bytes +SHA1 (mathomatic-12.7.6.tar.bz2) = ed756259bfe52c6c6eb0510c12daa2e87849495c +RMD160 (mathomatic-12.7.6.tar.bz2) = b58062942a7d00032112692f113e3247ed5007f4 +Size (mathomatic-12.7.6.tar.bz2) = 125107 bytes SHA1 (patch-aa) = 3505940a53bd2573a4b45bbe2f13dc7755a141af |