Sun Apr 10 14:34:13 2016 UTC ()
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


(wen)
diff -r1.45 -r1.46 pkgsrc/math/maxima/Makefile
diff -r1.30 -r1.31 pkgsrc/math/maxima/PLIST
diff -r1.29 -r1.30 pkgsrc/math/maxima/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/math/maxima/Makefile (expand / switch to unified diff)

--- pkgsrc/math/maxima/Makefile 2015/10/01 18:43:27 1.45
+++ pkgsrc/math/maxima/Makefile 2016/04/10 14:34:13 1.46
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.45 2015/10/01 18:43:27 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.46 2016/04/10 14:34:13 wen Exp $
2 2
3DISTNAME= maxima-5.37.2 3DISTNAME= maxima-5.38.0
4# On updates, please make sure editors/TeXmacs knows about the new 4# On updates, please make sure editors/TeXmacs knows about the new
5# version number. 5# version number.
6# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) 6# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
7CATEGORIES= math 7CATEGORIES= math
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://maxima.sourceforge.net/ 11HOMEPAGE= http://maxima.sourceforge.net/
12COMMENT= Computer algebra system 12COMMENT= Computer algebra system
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15# Note: lisp backend is depended and setup up for in options.mk 15# Note: lisp backend is depended and setup up for in options.mk
16DEPENDS+= tk-[0-9]*:../../x11/tk 16DEPENDS+= tk-[0-9]*:../../x11/tk

cvs diff -r1.30 -r1.31 pkgsrc/math/maxima/PLIST (expand / switch to unified diff)

