summaryrefslogtreecommitdiff
path: root/math/maxima
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-04-08 12:09:42 +0000
committerasau <asau@pkgsrc.org>2012-04-08 12:09:42 +0000
commit6dd66b1ad2b2bf3b70df23db66ef4ffc5c64b129 (patch)
treed560d8a1802c3a8ae08f30db9f83458cd75793ca /math/maxima
parentbf23115d4373639c4f027666793d13d874591506 (diff)
downloadpkgsrc-6dd66b1ad2b2bf3b70df23db66ef4ffc5c64b129.tar.gz
Update to Maxima 5.27.0
Changes in Maxima 5.27: Backwards-incompatible changes: * remove obsolete Cray Fortran translator * rename topoly and to_poly_solver to to_poly and to_poly_solve, respectively New items in core: * new functions zn_order, zn_primroot_p, zn_primroot, zn_log, chinese New items in share: * package rkf45: Runge-Kutta-Fehlberg 4th-5th order numerical o.d.e. solver Other changes: * functions bessel_i, bessel_j: results for imaginary arguments * function build_info: return a structure instead of just printing its data * function plot3d: allow 3-d parametric plots * functions fortmx, f90mx: generate assignments to 1-d array when argument is a list * package ezunits: update values for physical constants * revise and update documentation * reorganization of directory maxima/share * clean up source code by cutting out unused functions Bug fixes: 3509430: limit of tanh(x) at 0 makes no sense 3497046: Integration of products of sin(nz)/(nz) sometimes fails 3495182: hgfred([-n/2, (n-1)/2],[1],x) --> error 3484414: display places (false) before output if display2d is false 3480954: integrate(sin(x)^2/x,x,minf,inf) gives not zero 3473549: gcl bug using 1-12-2012 defint.lisp 3470668: Integration is not correct: invalid 'false' term in results 3469184: integrate(exp(-x^n),x,0,1) bug for n >2 3449369: nfloat 3397562: sin(x^2)/(x^2) improper integral incorrect? mailing list 2012-02-27: print ( false ) bug 5.26.0 mailing list circa 2012-02-19: BIGFLOAT::%TO should pass CL complex numbers mailing list circa 2012-01-27: nonstandard extension in category scripts mailing list circa 2012-01-09: invert_by_lu does not work as expected overflow in regularized incomplete gamma function incorrect value for gamma_incomplete(0,200*%i)
Diffstat (limited to 'math/maxima')
-rw-r--r--math/maxima/Makefile4
-rw-r--r--math/maxima/PLIST278
-rw-r--r--math/maxima/distinfo8
3 files changed, 142 insertions, 148 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index c56eb358160..b7c0b2b4230 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2012/01/10 03:38:08 asau Exp $
+# $NetBSD: Makefile,v 1.31 2012/04/08 12:09:42 asau Exp $
#
-DISTNAME= maxima-5.26.0
+DISTNAME= maxima-5.27.0
# On updates, please make sure editors/TeXmacs knows about the new
# version number.
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
diff --git a/math/maxima/PLIST b/math/maxima/PLIST
index 875c871cc06..be7e42646ed 100644
--- a/math/maxima/PLIST
+++ b/math/maxima/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2012/01/10 03:38:08 asau Exp $
+@comment $NetBSD: PLIST,v 1.24 2012/04/08 12:09:42 asau Exp $
bin/maxima
bin/rmaxima
bin/xmaxima
@@ -119,7 +119,6 @@ share/maxima/${PKGVERSION}/doc/html/maxima.hhp
share/maxima/${PKGVERSION}/doc/html/maxima.html
share/maxima/${PKGVERSION}/doc/html/maxima_1.html
share/maxima/${PKGVERSION}/doc/html/maxima_10.html
-share/maxima/${PKGVERSION}/doc/html/maxima_100.html
share/maxima/${PKGVERSION}/doc/html/maxima_11.html
share/maxima/${PKGVERSION}/doc/html/maxima_12.html
share/maxima/${PKGVERSION}/doc/html/maxima_13.html
@@ -301,6 +300,16 @@ share/maxima/${PKGVERSION}/share/algebra/solver/solver.mac
share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html
share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf
share/maxima/${PKGVERSION}/share/algebra/solver/test.mac
+share/maxima/${PKGVERSION}/share/amatrix/README
+share/maxima/${PKGVERSION}/share/amatrix/amatrix.dem
+share/maxima/${PKGVERSION}/share/amatrix/amatrix.lisp
+share/maxima/${PKGVERSION}/share/amatrix/amatrix.mac
+share/maxima/${PKGVERSION}/share/amatrix/rtest_amatrix.mac
+share/maxima/${PKGVERSION}/share/amatrix/rtest_wilcoxon.mac
+share/maxima/${PKGVERSION}/share/amatrix/wilcoxon.mac
+share/maxima/${PKGVERSION}/share/bernstein/bernstein.lisp
+share/maxima/${PKGVERSION}/share/bernstein/bernstein_utilities.mac
+share/maxima/${PKGVERSION}/share/bernstein/rtest_bernstein.mac
share/maxima/${PKGVERSION}/share/builtins-list.txt
share/maxima/${PKGVERSION}/share/calculus/asympa.mac
share/maxima/${PKGVERSION}/share/calculus/cartan.dem
@@ -422,17 +431,7 @@ share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp
-share/maxima/${PKGVERSION}/share/contrib/amatrix/README
-share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.dem
-share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.lisp
-share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.mac
-share/maxima/${PKGVERSION}/share/contrib/amatrix/rtest_amatrix.mac
-share/maxima/${PKGVERSION}/share/contrib/amatrix/rtest_wilcoxon.mac
-share/maxima/${PKGVERSION}/share/contrib/amatrix/wilcoxon.mac
share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac
-share/maxima/${PKGVERSION}/share/contrib/bernstein/bernstein.lisp
-share/maxima/${PKGVERSION}/share/contrib/bernstein/bernstein_utilities.mac
-share/maxima/${PKGVERSION}/share/contrib/bernstein/rtest_bernstein.mac
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt
share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac
@@ -442,10 +441,6 @@ share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp
-share/maxima/${PKGVERSION}/share/contrib/descriptive/biomed.data
-share/maxima/${PKGVERSION}/share/contrib/descriptive/descriptive.mac
-share/maxima/${PKGVERSION}/share/contrib/descriptive/pidigits.data
-share/maxima/${PKGVERSION}/share/contrib/descriptive/wind.data
share/maxima/${PKGVERSION}/share/contrib/devine.mac
share/maxima/${PKGVERSION}/share/contrib/diag.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/README
@@ -500,19 +495,7 @@ share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
-share/maxima/${PKGVERSION}/share/contrib/distrib/distrib.mac
-share/maxima/${PKGVERSION}/share/contrib/distrib/numdistrib.lisp
-share/maxima/${PKGVERSION}/share/contrib/distrib/rtest_distrib.mac
-share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.dem
-share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.lisp
-share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.mac
-share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits_db.mac
-share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits_functions.mac
-share/maxima/${PKGVERSION}/share/contrib/ezunits/physical_constants.mac
-share/maxima/${PKGVERSION}/share/contrib/ezunits/rtest_ezunits_frink.mac
-share/maxima/${PKGVERSION}/share/contrib/ezunits/rtestezunits.mac
share/maxima/${PKGVERSION}/share/contrib/f90.lisp
-share/maxima/${PKGVERSION}/share/contrib/finance/finance.mac
share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp
share/maxima/${PKGVERSION}/share/contrib/format/README
share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma
@@ -527,10 +510,6 @@ 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
-share/maxima/${PKGVERSION}/share/contrib/fourier_elim/fourier_elim.lisp
-share/maxima/${PKGVERSION}/share/contrib/fourier_elim/rtest_fourier_elim.mac
-share/maxima/${PKGVERSION}/share/contrib/fractals/fractals.mac
-share/maxima/${PKGVERSION}/share/contrib/fractals/rtest_fractals.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac
@@ -608,36 +587,15 @@ share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.output
share/maxima/${PKGVERSION}/share/contrib/gentran/vaxinit.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/vaxlsp.lisp
share/maxima/${PKGVERSION}/share/contrib/gf/gf.mac
-share/maxima/${PKGVERSION}/share/contrib/gf/gf_hard_test.ERR
share/maxima/${PKGVERSION}/share/contrib/gf/gf_hard_test.mac
share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.pdf
share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.tex
-share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.ERR
share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.mac
share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt
share/maxima/${PKGVERSION}/share/contrib/ggf.mac
share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/cgraphs.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/connectivity.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/create_graph.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/demoucron.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/dijkstra.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/draw_graph.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/graph6.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/graph_core.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/graph_polynomials.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/graphio.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/graphs.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/graphs.system
-share/maxima/${PKGVERSION}/share/contrib/graphs/isomorphism.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/load-graphs.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/matching.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/rtest_graphs.mac
-share/maxima/${PKGVERSION}/share/contrib/graphs/spring_embedding.lisp
-share/maxima/${PKGVERSION}/share/contrib/graphs/wiener_index.lisp
share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
-share/maxima/${PKGVERSION}/share/contrib/integer_sequence.lisp
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi
@@ -649,7 +607,6 @@ share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac
share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac
share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac
share/maxima/${PKGVERSION}/share/contrib/log10.mac
-share/maxima/${PKGVERSION}/share/contrib/lsquares.mac
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
@@ -670,9 +627,6 @@ share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp
share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png
share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex
share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac
-share/maxima/${PKGVERSION}/share/contrib/mnewton/mnewton.mac
-share/maxima/${PKGVERSION}/share/contrib/mnewton/rtest_mnewton.mac
-share/maxima/${PKGVERSION}/share/contrib/multiadditive.lisp
share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac
share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp
share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac
@@ -680,32 +634,7 @@ share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
-share/maxima/${PKGVERSION}/share/contrib/nset/README
-share/maxima/${PKGVERSION}/share/contrib/nset/announce-1.2.txt
-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/encode-decode-float.lisp
-share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.lisp
-share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.mac
-share/maxima/${PKGVERSION}/share/contrib/numericalio/pipe.data
-share/maxima/${PKGVERSION}/share/contrib/numericalio/ragged.data
-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/rtest_numericalio.mac
-share/maxima/${PKGVERSION}/share/contrib/numericalio/semicolon.data
-share/maxima/${PKGVERSION}/share/contrib/numericalio/test-binary.f8-lsb
-share/maxima/${PKGVERSION}/share/contrib/numericalio/test-binary.f8-msb
share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp
-share/maxima/${PKGVERSION}/share/contrib/pdiff/battex.sty
-share/maxima/${PKGVERSION}/share/contrib/pdiff/history.txt
-share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.pdf
-share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.tex
-share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff.lisp
-share/maxima/${PKGVERSION}/share/contrib/pdiff/rtest_pdiff.mac
-share/maxima/${PKGVERSION}/share/contrib/plsquares.mac
share/maxima/${PKGVERSION}/share/contrib/powers.lisp
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac
@@ -766,14 +695,10 @@ share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac
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/rtest_sequence.mac
-share/maxima/${PKGVERSION}/share/contrib/rtest_solve_rat_ineq.mac
-share/maxima/${PKGVERSION}/share/contrib/rtest_to_poly_solver.mac
-share/maxima/${PKGVERSION}/share/contrib/rtest_topoly.mac
-share/maxima/${PKGVERSION}/share/contrib/rtest_z_transform.mac
-share/maxima/${PKGVERSION}/share/contrib/rtestdefstruct.mac
+share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem
+share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac
+share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf
+share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac
@@ -794,36 +719,7 @@ share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/topology_examples.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt
-share/maxima/${PKGVERSION}/share/contrib/simplex/Readme.txt
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/Readme.txt
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/adlittle_A.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/adlittle_b.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/adlittle_c.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/afiro_A.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/afiro_b.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/afiro_c.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/kb2_A.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/kb2_b.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/kb2_c.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/klee_minty.mac
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/sc50a_A.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/sc50a_b.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/sc50a_c.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/share2b_A.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/share2b_b.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/share2b_c.csv
-share/maxima/${PKGVERSION}/share/contrib/simplex/minimize_sx.mac
-share/maxima/${PKGVERSION}/share/contrib/simplex/rtest_simplex.mac
-share/maxima/${PKGVERSION}/share/contrib/simplex/simplex.mac
-share/maxima/${PKGVERSION}/share/contrib/simplex/simplex_algorithm.lisp
share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp
-share/maxima/${PKGVERSION}/share/contrib/solve_rat_ineq.mac
-share/maxima/${PKGVERSION}/share/contrib/solve_rec/rtest_simplify_sum.mac
-share/maxima/${PKGVERSION}/share/contrib/solve_rec/rtest_solve_rec.mac
-share/maxima/${PKGVERSION}/share/contrib/solve_rec/simplify_sum.mac
-share/maxima/${PKGVERSION}/share/contrib/solve_rec/simplify_sum_test.mac
-share/maxima/${PKGVERSION}/share/contrib/solve_rec/solve_rec.dem
-share/maxima/${PKGVERSION}/share/contrib/solve_rec/solve_rec.mac
share/maxima/${PKGVERSION}/share/contrib/state/a.cir
share/maxima/${PKGVERSION}/share/contrib/state/b.cir
share/maxima/${PKGVERSION}/share/contrib/state/c.cir
@@ -833,27 +729,9 @@ share/maxima/${PKGVERSION}/share/contrib/state/readfile.lsp
share/maxima/${PKGVERSION}/share/contrib/state/sortem.mac
share/maxima/${PKGVERSION}/share/contrib/state/state.mac
share/maxima/${PKGVERSION}/share/contrib/state/tree.mac
-share/maxima/${PKGVERSION}/share/contrib/stats/inference_result.lisp
-share/maxima/${PKGVERSION}/share/contrib/stats/numstats.lisp
-share/maxima/${PKGVERSION}/share/contrib/stats/rtest_stats.mac
-share/maxima/${PKGVERSION}/share/contrib/stats/stats.mac
share/maxima/${PKGVERSION}/share/contrib/stirling.mac
-share/maxima/${PKGVERSION}/share/contrib/stringproc/eval_string.lisp
-share/maxima/${PKGVERSION}/share/contrib/stringproc/pregexp.lisp
-share/maxima/${PKGVERSION}/share/contrib/stringproc/printf.lisp
-share/maxima/${PKGVERSION}/share/contrib/stringproc/rtestprintf.mac
-share/maxima/${PKGVERSION}/share/contrib/stringproc/rteststringproc.mac
-share/maxima/${PKGVERSION}/share/contrib/stringproc/sregex.lisp
-share/maxima/${PKGVERSION}/share/contrib/stringproc/stringproc.lisp
-share/maxima/${PKGVERSION}/share/contrib/stringproc/stringproc.mac
share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
-share/maxima/${PKGVERSION}/share/contrib/to_poly_solve_extra.lisp
-share/maxima/${PKGVERSION}/share/contrib/to_poly_solver.mac
share/maxima/${PKGVERSION}/share/contrib/tocl.lisp
-share/maxima/${PKGVERSION}/share/contrib/topoly-user-doc.html
-share/maxima/${PKGVERSION}/share/contrib/topoly-user-doc.texi
-share/maxima/${PKGVERSION}/share/contrib/topoly.lisp
-share/maxima/${PKGVERSION}/share/contrib/topoly_solver.mac
share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
share/maxima/${PKGVERSION}/share/contrib/unit/unit.texi
@@ -861,7 +739,10 @@ share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp
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/contrib/z_transform.mac
+share/maxima/${PKGVERSION}/share/descriptive/biomed.data
+share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
+share/maxima/${PKGVERSION}/share/descriptive/pidigits.data
+share/maxima/${PKGVERSION}/share/descriptive/wind.data
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
@@ -888,6 +769,9 @@ share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac
share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac
share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac
share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
+share/maxima/${PKGVERSION}/share/distrib/distrib.mac
+share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp
+share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac
share/maxima/${PKGVERSION}/share/draw/draw.lisp
share/maxima/${PKGVERSION}/share/draw/drawutils.mac
share/maxima/${PKGVERSION}/share/draw/drawutils.texi
@@ -903,6 +787,38 @@ share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac
share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp
share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac
share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp
+share/maxima/${PKGVERSION}/share/ezunits/CODATA-2006.pdf
+share/maxima/${PKGVERSION}/share/ezunits/ezunits.dem
+share/maxima/${PKGVERSION}/share/ezunits/ezunits.lisp
+share/maxima/${PKGVERSION}/share/ezunits/ezunits.mac
+share/maxima/${PKGVERSION}/share/ezunits/ezunits_db.mac
+share/maxima/${PKGVERSION}/share/ezunits/ezunits_functions.mac
+share/maxima/${PKGVERSION}/share/ezunits/physical_constants.mac
+share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_frink.mac
+share/maxima/${PKGVERSION}/share/ezunits/rtestezunits.mac
+share/maxima/${PKGVERSION}/share/finance/finance.mac
+share/maxima/${PKGVERSION}/share/fourier_elim/fourier_elim.lisp
+share/maxima/${PKGVERSION}/share/fourier_elim/rtest_fourier_elim.mac
+share/maxima/${PKGVERSION}/share/fractals/fractals.mac
+share/maxima/${PKGVERSION}/share/fractals/rtest_fractals.mac
+share/maxima/${PKGVERSION}/share/graphs/cgraphs.mac
+share/maxima/${PKGVERSION}/share/graphs/connectivity.mac
+share/maxima/${PKGVERSION}/share/graphs/create_graph.mac
+share/maxima/${PKGVERSION}/share/graphs/demoucron.lisp
+share/maxima/${PKGVERSION}/share/graphs/dijkstra.lisp
+share/maxima/${PKGVERSION}/share/graphs/draw_graph.mac
+share/maxima/${PKGVERSION}/share/graphs/graph6.lisp
+share/maxima/${PKGVERSION}/share/graphs/graph_core.lisp
+share/maxima/${PKGVERSION}/share/graphs/graph_polynomials.mac
+share/maxima/${PKGVERSION}/share/graphs/graphio.mac
+share/maxima/${PKGVERSION}/share/graphs/graphs.mac
+share/maxima/${PKGVERSION}/share/graphs/graphs.system
+share/maxima/${PKGVERSION}/share/graphs/isomorphism.lisp
+share/maxima/${PKGVERSION}/share/graphs/load-graphs.lisp
+share/maxima/${PKGVERSION}/share/graphs/matching.lisp
+share/maxima/${PKGVERSION}/share/graphs/rtest_graphs.mac
+share/maxima/${PKGVERSION}/share/graphs/spring_embedding.lisp
+share/maxima/${PKGVERSION}/share/graphs/wiener_index.lisp
share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac
share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp
share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac
@@ -912,6 +828,8 @@ share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac
share/maxima/${PKGVERSION}/share/integequations/inteqn.mac
share/maxima/${PKGVERSION}/share/integequations/inteqn.usg
share/maxima/${PKGVERSION}/share/integequations/intexs.mac
+share/maxima/${PKGVERSION}/share/integer_sequence/integer_sequence.lisp
+share/maxima/${PKGVERSION}/share/integer_sequence/rtest_sequence.mac
share/maxima/${PKGVERSION}/share/integration/antid.dem
share/maxima/${PKGVERSION}/share/integration/antid.mac
share/maxima/${PKGVERSION}/share/integration/bypart.mac
@@ -1176,6 +1094,9 @@ share/maxima/${PKGVERSION}/share/linearalgebra/test-lu.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-matrixexp.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac
share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
+share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac
+share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac
+share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac
share/maxima/${PKGVERSION}/share/macro/autolo.mac
share/maxima/${PKGVERSION}/share/macro/basic.mac
share/maxima/${PKGVERSION}/share/macro/caseq.mac
@@ -1245,13 +1166,13 @@ share/maxima/${PKGVERSION}/share/misc/seqopt.dem
share/maxima/${PKGVERSION}/share/misc/seqopt.lisp
share/maxima/${PKGVERSION}/share/misc/seqopt.usg
share/maxima/${PKGVERSION}/share/misc/smacro.mac
+share/maxima/${PKGVERSION}/share/mnewton/mnewton.mac
+share/maxima/${PKGVERSION}/share/mnewton/rtest_mnewton.mac
+share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.lisp
+share/maxima/${PKGVERSION}/share/multiadditive/rtest_opproperties.mac
share/maxima/${PKGVERSION}/share/numeric/bffac.mac
share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp
share/maxima/${PKGVERSION}/share/numeric/brmbrg.usg
-share/maxima/${PKGVERSION}/share/numeric/cfortr.dem
-share/maxima/${PKGVERSION}/share/numeric/cfortr.lisp
-share/maxima/${PKGVERSION}/share/numeric/cfortr.tst
-share/maxima/${PKGVERSION}/share/numeric/cfortr.usg
share/maxima/${PKGVERSION}/share/numeric/dblint.dem
share/maxima/${PKGVERSION}/share/numeric/dblint.mac
share/maxima/${PKGVERSION}/share/numeric/dblint.usg
@@ -1279,6 +1200,21 @@ share/maxima/${PKGVERSION}/share/numeric/simpsn.dem
share/maxima/${PKGVERSION}/share/numeric/simpsn.mac
share/maxima/${PKGVERSION}/share/numeric/submac.dem
share/maxima/${PKGVERSION}/share/numeric/submac.mac
+share/maxima/${PKGVERSION}/share/numericalio/README
+share/maxima/${PKGVERSION}/share/numericalio/array.data
+share/maxima/${PKGVERSION}/share/numericalio/encode-decode-float.lisp
+share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp
+share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac
+share/maxima/${PKGVERSION}/share/numericalio/pipe.data
+share/maxima/${PKGVERSION}/share/numericalio/ragged.data
+share/maxima/${PKGVERSION}/share/numericalio/really-csv.data
+share/maxima/${PKGVERSION}/share/numericalio/really-space-separated.csv
+share/maxima/${PKGVERSION}/share/numericalio/rectangular.csv
+share/maxima/${PKGVERSION}/share/numericalio/rectangular.data
+share/maxima/${PKGVERSION}/share/numericalio/rtest_numericalio.mac
+share/maxima/${PKGVERSION}/share/numericalio/semicolon.data
+share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-lsb
+share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-msb
share/maxima/${PKGVERSION}/share/orthopoly/README
share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt
share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem
@@ -1286,6 +1222,12 @@ share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp
share/maxima/${PKGVERSION}/share/orthopoly/rtest_pochhammer.mac
share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac
share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem
+share/maxima/${PKGVERSION}/share/pdiff/battex.sty
+share/maxima/${PKGVERSION}/share/pdiff/history.txt
+share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.pdf
+share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.tex
+share/maxima/${PKGVERSION}/share/pdiff/pdiff.lisp
+share/maxima/${PKGVERSION}/share/pdiff/rtest_pdiff.mac
share/maxima/${PKGVERSION}/share/physics/battex.sty
share/maxima/${PKGVERSION}/share/physics/dimen.dem
share/maxima/${PKGVERSION}/share/physics/dimen.mac
@@ -1302,6 +1244,28 @@ share/maxima/${PKGVERSION}/share/physics/units.usg
share/maxima/${PKGVERSION}/share/readme-share.txt
share/maxima/${PKGVERSION}/share/share.usg
share/maxima/${PKGVERSION}/share/share_testsuite.mac
+share/maxima/${PKGVERSION}/share/simplex/Readme.txt
+share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt
+share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_b.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_c.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_A.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_b.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_c.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_A.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_b.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_c.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/klee_minty.mac
+share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_A.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_b.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_c.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_A.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_b.csv
+share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_c.csv
+share/maxima/${PKGVERSION}/share/simplex/minimize_sx.mac
+share/maxima/${PKGVERSION}/share/simplex/rtest_simplex.mac
+share/maxima/${PKGVERSION}/share/simplex/simplex.mac
+share/maxima/${PKGVERSION}/share/simplex/simplex_algorithm.lisp
share/maxima/${PKGVERSION}/share/simplification/absimp.dem
share/maxima/${PKGVERSION}/share/simplification/absimp.mac
share/maxima/${PKGVERSION}/share/simplification/disol.dem
@@ -1327,7 +1291,27 @@ share/maxima/${PKGVERSION}/share/simplification/scifac.lisp
share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac
share/maxima/${PKGVERSION}/share/simplification/stopex.dem
share/maxima/${PKGVERSION}/share/simplification/stopex.mac
+share/maxima/${PKGVERSION}/share/solve_rat_ineq/rtest_solve_rat_ineq.mac
+share/maxima/${PKGVERSION}/share/solve_rat_ineq/solve_rat_ineq.mac
+share/maxima/${PKGVERSION}/share/solve_rec/rtest_simplify_sum.mac
+share/maxima/${PKGVERSION}/share/solve_rec/rtest_solve_rec.mac
+share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac
+share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac
+share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem
+share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac
share/maxima/${PKGVERSION}/share/specfun.lisp
+share/maxima/${PKGVERSION}/share/stats/inference_result.lisp
+share/maxima/${PKGVERSION}/share/stats/numstats.lisp
+share/maxima/${PKGVERSION}/share/stats/rtest_stats.mac
+share/maxima/${PKGVERSION}/share/stats/stats.mac
+share/maxima/${PKGVERSION}/share/stringproc/eval_string.lisp
+share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp
+share/maxima/${PKGVERSION}/share/stringproc/printf.lisp
+share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac
+share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac
+share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
+share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
+share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
share/maxima/${PKGVERSION}/share/sym/arite.lisp
share/maxima/${PKGVERSION}/share/sym/chbase.lisp
share/maxima/${PKGVERSION}/share/sym/compile.lisp
@@ -1421,6 +1405,13 @@ share/maxima/${PKGVERSION}/share/tensor/tensor.dem
share/maxima/${PKGVERSION}/share/tensor/tentex.lisp
share/maxima/${PKGVERSION}/share/tensor/tetrad.dem
share/maxima/${PKGVERSION}/share/tensor/weyl.dem
+share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly.mac
+share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly_solve.mac
+share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly.lisp
+share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve.mac
+share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve_extra.lisp
+share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solver.mac
+share/maxima/${PKGVERSION}/share/to_poly_solve/topoly.lisp
share/maxima/${PKGVERSION}/share/trigonometry/atrig1.mac
share/maxima/${PKGVERSION}/share/trigonometry/atrig1.usg
share/maxima/${PKGVERSION}/share/trigonometry/ntrig.mac
@@ -1441,6 +1432,8 @@ share/maxima/${PKGVERSION}/share/vector/vector.usg
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg
+share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac
+share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac
share/maxima/${PKGVERSION}/src/acall.lisp
share/maxima/${PKGVERSION}/src/airy.lisp
share/maxima/${PKGVERSION}/src/algfac.lisp
@@ -1790,6 +1783,7 @@ share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac
share/maxima/${PKGVERSION}/tests/rtest_log.mac
share/maxima/${PKGVERSION}/tests/rtest_map.mac
share/maxima/${PKGVERSION}/tests/rtest_mset.mac
+share/maxima/${PKGVERSION}/tests/rtest_numth.mac
share/maxima/${PKGVERSION}/tests/rtest_plot.mac
share/maxima/${PKGVERSION}/tests/rtest_power.mac
share/maxima/${PKGVERSION}/tests/rtest_round.mac
diff --git a/math/maxima/distinfo b/math/maxima/distinfo
index 1e9c30e4a62..0d3728dc27f 100644
--- a/math/maxima/distinfo
+++ b/math/maxima/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2012/01/10 03:38:08 asau Exp $
+$NetBSD: distinfo,v 1.22 2012/04/08 12:09:42 asau Exp $
-SHA1 (maxima-5.26.0.tar.gz) = bc7448486478b217c333605c6d8f6c0bbdd3526c
-RMD160 (maxima-5.26.0.tar.gz) = 789bb0449d65f6936bb548134ab1f33fe16858d0
-Size (maxima-5.26.0.tar.gz) = 26047841 bytes
+SHA1 (maxima-5.27.0.tar.gz) = 8d8d0b3db27f002986cff5429dea96ada46a0576
+RMD160 (maxima-5.27.0.tar.gz) = 9244f7397d6a6bf0cf363a6ad4d491160814bb35
+Size (maxima-5.27.0.tar.gz) = 27101764 bytes