From bed941e1af37e951bd431ac44834747d8fb61b78 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 3 Sep 2007 16:08:47 +0000 Subject: 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 --- math/maxima/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math/maxima/Makefile') 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" -- cgit v1.2.3