--- pkgsrc/math/maxima/PLIST 2015/10/01 18:43:27 1.30
+++ pkgsrc/math/maxima/PLIST 2016/04/10 14:34:13 1.31
@@ -1,25 +1,23 @@ @@ -1,25 +1,23 @@
1@comment $NetBSD: PLIST,v 1.30 2015/10/01 18:43:27 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.31 2016/04/10 14:34:13 wen Exp $
2bin/maxima 2bin/maxima
3bin/rmaxima 3bin/rmaxima
4bin/xmaxima 4bin/xmaxima
5info/imaxima.info 5info/imaxima.info
6info/maxima-index.lisp 6info/maxima-index.lisp
7info/maxima.info 7info/maxima.info
8info/xmaxima.info 8info/xmaxima.info
9${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run 9${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
10${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem 10${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
11${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima 
12${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core 
13libexec/maxima/${PKGVERSION}/mgnuplot 11libexec/maxima/${PKGVERSION}/mgnuplot
14man/man1/maxima.1 12man/man1/maxima.1
15share/maxima/${PKGVERSION}/demo/cf.dem 13share/maxima/${PKGVERSION}/demo/cf.dem
16share/maxima/${PKGVERSION}/demo/demo.dem 14share/maxima/${PKGVERSION}/demo/demo.dem
17share/maxima/${PKGVERSION}/demo/eaton1.dem 15share/maxima/${PKGVERSION}/demo/eaton1.dem
18share/maxima/${PKGVERSION}/demo/eaton2.dem 16share/maxima/${PKGVERSION}/demo/eaton2.dem
19share/maxima/${PKGVERSION}/demo/ezgcd.dem 17share/maxima/${PKGVERSION}/demo/ezgcd.dem
20share/maxima/${PKGVERSION}/demo/hypgeo.dem 18share/maxima/${PKGVERSION}/demo/hypgeo.dem
21share/maxima/${PKGVERSION}/demo/macex.dem 19share/maxima/${PKGVERSION}/demo/macex.dem
22share/maxima/${PKGVERSION}/demo/macro.dem 20share/maxima/${PKGVERSION}/demo/macro.dem
23share/maxima/${PKGVERSION}/demo/manual.demo 21share/maxima/${PKGVERSION}/demo/manual.demo
24share/maxima/${PKGVERSION}/demo/newfac.dem 22share/maxima/${PKGVERSION}/demo/newfac.dem
25share/maxima/${PKGVERSION}/demo/plots.mac 23share/maxima/${PKGVERSION}/demo/plots.mac
@@ -37,26 +35,142 @@ share/maxima/${PKGVERSION}/doc/html/figu @@ -37,26 +35,142 @@ share/maxima/${PKGVERSION}/doc/html/figu
37share/maxima/${PKGVERSION}/doc/html/figures/bodegain6.gif 35share/maxima/${PKGVERSION}/doc/html/figures/bodegain6.gif
38share/maxima/${PKGVERSION}/doc/html/figures/bodegain7.gif 36share/maxima/${PKGVERSION}/doc/html/figures/bodegain7.gif
39share/maxima/${PKGVERSION}/doc/html/figures/bodegain8.gif 37share/maxima/${PKGVERSION}/doc/html/figures/bodegain8.gif
40share/maxima/${PKGVERSION}/doc/html/figures/bodephase1.gif 38share/maxima/${PKGVERSION}/doc/html/figures/bodephase1.gif
41share/maxima/${PKGVERSION}/doc/html/figures/bodephase2.gif 39share/maxima/${PKGVERSION}/doc/html/figures/bodephase2.gif
42share/maxima/${PKGVERSION}/doc/html/figures/bodephase3.gif 40share/maxima/${PKGVERSION}/doc/html/figures/bodephase3.gif
43share/maxima/${PKGVERSION}/doc/html/figures/bodephase4.gif 41share/maxima/${PKGVERSION}/doc/html/figures/bodephase4.gif
44share/maxima/${PKGVERSION}/doc/html/figures/bodephase5.gif 42share/maxima/${PKGVERSION}/doc/html/figures/bodephase5.gif
45share/maxima/${PKGVERSION}/doc/html/figures/bodephase6.gif 43share/maxima/${PKGVERSION}/doc/html/figures/bodephase6.gif
46share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif 44share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif
47share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif 45share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif
48share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif 46share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif
49share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png 47share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png
 48share/maxima/${PKGVERSION}/doc/html/figures/draw_axis3d.gif
 49share/maxima/${PKGVERSION}/doc/html/figures/draw_axis_bottom.gif
 50share/maxima/${PKGVERSION}/doc/html/figures/draw_bars.gif
 51share/maxima/${PKGVERSION}/doc/html/figures/draw_border.gif
 52share/maxima/${PKGVERSION}/doc/html/figures/draw_cbrange.gif
 53share/maxima/${PKGVERSION}/doc/html/figures/draw_cbtics.gif
 54share/maxima/${PKGVERSION}/doc/html/figures/draw_color.gif
 55share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox.gif
 56share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox2.gif
 57share/maxima/${PKGVERSION}/doc/html/figures/draw_columns.gif
 58share/maxima/${PKGVERSION}/doc/html/figures/draw_contour.gif
 59share/maxima/${PKGVERSION}/doc/html/figures/draw_contour2.gif
 60share/maxima/${PKGVERSION}/doc/html/figures/draw_cylindrical.gif
 61share/maxima/${PKGVERSION}/doc/html/figures/draw_elevation_grid.gif
 62share/maxima/${PKGVERSION}/doc/html/figures/draw_ellipse.gif
 63share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d.gif
 64share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d10.gif
 65share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d11.gif
 66share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d2.gif
 67share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d3.gif
 68share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d4.gif
 69share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d5.gif
 70share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d6.gif
 71share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d7.gif
 72share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d8.gif
 73share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d9.gif
 74share/maxima/${PKGVERSION}/doc/html/figures/draw_equiv.gif
 75share/maxima/${PKGVERSION}/doc/html/figures/draw_errors.gif
 76share/maxima/${PKGVERSION}/doc/html/figures/draw_errors2.gif
 77share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit.gif
 78share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit2.gif
 79share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit3.gif
 80share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc.gif
 81share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc2.gif
 82share/maxima/${PKGVERSION}/doc/html/figures/draw_grid.gif
 83share/maxima/${PKGVERSION}/doc/html/figures/draw_grid2.gif
 84share/maxima/${PKGVERSION}/doc/html/figures/draw_head_angle.gif
 85share/maxima/${PKGVERSION}/doc/html/figures/draw_head_both.gif
 86share/maxima/${PKGVERSION}/doc/html/figures/draw_head_length.gif
 87share/maxima/${PKGVERSION}/doc/html/figures/draw_head_type.gif
 88share/maxima/${PKGVERSION}/doc/html/figures/draw_image.gif
 89share/maxima/${PKGVERSION}/doc/html/figures/draw_image2.gif
 90share/maxima/${PKGVERSION}/doc/html/figures/draw_image3.gif
 91share/maxima/${PKGVERSION}/doc/html/figures/draw_image4.gif
 92share/maxima/${PKGVERSION}/doc/html/figures/draw_image5.gif
 93share/maxima/${PKGVERSION}/doc/html/figures/draw_image6.gif
 94share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit.gif
 95share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit2.gif
 96share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color.gif
 97share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color2.gif
 98share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color3.gif
 99share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color4.gif
 100share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color5.gif
 101share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color6.gif
 102share/maxima/${PKGVERSION}/doc/html/figures/draw_key.gif
 103share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos.gif
 104share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos2.gif
 105share/maxima/${PKGVERSION}/doc/html/figures/draw_label.gif
 106share/maxima/${PKGVERSION}/doc/html/figures/draw_label2.gif
 107share/maxima/${PKGVERSION}/doc/html/figures/draw_label_alignment.gif
 108share/maxima/${PKGVERSION}/doc/html/figures/draw_label_orientation.gif
 109share/maxima/${PKGVERSION}/doc/html/figures/draw_line_type.gif
 110share/maxima/${PKGVERSION}/doc/html/figures/draw_line_width.gif
 111share/maxima/${PKGVERSION}/doc/html/figures/draw_logcb.gif
 112share/maxima/${PKGVERSION}/doc/html/figures/draw_logx_secondary.gif
 113share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh.gif
 114share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh2.gif
 115share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh3.gif
 116share/maxima/${PKGVERSION}/doc/html/figures/draw_nticks.gif
 117share/maxima/${PKGVERSION}/doc/html/figures/draw_palette.gif
 118share/maxima/${PKGVERSION}/doc/html/figures/draw_palette2.gif
 119share/maxima/${PKGVERSION}/doc/html/figures/draw_palette3.gif
 120share/maxima/${PKGVERSION}/doc/html/figures/draw_palette4.gif
 121share/maxima/${PKGVERSION}/doc/html/figures/draw_palette5.gif
 122share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric.gif
 123share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric2.gif
 124share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric3.gif
 125share/maxima/${PKGVERSION}/doc/html/figures/draw_point_size.gif
 126share/maxima/${PKGVERSION}/doc/html/figures/draw_point_type.gif
 127share/maxima/${PKGVERSION}/doc/html/figures/draw_points.gif
 128share/maxima/${PKGVERSION}/doc/html/figures/draw_points2.gif
 129share/maxima/${PKGVERSION}/doc/html/figures/draw_points3.gif
 130share/maxima/${PKGVERSION}/doc/html/figures/draw_points4.gif
 131share/maxima/${PKGVERSION}/doc/html/figures/draw_points5.gif
 132share/maxima/${PKGVERSION}/doc/html/figures/draw_points6.gif
 133share/maxima/${PKGVERSION}/doc/html/figures/draw_points7.gif
 134share/maxima/${PKGVERSION}/doc/html/figures/draw_points8.gif
 135share/maxima/${PKGVERSION}/doc/html/figures/draw_points_joined.gif
 136share/maxima/${PKGVERSION}/doc/html/figures/draw_polar.gif
 137share/maxima/${PKGVERSION}/doc/html/figures/draw_polygon.gif
 138share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis.gif
 139share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis2.gif
 140share/maxima/${PKGVERSION}/doc/html/figures/draw_quadrilateral.gif
 141share/maxima/${PKGVERSION}/doc/html/figures/draw_rectangle.gif
 142share/maxima/${PKGVERSION}/doc/html/figures/draw_region.gif
 143share/maxima/${PKGVERSION}/doc/html/figures/draw_scene.gif
 144share/maxima/${PKGVERSION}/doc/html/figures/draw_spherical.gif
 145share/maxima/${PKGVERSION}/doc/html/figures/draw_surface_hide.gif
 146share/maxima/${PKGVERSION}/doc/html/figures/draw_title.gif
 147share/maxima/${PKGVERSION}/doc/html/figures/draw_transform.gif
 148share/maxima/${PKGVERSION}/doc/html/figures/draw_transform2.gif
 149share/maxima/${PKGVERSION}/doc/html/figures/draw_transparent.gif
 150share/maxima/${PKGVERSION}/doc/html/figures/draw_triangle.gif
 151share/maxima/${PKGVERSION}/doc/html/figures/draw_tube.gif
 152share/maxima/${PKGVERSION}/doc/html/figures/draw_tube_extremes.gif
 153share/maxima/${PKGVERSION}/doc/html/figures/draw_unit_vectors.gif
 154share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble.gif
 155share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble2.gif
 156share/maxima/${PKGVERSION}/doc/html/figures/draw_vector.gif
 157share/maxima/${PKGVERSION}/doc/html/figures/draw_vector2.gif
 158share/maxima/${PKGVERSION}/doc/html/figures/draw_view.gif
 159share/maxima/${PKGVERSION}/doc/html/figures/draw_view2.gif
 160share/maxima/${PKGVERSION}/doc/html/figures/draw_wired_surface.gif
 161share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis.gif
 162share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis_secondary.gif
 163share/maxima/${PKGVERSION}/doc/html/figures/draw_ylabel_secondary.gif
50share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png 164share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png
51share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png 165share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png
52share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.png 166share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.png
53share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.png 167share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.png
54share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.png 168share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.png
55share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.png 169share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.png
56share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.png 170share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.png
57share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.png 171share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.png
58share/maxima/${PKGVERSION}/doc/html/figures/favicon.ico 172share/maxima/${PKGVERSION}/doc/html/figures/favicon.ico
59share/maxima/${PKGVERSION}/doc/html/figures/graphs01.gif 173share/maxima/${PKGVERSION}/doc/html/figures/graphs01.gif
60share/maxima/${PKGVERSION}/doc/html/figures/graphs02.gif 174share/maxima/${PKGVERSION}/doc/html/figures/graphs02.gif
61share/maxima/${PKGVERSION}/doc/html/figures/graphs03.gif 175share/maxima/${PKGVERSION}/doc/html/figures/graphs03.gif
62share/maxima/${PKGVERSION}/doc/html/figures/graphs04.gif 176share/maxima/${PKGVERSION}/doc/html/figures/graphs04.gif
@@ -99,33 +213,51 @@ share/maxima/${PKGVERSION}/doc/html/figu @@ -99,33 +213,51 @@ share/maxima/${PKGVERSION}/doc/html/figu
99share/maxima/${PKGVERSION}/doc/html/figures/plotting23.png 213share/maxima/${PKGVERSION}/doc/html/figures/plotting23.png
100share/maxima/${PKGVERSION}/doc/html/figures/plotting24.png 214share/maxima/${PKGVERSION}/doc/html/figures/plotting24.png
101share/maxima/${PKGVERSION}/doc/html/figures/plotting25.png 215share/maxima/${PKGVERSION}/doc/html/figures/plotting25.png
102share/maxima/${PKGVERSION}/doc/html/figures/plotting26.png 216share/maxima/${PKGVERSION}/doc/html/figures/plotting26.png
103share/maxima/${PKGVERSION}/doc/html/figures/plotting3.png 217share/maxima/${PKGVERSION}/doc/html/figures/plotting3.png
104share/maxima/${PKGVERSION}/doc/html/figures/plotting4.png 218share/maxima/${PKGVERSION}/doc/html/figures/plotting4.png
105share/maxima/${PKGVERSION}/doc/html/figures/plotting5.png 219share/maxima/${PKGVERSION}/doc/html/figures/plotting5.png
106share/maxima/${PKGVERSION}/doc/html/figures/plotting6.png 220share/maxima/${PKGVERSION}/doc/html/figures/plotting6.png
107share/maxima/${PKGVERSION}/doc/html/figures/plotting7.png 221share/maxima/${PKGVERSION}/doc/html/figures/plotting7.png
108share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png 222share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png
109share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png 223share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png
110share/maxima/${PKGVERSION}/doc/html/figures/scene1.png 224share/maxima/${PKGVERSION}/doc/html/figures/scene1.png
111share/maxima/${PKGVERSION}/doc/html/figures/scene2.png 225share/maxima/${PKGVERSION}/doc/html/figures/scene2.png
 226share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap.gif
 227share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap2.gif
 228share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap3.gif
 229share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap4.gif
 230share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap5.gif
 231share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap6.gif
 232share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent.gif
 233share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent2.gif
 234share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_country.gif
 235share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_polygon.gif
 236share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries.gif
 237share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries_plus.gif
112share/maxima/${PKGVERSION}/doc/html/header.hhp 238share/maxima/${PKGVERSION}/doc/html/header.hhp
113share/maxima/${PKGVERSION}/doc/html/index.hhk 239share/maxima/${PKGVERSION}/doc/html/index.hhk
114share/maxima/${PKGVERSION}/doc/html/intromax.html 240share/maxima/${PKGVERSION}/doc/html/intromax.html
115share/maxima/${PKGVERSION}/doc/html/maxima.hhp 241share/maxima/${PKGVERSION}/doc/html/maxima.hhp
116share/maxima/${PKGVERSION}/doc/html/maxima.html 242share/maxima/${PKGVERSION}/doc/html/maxima.html
117share/maxima/${PKGVERSION}/doc/html/maxima_1.html 243share/maxima/${PKGVERSION}/doc/html/maxima_1.html
118share/maxima/${PKGVERSION}/doc/html/maxima_10.html 244share/maxima/${PKGVERSION}/doc/html/maxima_10.html
 245share/maxima/${PKGVERSION}/doc/html/maxima_100.html
 246share/maxima/${PKGVERSION}/doc/html/maxima_101.html
 247share/maxima/${PKGVERSION}/doc/html/maxima_102.html
 248share/maxima/${PKGVERSION}/doc/html/maxima_103.html
 249share/maxima/${PKGVERSION}/doc/html/maxima_104.html
 250share/maxima/${PKGVERSION}/doc/html/maxima_105.html
119share/maxima/${PKGVERSION}/doc/html/maxima_11.html 251share/maxima/${PKGVERSION}/doc/html/maxima_11.html
120share/maxima/${PKGVERSION}/doc/html/maxima_12.html 252share/maxima/${PKGVERSION}/doc/html/maxima_12.html
121share/maxima/${PKGVERSION}/doc/html/maxima_13.html 253share/maxima/${PKGVERSION}/doc/html/maxima_13.html
122share/maxima/${PKGVERSION}/doc/html/maxima_14.html 254share/maxima/${PKGVERSION}/doc/html/maxima_14.html
123share/maxima/${PKGVERSION}/doc/html/maxima_15.html 255share/maxima/${PKGVERSION}/doc/html/maxima_15.html
124share/maxima/${PKGVERSION}/doc/html/maxima_16.html 256share/maxima/${PKGVERSION}/doc/html/maxima_16.html
125share/maxima/${PKGVERSION}/doc/html/maxima_17.html 257share/maxima/${PKGVERSION}/doc/html/maxima_17.html
126share/maxima/${PKGVERSION}/doc/html/maxima_18.html 258share/maxima/${PKGVERSION}/doc/html/maxima_18.html
127share/maxima/${PKGVERSION}/doc/html/maxima_19.html 259share/maxima/${PKGVERSION}/doc/html/maxima_19.html
128share/maxima/${PKGVERSION}/doc/html/maxima_2.html 260share/maxima/${PKGVERSION}/doc/html/maxima_2.html
129share/maxima/${PKGVERSION}/doc/html/maxima_20.html 261share/maxima/${PKGVERSION}/doc/html/maxima_20.html
130share/maxima/${PKGVERSION}/doc/html/maxima_21.html 262share/maxima/${PKGVERSION}/doc/html/maxima_21.html
131share/maxima/${PKGVERSION}/doc/html/maxima_22.html 263share/maxima/${PKGVERSION}/doc/html/maxima_22.html
@@ -206,26 +338,27 @@ share/maxima/${PKGVERSION}/doc/html/maxi @@ -206,26 +338,27 @@ share/maxima/${PKGVERSION}/doc/html/maxi
206share/maxima/${PKGVERSION}/doc/html/maxima_90.html 338share/maxima/${PKGVERSION}/doc/html/maxima_90.html
207share/maxima/${PKGVERSION}/doc/html/maxima_91.html 339share/maxima/${PKGVERSION}/doc/html/maxima_91.html
208share/maxima/${PKGVERSION}/doc/html/maxima_92.html 340share/maxima/${PKGVERSION}/doc/html/maxima_92.html
209share/maxima/${PKGVERSION}/doc/html/maxima_93.html 341share/maxima/${PKGVERSION}/doc/html/maxima_93.html
210share/maxima/${PKGVERSION}/doc/html/maxima_94.html 342share/maxima/${PKGVERSION}/doc/html/maxima_94.html
211share/maxima/${PKGVERSION}/doc/html/maxima_95.html 343share/maxima/${PKGVERSION}/doc/html/maxima_95.html
212share/maxima/${PKGVERSION}/doc/html/maxima_96.html 344share/maxima/${PKGVERSION}/doc/html/maxima_96.html
213share/maxima/${PKGVERSION}/doc/html/maxima_97.html 345share/maxima/${PKGVERSION}/doc/html/maxima_97.html
214share/maxima/${PKGVERSION}/doc/html/maxima_98.html 346share/maxima/${PKGVERSION}/doc/html/maxima_98.html
215share/maxima/${PKGVERSION}/doc/html/maxima_99.html 347share/maxima/${PKGVERSION}/doc/html/maxima_99.html
216share/maxima/${PKGVERSION}/doc/html/maxima_abt.html 348share/maxima/${PKGVERSION}/doc/html/maxima_abt.html
217share/maxima/${PKGVERSION}/doc/html/maxima_fot.html 349share/maxima/${PKGVERSION}/doc/html/maxima_fot.html
218share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html 350share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html
 351share/maxima/${PKGVERSION}/doc/html/maxima_singlepage.html
219share/maxima/${PKGVERSION}/doc/html/maxima_toc.html 352share/maxima/${PKGVERSION}/doc/html/maxima_toc.html
220share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt 353share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt
221share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt 354share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt
222share/maxima/${PKGVERSION}/doc/misc/completescanoffunctionssortedbybytecodelength.txt 355share/maxima/${PKGVERSION}/doc/misc/completescanoffunctionssortedbybytecodelength.txt
223share/maxima/${PKGVERSION}/doc/misc/grepforvariables.sh 356share/maxima/${PKGVERSION}/doc/misc/grepforvariables.sh
224share/maxima/${PKGVERSION}/doc/misc/maximafunctions.txt 357share/maxima/${PKGVERSION}/doc/misc/maximafunctions.txt
225share/maxima/${PKGVERSION}/doc/misc/maximafunctionsundocumented.txt 358share/maxima/${PKGVERSION}/doc/misc/maximafunctionsundocumented.txt
226share/maxima/${PKGVERSION}/doc/misc/maximaitemspresentinbothfunctionandvariablescans.txt 359share/maxima/${PKGVERSION}/doc/misc/maximaitemspresentinbothfunctionandvariablescans.txt
227share/maxima/${PKGVERSION}/doc/misc/maximavariables.txt 360share/maxima/${PKGVERSION}/doc/misc/maximavariables.txt
228share/maxima/${PKGVERSION}/doc/misc/maximavariablesundocumented.txt 361share/maxima/${PKGVERSION}/doc/misc/maximavariablesundocumented.txt
229share/maxima/${PKGVERSION}/doc/misc/processlisfiles.sh 362share/maxima/${PKGVERSION}/doc/misc/processlisfiles.sh
230share/maxima/${PKGVERSION}/doc/misc/weirdvariables.txt 363share/maxima/${PKGVERSION}/doc/misc/weirdvariables.txt
231share/maxima/${PKGVERSION}/doc/misc/workingvariables.txt 364share/maxima/${PKGVERSION}/doc/misc/workingvariables.txt
@@ -237,26 +370,27 @@ share/maxima/${PKGVERSION}/emacs/bookmod @@ -237,26 +370,27 @@ share/maxima/${PKGVERSION}/emacs/bookmod
237share/maxima/${PKGVERSION}/emacs/dbl.el 370share/maxima/${PKGVERSION}/emacs/dbl.el
238share/maxima/${PKGVERSION}/emacs/emaxima.el 371share/maxima/${PKGVERSION}/emacs/emaxima.el
239share/maxima/${PKGVERSION}/emacs/emaxima.lisp 372share/maxima/${PKGVERSION}/emacs/emaxima.lisp
240share/maxima/${PKGVERSION}/emacs/emaxima.sty 373share/maxima/${PKGVERSION}/emacs/emaxima.sty
241share/maxima/${PKGVERSION}/emacs/imath.el 374share/maxima/${PKGVERSION}/emacs/imath.el
242share/maxima/${PKGVERSION}/emacs/imaxima-autoconf-variables.el 375share/maxima/${PKGVERSION}/emacs/imaxima-autoconf-variables.el
243share/maxima/${PKGVERSION}/emacs/imaxima.el 376share/maxima/${PKGVERSION}/emacs/imaxima.el
244share/maxima/${PKGVERSION}/emacs/imaxima.lisp 377share/maxima/${PKGVERSION}/emacs/imaxima.lisp
245share/maxima/${PKGVERSION}/emacs/maxima-font-lock.el 378share/maxima/${PKGVERSION}/emacs/maxima-font-lock.el
246share/maxima/${PKGVERSION}/emacs/maxima.el 379share/maxima/${PKGVERSION}/emacs/maxima.el
247share/maxima/${PKGVERSION}/emacs/setup-imaxima-imath.el 380share/maxima/${PKGVERSION}/emacs/setup-imaxima-imath.el
248share/maxima/${PKGVERSION}/emacs/smart-complete.el 381share/maxima/${PKGVERSION}/emacs/smart-complete.el
249share/maxima/${PKGVERSION}/emacs/sshell.el 382share/maxima/${PKGVERSION}/emacs/sshell.el
 383share/maxima/${PKGVERSION}/share/.gitattributes
250share/maxima/${PKGVERSION}/share/affine/README 384share/maxima/${PKGVERSION}/share/affine/README
251share/maxima/${PKGVERSION}/share/affine/affine.lisp 385share/maxima/${PKGVERSION}/share/affine/affine.lisp
252share/maxima/${PKGVERSION}/share/affine/affine.system 386share/maxima/${PKGVERSION}/share/affine/affine.system
253share/maxima/${PKGVERSION}/share/affine/amacros.lisp 387share/maxima/${PKGVERSION}/share/affine/amacros.lisp
254share/maxima/${PKGVERSION}/share/affine/aquotient.lisp 388share/maxima/${PKGVERSION}/share/affine/aquotient.lisp
255share/maxima/${PKGVERSION}/share/affine/compat.lisp 389share/maxima/${PKGVERSION}/share/affine/compat.lisp
256share/maxima/${PKGVERSION}/share/affine/dim-3.lisp 390share/maxima/${PKGVERSION}/share/affine/dim-3.lisp
257share/maxima/${PKGVERSION}/share/affine/dim4-help.lisp 391share/maxima/${PKGVERSION}/share/affine/dim4-help.lisp
258share/maxima/${PKGVERSION}/share/affine/macbasic.mac 392share/maxima/${PKGVERSION}/share/affine/macbasic.mac
259share/maxima/${PKGVERSION}/share/affine/make.lisp 393share/maxima/${PKGVERSION}/share/affine/make.lisp
260share/maxima/${PKGVERSION}/share/affine/makefile 394share/maxima/${PKGVERSION}/share/affine/makefile
261share/maxima/${PKGVERSION}/share/affine/modsimp.lisp 395share/maxima/${PKGVERSION}/share/affine/modsimp.lisp
262share/maxima/${PKGVERSION}/share/affine/ndotsimp.lisp 396share/maxima/${PKGVERSION}/share/affine/ndotsimp.lisp
@@ -265,32 +399,41 @@ share/maxima/${PKGVERSION}/share/affine/ @@ -265,32 +399,41 @@ share/maxima/${PKGVERSION}/share/affine/
265share/maxima/${PKGVERSION}/share/affine/polyb.lisp 399share/maxima/${PKGVERSION}/share/affine/polyb.lisp
266share/maxima/${PKGVERSION}/share/affine/polybas.lisp 400share/maxima/${PKGVERSION}/share/affine/polybas.lisp
267share/maxima/${PKGVERSION}/share/affine/polyc.lisp 401share/maxima/${PKGVERSION}/share/affine/polyc.lisp
268share/maxima/${PKGVERSION}/share/affine/polyd.lisp 402share/maxima/${PKGVERSION}/share/affine/polyd.lisp
269share/maxima/${PKGVERSION}/share/affine/polysmp.lisp 403share/maxima/${PKGVERSION}/share/affine/polysmp.lisp
270share/maxima/${PKGVERSION}/share/affine/sheafa.lisp 404share/maxima/${PKGVERSION}/share/affine/sheafa.lisp
271share/maxima/${PKGVERSION}/share/affine/sheafb.lisp 405share/maxima/${PKGVERSION}/share/affine/sheafb.lisp
272share/maxima/${PKGVERSION}/share/affine/sheafc.lisp 406share/maxima/${PKGVERSION}/share/affine/sheafc.lisp
273share/maxima/${PKGVERSION}/share/affine/sparsemat.lisp 407share/maxima/${PKGVERSION}/share/affine/sparsemat.lisp
274share/maxima/${PKGVERSION}/share/affine/sub-proj.lisp 408share/maxima/${PKGVERSION}/share/affine/sub-proj.lisp
275share/maxima/${PKGVERSION}/share/affine/sys-declaim.lisp 409share/maxima/${PKGVERSION}/share/affine/sys-declaim.lisp
276share/maxima/${PKGVERSION}/share/affine/sys-proclaim.lisp 410share/maxima/${PKGVERSION}/share/affine/sys-proclaim.lisp
277share/maxima/${PKGVERSION}/share/affine/sysdef.lisp 411share/maxima/${PKGVERSION}/share/affine/sysdef.lisp
 412share/maxima/${PKGVERSION}/share/algebra/charsets/INTRODUCTION
278share/maxima/${PKGVERSION}/share/algebra/charsets/README 413share/maxima/${PKGVERSION}/share/algebra/charsets/README
279share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.mac 414share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.mac
280share/maxima/${PKGVERSION}/share/algebra/charsets/flatten.lisp 415share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.maple
 416share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.pdf
 417share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_flatten.lisp
 418share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_length.lisp
 419share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_powers.lisp
 420share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_set.lisp
 421share/maxima/${PKGVERSION}/share/algebra/charsets/fateman-len.lisp
281share/maxima/${PKGVERSION}/share/algebra/charsets/rtestflatten.mac 422share/maxima/${PKGVERSION}/share/algebra/charsets/rtestflatten.mac
282share/maxima/${PKGVERSION}/share/algebra/charsets/set.lisp 423share/maxima/${PKGVERSION}/share/algebra/charsets/test.mac
 424share/maxima/${PKGVERSION}/share/algebra/charsets/test.run
283share/maxima/${PKGVERSION}/share/algebra/charsets/test1.mac 425share/maxima/${PKGVERSION}/share/algebra/charsets/test1.mac
 426share/maxima/${PKGVERSION}/share/algebra/charsets/wsolve
284share/maxima/${PKGVERSION}/share/algebra/gcdex.mac 427share/maxima/${PKGVERSION}/share/algebra/gcdex.mac
285share/maxima/${PKGVERSION}/share/algebra/grob1.lisp 428share/maxima/${PKGVERSION}/share/algebra/grob1.lisp
286share/maxima/${PKGVERSION}/share/algebra/nusum.mac 429share/maxima/${PKGVERSION}/share/algebra/nusum.mac
287share/maxima/${PKGVERSION}/share/algebra/recur.dem 430share/maxima/${PKGVERSION}/share/algebra/recur.dem
288share/maxima/${PKGVERSION}/share/algebra/recur.mac 431share/maxima/${PKGVERSION}/share/algebra/recur.mac
289share/maxima/${PKGVERSION}/share/algebra/recur.transcript 432share/maxima/${PKGVERSION}/share/algebra/recur.transcript
290share/maxima/${PKGVERSION}/share/algebra/rtest_recur.mac 433share/maxima/${PKGVERSION}/share/algebra/rtest_recur.mac
291share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac 434share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac
292share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac 435share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac
293share/maxima/${PKGVERSION}/share/algebra/solver/readme 436share/maxima/${PKGVERSION}/share/algebra/solver/readme
294share/maxima/${PKGVERSION}/share/algebra/solver/slvrmsgs.mac 437share/maxima/${PKGVERSION}/share/algebra/solver/slvrmsgs.mac
295share/maxima/${PKGVERSION}/share/algebra/solver/slvrtbox.mac 438share/maxima/${PKGVERSION}/share/algebra/solver/slvrtbox.mac
296share/maxima/${PKGVERSION}/share/algebra/solver/solver.mac 439share/maxima/${PKGVERSION}/share/algebra/solver/solver.mac
@@ -416,26 +559,27 @@ share/maxima/${PKGVERSION}/share/contrib @@ -416,26 +559,27 @@ share/maxima/${PKGVERSION}/share/contrib
416share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3.mac 559share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3.mac
417share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3N.mac 560share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3N.mac
418share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T4.mac 561share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T4.mac
419share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5.mac 562share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5.mac
420share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5N.mac 563share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5N.mac
421share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TP.mac 564share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TP.mac
422share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TS.mac 565share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TS.mac
423share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_T5.mac 566share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_T5.mac
424share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_TC.mac 567share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_TC.mac
425share/maxima/${PKGVERSION}/share/contrib/Grobner/README 568share/maxima/${PKGVERSION}/share/contrib/Grobner/README
426share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output 569share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output
427share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo 570share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo
428share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.lisp 571share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.lisp
 572share/maxima/${PKGVERSION}/share/contrib/Grobner/rtest_grobner.mac
429share/maxima/${PKGVERSION}/share/contrib/README 573share/maxima/${PKGVERSION}/share/contrib/README
430share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Gosper.mac 574share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Gosper.mac
431share/maxima/${PKGVERSION}/share/contrib/Zeilberger/GosperEq.mac 575share/maxima/${PKGVERSION}/share/contrib/Zeilberger/GosperEq.mac
432share/maxima/${PKGVERSION}/share/contrib/Zeilberger/algUtil.mac 576share/maxima/${PKGVERSION}/share/contrib/Zeilberger/algUtil.mac
433share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compare_sums.mac 577share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compare_sums.mac
434share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compatible.mac 578share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compatible.mac
435share/maxima/${PKGVERSION}/share/contrib/Zeilberger/constants.mac 579share/maxima/${PKGVERSION}/share/contrib/Zeilberger/constants.mac
436share/maxima/${PKGVERSION}/share/contrib/Zeilberger/makeGosperForm.mac 580share/maxima/${PKGVERSION}/share/contrib/Zeilberger/makeGosperForm.mac
437share/maxima/${PKGVERSION}/share/contrib/Zeilberger/norm.mac 581share/maxima/${PKGVERSION}/share/contrib/Zeilberger/norm.mac
438share/maxima/${PKGVERSION}/share/contrib/Zeilberger/numerical.mac 582share/maxima/${PKGVERSION}/share/contrib/Zeilberger/numerical.mac
439share/maxima/${PKGVERSION}/share/contrib/Zeilberger/readme.txt 583share/maxima/${PKGVERSION}/share/contrib/Zeilberger/readme.txt
440share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac 584share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac
441share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac 585share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac
@@ -675,26 +819,29 @@ share/maxima/${PKGVERSION}/share/contrib @@ -675,26 +819,29 @@ share/maxima/${PKGVERSION}/share/contrib
675share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png 819share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png
676share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex 820share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex
677share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac 821share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac
678share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac 822share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac
679share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp 823share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp
680share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac 824share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac
681share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp 825share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp
682share/maxima/${PKGVERSION}/share/contrib/noninteractive/expand_branches.mac 826share/maxima/${PKGVERSION}/share/contrib/noninteractive/expand_branches.mac
683share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp 827share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp
684share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac 828share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
685share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac 829share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
686share/maxima/${PKGVERSION}/share/contrib/odes/odes-doc.pdf 830share/maxima/${PKGVERSION}/share/contrib/odes/odes-doc.pdf
687share/maxima/${PKGVERSION}/share/contrib/odes/odes.mac 831share/maxima/${PKGVERSION}/share/contrib/odes/odes.mac
 832share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.lisp
 833share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.mac
 834share/maxima/${PKGVERSION}/share/contrib/operatingsystem/rtest_operatingsystem.mac
688share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp 835share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp
689share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac 836share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac
690share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac 837share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac
691share/maxima/${PKGVERSION}/share/contrib/prim/prim.mac 838share/maxima/${PKGVERSION}/share/contrib/prim/prim.mac
692share/maxima/${PKGVERSION}/share/contrib/prim/prim.txt 839share/maxima/${PKGVERSION}/share/contrib/prim/prim.txt
693share/maxima/${PKGVERSION}/share/contrib/quaternion.mac 840share/maxima/${PKGVERSION}/share/contrib/quaternion.mac
694share/maxima/${PKGVERSION}/share/contrib/rand/Avg3.mac 841share/maxima/${PKGVERSION}/share/contrib/rand/Avg3.mac
695share/maxima/${PKGVERSION}/share/contrib/rand/Demo.bk1 842share/maxima/${PKGVERSION}/share/contrib/rand/Demo.bk1
696share/maxima/${PKGVERSION}/share/contrib/rand/Ima 843share/maxima/${PKGVERSION}/share/contrib/rand/Ima
697share/maxima/${PKGVERSION}/share/contrib/rand/Laplace.bk1 844share/maxima/${PKGVERSION}/share/contrib/rand/Laplace.bk1
698share/maxima/${PKGVERSION}/share/contrib/rand/Newimprv.bk1 845share/maxima/${PKGVERSION}/share/contrib/rand/Newimprv.bk1
699share/maxima/${PKGVERSION}/share/contrib/rand/Ode1.bk1 846share/maxima/${PKGVERSION}/share/contrib/rand/Ode1.bk1
700share/maxima/${PKGVERSION}/share/contrib/rand/Oden.bk1 847share/maxima/${PKGVERSION}/share/contrib/rand/Oden.bk1
@@ -735,26 +882,27 @@ share/maxima/${PKGVERSION}/share/contrib @@ -735,26 +882,27 @@ share/maxima/${PKGVERSION}/share/contrib
735share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.usg 882share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.usg
736share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.mac 883share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.mac
737share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.usg 884share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.usg
738share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.mac 885share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.mac
739share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.usg 886share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.usg
740share/maxima/${PKGVERSION}/share/contrib/rand/takens.mac 887share/maxima/${PKGVERSION}/share/contrib/rand/takens.mac
741share/maxima/${PKGVERSION}/share/contrib/rand/takens.usg 888share/maxima/${PKGVERSION}/share/contrib/rand/takens.usg
742share/maxima/${PKGVERSION}/share/contrib/rand/transfor.mac 889share/maxima/${PKGVERSION}/share/contrib/rand/transfor.mac
743share/maxima/${PKGVERSION}/share/contrib/rand/transfor.usg 890share/maxima/${PKGVERSION}/share/contrib/rand/transfor.usg
744share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac 891share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac
745share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg 892share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg
746share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac 893share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac
747share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg 894share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg
 895share/maxima/${PKGVERSION}/share/contrib/ratpow.lisp
748share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem 896share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem
749share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac 897share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac
750share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf 898share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf
751share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac 899share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac
752share/maxima/${PKGVERSION}/share/contrib/rtest_augmented_lagrangian.mac 900share/maxima/${PKGVERSION}/share/contrib/rtest_augmented_lagrangian.mac
753share/maxima/${PKGVERSION}/share/contrib/rtest_ggf.mac 901share/maxima/${PKGVERSION}/share/contrib/rtest_ggf.mac
754share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac 902share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
755share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac 903share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac
756share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac 904share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac
757share/maxima/${PKGVERSION}/share/contrib/sarag/constants.mac 905share/maxima/${PKGVERSION}/share/contrib/sarag/constants.mac
758share/maxima/${PKGVERSION}/share/contrib/sarag/examples.mac 906share/maxima/${PKGVERSION}/share/contrib/sarag/examples.mac
759share/maxima/${PKGVERSION}/share/contrib/sarag/hard_test.mac 907share/maxima/${PKGVERSION}/share/contrib/sarag/hard_test.mac
760share/maxima/${PKGVERSION}/share/contrib/sarag/intervalArithmetic.mac 908share/maxima/${PKGVERSION}/share/contrib/sarag/intervalArithmetic.mac
@@ -778,26 +926,32 @@ share/maxima/${PKGVERSION}/share/contrib @@ -778,26 +926,32 @@ share/maxima/${PKGVERSION}/share/contrib
778share/maxima/${PKGVERSION}/share/contrib/state/b.cir 926share/maxima/${PKGVERSION}/share/contrib/state/b.cir
779share/maxima/${PKGVERSION}/share/contrib/state/c.cir 927share/maxima/${PKGVERSION}/share/contrib/state/c.cir
780share/maxima/${PKGVERSION}/share/contrib/state/d.cir 928share/maxima/${PKGVERSION}/share/contrib/state/d.cir
781share/maxima/${PKGVERSION}/share/contrib/state/matrix2.mac 929share/maxima/${PKGVERSION}/share/contrib/state/matrix2.mac
782share/maxima/${PKGVERSION}/share/contrib/state/readfile.lsp 930share/maxima/${PKGVERSION}/share/contrib/state/readfile.lsp
783share/maxima/${PKGVERSION}/share/contrib/state/sortem.mac 931share/maxima/${PKGVERSION}/share/contrib/state/sortem.mac
784share/maxima/${PKGVERSION}/share/contrib/state/state.mac 932share/maxima/${PKGVERSION}/share/contrib/state/state.mac
785share/maxima/${PKGVERSION}/share/contrib/state/tree.mac 933share/maxima/${PKGVERSION}/share/contrib/state/tree.mac
786share/maxima/${PKGVERSION}/share/contrib/stirling.mac 934share/maxima/${PKGVERSION}/share/contrib/stirling.mac
787share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp 935share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
788share/maxima/${PKGVERSION}/share/contrib/tocl.lisp 936share/maxima/${PKGVERSION}/share/contrib/tocl.lisp
789share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf 937share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf
790share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac 938share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac
 939share/maxima/${PKGVERSION}/share/contrib/unicodedata/grind-patch.lisp
 940share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata-txt.lisp
 941share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.el
 942share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.lisp
 943share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.mac
 944share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.system
791share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp 945share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
792share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac 946share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
793share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp 947share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp
794share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem 948share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem
795share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac 949share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac
796share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg 950share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg
797share/maxima/${PKGVERSION}/share/descriptive/biomed.data 951share/maxima/${PKGVERSION}/share/descriptive/biomed.data
798share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac 952share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
799share/maxima/${PKGVERSION}/share/descriptive/pidigits.data 953share/maxima/${PKGVERSION}/share/descriptive/pidigits.data
800share/maxima/${PKGVERSION}/share/descriptive/rtest_descriptive.mac 954share/maxima/${PKGVERSION}/share/descriptive/rtest_descriptive.mac
801share/maxima/${PKGVERSION}/share/descriptive/rtest_statgraph.mac 955share/maxima/${PKGVERSION}/share/descriptive/rtest_statgraph.mac
802share/maxima/${PKGVERSION}/share/descriptive/wind.data 956share/maxima/${PKGVERSION}/share/descriptive/wind.data
803share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp 957share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp
@@ -1128,26 +1282,27 @@ share/maxima/${PKGVERSION}/share/lapack/ @@ -1128,26 +1282,27 @@ share/maxima/${PKGVERSION}/share/lapack/
1128share/maxima/${PKGVERSION}/share/lapack/lapack/ztrevc.lisp 1282share/maxima/${PKGVERSION}/share/lapack/lapack/ztrevc.lisp
1129share/maxima/${PKGVERSION}/share/lapack/lapack/ztrexc.lisp 1283share/maxima/${PKGVERSION}/share/lapack/lapack/ztrexc.lisp
1130share/maxima/${PKGVERSION}/share/lapack/lapack/zung2l.lisp 1284share/maxima/${PKGVERSION}/share/lapack/lapack/zung2l.lisp
1131share/maxima/${PKGVERSION}/share/lapack/lapack/zung2r.lisp 1285share/maxima/${PKGVERSION}/share/lapack/lapack/zung2r.lisp
1132share/maxima/${PKGVERSION}/share/lapack/lapack/zunghr.lisp 1286share/maxima/${PKGVERSION}/share/lapack/lapack/zunghr.lisp
1133share/maxima/${PKGVERSION}/share/lapack/lapack/zungql.lisp 1287share/maxima/${PKGVERSION}/share/lapack/lapack/zungql.lisp
1134share/maxima/${PKGVERSION}/share/lapack/lapack/zungqr.lisp 1288share/maxima/${PKGVERSION}/share/lapack/lapack/zungqr.lisp
1135share/maxima/${PKGVERSION}/share/lapack/lapack/zungtr.lisp 1289share/maxima/${PKGVERSION}/share/lapack/lapack/zungtr.lisp
1136share/maxima/${PKGVERSION}/share/lapack/lapack/zunm2r.lisp 1290share/maxima/${PKGVERSION}/share/lapack/lapack/zunm2r.lisp
1137share/maxima/${PKGVERSION}/share/lapack/lapack/zunmhr.lisp 1291share/maxima/${PKGVERSION}/share/lapack/lapack/zunmhr.lisp
1138share/maxima/${PKGVERSION}/share/lapack/lapack/zunmqr.lisp 1292share/maxima/${PKGVERSION}/share/lapack/lapack/zunmqr.lisp
1139share/maxima/${PKGVERSION}/share/lapack/load-lapack.lisp 1293share/maxima/${PKGVERSION}/share/lapack/load-lapack.lisp
1140share/maxima/${PKGVERSION}/share/lapack/rtest_dgeqrf.mac 1294share/maxima/${PKGVERSION}/share/lapack/rtest_dgeqrf.mac
 1295share/maxima/${PKGVERSION}/share/lapack/rtest_dgesv.mac
1141share/maxima/${PKGVERSION}/share/lbfgs/f2cl-lbfgs.lisp 1296share/maxima/${PKGVERSION}/share/lbfgs/f2cl-lbfgs.lisp
1142share/maxima/${PKGVERSION}/share/lbfgs/lb1.lisp 1297share/maxima/${PKGVERSION}/share/lbfgs/lb1.lisp
1143share/maxima/${PKGVERSION}/share/lbfgs/lb2.lisp 1298share/maxima/${PKGVERSION}/share/lbfgs/lb2.lisp
1144share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-daxpy.lisp 1299share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-daxpy.lisp
1145share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-ddot.lisp 1300share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-ddot.lisp
1146share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-lisp.system 1301share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-lisp.system
1147share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.lisp 1302share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.lisp
1148share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.mac 1303share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.mac
1149share/maxima/${PKGVERSION}/share/lbfgs/maxima-lbfgs.lisp 1304share/maxima/${PKGVERSION}/share/lbfgs/maxima-lbfgs.lisp
1150share/maxima/${PKGVERSION}/share/lbfgs/mcsrch.lisp 1305share/maxima/${PKGVERSION}/share/lbfgs/mcsrch.lisp
1151share/maxima/${PKGVERSION}/share/lbfgs/mcstep.lisp 1306share/maxima/${PKGVERSION}/share/lbfgs/mcstep.lisp
1152share/maxima/${PKGVERSION}/share/lbfgs/rtest_lbfgs.mac 1307share/maxima/${PKGVERSION}/share/lbfgs/rtest_lbfgs.mac
1153share/maxima/${PKGVERSION}/share/lbfgs/run-lbfgs.lisp 1308share/maxima/${PKGVERSION}/share/lbfgs/run-lbfgs.lisp
@@ -1259,51 +1414,56 @@ share/maxima/${PKGVERSION}/share/mnewton @@ -1259,51 +1414,56 @@ share/maxima/${PKGVERSION}/share/mnewton
1259share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.lisp 1414share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.lisp
1260share/maxima/${PKGVERSION}/share/multiadditive/rtest_opproperties.mac 1415share/maxima/${PKGVERSION}/share/multiadditive/rtest_opproperties.mac
1261share/maxima/${PKGVERSION}/share/numeric/bffac.mac 1416share/maxima/${PKGVERSION}/share/numeric/bffac.mac
1262share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp 1417share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp
1263share/maxima/${PKGVERSION}/share/numeric/brmbrg.usg 1418share/maxima/${PKGVERSION}/share/numeric/brmbrg.usg
1264share/maxima/${PKGVERSION}/share/numeric/dblint.dem 1419share/maxima/${PKGVERSION}/share/numeric/dblint.dem
1265share/maxima/${PKGVERSION}/share/numeric/dblint.mac 1420share/maxima/${PKGVERSION}/share/numeric/dblint.mac
1266share/maxima/${PKGVERSION}/share/numeric/dblint.usg 1421share/maxima/${PKGVERSION}/share/numeric/dblint.usg
1267share/maxima/${PKGVERSION}/share/numeric/dblint_1.dem 1422share/maxima/${PKGVERSION}/share/numeric/dblint_1.dem
1268share/maxima/${PKGVERSION}/share/numeric/diffeq.dem 1423share/maxima/${PKGVERSION}/share/numeric/diffeq.dem
1269share/maxima/${PKGVERSION}/share/numeric/diffeq.mac 1424share/maxima/${PKGVERSION}/share/numeric/diffeq.mac
1270share/maxima/${PKGVERSION}/share/numeric/expense.lisp 1425share/maxima/${PKGVERSION}/share/numeric/expense.lisp
1271share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp 1426share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp
 1427share/maxima/${PKGVERSION}/share/numeric/fft-interface.lisp
 1428share/maxima/${PKGVERSION}/share/numeric/fft-package.lisp
1272share/maxima/${PKGVERSION}/share/numeric/fft.dem 1429share/maxima/${PKGVERSION}/share/numeric/fft.dem
1273share/maxima/${PKGVERSION}/share/numeric/fft.lisp 1430share/maxima/${PKGVERSION}/share/numeric/fft.lisp
1274share/maxima/${PKGVERSION}/share/numeric/fft.usg 1431share/maxima/${PKGVERSION}/share/numeric/fft.usg
1275share/maxima/${PKGVERSION}/share/numeric/forma1.lisp 1432share/maxima/${PKGVERSION}/share/numeric/forma1.lisp
1276share/maxima/${PKGVERSION}/share/numeric/forma1.usg 1433share/maxima/${PKGVERSION}/share/numeric/forma1.usg
1277share/maxima/${PKGVERSION}/share/numeric/format.lisp 1434share/maxima/${PKGVERSION}/share/numeric/format.lisp
1278share/maxima/${PKGVERSION}/share/numeric/format.usg 1435share/maxima/${PKGVERSION}/share/numeric/format.usg
1279share/maxima/${PKGVERSION}/share/numeric/interpol.mac 1436share/maxima/${PKGVERSION}/share/numeric/interpol.mac
1280share/maxima/${PKGVERSION}/share/numeric/newton.mac 1437share/maxima/${PKGVERSION}/share/numeric/newton.mac
1281share/maxima/${PKGVERSION}/share/numeric/newton1.mac 1438share/maxima/${PKGVERSION}/share/numeric/newton1.mac
1282share/maxima/${PKGVERSION}/share/numeric/riemsum.mac 1439share/maxima/${PKGVERSION}/share/numeric/riemsum.mac
1283share/maxima/${PKGVERSION}/share/numeric/romberg.lisp 1440share/maxima/${PKGVERSION}/share/numeric/romberg.lisp
1284share/maxima/${PKGVERSION}/share/numeric/rtest_bffac.mac 1441share/maxima/${PKGVERSION}/share/numeric/rtest_bffac.mac
1285share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac 1442share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac
1286share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac 1443share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac
 1444share/maxima/${PKGVERSION}/share/numeric/rtest_rfft.mac
1287share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac 1445share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac
1288share/maxima/${PKGVERSION}/share/numeric/simpsn.dem 1446share/maxima/${PKGVERSION}/share/numeric/simpsn.dem
1289share/maxima/${PKGVERSION}/share/numeric/simpsn.mac 1447share/maxima/${PKGVERSION}/share/numeric/simpsn.mac
1290share/maxima/${PKGVERSION}/share/numeric/submac.dem 1448share/maxima/${PKGVERSION}/share/numeric/submac.dem
1291share/maxima/${PKGVERSION}/share/numeric/submac.mac 1449share/maxima/${PKGVERSION}/share/numeric/submac.mac
1292share/maxima/${PKGVERSION}/share/numericalio/README 1450share/maxima/${PKGVERSION}/share/numericalio/README
1293share/maxima/${PKGVERSION}/share/numericalio/array.data 1451share/maxima/${PKGVERSION}/share/numericalio/array.data
1294share/maxima/${PKGVERSION}/share/numericalio/encode-decode-float.lisp 1452share/maxima/${PKGVERSION}/share/numericalio/encode-decode-float.lisp
 1453share/maxima/${PKGVERSION}/share/numericalio/load-numericalio.lisp
1295share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp 1454share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp
1296share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac 1455share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac
 1456share/maxima/${PKGVERSION}/share/numericalio/numericalio.system
1297share/maxima/${PKGVERSION}/share/numericalio/pipe.data 1457share/maxima/${PKGVERSION}/share/numericalio/pipe.data
1298share/maxima/${PKGVERSION}/share/numericalio/ragged.data 1458share/maxima/${PKGVERSION}/share/numericalio/ragged.data
1299share/maxima/${PKGVERSION}/share/numericalio/really-csv.data 1459share/maxima/${PKGVERSION}/share/numericalio/really-csv.data
1300share/maxima/${PKGVERSION}/share/numericalio/really-space-separated.csv 1460share/maxima/${PKGVERSION}/share/numericalio/really-space-separated.csv
1301share/maxima/${PKGVERSION}/share/numericalio/rectangular.csv 1461share/maxima/${PKGVERSION}/share/numericalio/rectangular.csv
1302share/maxima/${PKGVERSION}/share/numericalio/rectangular.data 1462share/maxima/${PKGVERSION}/share/numericalio/rectangular.data
1303share/maxima/${PKGVERSION}/share/numericalio/rtest_numericalio.mac 1463share/maxima/${PKGVERSION}/share/numericalio/rtest_numericalio.mac
1304share/maxima/${PKGVERSION}/share/numericalio/semicolon.data 1464share/maxima/${PKGVERSION}/share/numericalio/semicolon.data
1305share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-lsb 1465share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-lsb
1306share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-msb 1466share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-msb
1307share/maxima/${PKGVERSION}/share/orthopoly/README 1467share/maxima/${PKGVERSION}/share/orthopoly/README
1308share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt 1468share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt
1309share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem 1469share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem
@@ -1318,31 +1478,32 @@ share/maxima/${PKGVERSION}/share/pdiff/p @@ -1318,31 +1478,32 @@ share/maxima/${PKGVERSION}/share/pdiff/p
1318share/maxima/${PKGVERSION}/share/pdiff/pdiff.lisp 1478share/maxima/${PKGVERSION}/share/pdiff/pdiff.lisp
1319share/maxima/${PKGVERSION}/share/pdiff/rtest_pdiff.mac 1479share/maxima/${PKGVERSION}/share/pdiff/rtest_pdiff.mac
1320share/maxima/${PKGVERSION}/share/physics/battex.sty 1480share/maxima/${PKGVERSION}/share/physics/battex.sty
1321share/maxima/${PKGVERSION}/share/physics/dimen.dem 1481share/maxima/${PKGVERSION}/share/physics/dimen.dem
1322share/maxima/${PKGVERSION}/share/physics/dimen.mac 1482share/maxima/${PKGVERSION}/share/physics/dimen.mac
1323share/maxima/${PKGVERSION}/share/physics/dimen.usg 1483share/maxima/${PKGVERSION}/share/physics/dimen.usg
1324share/maxima/${PKGVERSION}/share/physics/dimension.html 1484share/maxima/${PKGVERSION}/share/physics/dimension.html
1325share/maxima/${PKGVERSION}/share/physics/dimension.mac 1485share/maxima/${PKGVERSION}/share/physics/dimension.mac
1326share/maxima/${PKGVERSION}/share/physics/dimension.pdf 1486share/maxima/${PKGVERSION}/share/physics/dimension.pdf
1327share/maxima/${PKGVERSION}/share/physics/dimension.tex 1487share/maxima/${PKGVERSION}/share/physics/dimension.tex
1328share/maxima/${PKGVERSION}/share/physics/elec.lisp 1488share/maxima/${PKGVERSION}/share/physics/elec.lisp
1329share/maxima/${PKGVERSION}/share/physics/physconst.mac 1489share/maxima/${PKGVERSION}/share/physics/physconst.mac
1330share/maxima/${PKGVERSION}/share/physics/physconst.usg 1490share/maxima/${PKGVERSION}/share/physics/physconst.usg
 1491share/maxima/${PKGVERSION}/share/physics/rtest_dimension.mac
1331share/maxima/${PKGVERSION}/share/physics/units.mac 1492share/maxima/${PKGVERSION}/share/physics/units.mac
1332share/maxima/${PKGVERSION}/share/physics/units.usg 1493share/maxima/${PKGVERSION}/share/physics/units.usg
1333share/maxima/${PKGVERSION}/share/readme-share.txt 1494share/maxima/${PKGVERSION}/share/readme-share.txt
1334share/maxima/${PKGVERSION}/share/share.usg 1495share/maxima/${PKGVERSION}/share/share.usg
1335share/maxima/${PKGVERSION}/share/share_testsuite.mac 1496share/maxima/${PKGVERSION}/share/share_testsuite.lisp
1336share/maxima/${PKGVERSION}/share/simplex/Readme.txt 1497share/maxima/${PKGVERSION}/share/simplex/Readme.txt
1337share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt 1498share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt
1338share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv 1499share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv
1339share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_b.csv 1500share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_b.csv
1340share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_c.csv 1501share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_c.csv
1341share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_A.csv 1502share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_A.csv
1342share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_b.csv 1503share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_b.csv
1343share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_c.csv 1504share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_c.csv
1344share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_A.csv 1505share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_A.csv
1345share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_b.csv 1506share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_b.csv
1346share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_c.csv 1507share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_c.csv
1347share/maxima/${PKGVERSION}/share/simplex/Tests/klee_minty.mac 1508share/maxima/${PKGVERSION}/share/simplex/Tests/klee_minty.mac
1348share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_A.csv 1509share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_A.csv
@@ -1365,55 +1526,58 @@ share/maxima/${PKGVERSION}/share/simplif @@ -1365,55 +1526,58 @@ share/maxima/${PKGVERSION}/share/simplif
1365share/maxima/${PKGVERSION}/share/simplification/facexp.mac 1526share/maxima/${PKGVERSION}/share/simplification/facexp.mac
1366share/maxima/${PKGVERSION}/share/simplification/functs.dem 1527share/maxima/${PKGVERSION}/share/simplification/functs.dem
1367share/maxima/${PKGVERSION}/share/simplification/functs.mac 1528share/maxima/${PKGVERSION}/share/simplification/functs.mac
1368share/maxima/${PKGVERSION}/share/simplification/genut.mac 1529share/maxima/${PKGVERSION}/share/simplification/genut.mac
1369share/maxima/${PKGVERSION}/share/simplification/ineq.dem 1530share/maxima/${PKGVERSION}/share/simplification/ineq.dem
1370share/maxima/${PKGVERSION}/share/simplification/ineq.mac 1531share/maxima/${PKGVERSION}/share/simplification/ineq.mac
1371share/maxima/${PKGVERSION}/share/simplification/lrats.dem 1532share/maxima/${PKGVERSION}/share/simplification/lrats.dem
1372share/maxima/${PKGVERSION}/share/simplification/lrats.mac 1533share/maxima/${PKGVERSION}/share/simplification/lrats.mac
1373share/maxima/${PKGVERSION}/share/simplification/rducon.dem 1534share/maxima/${PKGVERSION}/share/simplification/rducon.dem
1374share/maxima/${PKGVERSION}/share/simplification/rducon.lisp 1535share/maxima/${PKGVERSION}/share/simplification/rducon.lisp
1375share/maxima/${PKGVERSION}/share/simplification/rncomb.dem 1536share/maxima/${PKGVERSION}/share/simplification/rncomb.dem
1376share/maxima/${PKGVERSION}/share/simplification/rncomb.mac 1537share/maxima/${PKGVERSION}/share/simplification/rncomb.mac
1377share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac 1538share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac
 1539share/maxima/${PKGVERSION}/share/simplification/rtest_sqdnst.mac
1378share/maxima/${PKGVERSION}/share/simplification/scifac.dem 1540share/maxima/${PKGVERSION}/share/simplification/scifac.dem
1379share/maxima/${PKGVERSION}/share/simplification/scifac.lisp 1541share/maxima/${PKGVERSION}/share/simplification/scifac.lisp
1380share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac 1542share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac
1381share/maxima/${PKGVERSION}/share/simplification/stopex.dem 1543share/maxima/${PKGVERSION}/share/simplification/stopex.dem
1382share/maxima/${PKGVERSION}/share/simplification/stopex.mac 1544share/maxima/${PKGVERSION}/share/simplification/stopex.mac
1383share/maxima/${PKGVERSION}/share/solve_rat_ineq/rtest_solve_rat_ineq.mac 1545share/maxima/${PKGVERSION}/share/solve_rat_ineq/rtest_solve_rat_ineq.mac
1384share/maxima/${PKGVERSION}/share/solve_rat_ineq/solve_rat_ineq.mac 1546share/maxima/${PKGVERSION}/share/solve_rat_ineq/solve_rat_ineq.mac
1385share/maxima/${PKGVERSION}/share/solve_rec/rtest_simplify_sum.mac 1547share/maxima/${PKGVERSION}/share/solve_rec/rtest_simplify_sum.mac
1386share/maxima/${PKGVERSION}/share/solve_rec/rtest_solve_rec.mac 1548share/maxima/${PKGVERSION}/share/solve_rec/rtest_solve_rec.mac
1387share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac 1549share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac
1388share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac 1550share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac
1389share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem 1551share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem
1390share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac 1552share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac
1391share/maxima/${PKGVERSION}/share/sound/sound.lisp 1553share/maxima/${PKGVERSION}/share/sound/sound.lisp
1392share/maxima/${PKGVERSION}/share/specfun.lisp 1554share/maxima/${PKGVERSION}/share/specfun.lisp
1393share/maxima/${PKGVERSION}/share/stats/inference_result.lisp 1555share/maxima/${PKGVERSION}/share/stats/inference_result.lisp
1394share/maxima/${PKGVERSION}/share/stats/numstats.lisp 1556share/maxima/${PKGVERSION}/share/stats/numstats.lisp
1395share/maxima/${PKGVERSION}/share/stats/rtest_stats.mac 1557share/maxima/${PKGVERSION}/share/stats/rtest_stats.mac
1396share/maxima/${PKGVERSION}/share/stats/stats.mac 1558share/maxima/${PKGVERSION}/share/stats/stats.mac
1397share/maxima/${PKGVERSION}/share/stringproc/base64.lisp 1559share/maxima/${PKGVERSION}/share/stringproc/base64.lisp
1398share/maxima/${PKGVERSION}/share/stringproc/cryptools.lisp 1560share/maxima/${PKGVERSION}/share/stringproc/cryptools.lisp
1399share/maxima/${PKGVERSION}/share/stringproc/eval_string.lisp 1561share/maxima/${PKGVERSION}/share/stringproc/eval_string.lisp
1400share/maxima/${PKGVERSION}/share/stringproc/md5.lisp 1562share/maxima/${PKGVERSION}/share/stringproc/md5.lisp
1401share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp 1563share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp
1402share/maxima/${PKGVERSION}/share/stringproc/printf.lisp 1564share/maxima/${PKGVERSION}/share/stringproc/printf.lisp
1403share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac 1565share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac
 1566share/maxima/${PKGVERSION}/share/stringproc/rtestregex.mac
1404share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac 1567share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac
1405share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp 1568share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp
1406share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp 1569share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
 1570share/maxima/${PKGVERSION}/share/stringproc/sregex.mac
1407share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp 1571share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
1408share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac 1572share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
1409share/maxima/${PKGVERSION}/share/sym/arite.lisp 1573share/maxima/${PKGVERSION}/share/sym/arite.lisp
1410share/maxima/${PKGVERSION}/share/sym/chbase.lisp 1574share/maxima/${PKGVERSION}/share/sym/chbase.lisp
1411share/maxima/${PKGVERSION}/share/sym/compile.lisp 1575share/maxima/${PKGVERSION}/share/sym/compile.lisp
1412share/maxima/${PKGVERSION}/share/sym/direct.lisp 1576share/maxima/${PKGVERSION}/share/sym/direct.lisp
1413share/maxima/${PKGVERSION}/share/sym/doconline 1577share/maxima/${PKGVERSION}/share/sym/doconline
1414share/maxima/${PKGVERSION}/share/sym/docsym-en.tex 1578share/maxima/${PKGVERSION}/share/sym/docsym-en.tex
1415share/maxima/${PKGVERSION}/share/sym/docsym-fr.tex 1579share/maxima/${PKGVERSION}/share/sym/docsym-fr.tex
1416share/maxima/${PKGVERSION}/share/sym/docsymidx.tex 1580share/maxima/${PKGVERSION}/share/sym/docsymidx.tex
1417share/maxima/${PKGVERSION}/share/sym/ecrivain.lisp 1581share/maxima/${PKGVERSION}/share/sym/ecrivain.lisp
1418share/maxima/${PKGVERSION}/share/sym/elem.lisp 1582share/maxima/${PKGVERSION}/share/sym/elem.lisp
1419share/maxima/${PKGVERSION}/share/sym/kak.lisp 1583share/maxima/${PKGVERSION}/share/sym/kak.lisp
@@ -1857,39 +2021,41 @@ share/maxima/${PKGVERSION}/tests/rtest9a @@ -1857,39 +2021,41 @@ share/maxima/${PKGVERSION}/tests/rtest9a
1857share/maxima/${PKGVERSION}/tests/rtest_abs.mac 2021share/maxima/${PKGVERSION}/tests/rtest_abs.mac
1858share/maxima/${PKGVERSION}/tests/rtest_algebraic.mac 2022share/maxima/${PKGVERSION}/tests/rtest_algebraic.mac
1859share/maxima/${PKGVERSION}/tests/rtest_allnummod.mac 2023share/maxima/${PKGVERSION}/tests/rtest_allnummod.mac
1860share/maxima/${PKGVERSION}/tests/rtest_ask.mac 2024share/maxima/${PKGVERSION}/tests/rtest_ask.mac
1861share/maxima/${PKGVERSION}/tests/rtest_boolean.mac 2025share/maxima/${PKGVERSION}/tests/rtest_boolean.mac
1862share/maxima/${PKGVERSION}/tests/rtest_carg.mac 2026share/maxima/${PKGVERSION}/tests/rtest_carg.mac
1863share/maxima/${PKGVERSION}/tests/rtest_diff_invtrig.mac 2027share/maxima/${PKGVERSION}/tests/rtest_diff_invtrig.mac
1864share/maxima/${PKGVERSION}/tests/rtest_dot.mac 2028share/maxima/${PKGVERSION}/tests/rtest_dot.mac
1865share/maxima/${PKGVERSION}/tests/rtest_elliptic.mac 2029share/maxima/${PKGVERSION}/tests/rtest_elliptic.mac
1866share/maxima/${PKGVERSION}/tests/rtest_equal.mac 2030share/maxima/${PKGVERSION}/tests/rtest_equal.mac
1867share/maxima/${PKGVERSION}/tests/rtest_everysome.mac 2031share/maxima/${PKGVERSION}/tests/rtest_everysome.mac
1868share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac 2032share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac
1869share/maxima/${PKGVERSION}/tests/rtest_extra.mac 2033share/maxima/${PKGVERSION}/tests/rtest_extra.mac
 2034share/maxima/${PKGVERSION}/tests/rtest_float_inf.mac
1870share/maxima/${PKGVERSION}/tests/rtest_gamma.mac 2035share/maxima/${PKGVERSION}/tests/rtest_gamma.mac
1871share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac 2036share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac
1872share/maxima/${PKGVERSION}/tests/rtest_integrate.mac 2037share/maxima/${PKGVERSION}/tests/rtest_integrate.mac
1873share/maxima/${PKGVERSION}/tests/rtest_integrate_special.mac 2038share/maxima/${PKGVERSION}/tests/rtest_integrate_special.mac
1874share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac 2039share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac
1875share/maxima/${PKGVERSION}/tests/rtest_lapack.mac 2040share/maxima/${PKGVERSION}/tests/rtest_lapack.mac
1876share/maxima/${PKGVERSION}/tests/rtest_laplace.mac 2041share/maxima/${PKGVERSION}/tests/rtest_laplace.mac
1877share/maxima/${PKGVERSION}/tests/rtest_limit.mac 2042share/maxima/${PKGVERSION}/tests/rtest_limit.mac
1878share/maxima/${PKGVERSION}/tests/rtest_log.mac 2043share/maxima/${PKGVERSION}/tests/rtest_log.mac
1879share/maxima/${PKGVERSION}/tests/rtest_map.mac 2044share/maxima/${PKGVERSION}/tests/rtest_map.mac
1880share/maxima/${PKGVERSION}/tests/rtest_mset.mac 2045share/maxima/${PKGVERSION}/tests/rtest_mset.mac
1881share/maxima/${PKGVERSION}/tests/rtest_numth.mac 2046share/maxima/${PKGVERSION}/tests/rtest_numth.mac
1882share/maxima/${PKGVERSION}/tests/rtest_plot.mac 2047share/maxima/${PKGVERSION}/tests/rtest_plot.mac
 2048share/maxima/${PKGVERSION}/tests/rtest_plotoptions.mac
1883share/maxima/${PKGVERSION}/tests/rtest_power.mac 2049share/maxima/${PKGVERSION}/tests/rtest_power.mac
1884share/maxima/${PKGVERSION}/tests/rtest_powerseries.mac 2050share/maxima/${PKGVERSION}/tests/rtest_powerseries.mac
1885share/maxima/${PKGVERSION}/tests/rtest_round.mac 2051share/maxima/${PKGVERSION}/tests/rtest_round.mac
1886share/maxima/${PKGVERSION}/tests/rtest_rules.mac 2052share/maxima/${PKGVERSION}/tests/rtest_rules.mac
1887share/maxima/${PKGVERSION}/tests/rtest_scalarp.mac 2053share/maxima/${PKGVERSION}/tests/rtest_scalarp.mac
1888share/maxima/${PKGVERSION}/tests/rtest_sign.mac 2054share/maxima/${PKGVERSION}/tests/rtest_sign.mac
1889share/maxima/${PKGVERSION}/tests/rtest_signum.mac 2055share/maxima/${PKGVERSION}/tests/rtest_signum.mac
1890share/maxima/${PKGVERSION}/tests/rtest_sqrt.mac 2056share/maxima/${PKGVERSION}/tests/rtest_sqrt.mac
1891share/maxima/${PKGVERSION}/tests/rtest_taylor.mac 2057share/maxima/${PKGVERSION}/tests/rtest_taylor.mac
1892share/maxima/${PKGVERSION}/tests/rtest_tex.mac 2058share/maxima/${PKGVERSION}/tests/rtest_tex.mac
1893share/maxima/${PKGVERSION}/tests/rtest_tmlinsolve.mac 2059share/maxima/${PKGVERSION}/tests/rtest_tmlinsolve.mac
1894share/maxima/${PKGVERSION}/tests/rtest_translator.mac 2060share/maxima/${PKGVERSION}/tests/rtest_translator.mac
1895share/maxima/${PKGVERSION}/tests/rtest_trig.mac 2061share/maxima/${PKGVERSION}/tests/rtest_trig.mac
@@ -1964,13 +2130,14 @@ share/maxima/${PKGVERSION}/xmaxima/html/ @@ -1964,13 +2130,14 @@ share/maxima/${PKGVERSION}/xmaxima/html/
1964share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_7.html 2130share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_7.html
1965share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_8.html 2131share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_8.html
1966share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_abt.html 2132share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_abt.html
1967share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_toc.html 2133share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_toc.html
1968share/maxima/${PKGVERSION}/xmaxima/intro.html 2134share/maxima/${PKGVERSION}/xmaxima/intro.html
1969share/maxima/${PKGVERSION}/xmaxima/maxima-icon.gif 2135share/maxima/${PKGVERSION}/xmaxima/maxima-icon.gif
1970share/maxima/${PKGVERSION}/xmaxima/maxima-icon.ico 2136share/maxima/${PKGVERSION}/xmaxima/maxima-icon.ico
1971share/maxima/${PKGVERSION}/xmaxima/maxima-icon.png 2137share/maxima/${PKGVERSION}/xmaxima/maxima-icon.png
1972share/maxima/${PKGVERSION}/xmaxima/maxima-new.gif 2138share/maxima/${PKGVERSION}/xmaxima/maxima-new.gif
1973share/maxima/${PKGVERSION}/xmaxima/maxima-new.png 2139share/maxima/${PKGVERSION}/xmaxima/maxima-new.png
1974share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg 2140share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg
1975share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg 2141share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg
1976share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html 2142share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html
 2143share/mime/packages/x-mac.xml

cvs diff -r1.29 -r1.30 pkgsrc/math/maxima/distinfo (expand / switch to unified diff)

--- pkgsrc/math/maxima/distinfo 2015/11/03 23:33:36 1.29
+++ pkgsrc/math/maxima/distinfo 2016/04/10 14:34:13 1.30
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.29 2015/11/03 23:33:36 agc Exp $ 1$NetBSD: distinfo,v 1.30 2016/04/10 14:34:13 wen Exp $
2 2
3SHA1 (maxima-5.37.2.tar.gz) = 460a3042beac635f25d5db453b5cccb13322a4e7 3SHA1 (maxima-5.38.0.tar.gz) = 1cc9ba840f115ab18813dfffeab89fb68ea735ce
4RMD160 (maxima-5.37.2.tar.gz) = 8e53da2d81352a86125fc4ee09d12b3598dd46d2 4RMD160 (maxima-5.38.0.tar.gz) = ccddaecc5de2be213245b8dc90bb38657fc891dd
5SHA512 (maxima-5.37.2.tar.gz) = b043c9f48e0cdffeb9e81a938b3d17037741ff63a5a2c09b893f74d55ef9f54d998bf05b2312cb56139329c8ebb107b68c70d1b72a961c0bb91e0cc4932872c7 5SHA512 (maxima-5.38.0.tar.gz) = c7cbb777f01c540bad95200a7a7a4a60d17d1f9afe03647a8af78e40a3403be771e8cb305bcac4d636e2247a9994f22071b4ece2df91408d9ecfc29159ef6c58
6Size (maxima-5.37.2.tar.gz) = 29963535 bytes 6Size (maxima-5.38.0.tar.gz) = 38502746 bytes