pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/maxima update to 5.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97d426240ffa
branches:  trunk
changeset: 532889:97d426240ffa
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Sep 03 16:08:47 2007 +0000

description:
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:

 math/maxima/Makefile |   5 ++-
 math/maxima/PLIST    |  69 +++++++++++++++++++++++++++++++++++++++++++++------
 math/maxima/distinfo |   8 +++---
 3 files changed, 68 insertions(+), 14 deletions(-)

diffs (231 lines):

diff -r 1ad589fa6fbe -r 97d426240ffa math/maxima/Makefile
--- a/math/maxima/Makefile      Mon Sep 03 15:59:14 2007 +0000
+++ b/math/maxima/Makefile      Mon Sep 03 16:08:47 2007 +0000
@@ -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 @@
 USE_TOOLS+=            perl
 
 INFO_FILES=            # PLIST
+TEST_TARGET=           check
 
 .include "../../mk/bsd.pkg.mk"
diff -r 1ad589fa6fbe -r 97d426240ffa math/maxima/PLIST
--- a/math/maxima/PLIST Mon Sep 03 15:59:14 2007 +0000
+++ b/math/maxima/PLIST Mon Sep 03 16:08:47 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2007/07/17 19:50:50 drochner Exp $
+@comment $NetBSD: PLIST,v 1.7 2007/09/03 16:08:47 drochner Exp $
 bin/maxima
 bin/rmaxima
 bin/xmaxima
@@ -162,6 +162,7 @@
 share/maxima/${PKGVERSION}/doc/html/maxima_85.html
 share/maxima/${PKGVERSION}/doc/html/maxima_86.html
 share/maxima/${PKGVERSION}/doc/html/maxima_87.html
+share/maxima/${PKGVERSION}/doc/html/maxima_88.html
 share/maxima/${PKGVERSION}/doc/html/maxima_9.html
 share/maxima/${PKGVERSION}/doc/html/maxima_abt.html
 share/maxima/${PKGVERSION}/doc/html/maxima_fot.html
@@ -326,6 +327,7 @@
 share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_nonlinear.mac
 share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_riccati.mac
 share/maxima/${PKGVERSION}/share/contrib/diffequations/odelin.lisp
+share/maxima/${PKGVERSION}/share/contrib/diffequations/odeutils.lisp
 share/maxima/${PKGVERSION}/share/contrib/diffequations/spherodialwave.lisp
 share/maxima/${PKGVERSION}/share/contrib/diffequations/sqfr.lisp
 share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/Makefile
@@ -374,6 +376,7 @@
 share/maxima/${PKGVERSION}/share/contrib/format/format.announce
 share/maxima/${PKGVERSION}/share/contrib/format/format.demo
 share/maxima/${PKGVERSION}/share/contrib/format/format.lisp
+share/maxima/${PKGVERSION}/share/contrib/format/format.mac
 share/maxima/${PKGVERSION}/share/contrib/format/format.ps
 share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo
 share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps
@@ -443,6 +446,12 @@
 share/maxima/${PKGVERSION}/share/contrib/gentran/vaxlsp.lisp
 share/maxima/${PKGVERSION}/share/contrib/ggf.mac
 share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
+share/maxima/${PKGVERSION}/share/contrib/graphs/create_graph.mac
+share/maxima/${PKGVERSION}/share/contrib/graphs/draw_graph.mac
+share/maxima/${PKGVERSION}/share/contrib/graphs/graph_core.lisp
+share/maxima/${PKGVERSION}/share/contrib/graphs/graph_polynomials.mac
+share/maxima/${PKGVERSION}/share/contrib/graphs/graphs.mac
+share/maxima/${PKGVERSION}/share/contrib/graphs/graphs_documentation.pdf
 share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
 share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
 share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem
@@ -457,6 +466,7 @@
 share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest
 share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt
 share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac
+share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/load-mathml.lisp
@@ -476,21 +486,15 @@
 share/maxima/${PKGVERSION}/share/contrib/nset/changes_1.0_to_1.2.txt
 share/maxima/${PKGVERSION}/share/contrib/numericalio/README
 share/maxima/${PKGVERSION}/share/contrib/numericalio/array.data
