summaryrefslogtreecommitdiff
path: root/math/maxima
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-04-10 14:34:13 +0000
committerwen <wen@pkgsrc.org>2016-04-10 14:34:13 +0000
commitb1e1d3b7daab160d6c270b25f4e9f18c4c086428 (patch)
tree2bd3276e3dd5f721c11a2ad157710b8fbb3aea12 /math/maxima
parent18c82ef9629939e81f9001c3cf80fea3f1a3763f (diff)
downloadpkgsrc-b1e1d3b7daab160d6c270b25f4e9f18c4c086428.tar.gz
Update to 5.38.0
Upstream changes: Maxima 5.38 change log New items in core: commit [ae11414]: Images in the HTML manual now are automatically shrinked to fit within the browser window, if neeeded. commit [d817ac5]: A singlepage HTML manual (doc/info/maxima_singlepage.html) commit [2b0f8c4]: Docu/Creating a release: Added a request to inform the wxMaxima team that aims to make a simultaneous release. commits [b2302ed]-[fcbb0e4]: Commit charsets package as posted by Michel Talon commit [1818e0b]: Add configure option --enable-mathjax to enable usage of MathJax in the html docs commit [7ca8a27]: Add simple documentation for bf_fft and bf_inverse_fft. commit [d1def61]: Added a small GUI for Windows users for selecting their default Lisp interpreter. commit [688f662]: Allow setting the Lisp type (MAXIMA_LISP=...) using maximarc on Windows. commit [bdaf3c7]: Try to exit gracefully if we are unable to connect to a server New items in share: commits [68d866e]-[4d1f046]: draw: grid now not only accepts boolean values, but also a list of 2 numbers. Changes in core: commits [3631127]-[82aea3a]: Documentation: Add example images for the draw options. commit [baa97e3]: Crosscompiling: update sbcl to the current version. commit [eedadc7]: Adjust the tolerances of two li[2] numerical tests commit [79d9dcd]: Prevent the removal of the integervalued feature during a reset() commit [05b922f]: Work around bug in ecl that causes all tests to fail. commit [f798207]: Removed the --dynamic-space-size option for sbcl. commit [eba5341]: Fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL commit [d95efeb]: WIP: Bigfloat FFT routines. Changes in share: commit [4ae042fc]: Split up implementation of FFT in a separate package commit [473ea6c]: Add the draw package to autoload updating the documentation commit [993aea7]: First attempt to rework numericalio.lisp for greater speed and memory efficiency. Bug fixes: commit [22f4fd0]: Apply patch in bug report 3120. commit [c57712d]: Fix #3105: lis doesn't simplify. commit [3b94068]: Fix #3112: inaccurate zeta(n) for negative even n. commit [f7b7b06]: Fix #3098: li[3] nuemrical evaluation. commit [689fdbc]: Fix SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow" commit [689fdbc]: Fix SF bug report #3103: "limit of li.. with numer:true infinite recursion" commit [30d5d01]: Fix SF bug #3102: "find_root(x,x,-1e300,1e300) => overflow" commit [0443536]: Fix SF bug report #3099: "Float read is single-precision, though float() is double-precision" commit [33666cc]: Fix bug #481: ('m)[1] (meval) commit [7398246]: Fixed bug #3075: '#3075 answer "3false" from "integrate(3asinh(x),x,-inf,inf)"' commit [2c7bf01]: Fixed bug #3081 'abs(...) -> "bfloat: attempted conversion of floating-point infinity."' commit [26375cd]: Fix #3069 limit(a/abs(x),x,0) crashes with stack overflow commit [df38b65]: Fix bug:#3065. commit [7409f45]: Fix bug #3058: Lingering assumptions after an interrupted simpsum commit [0848773]: Add test for SF bug #2302: "'at' applied to definite integral" commit [9c89d36]: A quick solution for Bug 3052 commit [0b6a9a1]: Fix SF bug #3049: "set should act like list" commit [4b6c2df]: Fix SF bug #3045: "Save command now fails to generate lisp file" commit [3c8d45b]: Fix bug #3044: opsubst crash commit [38c5ac7]: Fix SourceForge bug #2159 - integration_with_logabs. commit [20d4d93]: Fix SF bug #3003: make pdf returns an error. commit [49a2df1]: Fix SourceForge bug #3017 - "integrate_use_rootsof" leads to wrong result. commit [7c12736]: Add tests to verify that SF bug #365 is fixed. Add tests for related bug #3072 Unnumbered bugs: commit [f4af2a1]: Use per-maxima-instance filenames for draw and plot. Without this simultaneous plotting from concurrent maxima instances might result in name collisions. commit [5cc41da]: Allow sbcl to use enough memory to compile Lapack (linux+mac only). commit [4be3d80]: Remove the two black lines at the border of the bounding box that were introduced with gnuplot 5.0 commit [592b38b]: Fix integrate((4x^3-x^2+4x)^(-2/3)(12x^2-2*x+4),x); commits [f7b7b06]...[eedadc7]: li[2] and li[3] fixes. commit [366b08f]: Try to fix the trace output when the lisp_print trace option is set commit [b637368]: In MEVAL1, call GETCHARN only if argument is a symbol. Fixes bug reported to mailing list 2016-01-06
Diffstat (limited to 'math/maxima')
-rw-r--r--math/maxima/Makefile4
-rw-r--r--math/maxima/PLIST179
-rw-r--r--math/maxima/distinfo10
3 files changed, 180 insertions, 13 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 281a0878f9d..4c15d8ee8e7 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2015/10/01 18:43:27 prlw1 Exp $
+# $NetBSD: Makefile,v 1.46 2016/04/10 14:34:13 wen Exp $
-DISTNAME= maxima-5.37.2
+DISTNAME= maxima-5.38.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 e59e7eb8f06..4a3415674b6 100644
--- a/math/maxima/PLIST
+++ b/math/maxima/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2015/10/01 18:43:27 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.31 2016/04/10 14:34:13 wen Exp $
bin/maxima
bin/rmaxima
bin/xmaxima
@@ -8,8 +8,6 @@ info/maxima.info
info/xmaxima.info
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
-${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
-${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core
libexec/maxima/${PKGVERSION}/mgnuplot
man/man1/maxima.1
share/maxima/${PKGVERSION}/demo/cf.dem
@@ -47,6 +45,122 @@ share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif
share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png
+share/maxima/${PKGVERSION}/doc/html/figures/draw_axis3d.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_axis_bottom.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_bars.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_border.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_cbrange.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_cbtics.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_color.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_columns.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_contour.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_contour2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_cylindrical.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_elevation_grid.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_ellipse.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d10.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d11.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d4.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d5.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d6.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d7.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d8.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d9.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_equiv.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_errors.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_errors2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_grid.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_grid2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_head_angle.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_head_both.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_head_length.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_head_type.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_image.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_image2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_image3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_image4.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_image5.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_image6.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color4.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color5.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color6.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_key.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_label.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_label2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_label_alignment.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_label_orientation.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_line_type.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_line_width.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_logcb.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_logx_secondary.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_nticks.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_palette.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_palette2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_palette3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_palette4.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_palette5.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_point_size.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_point_type.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points4.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points5.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points6.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points7.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points8.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_points_joined.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_polar.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_polygon.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_quadrilateral.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_rectangle.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_region.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_scene.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_spherical.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_surface_hide.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_title.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_transform.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_transform2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_transparent.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_triangle.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_tube.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_tube_extremes.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_unit_vectors.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_vector.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_vector2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_view.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_view2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_wired_surface.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis_secondary.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_ylabel_secondary.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png
share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png
share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.png
@@ -109,6 +223,18 @@ share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png
share/maxima/${PKGVERSION}/doc/html/figures/scene1.png
share/maxima/${PKGVERSION}/doc/html/figures/scene2.png
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap4.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap5.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap6.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_country.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_polygon.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries.gif
+share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries_plus.gif
share/maxima/${PKGVERSION}/doc/html/header.hhp
share/maxima/${PKGVERSION}/doc/html/index.hhk
share/maxima/${PKGVERSION}/doc/html/intromax.html
@@ -116,6 +242,12 @@ 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_101.html
+share/maxima/${PKGVERSION}/doc/html/maxima_102.html
+share/maxima/${PKGVERSION}/doc/html/maxima_103.html
+share/maxima/${PKGVERSION}/doc/html/maxima_104.html
+share/maxima/${PKGVERSION}/doc/html/maxima_105.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
@@ -216,6 +348,7 @@ share/maxima/${PKGVERSION}/doc/html/maxima_99.html
share/maxima/${PKGVERSION}/doc/html/maxima_abt.html
share/maxima/${PKGVERSION}/doc/html/maxima_fot.html
share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html
+share/maxima/${PKGVERSION}/doc/html/maxima_singlepage.html
share/maxima/${PKGVERSION}/doc/html/maxima_toc.html
share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt
share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt
@@ -247,6 +380,7 @@ share/maxima/${PKGVERSION}/emacs/maxima.el
share/maxima/${PKGVERSION}/emacs/setup-imaxima-imath.el
share/maxima/${PKGVERSION}/emacs/smart-complete.el
share/maxima/${PKGVERSION}/emacs/sshell.el
+share/maxima/${PKGVERSION}/share/.gitattributes
share/maxima/${PKGVERSION}/share/affine/README
share/maxima/${PKGVERSION}/share/affine/affine.lisp
share/maxima/${PKGVERSION}/share/affine/affine.system
@@ -275,12 +409,21 @@ share/maxima/${PKGVERSION}/share/affine/sub-proj.lisp
share/maxima/${PKGVERSION}/share/affine/sys-declaim.lisp
share/maxima/${PKGVERSION}/share/affine/sys-proclaim.lisp
share/maxima/${PKGVERSION}/share/affine/sysdef.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/INTRODUCTION
share/maxima/${PKGVERSION}/share/algebra/charsets/README
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.mac
-share/maxima/${PKGVERSION}/share/algebra/charsets/flatten.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.maple
+share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.pdf
+share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_flatten.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_length.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_powers.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_set.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/fateman-len.lisp
share/maxima/${PKGVERSION}/share/algebra/charsets/rtestflatten.mac
-share/maxima/${PKGVERSION}/share/algebra/charsets/set.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/test.mac
+share/maxima/${PKGVERSION}/share/algebra/charsets/test.run
share/maxima/${PKGVERSION}/share/algebra/charsets/test1.mac
+share/maxima/${PKGVERSION}/share/algebra/charsets/wsolve
share/maxima/${PKGVERSION}/share/algebra/gcdex.mac
share/maxima/${PKGVERSION}/share/algebra/grob1.lisp
share/maxima/${PKGVERSION}/share/algebra/nusum.mac
@@ -426,6 +569,7 @@ share/maxima/${PKGVERSION}/share/contrib/Grobner/README
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.lisp
+share/maxima/${PKGVERSION}/share/contrib/Grobner/rtest_grobner.mac
share/maxima/${PKGVERSION}/share/contrib/README
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Gosper.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/GosperEq.mac
@@ -685,6 +829,9 @@ share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
share/maxima/${PKGVERSION}/share/contrib/odes/odes-doc.pdf
share/maxima/${PKGVERSION}/share/contrib/odes/odes.mac
+share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.lisp
+share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.mac
+share/maxima/${PKGVERSION}/share/contrib/operatingsystem/rtest_operatingsystem.mac
share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac
@@ -745,6 +892,7 @@ 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/ratpow.lisp
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf
@@ -788,6 +936,12 @@ share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
share/maxima/${PKGVERSION}/share/contrib/tocl.lisp
share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf
share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac
+share/maxima/${PKGVERSION}/share/contrib/unicodedata/grind-patch.lisp
+share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata-txt.lisp
+share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.el
+share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.lisp
+share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.mac
+share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.system
share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp
@@ -1138,6 +1292,7 @@ share/maxima/${PKGVERSION}/share/lapack/lapack/zunmhr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zunmqr.lisp
share/maxima/${PKGVERSION}/share/lapack/load-lapack.lisp
share/maxima/${PKGVERSION}/share/lapack/rtest_dgeqrf.mac
+share/maxima/${PKGVERSION}/share/lapack/rtest_dgesv.mac
share/maxima/${PKGVERSION}/share/lbfgs/f2cl-lbfgs.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lb1.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lb2.lisp
@@ -1269,6 +1424,8 @@ share/maxima/${PKGVERSION}/share/numeric/diffeq.dem
share/maxima/${PKGVERSION}/share/numeric/diffeq.mac
share/maxima/${PKGVERSION}/share/numeric/expense.lisp
share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp
+share/maxima/${PKGVERSION}/share/numeric/fft-interface.lisp
+share/maxima/${PKGVERSION}/share/numeric/fft-package.lisp
share/maxima/${PKGVERSION}/share/numeric/fft.dem
share/maxima/${PKGVERSION}/share/numeric/fft.lisp
share/maxima/${PKGVERSION}/share/numeric/fft.usg
@@ -1284,6 +1441,7 @@ share/maxima/${PKGVERSION}/share/numeric/romberg.lisp
share/maxima/${PKGVERSION}/share/numeric/rtest_bffac.mac
share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac
share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac
+share/maxima/${PKGVERSION}/share/numeric/rtest_rfft.mac
share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac
share/maxima/${PKGVERSION}/share/numeric/simpsn.dem
share/maxima/${PKGVERSION}/share/numeric/simpsn.mac
@@ -1292,8 +1450,10 @@ 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/load-numericalio.lisp
share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp
share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac
+share/maxima/${PKGVERSION}/share/numericalio/numericalio.system
share/maxima/${PKGVERSION}/share/numericalio/pipe.data
share/maxima/${PKGVERSION}/share/numericalio/ragged.data
share/maxima/${PKGVERSION}/share/numericalio/really-csv.data
@@ -1328,11 +1488,12 @@ share/maxima/${PKGVERSION}/share/physics/dimension.tex
share/maxima/${PKGVERSION}/share/physics/elec.lisp
share/maxima/${PKGVERSION}/share/physics/physconst.mac
share/maxima/${PKGVERSION}/share/physics/physconst.usg
+share/maxima/${PKGVERSION}/share/physics/rtest_dimension.mac
share/maxima/${PKGVERSION}/share/physics/units.mac
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/share_testsuite.lisp
share/maxima/${PKGVERSION}/share/simplex/Readme.txt
share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv
@@ -1375,6 +1536,7 @@ share/maxima/${PKGVERSION}/share/simplification/rducon.lisp
share/maxima/${PKGVERSION}/share/simplification/rncomb.dem
share/maxima/${PKGVERSION}/share/simplification/rncomb.mac
share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac
+share/maxima/${PKGVERSION}/share/simplification/rtest_sqdnst.mac
share/maxima/${PKGVERSION}/share/simplification/scifac.dem
share/maxima/${PKGVERSION}/share/simplification/scifac.lisp
share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac
@@ -1401,9 +1563,11 @@ share/maxima/${PKGVERSION}/share/stringproc/md5.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/rtestregex.mac
share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac
share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp
share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
+share/maxima/${PKGVERSION}/share/stringproc/sregex.mac
share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
share/maxima/${PKGVERSION}/share/sym/arite.lisp
@@ -1867,6 +2031,7 @@ share/maxima/${PKGVERSION}/tests/rtest_equal.mac
share/maxima/${PKGVERSION}/tests/rtest_everysome.mac
share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac
share/maxima/${PKGVERSION}/tests/rtest_extra.mac
+share/maxima/${PKGVERSION}/tests/rtest_float_inf.mac
share/maxima/${PKGVERSION}/tests/rtest_gamma.mac
share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac
share/maxima/${PKGVERSION}/tests/rtest_integrate.mac
@@ -1880,6 +2045,7 @@ 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_plotoptions.mac
share/maxima/${PKGVERSION}/tests/rtest_power.mac
share/maxima/${PKGVERSION}/tests/rtest_powerseries.mac
share/maxima/${PKGVERSION}/tests/rtest_round.mac
@@ -1974,3 +2140,4 @@ share/maxima/${PKGVERSION}/xmaxima/maxima-new.png
share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg
share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg
share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html
+share/mime/packages/x-mac.xml
diff --git a/math/maxima/distinfo b/math/maxima/distinfo
index 5316e797b15..314e28ba09f 100644
--- a/math/maxima/distinfo
+++ b/math/maxima/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2015/11/03 23:33:36 agc Exp $
+$NetBSD: distinfo,v 1.30 2016/04/10 14:34:13 wen Exp $
-SHA1 (maxima-5.37.2.tar.gz) = 460a3042beac635f25d5db453b5cccb13322a4e7
-RMD160 (maxima-5.37.2.tar.gz) = 8e53da2d81352a86125fc4ee09d12b3598dd46d2
-SHA512 (maxima-5.37.2.tar.gz) = b043c9f48e0cdffeb9e81a938b3d17037741ff63a5a2c09b893f74d55ef9f54d998bf05b2312cb56139329c8ebb107b68c70d1b72a961c0bb91e0cc4932872c7
-Size (maxima-5.37.2.tar.gz) = 29963535 bytes
+SHA1 (maxima-5.38.0.tar.gz) = 1cc9ba840f115ab18813dfffeab89fb68ea735ce
+RMD160 (maxima-5.38.0.tar.gz) = ccddaecc5de2be213245b8dc90bb38657fc891dd
+SHA512 (maxima-5.38.0.tar.gz) = c7cbb777f01c540bad95200a7a7a4a60d17d1f9afe03647a8af78e40a3403be771e8cb305bcac4d636e2247a9994f22071b4ece2df91408d9ecfc29159ef6c58
+Size (maxima-5.38.0.tar.gz) = 38502746 bytes