pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 12.7.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/796f8da06ff9
branches: trunk
changeset: 533362:796f8da06ff9
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Sep 16 16:53:12 2007 +0000
description:
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:
math/mathomatic/Makefile | 4 ++--
math/mathomatic/PLIST | 3 ++-
math/mathomatic/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r 193a058e0214 -r 796f8da06ff9 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Sun Sep 16 15:59:27 2007 +0000
+++ b/math/mathomatic/Makefile Sun Sep 16 16:53:12 2007 +0000
@@ -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 -r 193a058e0214 -r 796f8da06ff9 math/mathomatic/PLIST
--- a/math/mathomatic/PLIST Sun Sep 16 15:59:27 2007 +0000
+++ b/math/mathomatic/PLIST Sun Sep 16 16:53:12 2007 +0000
@@ -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}/led_circle_green.png
share/doc/${PKGBASE}/manpage.html
share/doc/${PKGBASE}/manual.html
+share/doc/${PKGBASE}/notes.html
@dirrm share/doc/${PKGBASE}
diff -r 193a058e0214 -r 796f8da06ff9 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Sun Sep 16 15:59:27 2007 +0000
+++ b/math/mathomatic/distinfo Sun Sep 16 16:53:12 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index