-share/maxima/${PKGVERSION}/share/contrib/numericalio/array.mac
-share/maxima/${PKGVERSION}/share/contrib/numericalio/csv.mac
-share/maxima/${PKGVERSION}/share/contrib/numericalio/is_equal_array.lisp
-share/maxima/${PKGVERSION}/share/contrib/numericalio/my_flatten.mac
 share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.lisp
 share/maxima/${PKGVERSION}/share/contrib/numericalio/pipe.data
 share/maxima/${PKGVERSION}/share/contrib/numericalio/ragged.data
-share/maxima/${PKGVERSION}/share/contrib/numericalio/ragged.mac
 share/maxima/${PKGVERSION}/share/contrib/numericalio/really-csv.data
 share/maxima/${PKGVERSION}/share/contrib/numericalio/really-space-separated.csv
 share/maxima/${PKGVERSION}/share/contrib/numericalio/rectangular.csv
 share/maxima/${PKGVERSION}/share/contrib/numericalio/rectangular.data
-share/maxima/${PKGVERSION}/share/contrib/numericalio/rectangular.mac
+share/maxima/${PKGVERSION}/share/contrib/numericalio/rtest_numericalio.mac
 share/maxima/${PKGVERSION}/share/contrib/numericalio/semicolon.data
-share/maxima/${PKGVERSION}/share/contrib/numericalio/separators.mac
 share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp
 share/maxima/${PKGVERSION}/share/contrib/pdiff/battex.sty
 share/maxima/${PKGVERSION}/share/contrib/pdiff/history.txt
@@ -557,6 +561,7 @@
 share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg
 share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac
 share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg
+share/maxima/${PKGVERSION}/share/contrib/rtest_lsquares.mac
 share/maxima/${PKGVERSION}/share/contrib/rtest_opproperties.mac
 share/maxima/${PKGVERSION}/share/contrib/rtestdefstruct.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
@@ -625,6 +630,9 @@
 share/maxima/${PKGVERSION}/share/contrib/topoly.lisp
 share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
 share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
+share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem
+share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac
+share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg
 share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp
 share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac
 share/maxima/${PKGVERSION}/share/diff_form/diff_form.mac
@@ -651,6 +659,9 @@
 share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac
 share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
 share/maxima/${PKGVERSION}/share/draw/draw.lisp
+share/maxima/${PKGVERSION}/share/draw/picture.lisp
+share/maxima/${PKGVERSION}/share/draw/wbd.lisp
+share/maxima/${PKGVERSION}/share/draw/worldmap.mac
 share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp
 share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac
 share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp
@@ -953,6 +964,7 @@
 share/maxima/${PKGVERSION}/share/physics/units.mac
 share/maxima/${PKGVERSION}/share/physics/units.usg
 share/maxima/${PKGVERSION}/share/share.usg
+share/maxima/${PKGVERSION}/share/share_testsuite.mac
 share/maxima/${PKGVERSION}/share/simplification/absimp.dem
 share/maxima/${PKGVERSION}/share/simplification/absimp.mac
 share/maxima/${PKGVERSION}/share/simplification/disol.dem
@@ -1382,6 +1394,7 @@
 share/maxima/${PKGVERSION}/src/ufact.lisp
 share/maxima/${PKGVERSION}/src/utils.lisp
 share/maxima/${PKGVERSION}/src/zero.lisp
+share/maxima/${PKGVERSION}/tests/README.how-to
 share/maxima/${PKGVERSION}/tests/mcond_display_elseif.mac
 share/maxima/${PKGVERSION}/tests/mcond_display_elseif.out
 share/maxima/${PKGVERSION}/tests/rexamples.mac
@@ -1413,8 +1426,11 @@
 share/maxima/${PKGVERSION}/tests/rtest_dot.mac
 share/maxima/${PKGVERSION}/tests/rtest_equal.mac
 share/maxima/${PKGVERSION}/tests/rtest_everysome.mac
+share/maxima/${PKGVERSION}/tests/rtest_map.mac
 share/maxima/${PKGVERSION}/tests/rtest_mset.mac
+share/maxima/${PKGVERSION}/tests/rtest_round.mac
 share/maxima/${PKGVERSION}/tests/rtest_scalarp.mac
