summaryrefslogtreecommitdiff
path: root/math/maxima/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-09-03 16:08:47 +0000
committerdrochner <drochner@pkgsrc.org>2007-09-03 16:08:47 +0000
commitbed941e1af37e951bd431ac44834747d8fb61b78 (patch)
tree41b7f30f3078473992fffdcefc14e0c3a08a169b /math/maxima/Makefile
parente0cc461c65350b0f78a3e64169237110515c26b2 (diff)
downloadpkgsrc-bed941e1af37e951bd431ac44834747d8fb61b78.tar.gz
update to 5.13.0
changes: Backwards-incompatible changes: * unstore, fassave, restore: cut out undocumented functions New items in core: * unique: function to return unique elements of a list * New function float_approx_equal w/ associated global variable float_approx_equal_tolerance (for test suite cases) * Interface to Lisp string streams: make_string_input_stream, make_string_output_stream, get_output_stream_string New items in share: * vector3d package (thanks to Walter Eastes) * Script share/share_testsuite.mac to run tests in share * share/contrib/topoly.lisp: new functions elim and elim_allbut New items in tests: * Commit test scripts written by Michael Wester Other revisions: * run_testsuite: only simplify expected results, do not evaluate, and do not call ratsimp; now tests are more stringent than before * equal: recognize Maxima and Lisp arrays and Maxima and Lisp strings * find_root: evaluate arguments in an ordinary way * apply, outermap: evaluate arguments in an ordinary way * save, loadfile, tex, stringout, compfile: evaluate filename argument * display code: output space characters (no tabs) * share/linearalgebra: improved jacobian and hessian functions * share/contrib/lsquares.mac: replaced with a new version * share/draw: include geographical data from World Boundaries Database; other modifications * with_stdout: accepts an output stream as well as a filename * share/contrib/topoly.lisp: many improvements in to_poly * share/contrib/numericalio: accept stream as well as a filename * many other minor improvements
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r--math/maxima/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index c76c81662fe..470b8e82385 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2007/07/17 19:50:50 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2007/09/03 16:08:47 drochner Exp $
#
-DISTNAME= maxima-5.12.0
+DISTNAME= maxima-5.13.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
@@ -17,5 +17,6 @@ CONFIGURE_ARGS+= --enable-clisp
USE_TOOLS+= perl
INFO_FILES= # PLIST
+TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"