+share/maxima/${PKGVERSION}/tests/rtest_sign.mac
 share/maxima/${PKGVERSION}/tests/rtest_taylor.mac
 share/maxima/${PKGVERSION}/tests/rtest_trig.mac
 share/maxima/${PKGVERSION}/tests/rtest_zeta.mac
@@ -1429,6 +1445,40 @@
 share/maxima/${PKGVERSION}/tests/rtestode_zp.mac
 share/maxima/${PKGVERSION}/tests/rtestsum.mac
 share/maxima/${PKGVERSION}/tests/testsuite.lisp
+share/maxima/${PKGVERSION}/tests/wester_problems/test_algebra.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_boolean_logic.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_calculus.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_combinatorics.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_complex_domain.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_definite_integrals.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_equations.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_indefinite_integrals.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_inequalities.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_limits.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_local.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_match.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_matrix_theory.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_number_theory.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_numbers.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_numerical_analysis.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_odes.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_operators.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes_heat.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_products.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_programming.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_programming_dif.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_series.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_set_theory.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_special_functions.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_statistics.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_sums.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_tensor_analysis.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_transforms.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_trigonometry.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_vector_analysis.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_zero_equivalence.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/wester-gpl-permission-message.txt
 share/maxima/${PKGVERSION}/xmaxima/demos.html
 share/maxima/${PKGVERSION}/xmaxima/examples.html
 share/maxima/${PKGVERSION}/xmaxima/html/figures/plot2d.gif
@@ -1459,6 +1509,7 @@
 @dirrm share/maxima/${PKGVERSION}/xmaxima/html/figures
 @dirrm share/maxima/${PKGVERSION}/xmaxima/html
 @dirrm share/maxima/${PKGVERSION}/xmaxima
+@dirrm share/maxima/${PKGVERSION}/tests/wester_problems
 @dirrm share/maxima/${PKGVERSION}/tests
 @dirrm share/maxima/${PKGVERSION}/src/numerical/slatec
 @dirrm share/maxima/${PKGVERSION}/src/numerical
@@ -1487,6 +1538,7 @@
 @dirrm share/maxima/${PKGVERSION}/share/draw
 @dirrm share/maxima/${PKGVERSION}/share/diffequations
 @dirrm share/maxima/${PKGVERSION}/share/diff_form
+@dirrm share/maxima/${PKGVERSION}/share/contrib/vector3d
 @dirrm share/maxima/${PKGVERSION}/share/contrib/unit
 @dirrm share/maxima/${PKGVERSION}/share/contrib/stringproc
 @dirrm share/maxima/${PKGVERSION}/share/contrib/stats
@@ -1504,6 +1556,7 @@
 @dirrm share/maxima/${PKGVERSION}/share/contrib/maximaMathML
 @dirrm share/maxima/${PKGVERSION}/share/contrib/lurkmathml
 @dirrm share/maxima/${PKGVERSION}/share/contrib/levin
+@dirrm share/maxima/${PKGVERSION}/share/contrib/graphs
 @dirrm share/maxima/${PKGVERSION}/share/contrib/gentran/test
 @dirrm share/maxima/${PKGVERSION}/share/contrib/gentran/man
 @dirrm share/maxima/${PKGVERSION}/share/contrib/gentran
diff -r 1ad589fa6fbe -r 97d426240ffa math/maxima/distinfo
--- a/math/maxima/distinfo      Mon Sep 03 15:59:14 2007 +0000
+++ b/math/maxima/distinfo      Mon Sep 03 16:08:47 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/07/17 19:50:50 drochner Exp $
+$NetBSD: distinfo,v 1.7 2007/09/03 16:08:47 drochner Exp $
 
-SHA1 (maxima-5.12.0.tar.gz) = 0b96c36fe603bb429504b99b2670eeb0b2fc7c71
-RMD160 (maxima-5.12.0.tar.gz) = fd8cc793de427aa1af70e614706823f948a67367
-Size (maxima-5.12.0.tar.gz) = 17998273 bytes
+SHA1 (maxima-5.13.0.tar.gz) = caac53226fa251a22b577c2f76dc171913e71323
+RMD160 (maxima-5.13.0.tar.gz) = 2ec91678f8c6a6f863d6ba448f299793e52c822a
+Size (maxima-5.13.0.tar.gz) = 19216173 bytes



Home | Main Index | Thread Index | Old Index