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 (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,29 +1,29 @@ @@ -1,29 +1,29 @@
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
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_TOOLS+= gmake makeinfo perl 19USE_TOOLS+= gmake makeinfo perl
20REPLACE_SH= doc/misc/grepforvariables.sh 20REPLACE_SH= doc/misc/grepforvariables.sh
21 21
22INFO_FILES= yes 22INFO_FILES= yes
23TEST_TARGET= check 23TEST_TARGET= check
24PYTHON_FOR_BUILD_ONLY= yes 24PYTHON_FOR_BUILD_ONLY= yes
25 25
26.include "options.mk" 26.include "options.mk"
27 27
28.include "../../lang/python/application.mk" 28.include "../../lang/python/application.mk"
29.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.30 -r1.31 pkgsrc/math/maxima/PLIST (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,1976 +1,2143 @@ @@ -1,1976 +1,2143 @@
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
26share/maxima/${PKGVERSION}/demo/romberg.dem 24share/maxima/${PKGVERSION}/demo/romberg.dem
27share/maxima/${PKGVERSION}/demo/sumcon.dem 25share/maxima/${PKGVERSION}/demo/sumcon.dem
28share/maxima/${PKGVERSION}/demo/trgsmp.dem 26share/maxima/${PKGVERSION}/demo/trgsmp.dem
29share/maxima/${PKGVERSION}/doc/EMaximaIntro.ps 27share/maxima/${PKGVERSION}/doc/EMaximaIntro.ps
30share/maxima/${PKGVERSION}/doc/contributors 28share/maxima/${PKGVERSION}/doc/contributors
31share/maxima/${PKGVERSION}/doc/html/contents.hhc 29share/maxima/${PKGVERSION}/doc/html/contents.hhc
32share/maxima/${PKGVERSION}/doc/html/figures/bodegain1.gif 30share/maxima/${PKGVERSION}/doc/html/figures/bodegain1.gif
33share/maxima/${PKGVERSION}/doc/html/figures/bodegain2.gif 31share/maxima/${PKGVERSION}/doc/html/figures/bodegain2.gif
34share/maxima/${PKGVERSION}/doc/html/figures/bodegain3.gif 32share/maxima/${PKGVERSION}/doc/html/figures/bodegain3.gif
35share/maxima/${PKGVERSION}/doc/html/figures/bodegain4.gif 33share/maxima/${PKGVERSION}/doc/html/figures/bodegain4.gif
36share/maxima/${PKGVERSION}/doc/html/figures/bodegain5.gif 34share/maxima/${PKGVERSION}/doc/html/figures/bodegain5.gif
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
63share/maxima/${PKGVERSION}/doc/html/figures/graphs05.gif 177share/maxima/${PKGVERSION}/doc/html/figures/graphs05.gif
64share/maxima/${PKGVERSION}/doc/html/figures/graphs06.gif 178share/maxima/${PKGVERSION}/doc/html/figures/graphs06.gif
65share/maxima/${PKGVERSION}/doc/html/figures/graphs07.gif 179share/maxima/${PKGVERSION}/doc/html/figures/graphs07.gif
66share/maxima/${PKGVERSION}/doc/html/figures/graphs08.gif 180share/maxima/${PKGVERSION}/doc/html/figures/graphs08.gif
67share/maxima/${PKGVERSION}/doc/html/figures/graphs09.gif 181share/maxima/${PKGVERSION}/doc/html/figures/graphs09.gif
68share/maxima/${PKGVERSION}/doc/html/figures/graphs10.gif 182share/maxima/${PKGVERSION}/doc/html/figures/graphs10.gif
69share/maxima/${PKGVERSION}/doc/html/figures/graphs11.gif 183share/maxima/${PKGVERSION}/doc/html/figures/graphs11.gif
70share/maxima/${PKGVERSION}/doc/html/figures/graphs12.gif 184share/maxima/${PKGVERSION}/doc/html/figures/graphs12.gif
71share/maxima/${PKGVERSION}/doc/html/figures/graphs13.gif 185share/maxima/${PKGVERSION}/doc/html/figures/graphs13.gif
72share/maxima/${PKGVERSION}/doc/html/figures/graphs14.gif 186share/maxima/${PKGVERSION}/doc/html/figures/graphs14.gif
73share/maxima/${PKGVERSION}/doc/html/figures/graphs15.gif 187share/maxima/${PKGVERSION}/doc/html/figures/graphs15.gif
74share/maxima/${PKGVERSION}/doc/html/figures/introduction1.gif 188share/maxima/${PKGVERSION}/doc/html/figures/introduction1.gif
75share/maxima/${PKGVERSION}/doc/html/figures/introduction2.gif 189share/maxima/${PKGVERSION}/doc/html/figures/introduction2.gif
76share/maxima/${PKGVERSION}/doc/html/figures/introduction3.gif 190share/maxima/${PKGVERSION}/doc/html/figures/introduction3.gif
77share/maxima/${PKGVERSION}/doc/html/figures/orthopoly1.gif 191share/maxima/${PKGVERSION}/doc/html/figures/orthopoly1.gif
78share/maxima/${PKGVERSION}/doc/html/figures/plotdf1.gif 192share/maxima/${PKGVERSION}/doc/html/figures/plotdf1.gif
79share/maxima/${PKGVERSION}/doc/html/figures/plotdf2.gif 193share/maxima/${PKGVERSION}/doc/html/figures/plotdf2.gif
80share/maxima/${PKGVERSION}/doc/html/figures/plotdf3.gif 194share/maxima/${PKGVERSION}/doc/html/figures/plotdf3.gif
81share/maxima/${PKGVERSION}/doc/html/figures/plotdf4.gif 195share/maxima/${PKGVERSION}/doc/html/figures/plotdf4.gif
82share/maxima/${PKGVERSION}/doc/html/figures/plotdf5.gif 196share/maxima/${PKGVERSION}/doc/html/figures/plotdf5.gif
83share/maxima/${PKGVERSION}/doc/html/figures/plotdf6.gif 197share/maxima/${PKGVERSION}/doc/html/figures/plotdf6.gif
84share/maxima/${PKGVERSION}/doc/html/figures/plotting1.png 198share/maxima/${PKGVERSION}/doc/html/figures/plotting1.png
85share/maxima/${PKGVERSION}/doc/html/figures/plotting10.png 199share/maxima/${PKGVERSION}/doc/html/figures/plotting10.png
86share/maxima/${PKGVERSION}/doc/html/figures/plotting11.png 200share/maxima/${PKGVERSION}/doc/html/figures/plotting11.png
87share/maxima/${PKGVERSION}/doc/html/figures/plotting12.png 201share/maxima/${PKGVERSION}/doc/html/figures/plotting12.png
88share/maxima/${PKGVERSION}/doc/html/figures/plotting13.png 202share/maxima/${PKGVERSION}/doc/html/figures/plotting13.png
89share/maxima/${PKGVERSION}/doc/html/figures/plotting14.png 203share/maxima/${PKGVERSION}/doc/html/figures/plotting14.png
90share/maxima/${PKGVERSION}/doc/html/figures/plotting15.png 204share/maxima/${PKGVERSION}/doc/html/figures/plotting15.png
91share/maxima/${PKGVERSION}/doc/html/figures/plotting16.png 205share/maxima/${PKGVERSION}/doc/html/figures/plotting16.png
92share/maxima/${PKGVERSION}/doc/html/figures/plotting17.png 206share/maxima/${PKGVERSION}/doc/html/figures/plotting17.png
93share/maxima/${PKGVERSION}/doc/html/figures/plotting18.png 207share/maxima/${PKGVERSION}/doc/html/figures/plotting18.png
94share/maxima/${PKGVERSION}/doc/html/figures/plotting19.png 208share/maxima/${PKGVERSION}/doc/html/figures/plotting19.png
95share/maxima/${PKGVERSION}/doc/html/figures/plotting2.png 209share/maxima/${PKGVERSION}/doc/html/figures/plotting2.png
96share/maxima/${PKGVERSION}/doc/html/figures/plotting20.png 210share/maxima/${PKGVERSION}/doc/html/figures/plotting20.png
97share/maxima/${PKGVERSION}/doc/html/figures/plotting21.png 211share/maxima/${PKGVERSION}/doc/html/figures/plotting21.png
98share/maxima/${PKGVERSION}/doc/html/figures/plotting22.png 212share/maxima/${PKGVERSION}/doc/html/figures/plotting22.png
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
132share/maxima/${PKGVERSION}/doc/html/maxima_23.html 264share/maxima/${PKGVERSION}/doc/html/maxima_23.html
133share/maxima/${PKGVERSION}/doc/html/maxima_24.html 265share/maxima/${PKGVERSION}/doc/html/maxima_24.html
134share/maxima/${PKGVERSION}/doc/html/maxima_25.html 266share/maxima/${PKGVERSION}/doc/html/maxima_25.html
135share/maxima/${PKGVERSION}/doc/html/maxima_26.html 267share/maxima/${PKGVERSION}/doc/html/maxima_26.html
136share/maxima/${PKGVERSION}/doc/html/maxima_27.html 268share/maxima/${PKGVERSION}/doc/html/maxima_27.html
137share/maxima/${PKGVERSION}/doc/html/maxima_28.html 269share/maxima/${PKGVERSION}/doc/html/maxima_28.html
138share/maxima/${PKGVERSION}/doc/html/maxima_29.html 270share/maxima/${PKGVERSION}/doc/html/maxima_29.html
139share/maxima/${PKGVERSION}/doc/html/maxima_3.html 271share/maxima/${PKGVERSION}/doc/html/maxima_3.html
140share/maxima/${PKGVERSION}/doc/html/maxima_30.html 272share/maxima/${PKGVERSION}/doc/html/maxima_30.html
141share/maxima/${PKGVERSION}/doc/html/maxima_31.html 273share/maxima/${PKGVERSION}/doc/html/maxima_31.html
142share/maxima/${PKGVERSION}/doc/html/maxima_32.html 274share/maxima/${PKGVERSION}/doc/html/maxima_32.html
143share/maxima/${PKGVERSION}/doc/html/maxima_33.html 275share/maxima/${PKGVERSION}/doc/html/maxima_33.html
144share/maxima/${PKGVERSION}/doc/html/maxima_34.html 276share/maxima/${PKGVERSION}/doc/html/maxima_34.html
145share/maxima/${PKGVERSION}/doc/html/maxima_35.html 277share/maxima/${PKGVERSION}/doc/html/maxima_35.html
146share/maxima/${PKGVERSION}/doc/html/maxima_36.html 278share/maxima/${PKGVERSION}/doc/html/maxima_36.html
147share/maxima/${PKGVERSION}/doc/html/maxima_37.html 279share/maxima/${PKGVERSION}/doc/html/maxima_37.html
148share/maxima/${PKGVERSION}/doc/html/maxima_38.html 280share/maxima/${PKGVERSION}/doc/html/maxima_38.html
149share/maxima/${PKGVERSION}/doc/html/maxima_39.html 281share/maxima/${PKGVERSION}/doc/html/maxima_39.html
150share/maxima/${PKGVERSION}/doc/html/maxima_4.html 282share/maxima/${PKGVERSION}/doc/html/maxima_4.html
151share/maxima/${PKGVERSION}/doc/html/maxima_40.html 283share/maxima/${PKGVERSION}/doc/html/maxima_40.html
152share/maxima/${PKGVERSION}/doc/html/maxima_41.html 284share/maxima/${PKGVERSION}/doc/html/maxima_41.html
153share/maxima/${PKGVERSION}/doc/html/maxima_42.html 285share/maxima/${PKGVERSION}/doc/html/maxima_42.html
154share/maxima/${PKGVERSION}/doc/html/maxima_43.html 286share/maxima/${PKGVERSION}/doc/html/maxima_43.html
155share/maxima/${PKGVERSION}/doc/html/maxima_44.html 287share/maxima/${PKGVERSION}/doc/html/maxima_44.html
156share/maxima/${PKGVERSION}/doc/html/maxima_45.html 288share/maxima/${PKGVERSION}/doc/html/maxima_45.html
157share/maxima/${PKGVERSION}/doc/html/maxima_46.html 289share/maxima/${PKGVERSION}/doc/html/maxima_46.html
158share/maxima/${PKGVERSION}/doc/html/maxima_47.html 290share/maxima/${PKGVERSION}/doc/html/maxima_47.html
159share/maxima/${PKGVERSION}/doc/html/maxima_48.html 291share/maxima/${PKGVERSION}/doc/html/maxima_48.html
160share/maxima/${PKGVERSION}/doc/html/maxima_49.html 292share/maxima/${PKGVERSION}/doc/html/maxima_49.html
161share/maxima/${PKGVERSION}/doc/html/maxima_5.html 293share/maxima/${PKGVERSION}/doc/html/maxima_5.html
162share/maxima/${PKGVERSION}/doc/html/maxima_50.html 294share/maxima/${PKGVERSION}/doc/html/maxima_50.html
163share/maxima/${PKGVERSION}/doc/html/maxima_51.html 295share/maxima/${PKGVERSION}/doc/html/maxima_51.html
164share/maxima/${PKGVERSION}/doc/html/maxima_52.html 296share/maxima/${PKGVERSION}/doc/html/maxima_52.html
165share/maxima/${PKGVERSION}/doc/html/maxima_53.html 297share/maxima/${PKGVERSION}/doc/html/maxima_53.html
166share/maxima/${PKGVERSION}/doc/html/maxima_54.html 298share/maxima/${PKGVERSION}/doc/html/maxima_54.html
167share/maxima/${PKGVERSION}/doc/html/maxima_55.html 299share/maxima/${PKGVERSION}/doc/html/maxima_55.html
168share/maxima/${PKGVERSION}/doc/html/maxima_56.html 300share/maxima/${PKGVERSION}/doc/html/maxima_56.html
169share/maxima/${PKGVERSION}/doc/html/maxima_57.html 301share/maxima/${PKGVERSION}/doc/html/maxima_57.html
170share/maxima/${PKGVERSION}/doc/html/maxima_58.html 302share/maxima/${PKGVERSION}/doc/html/maxima_58.html
171share/maxima/${PKGVERSION}/doc/html/maxima_59.html 303share/maxima/${PKGVERSION}/doc/html/maxima_59.html
172share/maxima/${PKGVERSION}/doc/html/maxima_6.html 304share/maxima/${PKGVERSION}/doc/html/maxima_6.html
173share/maxima/${PKGVERSION}/doc/html/maxima_60.html 305share/maxima/${PKGVERSION}/doc/html/maxima_60.html
174share/maxima/${PKGVERSION}/doc/html/maxima_61.html 306share/maxima/${PKGVERSION}/doc/html/maxima_61.html
175share/maxima/${PKGVERSION}/doc/html/maxima_62.html 307share/maxima/${PKGVERSION}/doc/html/maxima_62.html
176share/maxima/${PKGVERSION}/doc/html/maxima_63.html 308share/maxima/${PKGVERSION}/doc/html/maxima_63.html
177share/maxima/${PKGVERSION}/doc/html/maxima_64.html 309share/maxima/${PKGVERSION}/doc/html/maxima_64.html
178share/maxima/${PKGVERSION}/doc/html/maxima_65.html 310share/maxima/${PKGVERSION}/doc/html/maxima_65.html
179share/maxima/${PKGVERSION}/doc/html/maxima_66.html 311share/maxima/${PKGVERSION}/doc/html/maxima_66.html
180share/maxima/${PKGVERSION}/doc/html/maxima_67.html 312share/maxima/${PKGVERSION}/doc/html/maxima_67.html
181share/maxima/${PKGVERSION}/doc/html/maxima_68.html 313share/maxima/${PKGVERSION}/doc/html/maxima_68.html
182share/maxima/${PKGVERSION}/doc/html/maxima_69.html 314share/maxima/${PKGVERSION}/doc/html/maxima_69.html
183share/maxima/${PKGVERSION}/doc/html/maxima_7.html 315share/maxima/${PKGVERSION}/doc/html/maxima_7.html
184share/maxima/${PKGVERSION}/doc/html/maxima_70.html 316share/maxima/${PKGVERSION}/doc/html/maxima_70.html
185share/maxima/${PKGVERSION}/doc/html/maxima_71.html 317share/maxima/${PKGVERSION}/doc/html/maxima_71.html
186share/maxima/${PKGVERSION}/doc/html/maxima_72.html 318share/maxima/${PKGVERSION}/doc/html/maxima_72.html
187share/maxima/${PKGVERSION}/doc/html/maxima_73.html 319share/maxima/${PKGVERSION}/doc/html/maxima_73.html
188share/maxima/${PKGVERSION}/doc/html/maxima_74.html 320share/maxima/${PKGVERSION}/doc/html/maxima_74.html
189share/maxima/${PKGVERSION}/doc/html/maxima_75.html 321share/maxima/${PKGVERSION}/doc/html/maxima_75.html
190share/maxima/${PKGVERSION}/doc/html/maxima_76.html 322share/maxima/${PKGVERSION}/doc/html/maxima_76.html
191share/maxima/${PKGVERSION}/doc/html/maxima_77.html 323share/maxima/${PKGVERSION}/doc/html/maxima_77.html
192share/maxima/${PKGVERSION}/doc/html/maxima_78.html 324share/maxima/${PKGVERSION}/doc/html/maxima_78.html
193share/maxima/${PKGVERSION}/doc/html/maxima_79.html 325share/maxima/${PKGVERSION}/doc/html/maxima_79.html
194share/maxima/${PKGVERSION}/doc/html/maxima_8.html 326share/maxima/${PKGVERSION}/doc/html/maxima_8.html
195share/maxima/${PKGVERSION}/doc/html/maxima_80.html 327share/maxima/${PKGVERSION}/doc/html/maxima_80.html
196share/maxima/${PKGVERSION}/doc/html/maxima_81.html 328share/maxima/${PKGVERSION}/doc/html/maxima_81.html
197share/maxima/${PKGVERSION}/doc/html/maxima_82.html 329share/maxima/${PKGVERSION}/doc/html/maxima_82.html
198share/maxima/${PKGVERSION}/doc/html/maxima_83.html 330share/maxima/${PKGVERSION}/doc/html/maxima_83.html
199share/maxima/${PKGVERSION}/doc/html/maxima_84.html 331share/maxima/${PKGVERSION}/doc/html/maxima_84.html
200share/maxima/${PKGVERSION}/doc/html/maxima_85.html 332share/maxima/${PKGVERSION}/doc/html/maxima_85.html
201share/maxima/${PKGVERSION}/doc/html/maxima_86.html 333share/maxima/${PKGVERSION}/doc/html/maxima_86.html
202share/maxima/${PKGVERSION}/doc/html/maxima_87.html 334share/maxima/${PKGVERSION}/doc/html/maxima_87.html
203share/maxima/${PKGVERSION}/doc/html/maxima_88.html 335share/maxima/${PKGVERSION}/doc/html/maxima_88.html
204share/maxima/${PKGVERSION}/doc/html/maxima_89.html 336share/maxima/${PKGVERSION}/doc/html/maxima_89.html
205share/maxima/${PKGVERSION}/doc/html/maxima_9.html 337share/maxima/${PKGVERSION}/doc/html/maxima_9.html
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
232share/maxima/${PKGVERSION}/doc/misc/x.awk 365share/maxima/${PKGVERSION}/doc/misc/x.awk
233share/maxima/${PKGVERSION}/doc/share/brchre.txt 366share/maxima/${PKGVERSION}/doc/share/brchre.txt
234share/maxima/${PKGVERSION}/doc/share/romberg.usg 367share/maxima/${PKGVERSION}/doc/share/romberg.usg
235share/maxima/${PKGVERSION}/doc/share/translation_hints.txt 368share/maxima/${PKGVERSION}/doc/share/translation_hints.txt
236share/maxima/${PKGVERSION}/emacs/bookmode.el 369share/maxima/${PKGVERSION}/emacs/bookmode.el
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
263share/maxima/${PKGVERSION}/share/affine/new-rat.lisp 397share/maxima/${PKGVERSION}/share/affine/new-rat.lisp
264share/maxima/${PKGVERSION}/share/affine/polya.lisp 398share/maxima/${PKGVERSION}/share/affine/polya.lisp
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
297share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html 440share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html
298share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf 441share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf
299share/maxima/${PKGVERSION}/share/algebra/solver/test.mac 442share/maxima/${PKGVERSION}/share/algebra/solver/test.mac
300share/maxima/${PKGVERSION}/share/amatrix/README 443share/maxima/${PKGVERSION}/share/amatrix/README
301share/maxima/${PKGVERSION}/share/amatrix/amatrix.dem 444share/maxima/${PKGVERSION}/share/amatrix/amatrix.dem
302share/maxima/${PKGVERSION}/share/amatrix/amatrix.lisp 445share/maxima/${PKGVERSION}/share/amatrix/amatrix.lisp
303share/maxima/${PKGVERSION}/share/amatrix/amatrix.mac 446share/maxima/${PKGVERSION}/share/amatrix/amatrix.mac
304share/maxima/${PKGVERSION}/share/amatrix/rtest_amatrix.mac 447share/maxima/${PKGVERSION}/share/amatrix/rtest_amatrix.mac
305share/maxima/${PKGVERSION}/share/amatrix/rtest_wilcoxon.mac 448share/maxima/${PKGVERSION}/share/amatrix/rtest_wilcoxon.mac
306share/maxima/${PKGVERSION}/share/amatrix/wilcoxon.mac 449share/maxima/${PKGVERSION}/share/amatrix/wilcoxon.mac
307share/maxima/${PKGVERSION}/share/bernstein/bernstein.lisp 450share/maxima/${PKGVERSION}/share/bernstein/bernstein.lisp
308share/maxima/${PKGVERSION}/share/bernstein/bernstein_utilities.mac 451share/maxima/${PKGVERSION}/share/bernstein/bernstein_utilities.mac
309share/maxima/${PKGVERSION}/share/bernstein/rtest_bernstein.mac 452share/maxima/${PKGVERSION}/share/bernstein/rtest_bernstein.mac
310share/maxima/${PKGVERSION}/share/builtins-list.txt 453share/maxima/${PKGVERSION}/share/builtins-list.txt
311share/maxima/${PKGVERSION}/share/calculus/asympa.mac 454share/maxima/${PKGVERSION}/share/calculus/asympa.mac
312share/maxima/${PKGVERSION}/share/calculus/cartan.dem 455share/maxima/${PKGVERSION}/share/calculus/cartan.dem
313share/maxima/${PKGVERSION}/share/calculus/cartan.lisp 456share/maxima/${PKGVERSION}/share/calculus/cartan.lisp
314share/maxima/${PKGVERSION}/share/calculus/fourie.dem 457share/maxima/${PKGVERSION}/share/calculus/fourie.dem
315share/maxima/${PKGVERSION}/share/calculus/fourie.mac 458share/maxima/${PKGVERSION}/share/calculus/fourie.mac
316share/maxima/${PKGVERSION}/share/calculus/optmiz.dem 459share/maxima/${PKGVERSION}/share/calculus/optmiz.dem
317share/maxima/${PKGVERSION}/share/calculus/optmiz.mac 460share/maxima/${PKGVERSION}/share/calculus/optmiz.mac
318share/maxima/${PKGVERSION}/share/calculus/optmiz.transcript 461share/maxima/${PKGVERSION}/share/calculus/optmiz.transcript
319share/maxima/${PKGVERSION}/share/calculus/optmiz.usg 462share/maxima/${PKGVERSION}/share/calculus/optmiz.usg
320share/maxima/${PKGVERSION}/share/calculus/optmiz_1.dem 463share/maxima/${PKGVERSION}/share/calculus/optmiz_1.dem
321share/maxima/${PKGVERSION}/share/calculus/optmiz_2.dem 464share/maxima/${PKGVERSION}/share/calculus/optmiz_2.dem
322share/maxima/${PKGVERSION}/share/calculus/optmiz_3.dem 465share/maxima/${PKGVERSION}/share/calculus/optmiz_3.dem
323share/maxima/${PKGVERSION}/share/calculus/optmiz_4.dem 466share/maxima/${PKGVERSION}/share/calculus/optmiz_4.dem
324share/maxima/${PKGVERSION}/share/calculus/optvar.dem 467share/maxima/${PKGVERSION}/share/calculus/optvar.dem
325share/maxima/${PKGVERSION}/share/calculus/optvar.mac 468share/maxima/${PKGVERSION}/share/calculus/optvar.mac
326share/maxima/${PKGVERSION}/share/calculus/optvar.transcript 469share/maxima/${PKGVERSION}/share/calculus/optvar.transcript
327share/maxima/${PKGVERSION}/share/calculus/optvar.usg 470share/maxima/${PKGVERSION}/share/calculus/optvar.usg
328share/maxima/${PKGVERSION}/share/calculus/optvar_1.dem 471share/maxima/${PKGVERSION}/share/calculus/optvar_1.dem
329share/maxima/${PKGVERSION}/share/calculus/optvar_2.dem 472share/maxima/${PKGVERSION}/share/calculus/optvar_2.dem
330share/maxima/${PKGVERSION}/share/calculus/pade2.mac 473share/maxima/${PKGVERSION}/share/calculus/pade2.mac
331share/maxima/${PKGVERSION}/share/calculus/qual.dem 474share/maxima/${PKGVERSION}/share/calculus/qual.dem
332share/maxima/${PKGVERSION}/share/calculus/qual.mac 475share/maxima/${PKGVERSION}/share/calculus/qual.mac
333share/maxima/${PKGVERSION}/share/calculus/qual.usg 476share/maxima/${PKGVERSION}/share/calculus/qual.usg
334share/maxima/${PKGVERSION}/share/calculus/qualsp.lisp 477share/maxima/${PKGVERSION}/share/calculus/qualsp.lisp
335share/maxima/${PKGVERSION}/share/calculus/revert.mac 478share/maxima/${PKGVERSION}/share/calculus/revert.mac
336share/maxima/${PKGVERSION}/share/calculus/taylor1.mac 479share/maxima/${PKGVERSION}/share/calculus/taylor1.mac
337share/maxima/${PKGVERSION}/share/cobyla/bf-cobyla-interface.lisp 480share/maxima/${PKGVERSION}/share/cobyla/bf-cobyla-interface.lisp
338share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.demo 481share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.demo
339share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.mac 482share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.mac
340share/maxima/${PKGVERSION}/share/cobyla/cobyla-interface.lisp 483share/maxima/${PKGVERSION}/share/cobyla/cobyla-interface.lisp
341share/maxima/${PKGVERSION}/share/cobyla/cobyla-lisp.system 484share/maxima/${PKGVERSION}/share/cobyla/cobyla-lisp.system
342share/maxima/${PKGVERSION}/share/cobyla/cobyla-package.lisp 485share/maxima/${PKGVERSION}/share/cobyla/cobyla-package.lisp
343share/maxima/${PKGVERSION}/share/cobyla/cobyla.system 486share/maxima/${PKGVERSION}/share/cobyla/cobyla.system
344share/maxima/${PKGVERSION}/share/cobyla/ex/die.mac 487share/maxima/${PKGVERSION}/share/cobyla/ex/die.mac
345share/maxima/${PKGVERSION}/share/cobyla/ex/ex1.mac 488share/maxima/${PKGVERSION}/share/cobyla/ex/ex1.mac
346share/maxima/${PKGVERSION}/share/cobyla/ex/ex10.mac 489share/maxima/${PKGVERSION}/share/cobyla/ex/ex10.mac
347share/maxima/${PKGVERSION}/share/cobyla/ex/ex2.mac 490share/maxima/${PKGVERSION}/share/cobyla/ex/ex2.mac
348share/maxima/${PKGVERSION}/share/cobyla/ex/ex3.mac 491share/maxima/${PKGVERSION}/share/cobyla/ex/ex3.mac
349share/maxima/${PKGVERSION}/share/cobyla/ex/ex4.mac 492share/maxima/${PKGVERSION}/share/cobyla/ex/ex4.mac
350share/maxima/${PKGVERSION}/share/cobyla/ex/ex5.mac 493share/maxima/${PKGVERSION}/share/cobyla/ex/ex5.mac
351share/maxima/${PKGVERSION}/share/cobyla/ex/ex6.mac 494share/maxima/${PKGVERSION}/share/cobyla/ex/ex6.mac
352share/maxima/${PKGVERSION}/share/cobyla/ex/ex7.mac 495share/maxima/${PKGVERSION}/share/cobyla/ex/ex7.mac
353share/maxima/${PKGVERSION}/share/cobyla/ex/ex8.mac 496share/maxima/${PKGVERSION}/share/cobyla/ex/ex8.mac
354share/maxima/${PKGVERSION}/share/cobyla/ex/ex9.mac 497share/maxima/${PKGVERSION}/share/cobyla/ex/ex9.mac
355share/maxima/${PKGVERSION}/share/cobyla/ex/transport.mac 498share/maxima/${PKGVERSION}/share/cobyla/ex/transport.mac
356share/maxima/${PKGVERSION}/share/cobyla/fmin_cobyla.mac 499share/maxima/${PKGVERSION}/share/cobyla/fmin_cobyla.mac
357share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobyla.lisp 500share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobyla.lisp
358share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobylb.lisp 501share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobylb.lisp
359share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-trstlp.lisp 502share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-trstlp.lisp
360share/maxima/${PKGVERSION}/share/cobyla/lisp/calcfc.lisp 503share/maxima/${PKGVERSION}/share/cobyla/lisp/calcfc.lisp
361share/maxima/${PKGVERSION}/share/cobyla/lisp/cobyla.lisp 504share/maxima/${PKGVERSION}/share/cobyla/lisp/cobyla.lisp
362share/maxima/${PKGVERSION}/share/cobyla/lisp/cobylb.lisp 505share/maxima/${PKGVERSION}/share/cobyla/lisp/cobylb.lisp
363share/maxima/${PKGVERSION}/share/cobyla/lisp/trstlp.lisp 506share/maxima/${PKGVERSION}/share/cobyla/lisp/trstlp.lisp
364share/maxima/${PKGVERSION}/share/cobyla/load-bf-cobyla.lisp 507share/maxima/${PKGVERSION}/share/cobyla/load-bf-cobyla.lisp
365share/maxima/${PKGVERSION}/share/cobyla/load-cobyla.lisp 508share/maxima/${PKGVERSION}/share/cobyla/load-cobyla.lisp
366share/maxima/${PKGVERSION}/share/cobyla/rtest_cobyla.mac 509share/maxima/${PKGVERSION}/share/cobyla/rtest_cobyla.mac
367share/maxima/${PKGVERSION}/share/colnew/colnew-if.lisp 510share/maxima/${PKGVERSION}/share/colnew/colnew-if.lisp
368share/maxima/${PKGVERSION}/share/colnew/colnew-lisp.system 511share/maxima/${PKGVERSION}/share/colnew/colnew-lisp.system
369share/maxima/${PKGVERSION}/share/colnew/colnew-package.lisp 512share/maxima/${PKGVERSION}/share/colnew/colnew-package.lisp
370share/maxima/${PKGVERSION}/share/colnew/colnew.mac 513share/maxima/${PKGVERSION}/share/colnew/colnew.mac
371share/maxima/${PKGVERSION}/share/colnew/colnew.system 514share/maxima/${PKGVERSION}/share/colnew/colnew.system
372share/maxima/${PKGVERSION}/share/colnew/lisp/approx.lisp 515share/maxima/${PKGVERSION}/share/colnew/lisp/approx.lisp
373share/maxima/${PKGVERSION}/share/colnew/lisp/appsln.lisp 516share/maxima/${PKGVERSION}/share/colnew/lisp/appsln.lisp
374share/maxima/${PKGVERSION}/share/colnew/lisp/colnew.lisp 517share/maxima/${PKGVERSION}/share/colnew/lisp/colnew.lisp
375share/maxima/${PKGVERSION}/share/colnew/lisp/compat.lisp 518share/maxima/${PKGVERSION}/share/colnew/lisp/compat.lisp
376share/maxima/${PKGVERSION}/share/colnew/lisp/consts.lisp 519share/maxima/${PKGVERSION}/share/colnew/lisp/consts.lisp
377share/maxima/${PKGVERSION}/share/colnew/lisp/contrl.lisp 520share/maxima/${PKGVERSION}/share/colnew/lisp/contrl.lisp
378share/maxima/${PKGVERSION}/share/colnew/lisp/daxpy.lisp 521share/maxima/${PKGVERSION}/share/colnew/lisp/daxpy.lisp
379share/maxima/${PKGVERSION}/share/colnew/lisp/ddot.lisp 522share/maxima/${PKGVERSION}/share/colnew/lisp/ddot.lisp
380share/maxima/${PKGVERSION}/share/colnew/lisp/dgefa.lisp 523share/maxima/${PKGVERSION}/share/colnew/lisp/dgefa.lisp
381share/maxima/${PKGVERSION}/share/colnew/lisp/dgesl.lisp 524share/maxima/${PKGVERSION}/share/colnew/lisp/dgesl.lisp
382share/maxima/${PKGVERSION}/share/colnew/lisp/dmzsol.lisp 525share/maxima/${PKGVERSION}/share/colnew/lisp/dmzsol.lisp
383share/maxima/${PKGVERSION}/share/colnew/lisp/dscal.lisp 526share/maxima/${PKGVERSION}/share/colnew/lisp/dscal.lisp
384share/maxima/${PKGVERSION}/share/colnew/lisp/errchk.lisp 527share/maxima/${PKGVERSION}/share/colnew/lisp/errchk.lisp
385share/maxima/${PKGVERSION}/share/colnew/lisp/factrb.lisp 528share/maxima/${PKGVERSION}/share/colnew/lisp/factrb.lisp
386share/maxima/${PKGVERSION}/share/colnew/lisp/fcblok.lisp 529share/maxima/${PKGVERSION}/share/colnew/lisp/fcblok.lisp
387share/maxima/${PKGVERSION}/share/colnew/lisp/gblock.lisp 530share/maxima/${PKGVERSION}/share/colnew/lisp/gblock.lisp
388share/maxima/${PKGVERSION}/share/colnew/lisp/gderiv.lisp 531share/maxima/${PKGVERSION}/share/colnew/lisp/gderiv.lisp
389share/maxima/${PKGVERSION}/share/colnew/lisp/horder.lisp 532share/maxima/${PKGVERSION}/share/colnew/lisp/horder.lisp
390share/maxima/${PKGVERSION}/share/colnew/lisp/idamax.lisp 533share/maxima/${PKGVERSION}/share/colnew/lisp/idamax.lisp
391share/maxima/${PKGVERSION}/share/colnew/lisp/lsyslv.lisp 534share/maxima/${PKGVERSION}/share/colnew/lisp/lsyslv.lisp
392share/maxima/${PKGVERSION}/share/colnew/lisp/newmsh.lisp 535share/maxima/${PKGVERSION}/share/colnew/lisp/newmsh.lisp
393share/maxima/${PKGVERSION}/share/colnew/lisp/rkbas.lisp 536share/maxima/${PKGVERSION}/share/colnew/lisp/rkbas.lisp
394share/maxima/${PKGVERSION}/share/colnew/lisp/sbblok.lisp 537share/maxima/${PKGVERSION}/share/colnew/lisp/sbblok.lisp
395share/maxima/${PKGVERSION}/share/colnew/lisp/shiftb.lisp 538share/maxima/${PKGVERSION}/share/colnew/lisp/shiftb.lisp
396share/maxima/${PKGVERSION}/share/colnew/lisp/skale.lisp 539share/maxima/${PKGVERSION}/share/colnew/lisp/skale.lisp
397share/maxima/${PKGVERSION}/share/colnew/lisp/subbak.lisp 540share/maxima/${PKGVERSION}/share/colnew/lisp/subbak.lisp
398share/maxima/${PKGVERSION}/share/colnew/lisp/subfor.lisp 541share/maxima/${PKGVERSION}/share/colnew/lisp/subfor.lisp
399share/maxima/${PKGVERSION}/share/colnew/lisp/vmonde.lisp 542share/maxima/${PKGVERSION}/share/colnew/lisp/vmonde.lisp
400share/maxima/${PKGVERSION}/share/colnew/lisp/vwblok.lisp 543share/maxima/${PKGVERSION}/share/colnew/lisp/vwblok.lisp
401share/maxima/${PKGVERSION}/share/colnew/load-colnew.lisp 544share/maxima/${PKGVERSION}/share/colnew/load-colnew.lisp
402share/maxima/${PKGVERSION}/share/colnew/prob1.mac 545share/maxima/${PKGVERSION}/share/colnew/prob1.mac
403share/maxima/${PKGVERSION}/share/colnew/prob2.mac 546share/maxima/${PKGVERSION}/share/colnew/prob2.mac
404share/maxima/${PKGVERSION}/share/colnew/prob3.mac 547share/maxima/${PKGVERSION}/share/colnew/prob3.mac
405share/maxima/${PKGVERSION}/share/colnew/prob4.mac 548share/maxima/${PKGVERSION}/share/colnew/prob4.mac
406share/maxima/${PKGVERSION}/share/combinatorics/README 549share/maxima/${PKGVERSION}/share/combinatorics/README
407share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.html 550share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.html
408share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.mac 551share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.mac
409share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.rst 552share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.rst
410share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac 553share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac
411share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T1.mac 554share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T1.mac
412share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_TP.mac 555share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_TP.mac
413share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1.mac 556share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1.mac
414share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1R.mac 557share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1R.mac
415share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T2.mac 558share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T2.mac
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
442share/maxima/${PKGVERSION}/share/contrib/Zeilberger/settings.mac 586share/maxima/${PKGVERSION}/share/contrib/Zeilberger/settings.mac
443share/maxima/${PKGVERSION}/share/contrib/Zeilberger/shiftQuotient.mac 587share/maxima/${PKGVERSION}/share/contrib/Zeilberger/shiftQuotient.mac
444share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testZeilberger.mac 588share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testZeilberger.mac
445share/maxima/${PKGVERSION}/share/contrib/Zeilberger/whatsnew.txt 589share/maxima/${PKGVERSION}/share/contrib/Zeilberger/whatsnew.txt
446share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac 590share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac
447share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac 591share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac
448share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac 592share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
449share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac 593share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
450share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.lisp 594share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.lisp
451share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.mac 595share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.mac
452share/maxima/${PKGVERSION}/share/contrib/alt-display/tex-display.lisp 596share/maxima/${PKGVERSION}/share/contrib/alt-display/tex-display.lisp
453share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp 597share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp
454share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac 598share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac
455share/maxima/${PKGVERSION}/share/contrib/binsplit/binsplit.lisp 599share/maxima/${PKGVERSION}/share/contrib/binsplit/binsplit.lisp
456share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp 600share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp
457share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt 601share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt
458share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac 602share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac
459share/maxima/${PKGVERSION}/share/contrib/bode.mac 603share/maxima/${PKGVERSION}/share/contrib/bode.mac
460share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp 604share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp
461share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac 605share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
462share/maxima/${PKGVERSION}/share/contrib/celine.mac 606share/maxima/${PKGVERSION}/share/contrib/celine.mac
463share/maxima/${PKGVERSION}/share/contrib/cgrind.lisp 607share/maxima/${PKGVERSION}/share/contrib/cgrind.lisp
464share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac 608share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
465share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex 609share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
466share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp 610share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp
467share/maxima/${PKGVERSION}/share/contrib/coma/COMA.txt 611share/maxima/${PKGVERSION}/share/contrib/coma/COMA.txt
468share/maxima/${PKGVERSION}/share/contrib/coma/Control_Engineering_with_Maxima.pdf 612share/maxima/${PKGVERSION}/share/contrib/coma/Control_Engineering_with_Maxima.pdf
469share/maxima/${PKGVERSION}/share/contrib/coma/coma.mac 613share/maxima/${PKGVERSION}/share/contrib/coma/coma.mac
470share/maxima/${PKGVERSION}/share/contrib/devine.mac 614share/maxima/${PKGVERSION}/share/contrib/devine.mac
471share/maxima/${PKGVERSION}/share/contrib/diag.mac 615share/maxima/${PKGVERSION}/share/contrib/diag.mac
472share/maxima/${PKGVERSION}/share/contrib/diag_test.mac 616share/maxima/${PKGVERSION}/share/contrib/diag_test.mac
473share/maxima/${PKGVERSION}/share/contrib/diffequations/README 617share/maxima/${PKGVERSION}/share/contrib/diffequations/README
474share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.mac 618share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.mac
475share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.usg 619share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.usg
476share/maxima/${PKGVERSION}/share/contrib/diffequations/de-test.txt 620share/maxima/${PKGVERSION}/share/contrib/diffequations/de-test.txt
477share/maxima/${PKGVERSION}/share/contrib/diffequations/extrabessel.lisp 621share/maxima/${PKGVERSION}/share/contrib/diffequations/extrabessel.lisp
478share/maxima/${PKGVERSION}/share/contrib/diffequations/gauss.lisp 622share/maxima/${PKGVERSION}/share/contrib/diffequations/gauss.lisp
479share/maxima/${PKGVERSION}/share/contrib/diffequations/kummer.lisp 623share/maxima/${PKGVERSION}/share/contrib/diffequations/kummer.lisp
480share/maxima/${PKGVERSION}/share/contrib/diffequations/lazysolver.lisp 624share/maxima/${PKGVERSION}/share/contrib/diffequations/lazysolver.lisp
481share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_abel.mac 625share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_abel.mac
482share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_clairault.mac 626share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_clairault.mac
483share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_factor.mac 627share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_factor.mac
484share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lagrange.mac 628share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lagrange.mac
485share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lie.mac 629share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lie.mac
486share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_nonlinear.mac 630share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_nonlinear.mac
487share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_riccati.mac 631share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_riccati.mac
488share/maxima/${PKGVERSION}/share/contrib/diffequations/odelin.lisp 632share/maxima/${PKGVERSION}/share/contrib/diffequations/odelin.lisp
489share/maxima/${PKGVERSION}/share/contrib/diffequations/odeutils.lisp 633share/maxima/${PKGVERSION}/share/contrib/diffequations/odeutils.lisp
490share/maxima/${PKGVERSION}/share/contrib/diffequations/rtest_odelin.mac 634share/maxima/${PKGVERSION}/share/contrib/diffequations/rtest_odelin.mac
491share/maxima/${PKGVERSION}/share/contrib/diffequations/spherodialwave.lisp 635share/maxima/${PKGVERSION}/share/contrib/diffequations/spherodialwave.lisp
492share/maxima/${PKGVERSION}/share/contrib/diffequations/sqfr.lisp 636share/maxima/${PKGVERSION}/share/contrib/diffequations/sqfr.lisp
493share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.lisp 637share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.lisp
494share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.mac 638share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.mac
495share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/README 639share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/README
496share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_abel.mac 640share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_abel.mac
497share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_riccati.mac 641share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_riccati.mac
498share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym.mac 642share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym.mac
499share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym2.mac 643share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym2.mac
500share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac 644share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac
501share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac 645share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac
502share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac 646share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac
503share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_4.mac 647share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_4.mac
504share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_5.mac 648share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_5.mac
505share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_6.mac 649share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_6.mac
506share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_1.mac 650share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_1.mac
507share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_2.mac 651share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_2.mac
508share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_3.mac 652share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_3.mac
509share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_4.mac 653share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_4.mac
510share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_5.mac 654share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_5.mac
511share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_1.mac 655share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_1.mac
512share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac 656share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac
513share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac 657share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac
514share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac 658share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac
515share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac 659share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac
516share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac 660share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac
517share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac 661share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac
518share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac 662share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac
519share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac 663share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac
520share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac 664share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac
521share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac 665share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac
522share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac 666share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
523share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac 667share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
524share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp 668share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
525share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/curve_parameters.mac 669share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/curve_parameters.mac
526share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/ec2.lisp 670share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/ec2.lisp
527share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.lisp 671share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.lisp
528share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.mac 672share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.mac
529share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.texi 673share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.texi
530share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.pdf 674share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.pdf
531share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.png 675share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.png
532share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/modular_polynomials.lisp 676share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/modular_polynomials.lisp
533share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/rtest_elliptic_curves.mac 677share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/rtest_elliptic_curves.mac
534share/maxima/${PKGVERSION}/share/contrib/engineering-format.lisp 678share/maxima/${PKGVERSION}/share/contrib/engineering-format.lisp
535share/maxima/${PKGVERSION}/share/contrib/f90.lisp 679share/maxima/${PKGVERSION}/share/contrib/f90.lisp
536share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp 680share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp
537share/maxima/${PKGVERSION}/share/contrib/format/README 681share/maxima/${PKGVERSION}/share/contrib/format/README
538share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma 682share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma
539share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma 683share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma
540share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo 684share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo
541share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp 685share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp
542share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp 686share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp
543share/maxima/${PKGVERSION}/share/contrib/format/format.announce 687share/maxima/${PKGVERSION}/share/contrib/format/format.announce
544share/maxima/${PKGVERSION}/share/contrib/format/format.demo 688share/maxima/${PKGVERSION}/share/contrib/format/format.demo
545share/maxima/${PKGVERSION}/share/contrib/format/format.lisp 689share/maxima/${PKGVERSION}/share/contrib/format/format.lisp
546share/maxima/${PKGVERSION}/share/contrib/format/format.mac 690share/maxima/${PKGVERSION}/share/contrib/format/format.mac
547share/maxima/${PKGVERSION}/share/contrib/format/format.ps 691share/maxima/${PKGVERSION}/share/contrib/format/format.ps
548share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo 692share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo
549share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps 693share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps
550share/maxima/${PKGVERSION}/share/contrib/format/rtest_format.mac 694share/maxima/${PKGVERSION}/share/contrib/format/rtest_format.mac
551share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac 695share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac
552share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac 696share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac
553share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac 697share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac
554share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac 698share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac
555share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac 699share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac
556share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac 700share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac
557share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac 701share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac
558share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac 702share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac
559share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac 703share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac
560share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac 704share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac
561share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac 705share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac
562share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac 706share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac
563share/maxima/${PKGVERSION}/share/contrib/fresnel/ft1.mac 707share/maxima/${PKGVERSION}/share/contrib/fresnel/ft1.mac
564share/maxima/${PKGVERSION}/share/contrib/fresnel/randi.mac 708share/maxima/${PKGVERSION}/share/contrib/fresnel/randi.mac
565share/maxima/${PKGVERSION}/share/contrib/fresnel/randil.mac 709share/maxima/${PKGVERSION}/share/contrib/fresnel/randil.mac
566share/maxima/${PKGVERSION}/share/contrib/fresnel/readme.txt 710share/maxima/${PKGVERSION}/share/contrib/fresnel/readme.txt
567share/maxima/${PKGVERSION}/share/contrib/gentran/convmac.lisp 711share/maxima/${PKGVERSION}/share/contrib/gentran/convmac.lisp
568share/maxima/${PKGVERSION}/share/contrib/gentran/fdata.lisp 712share/maxima/${PKGVERSION}/share/contrib/gentran/fdata.lisp
569share/maxima/${PKGVERSION}/share/contrib/gentran/gentran.lisp 713share/maxima/${PKGVERSION}/share/contrib/gentran/gentran.lisp
570share/maxima/${PKGVERSION}/share/contrib/gentran/global.lisp 714share/maxima/${PKGVERSION}/share/contrib/gentran/global.lisp
571share/maxima/${PKGVERSION}/share/contrib/gentran/gtfix.lisp 715share/maxima/${PKGVERSION}/share/contrib/gentran/gtfix.lisp
572share/maxima/${PKGVERSION}/share/contrib/gentran/init.lisp 716share/maxima/${PKGVERSION}/share/contrib/gentran/init.lisp
573share/maxima/${PKGVERSION}/share/contrib/gentran/intrfc.lisp 717share/maxima/${PKGVERSION}/share/contrib/gentran/intrfc.lisp
574share/maxima/${PKGVERSION}/share/contrib/gentran/lspc.lisp 718share/maxima/${PKGVERSION}/share/contrib/gentran/lspc.lisp
575share/maxima/${PKGVERSION}/share/contrib/gentran/lspfor.lisp 719share/maxima/${PKGVERSION}/share/contrib/gentran/lspfor.lisp
576share/maxima/${PKGVERSION}/share/contrib/gentran/lsprat.lisp 720share/maxima/${PKGVERSION}/share/contrib/gentran/lsprat.lisp
577share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ms 721share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ms
578share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ps.gz 722share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ps.gz
579share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA.ms 723share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA.ms
580share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA1.ms 724share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA1.ms
581share/maxima/${PKGVERSION}/share/contrib/gentran/man/appB.ms 725share/maxima/${PKGVERSION}/share/contrib/gentran/man/appB.ms
582share/maxima/${PKGVERSION}/share/contrib/gentran/man/contents.ms 726share/maxima/${PKGVERSION}/share/contrib/gentran/man/contents.ms
583share/maxima/${PKGVERSION}/share/contrib/gentran/man/doc.add 727share/maxima/${PKGVERSION}/share/contrib/gentran/man/doc.add
584share/maxima/${PKGVERSION}/share/contrib/gentran/man/ref.ms 728share/maxima/${PKGVERSION}/share/contrib/gentran/man/ref.ms
585share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect1.ms 729share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect1.ms
586share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect2.ms 730share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect2.ms
587share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect3.ms 731share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect3.ms
588share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect4.ms 732share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect4.ms
589share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect5.ms 733share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect5.ms
590share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect6.ms 734share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect6.ms
591share/maxima/${PKGVERSION}/share/contrib/gentran/man/title.ms 735share/maxima/${PKGVERSION}/share/contrib/gentran/man/title.ms
592share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp1.ms 736share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp1.ms
593share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp2.ms 737share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp2.ms
594share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp3.ms 738share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp3.ms
595share/maxima/${PKGVERSION}/share/contrib/gentran/opt.lisp 739share/maxima/${PKGVERSION}/share/contrib/gentran/opt.lisp
596share/maxima/${PKGVERSION}/share/contrib/gentran/output.lisp 740share/maxima/${PKGVERSION}/share/contrib/gentran/output.lisp
597share/maxima/${PKGVERSION}/share/contrib/gentran/parser.lisp 741share/maxima/${PKGVERSION}/share/contrib/gentran/parser.lisp
598share/maxima/${PKGVERSION}/share/contrib/gentran/pre.lisp 742share/maxima/${PKGVERSION}/share/contrib/gentran/pre.lisp
599share/maxima/${PKGVERSION}/share/contrib/gentran/read.lisp 743share/maxima/${PKGVERSION}/share/contrib/gentran/read.lisp
600share/maxima/${PKGVERSION}/share/contrib/gentran/segmnt.lisp 744share/maxima/${PKGVERSION}/share/contrib/gentran/segmnt.lisp
601share/maxima/${PKGVERSION}/share/contrib/gentran/templt.lisp 745share/maxima/${PKGVERSION}/share/contrib/gentran/templt.lisp
602share/maxima/${PKGVERSION}/share/contrib/gentran/test/README 746share/maxima/${PKGVERSION}/share/contrib/gentran/test/README
603share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.mac 747share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.mac
604share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.output 748share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.output
605share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.mac 749share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.mac
606share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.out 750share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.out
607share/maxima/${PKGVERSION}/share/contrib/gentran/test/for.mac 751share/maxima/${PKGVERSION}/share/contrib/gentran/test/for.mac
608share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.f 752share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.f
609share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.mac 753share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.mac
610share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.output 754share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.output
611share/maxima/${PKGVERSION}/share/contrib/gentran/test/ham.in 755share/maxima/${PKGVERSION}/share/contrib/gentran/test/ham.in
612share/maxima/${PKGVERSION}/share/contrib/gentran/test/loop.mac 756share/maxima/${PKGVERSION}/share/contrib/gentran/test/loop.mac
613share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.f 757share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.f
614share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.mac 758share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.mac
615share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output 759share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output
616share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp 760share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp
617share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp 761share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp
618share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in 762share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in
619share/maxima/${PKGVERSION}/share/contrib/gentran/test/rtest_gentran.mac 763share/maxima/${PKGVERSION}/share/contrib/gentran/test/rtest_gentran.mac
620share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac 764share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac
621share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output 765share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output
622share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template 766share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template
623share/maxima/${PKGVERSION}/share/contrib/gentran/test/t.mac 767share/maxima/${PKGVERSION}/share/contrib/gentran/test/t.mac
624share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.mac 768share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.mac
625share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.output 769share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.output
626share/maxima/${PKGVERSION}/share/contrib/gentran/vaxinit.lisp 770share/maxima/${PKGVERSION}/share/contrib/gentran/vaxinit.lisp
627share/maxima/${PKGVERSION}/share/contrib/gentran/vaxlsp.lisp 771share/maxima/${PKGVERSION}/share/contrib/gentran/vaxlsp.lisp
628share/maxima/${PKGVERSION}/share/contrib/gf/aes.mac 772share/maxima/${PKGVERSION}/share/contrib/gf/aes.mac
629share/maxima/${PKGVERSION}/share/contrib/gf/aes2.mac 773share/maxima/${PKGVERSION}/share/contrib/gf/aes2.mac
630share/maxima/${PKGVERSION}/share/contrib/gf/gf.mac 774share/maxima/${PKGVERSION}/share/contrib/gf/gf.mac
631share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.pdf 775share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.pdf
632share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.tex 776share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.tex
633share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.mac 777share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.mac
634share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt 778share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt
635share/maxima/${PKGVERSION}/share/contrib/ggf.mac 779share/maxima/${PKGVERSION}/share/contrib/ggf.mac
636share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp 780share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
637share/maxima/${PKGVERSION}/share/contrib/impdiff.mac 781share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
638share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp 782share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
639share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html 783share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html
640share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.info 784share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.info
641share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac 785share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac
642share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi 786share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi
643share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac 787share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac
644share/maxima/${PKGVERSION}/share/contrib/integration/integration-index.lisp 788share/maxima/${PKGVERSION}/share/contrib/integration/integration-index.lisp
645share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac 789share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac
646share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac 790share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac
647share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem 791share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem
648share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac 792share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac
649share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac 793share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac
650share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac 794share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac
651share/maxima/${PKGVERSION}/share/contrib/lll.lisp 795share/maxima/${PKGVERSION}/share/contrib/lll.lisp
652share/maxima/${PKGVERSION}/share/contrib/log10.mac 796share/maxima/${PKGVERSION}/share/contrib/log10.mac
653share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README 797share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README
654share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp 798share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp
655share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE 799share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
656share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest 800share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest
657share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt 801share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt
658share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac 802share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac
659share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/README 803share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/README
660share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.info 804share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.info
661share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.mac 805share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.mac
662share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.texi 806share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.texi
663share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp 807share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp
664share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp 808share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
665share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp 809share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
666share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp 810share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
667share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp 811share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp
668share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme 812share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme
669share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp 813share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp
670share/maxima/${PKGVERSION}/share/contrib/maximaMathML/maximaMathML.lisp 814share/maxima/${PKGVERSION}/share/contrib/maximaMathML/maximaMathML.lisp
671share/maxima/${PKGVERSION}/share/contrib/mcclim/README 815share/maxima/${PKGVERSION}/share/contrib/mcclim/README
672share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp 816share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp
673share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png 817share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png
674share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp 818share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp
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
701share/maxima/${PKGVERSION}/share/contrib/rand/Read.me 848share/maxima/${PKGVERSION}/share/contrib/rand/Read.me
702share/maxima/${PKGVERSION}/share/contrib/rand/Reverse 849share/maxima/${PKGVERSION}/share/contrib/rand/Reverse
703share/maxima/${PKGVERSION}/share/contrib/rand/Wkb 850share/maxima/${PKGVERSION}/share/contrib/rand/Wkb
704share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.mac 851share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.mac
705share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.usg 852share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.usg
706share/maxima/${PKGVERSION}/share/contrib/rand/average.mac 853share/maxima/${PKGVERSION}/share/contrib/rand/average.mac
707share/maxima/${PKGVERSION}/share/contrib/rand/average.usg 854share/maxima/${PKGVERSION}/share/contrib/rand/average.usg
708share/maxima/${PKGVERSION}/share/contrib/rand/averm.mac 855share/maxima/${PKGVERSION}/share/contrib/rand/averm.mac
709share/maxima/${PKGVERSION}/share/contrib/rand/averm.usg 856share/maxima/${PKGVERSION}/share/contrib/rand/averm.usg
710share/maxima/${PKGVERSION}/share/contrib/rand/benard.mac 857share/maxima/${PKGVERSION}/share/contrib/rand/benard.mac
711share/maxima/${PKGVERSION}/share/contrib/rand/cm.mac 858share/maxima/${PKGVERSION}/share/contrib/rand/cm.mac
712share/maxima/${PKGVERSION}/share/contrib/rand/cm.usg 859share/maxima/${PKGVERSION}/share/contrib/rand/cm.usg
713share/maxima/${PKGVERSION}/share/contrib/rand/composit.mac 860share/maxima/${PKGVERSION}/share/contrib/rand/composit.mac
714share/maxima/${PKGVERSION}/share/contrib/rand/composit.usg 861share/maxima/${PKGVERSION}/share/contrib/rand/composit.usg
715share/maxima/${PKGVERSION}/share/contrib/rand/duffing.mac 862share/maxima/${PKGVERSION}/share/contrib/rand/duffing.mac
716share/maxima/${PKGVERSION}/share/contrib/rand/duffing.usg 863share/maxima/${PKGVERSION}/share/contrib/rand/duffing.usg
717share/maxima/${PKGVERSION}/share/contrib/rand/hill.usg 864share/maxima/${PKGVERSION}/share/contrib/rand/hill.usg
718share/maxima/${PKGVERSION}/share/contrib/rand/hill1.mac 865share/maxima/${PKGVERSION}/share/contrib/rand/hill1.mac
719share/maxima/${PKGVERSION}/share/contrib/rand/hill2.mac 866share/maxima/${PKGVERSION}/share/contrib/rand/hill2.mac
720share/maxima/${PKGVERSION}/share/contrib/rand/improved.mac 867share/maxima/${PKGVERSION}/share/contrib/rand/improved.mac
721share/maxima/${PKGVERSION}/share/contrib/rand/improved.usg 868share/maxima/${PKGVERSION}/share/contrib/rand/improved.usg
722share/maxima/${PKGVERSION}/share/contrib/rand/lc.mac 869share/maxima/${PKGVERSION}/share/contrib/rand/lc.mac
723share/maxima/${PKGVERSION}/share/contrib/rand/lc.usg 870share/maxima/${PKGVERSION}/share/contrib/rand/lc.usg
724share/maxima/${PKGVERSION}/share/contrib/rand/lc2.mac 871share/maxima/${PKGVERSION}/share/contrib/rand/lc2.mac
725share/maxima/${PKGVERSION}/share/contrib/rand/lie.mac 872share/maxima/${PKGVERSION}/share/contrib/rand/lie.mac
726share/maxima/${PKGVERSION}/share/contrib/rand/lie.usg 873share/maxima/${PKGVERSION}/share/contrib/rand/lie.usg
727share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.mac 874share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.mac
728share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.usg 875share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.usg
729share/maxima/${PKGVERSION}/share/contrib/rand/mathieu0.mac 876share/maxima/${PKGVERSION}/share/contrib/rand/mathieu0.mac
730share/maxima/${PKGVERSION}/share/contrib/rand/nf.mac 877share/maxima/${PKGVERSION}/share/contrib/rand/nf.mac
731share/maxima/${PKGVERSION}/share/contrib/rand/nf.usg 878share/maxima/${PKGVERSION}/share/contrib/rand/nf.usg
732share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.mac 879share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.mac
733share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.usg 880share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.usg
734share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.mac 881share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.mac
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
761share/maxima/${PKGVERSION}/share/contrib/sarag/lowLevel.mac 909share/maxima/${PKGVERSION}/share/contrib/sarag/lowLevel.mac
762share/maxima/${PKGVERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac 910share/maxima/${PKGVERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac
763share/maxima/${PKGVERSION}/share/contrib/sarag/readme.txt 911share/maxima/${PKGVERSION}/share/contrib/sarag/readme.txt
764share/maxima/${PKGVERSION}/share/contrib/sarag/rootCounting.mac 912share/maxima/${PKGVERSION}/share/contrib/sarag/rootCounting.mac
765share/maxima/${PKGVERSION}/share/contrib/sarag/rootIsolation.mac 913share/maxima/${PKGVERSION}/share/contrib/sarag/rootIsolation.mac
766share/maxima/${PKGVERSION}/share/contrib/sarag/sarag.mac 914share/maxima/${PKGVERSION}/share/contrib/sarag/sarag.mac
767share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_initialization.mac 915share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_initialization.mac
768share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_linear_algebra.mac 916share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_linear_algebra.mac
769share/maxima/${PKGVERSION}/share/contrib/sarag/settings.mac 917share/maxima/${PKGVERSION}/share/contrib/sarag/settings.mac
770share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac 918share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac
771share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac 919share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac
772share/maxima/${PKGVERSION}/share/contrib/sarag/topology_examples.mac 920share/maxima/${PKGVERSION}/share/contrib/sarag/topology_examples.mac
773share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt 921share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt
774share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp 922share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp
775share/maxima/${PKGVERSION}/share/contrib/smath/smath.lisp 923share/maxima/${PKGVERSION}/share/contrib/smath/smath.lisp
776share/maxima/${PKGVERSION}/share/contrib/smath/smath.mac 924share/maxima/${PKGVERSION}/share/contrib/smath/smath.mac
777share/maxima/${PKGVERSION}/share/contrib/state/a.cir 925share/maxima/${PKGVERSION}/share/contrib/state/a.cir
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
804share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac 958share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac
805share/maxima/${PKGVERSION}/share/diff_form/diff_form.mac 959share/maxima/${PKGVERSION}/share/diff_form/diff_form.mac
806share/maxima/${PKGVERSION}/share/diff_form/example.txt 960share/maxima/${PKGVERSION}/share/diff_form/example.txt
807share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac 961share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac
808share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac 962share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac
809share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac 963share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac
810share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac 964share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac
811share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt 965share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt
812share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac 966share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac
813share/maxima/${PKGVERSION}/share/diff_form/poisson.mac 967share/maxima/${PKGVERSION}/share/diff_form/poisson.mac
814share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt 968share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt
815share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt 969share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt
816share/maxima/${PKGVERSION}/share/diff_form/tests/rtest_diff_form.mac 970share/maxima/${PKGVERSION}/share/diff_form/tests/rtest_diff_form.mac
817share/maxima/${PKGVERSION}/share/diffequations/abel.mac 971share/maxima/${PKGVERSION}/share/diffequations/abel.mac
818share/maxima/${PKGVERSION}/share/diffequations/desoln.mac 972share/maxima/${PKGVERSION}/share/diffequations/desoln.mac
819share/maxima/${PKGVERSION}/share/diffequations/desoln.usg 973share/maxima/${PKGVERSION}/share/diffequations/desoln.usg
820share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac 974share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac
821share/maxima/${PKGVERSION}/share/diffequations/exampl.mac 975share/maxima/${PKGVERSION}/share/diffequations/exampl.mac
822share/maxima/${PKGVERSION}/share/diffequations/linde1.mc 976share/maxima/${PKGVERSION}/share/diffequations/linde1.mc
823share/maxima/${PKGVERSION}/share/diffequations/ode2.mac 977share/maxima/${PKGVERSION}/share/diffequations/ode2.mac
824share/maxima/${PKGVERSION}/share/diffequations/ode2.usg 978share/maxima/${PKGVERSION}/share/diffequations/ode2.usg
825share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac 979share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac
826share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac 980share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac
827share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac 981share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac
828share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac 982share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac
829share/maxima/${PKGVERSION}/share/diffequations/pmain.mac 983share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
830share/maxima/${PKGVERSION}/share/distrib/distrib.mac 984share/maxima/${PKGVERSION}/share/distrib/distrib.mac
831share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp 985share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp
832share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac 986share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac
833share/maxima/${PKGVERSION}/share/draw/draw-index.lisp 987share/maxima/${PKGVERSION}/share/draw/draw-index.lisp
834share/maxima/${PKGVERSION}/share/draw/draw.lisp 988share/maxima/${PKGVERSION}/share/draw/draw.lisp
835share/maxima/${PKGVERSION}/share/draw/draw.system 989share/maxima/${PKGVERSION}/share/draw/draw.system
836share/maxima/${PKGVERSION}/share/draw/draw_gnuplot.dem 990share/maxima/${PKGVERSION}/share/draw/draw_gnuplot.dem
837share/maxima/${PKGVERSION}/share/draw/drawutils.info 991share/maxima/${PKGVERSION}/share/draw/drawutils.info
838share/maxima/${PKGVERSION}/share/draw/drawutils.mac 992share/maxima/${PKGVERSION}/share/draw/drawutils.mac
839share/maxima/${PKGVERSION}/share/draw/drawutils.texi 993share/maxima/${PKGVERSION}/share/draw/drawutils.texi
840share/maxima/${PKGVERSION}/share/draw/gnuplot.lisp 994share/maxima/${PKGVERSION}/share/draw/gnuplot.lisp
841share/maxima/${PKGVERSION}/share/draw/grcommon.lisp 995share/maxima/${PKGVERSION}/share/draw/grcommon.lisp
842share/maxima/${PKGVERSION}/share/draw/picture.lisp 996share/maxima/${PKGVERSION}/share/draw/picture.lisp
843share/maxima/${PKGVERSION}/share/draw/vtk.lisp 997share/maxima/${PKGVERSION}/share/draw/vtk.lisp
844share/maxima/${PKGVERSION}/share/draw/wbd.lisp 998share/maxima/${PKGVERSION}/share/draw/wbd.lisp
845share/maxima/${PKGVERSION}/share/draw/worldmap.mac 999share/maxima/${PKGVERSION}/share/draw/worldmap.mac
846share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp 1000share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp
847share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac 1001share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac
848share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp 1002share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp
849share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac 1003share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac
850share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp 1004share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp
851share/maxima/${PKGVERSION}/share/ezunits/CODATA-2006.pdf 1005share/maxima/${PKGVERSION}/share/ezunits/CODATA-2006.pdf
852share/maxima/${PKGVERSION}/share/ezunits/ezunits.dem 1006share/maxima/${PKGVERSION}/share/ezunits/ezunits.dem
853share/maxima/${PKGVERSION}/share/ezunits/ezunits.lisp 1007share/maxima/${PKGVERSION}/share/ezunits/ezunits.lisp
854share/maxima/${PKGVERSION}/share/ezunits/ezunits.mac 1008share/maxima/${PKGVERSION}/share/ezunits/ezunits.mac
855share/maxima/${PKGVERSION}/share/ezunits/ezunits_db.mac 1009share/maxima/${PKGVERSION}/share/ezunits/ezunits_db.mac
856share/maxima/${PKGVERSION}/share/ezunits/ezunits_functions.mac 1010share/maxima/${PKGVERSION}/share/ezunits/ezunits_functions.mac
857share/maxima/${PKGVERSION}/share/ezunits/physical_constants.mac 1011share/maxima/${PKGVERSION}/share/ezunits/physical_constants.mac
858share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_frink.mac 1012share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_frink.mac
859share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_solve.mac 1013share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_solve.mac
860share/maxima/${PKGVERSION}/share/ezunits/rtestezunits.mac 1014share/maxima/${PKGVERSION}/share/ezunits/rtestezunits.mac
861share/maxima/${PKGVERSION}/share/finance/finance.mac 1015share/maxima/${PKGVERSION}/share/finance/finance.mac
862share/maxima/${PKGVERSION}/share/finance/rtest_finance.mac 1016share/maxima/${PKGVERSION}/share/finance/rtest_finance.mac
863share/maxima/${PKGVERSION}/share/fourier_elim/fourier_elim.lisp 1017share/maxima/${PKGVERSION}/share/fourier_elim/fourier_elim.lisp
864share/maxima/${PKGVERSION}/share/fourier_elim/rtest_fourier_elim.mac 1018share/maxima/${PKGVERSION}/share/fourier_elim/rtest_fourier_elim.mac
865share/maxima/${PKGVERSION}/share/fractals/fractals.mac 1019share/maxima/${PKGVERSION}/share/fractals/fractals.mac
866share/maxima/${PKGVERSION}/share/fractals/rtest_fractals.mac 1020share/maxima/${PKGVERSION}/share/fractals/rtest_fractals.mac
867share/maxima/${PKGVERSION}/share/graphs/cgraphs.mac 1021share/maxima/${PKGVERSION}/share/graphs/cgraphs.mac
868share/maxima/${PKGVERSION}/share/graphs/connectivity.mac 1022share/maxima/${PKGVERSION}/share/graphs/connectivity.mac
869share/maxima/${PKGVERSION}/share/graphs/create_graph.mac 1023share/maxima/${PKGVERSION}/share/graphs/create_graph.mac
870share/maxima/${PKGVERSION}/share/graphs/demoucron.lisp 1024share/maxima/${PKGVERSION}/share/graphs/demoucron.lisp
871share/maxima/${PKGVERSION}/share/graphs/dijkstra.lisp 1025share/maxima/${PKGVERSION}/share/graphs/dijkstra.lisp
872share/maxima/${PKGVERSION}/share/graphs/draw_graph.mac 1026share/maxima/${PKGVERSION}/share/graphs/draw_graph.mac
873share/maxima/${PKGVERSION}/share/graphs/graph6.lisp 1027share/maxima/${PKGVERSION}/share/graphs/graph6.lisp
874share/maxima/${PKGVERSION}/share/graphs/graph_core.lisp 1028share/maxima/${PKGVERSION}/share/graphs/graph_core.lisp
875share/maxima/${PKGVERSION}/share/graphs/graph_polynomials.mac 1029share/maxima/${PKGVERSION}/share/graphs/graph_polynomials.mac
876share/maxima/${PKGVERSION}/share/graphs/graphio.mac 1030share/maxima/${PKGVERSION}/share/graphs/graphio.mac
877share/maxima/${PKGVERSION}/share/graphs/graphs.mac 1031share/maxima/${PKGVERSION}/share/graphs/graphs.mac
878share/maxima/${PKGVERSION}/share/graphs/graphs.system 1032share/maxima/${PKGVERSION}/share/graphs/graphs.system
879share/maxima/${PKGVERSION}/share/graphs/isomorphism.lisp 1033share/maxima/${PKGVERSION}/share/graphs/isomorphism.lisp
880share/maxima/${PKGVERSION}/share/graphs/load-graphs.lisp 1034share/maxima/${PKGVERSION}/share/graphs/load-graphs.lisp
881share/maxima/${PKGVERSION}/share/graphs/matching.lisp 1035share/maxima/${PKGVERSION}/share/graphs/matching.lisp
882share/maxima/${PKGVERSION}/share/graphs/rtest_graphs.mac 1036share/maxima/${PKGVERSION}/share/graphs/rtest_graphs.mac
883share/maxima/${PKGVERSION}/share/graphs/spring_embedding.lisp 1037share/maxima/${PKGVERSION}/share/graphs/spring_embedding.lisp
884share/maxima/${PKGVERSION}/share/graphs/wiener_index.lisp 1038share/maxima/${PKGVERSION}/share/graphs/wiener_index.lisp
885share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac 1039share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac
886share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp 1040share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp
887share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac 1041share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac
888share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp 1042share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp
889share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac 1043share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac
890share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac 1044share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac
891share/maxima/${PKGVERSION}/share/integequations/inteqn.mac 1045share/maxima/${PKGVERSION}/share/integequations/inteqn.mac
892share/maxima/${PKGVERSION}/share/integequations/inteqn.usg 1046share/maxima/${PKGVERSION}/share/integequations/inteqn.usg
893share/maxima/${PKGVERSION}/share/integequations/intexs.mac 1047share/maxima/${PKGVERSION}/share/integequations/intexs.mac
894share/maxima/${PKGVERSION}/share/integer_sequence/integer_sequence.lisp 1048share/maxima/${PKGVERSION}/share/integer_sequence/integer_sequence.lisp
895share/maxima/${PKGVERSION}/share/integer_sequence/rtest_sequence.mac 1049share/maxima/${PKGVERSION}/share/integer_sequence/rtest_sequence.mac
896share/maxima/${PKGVERSION}/share/integration/antid.dem 1050share/maxima/${PKGVERSION}/share/integration/antid.dem
897share/maxima/${PKGVERSION}/share/integration/antid.mac 1051share/maxima/${PKGVERSION}/share/integration/antid.mac
898share/maxima/${PKGVERSION}/share/integration/bypart.mac 1052share/maxima/${PKGVERSION}/share/integration/bypart.mac
899share/maxima/${PKGVERSION}/share/integration/delta.dem 1053share/maxima/${PKGVERSION}/share/integration/delta.dem
900share/maxima/${PKGVERSION}/share/integration/delta.mac 1054share/maxima/${PKGVERSION}/share/integration/delta.mac
901share/maxima/${PKGVERSION}/share/integration/delta.usg 1055share/maxima/${PKGVERSION}/share/integration/delta.usg
902share/maxima/${PKGVERSION}/share/integration/hermite_reduce.mac 1056share/maxima/${PKGVERSION}/share/integration/hermite_reduce.mac
903share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac 1057share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac
904share/maxima/${PKGVERSION}/share/integration/rtest_hermite_reduce.mac 1058share/maxima/${PKGVERSION}/share/integration/rtest_hermite_reduce.mac
905share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system 1059share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system
906share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp 1060share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp
907share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp 1061share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp
908share/maxima/${PKGVERSION}/share/lapack/blas/daxpy.lisp 1062share/maxima/${PKGVERSION}/share/lapack/blas/daxpy.lisp
909share/maxima/${PKGVERSION}/share/lapack/blas/dcabs1.lisp 1063share/maxima/${PKGVERSION}/share/lapack/blas/dcabs1.lisp
910share/maxima/${PKGVERSION}/share/lapack/blas/dcopy.lisp 1064share/maxima/${PKGVERSION}/share/lapack/blas/dcopy.lisp
911share/maxima/${PKGVERSION}/share/lapack/blas/ddot.lisp 1065share/maxima/${PKGVERSION}/share/lapack/blas/ddot.lisp
912share/maxima/${PKGVERSION}/share/lapack/blas/dgbmv.lisp 1066share/maxima/${PKGVERSION}/share/lapack/blas/dgbmv.lisp
913share/maxima/${PKGVERSION}/share/lapack/blas/dgemm.lisp 1067share/maxima/${PKGVERSION}/share/lapack/blas/dgemm.lisp
914share/maxima/${PKGVERSION}/share/lapack/blas/dgemv.lisp 1068share/maxima/${PKGVERSION}/share/lapack/blas/dgemv.lisp
915share/maxima/${PKGVERSION}/share/lapack/blas/dger.lisp 1069share/maxima/${PKGVERSION}/share/lapack/blas/dger.lisp
916share/maxima/${PKGVERSION}/share/lapack/blas/dnrm2.lisp 1070share/maxima/${PKGVERSION}/share/lapack/blas/dnrm2.lisp
917share/maxima/${PKGVERSION}/share/lapack/blas/drot.lisp 1071share/maxima/${PKGVERSION}/share/lapack/blas/drot.lisp
918share/maxima/${PKGVERSION}/share/lapack/blas/drotg.lisp 1072share/maxima/${PKGVERSION}/share/lapack/blas/drotg.lisp
919share/maxima/${PKGVERSION}/share/lapack/blas/dsbmv.lisp 1073share/maxima/${PKGVERSION}/share/lapack/blas/dsbmv.lisp
920share/maxima/${PKGVERSION}/share/lapack/blas/dscal.lisp 1074share/maxima/${PKGVERSION}/share/lapack/blas/dscal.lisp
921share/maxima/${PKGVERSION}/share/lapack/blas/dspmv.lisp 1075share/maxima/${PKGVERSION}/share/lapack/blas/dspmv.lisp
922share/maxima/${PKGVERSION}/share/lapack/blas/dspr.lisp 1076share/maxima/${PKGVERSION}/share/lapack/blas/dspr.lisp
923share/maxima/${PKGVERSION}/share/lapack/blas/dspr2.lisp 1077share/maxima/${PKGVERSION}/share/lapack/blas/dspr2.lisp
924share/maxima/${PKGVERSION}/share/lapack/blas/dswap.lisp 1078share/maxima/${PKGVERSION}/share/lapack/blas/dswap.lisp
925share/maxima/${PKGVERSION}/share/lapack/blas/dsymm.lisp 1079share/maxima/${PKGVERSION}/share/lapack/blas/dsymm.lisp
926share/maxima/${PKGVERSION}/share/lapack/blas/dsymv.lisp 1080share/maxima/${PKGVERSION}/share/lapack/blas/dsymv.lisp
927share/maxima/${PKGVERSION}/share/lapack/blas/dsyr.lisp 1081share/maxima/${PKGVERSION}/share/lapack/blas/dsyr.lisp
928share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2.lisp 1082share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2.lisp
929share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2k.lisp 1083share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2k.lisp
930share/maxima/${PKGVERSION}/share/lapack/blas/dsyrk.lisp 1084share/maxima/${PKGVERSION}/share/lapack/blas/dsyrk.lisp
931share/maxima/${PKGVERSION}/share/lapack/blas/dtbmv.lisp 1085share/maxima/${PKGVERSION}/share/lapack/blas/dtbmv.lisp
932share/maxima/${PKGVERSION}/share/lapack/blas/dtbsv.lisp 1086share/maxima/${PKGVERSION}/share/lapack/blas/dtbsv.lisp
933share/maxima/${PKGVERSION}/share/lapack/blas/dtpmv.lisp 1087share/maxima/${PKGVERSION}/share/lapack/blas/dtpmv.lisp
934share/maxima/${PKGVERSION}/share/lapack/blas/dtpsv.lisp 1088share/maxima/${PKGVERSION}/share/lapack/blas/dtpsv.lisp
935share/maxima/${PKGVERSION}/share/lapack/blas/dtrmm.lisp 1089share/maxima/${PKGVERSION}/share/lapack/blas/dtrmm.lisp
936share/maxima/${PKGVERSION}/share/lapack/blas/dtrmv.lisp 1090share/maxima/${PKGVERSION}/share/lapack/blas/dtrmv.lisp
937share/maxima/${PKGVERSION}/share/lapack/blas/dtrsm.lisp 1091share/maxima/${PKGVERSION}/share/lapack/blas/dtrsm.lisp
938share/maxima/${PKGVERSION}/share/lapack/blas/dtrsv.lisp 1092share/maxima/${PKGVERSION}/share/lapack/blas/dtrsv.lisp
939share/maxima/${PKGVERSION}/share/lapack/blas/dzasum.lisp 1093share/maxima/${PKGVERSION}/share/lapack/blas/dzasum.lisp
940share/maxima/${PKGVERSION}/share/lapack/blas/dznrm2.lisp 1094share/maxima/${PKGVERSION}/share/lapack/blas/dznrm2.lisp
941share/maxima/${PKGVERSION}/share/lapack/blas/icamax.lisp 1095share/maxima/${PKGVERSION}/share/lapack/blas/icamax.lisp
942share/maxima/${PKGVERSION}/share/lapack/blas/idamax.lisp 1096share/maxima/${PKGVERSION}/share/lapack/blas/idamax.lisp
943share/maxima/${PKGVERSION}/share/lapack/blas/isamax.lisp 1097share/maxima/${PKGVERSION}/share/lapack/blas/isamax.lisp
944share/maxima/${PKGVERSION}/share/lapack/blas/izamax.lisp 1098share/maxima/${PKGVERSION}/share/lapack/blas/izamax.lisp
945share/maxima/${PKGVERSION}/share/lapack/blas/lsame.lisp 1099share/maxima/${PKGVERSION}/share/lapack/blas/lsame.lisp
946share/maxima/${PKGVERSION}/share/lapack/blas/xerbla.lisp 1100share/maxima/${PKGVERSION}/share/lapack/blas/xerbla.lisp
947share/maxima/${PKGVERSION}/share/lapack/blas/zaxpy.lisp 1101share/maxima/${PKGVERSION}/share/lapack/blas/zaxpy.lisp
948share/maxima/${PKGVERSION}/share/lapack/blas/zcopy.lisp 1102share/maxima/${PKGVERSION}/share/lapack/blas/zcopy.lisp
949share/maxima/${PKGVERSION}/share/lapack/blas/zdotc.lisp 1103share/maxima/${PKGVERSION}/share/lapack/blas/zdotc.lisp
950share/maxima/${PKGVERSION}/share/lapack/blas/zdotu.lisp 1104share/maxima/${PKGVERSION}/share/lapack/blas/zdotu.lisp
951share/maxima/${PKGVERSION}/share/lapack/blas/zdscal.lisp 1105share/maxima/${PKGVERSION}/share/lapack/blas/zdscal.lisp
952share/maxima/${PKGVERSION}/share/lapack/blas/zgbmv.lisp 1106share/maxima/${PKGVERSION}/share/lapack/blas/zgbmv.lisp
953share/maxima/${PKGVERSION}/share/lapack/blas/zgemm.lisp 1107share/maxima/${PKGVERSION}/share/lapack/blas/zgemm.lisp
954share/maxima/${PKGVERSION}/share/lapack/blas/zgemv.lisp 1108share/maxima/${PKGVERSION}/share/lapack/blas/zgemv.lisp
955share/maxima/${PKGVERSION}/share/lapack/blas/zgerc.lisp 1109share/maxima/${PKGVERSION}/share/lapack/blas/zgerc.lisp
956share/maxima/${PKGVERSION}/share/lapack/blas/zgeru.lisp 1110share/maxima/${PKGVERSION}/share/lapack/blas/zgeru.lisp
957share/maxima/${PKGVERSION}/share/lapack/blas/zhbmv.lisp 1111share/maxima/${PKGVERSION}/share/lapack/blas/zhbmv.lisp
958share/maxima/${PKGVERSION}/share/lapack/blas/zhemm.lisp 1112share/maxima/${PKGVERSION}/share/lapack/blas/zhemm.lisp
959share/maxima/${PKGVERSION}/share/lapack/blas/zhemv.lisp 1113share/maxima/${PKGVERSION}/share/lapack/blas/zhemv.lisp
960share/maxima/${PKGVERSION}/share/lapack/blas/zher.lisp 1114share/maxima/${PKGVERSION}/share/lapack/blas/zher.lisp
961share/maxima/${PKGVERSION}/share/lapack/blas/zher2.lisp 1115share/maxima/${PKGVERSION}/share/lapack/blas/zher2.lisp
962share/maxima/${PKGVERSION}/share/lapack/blas/zher2k.lisp 1116share/maxima/${PKGVERSION}/share/lapack/blas/zher2k.lisp
963share/maxima/${PKGVERSION}/share/lapack/blas/zherk.lisp 1117share/maxima/${PKGVERSION}/share/lapack/blas/zherk.lisp
964share/maxima/${PKGVERSION}/share/lapack/blas/zhpmv.lisp 1118share/maxima/${PKGVERSION}/share/lapack/blas/zhpmv.lisp
965share/maxima/${PKGVERSION}/share/lapack/blas/zhpr.lisp 1119share/maxima/${PKGVERSION}/share/lapack/blas/zhpr.lisp
966share/maxima/${PKGVERSION}/share/lapack/blas/zhpr2.lisp 1120share/maxima/${PKGVERSION}/share/lapack/blas/zhpr2.lisp
967share/maxima/${PKGVERSION}/share/lapack/blas/zrotg.lisp 1121share/maxima/${PKGVERSION}/share/lapack/blas/zrotg.lisp
968share/maxima/${PKGVERSION}/share/lapack/blas/zscal.lisp 1122share/maxima/${PKGVERSION}/share/lapack/blas/zscal.lisp
969share/maxima/${PKGVERSION}/share/lapack/blas/zswap.lisp 1123share/maxima/${PKGVERSION}/share/lapack/blas/zswap.lisp
970share/maxima/${PKGVERSION}/share/lapack/blas/zsymm.lisp 1124share/maxima/${PKGVERSION}/share/lapack/blas/zsymm.lisp
971share/maxima/${PKGVERSION}/share/lapack/blas/zsyr2k.lisp 1125share/maxima/${PKGVERSION}/share/lapack/blas/zsyr2k.lisp
972share/maxima/${PKGVERSION}/share/lapack/blas/zsyrk.lisp 1126share/maxima/${PKGVERSION}/share/lapack/blas/zsyrk.lisp
973share/maxima/${PKGVERSION}/share/lapack/blas/ztbmv.lisp 1127share/maxima/${PKGVERSION}/share/lapack/blas/ztbmv.lisp
974share/maxima/${PKGVERSION}/share/lapack/blas/ztbsv.lisp 1128share/maxima/${PKGVERSION}/share/lapack/blas/ztbsv.lisp
975share/maxima/${PKGVERSION}/share/lapack/blas/ztpmv.lisp 1129share/maxima/${PKGVERSION}/share/lapack/blas/ztpmv.lisp
976share/maxima/${PKGVERSION}/share/lapack/blas/ztpsv.lisp 1130share/maxima/${PKGVERSION}/share/lapack/blas/ztpsv.lisp
977share/maxima/${PKGVERSION}/share/lapack/blas/ztrmm.lisp 1131share/maxima/${PKGVERSION}/share/lapack/blas/ztrmm.lisp
978share/maxima/${PKGVERSION}/share/lapack/blas/ztrmv.lisp 1132share/maxima/${PKGVERSION}/share/lapack/blas/ztrmv.lisp
979share/maxima/${PKGVERSION}/share/lapack/blas/ztrsm.lisp 1133share/maxima/${PKGVERSION}/share/lapack/blas/ztrsm.lisp
980share/maxima/${PKGVERSION}/share/lapack/blas/ztrsv.lisp 1134share/maxima/${PKGVERSION}/share/lapack/blas/ztrsv.lisp
981share/maxima/${PKGVERSION}/share/lapack/dgemm.lisp 1135share/maxima/${PKGVERSION}/share/lapack/dgemm.lisp
982share/maxima/${PKGVERSION}/share/lapack/dgeqrf.lisp 1136share/maxima/${PKGVERSION}/share/lapack/dgeqrf.lisp
983share/maxima/${PKGVERSION}/share/lapack/dgesv.lisp 1137share/maxima/${PKGVERSION}/share/lapack/dgesv.lisp
984share/maxima/${PKGVERSION}/share/lapack/eigensys.lisp 1138share/maxima/${PKGVERSION}/share/lapack/eigensys.lisp
985share/maxima/${PKGVERSION}/share/lapack/lapack-lisp.system 1139share/maxima/${PKGVERSION}/share/lapack/lapack-lisp.system
986share/maxima/${PKGVERSION}/share/lapack/lapack-package.lisp 1140share/maxima/${PKGVERSION}/share/lapack/lapack-package.lisp
987share/maxima/${PKGVERSION}/share/lapack/lapack.mac 1141share/maxima/${PKGVERSION}/share/lapack/lapack.mac
988share/maxima/${PKGVERSION}/share/lapack/lapack.system 1142share/maxima/${PKGVERSION}/share/lapack/lapack.system
989share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsdc.lisp 1143share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsdc.lisp
990share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsqr.lisp 1144share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsqr.lisp
991share/maxima/${PKGVERSION}/share/lapack/lapack/ddisna.lisp 1145share/maxima/${PKGVERSION}/share/lapack/lapack/ddisna.lisp
992share/maxima/${PKGVERSION}/share/lapack/lapack/dgebak.lisp 1146share/maxima/${PKGVERSION}/share/lapack/lapack/dgebak.lisp
993share/maxima/${PKGVERSION}/share/lapack/lapack/dgebal.lisp 1147share/maxima/${PKGVERSION}/share/lapack/lapack/dgebal.lisp
994share/maxima/${PKGVERSION}/share/lapack/lapack/dgebd2.lisp 1148share/maxima/${PKGVERSION}/share/lapack/lapack/dgebd2.lisp
995share/maxima/${PKGVERSION}/share/lapack/lapack/dgebrd.lisp 1149share/maxima/${PKGVERSION}/share/lapack/lapack/dgebrd.lisp
996share/maxima/${PKGVERSION}/share/lapack/lapack/dgeev.lisp 1150share/maxima/${PKGVERSION}/share/lapack/lapack/dgeev.lisp
997share/maxima/${PKGVERSION}/share/lapack/lapack/dgeevx.lisp 1151share/maxima/${PKGVERSION}/share/lapack/lapack/dgeevx.lisp
998share/maxima/${PKGVERSION}/share/lapack/lapack/dgehd2.lisp 1152share/maxima/${PKGVERSION}/share/lapack/lapack/dgehd2.lisp
999share/maxima/${PKGVERSION}/share/lapack/lapack/dgehrd.lisp 1153share/maxima/${PKGVERSION}/share/lapack/lapack/dgehrd.lisp
1000share/maxima/${PKGVERSION}/share/lapack/lapack/dgelq2.lisp 1154share/maxima/${PKGVERSION}/share/lapack/lapack/dgelq2.lisp
1001share/maxima/${PKGVERSION}/share/lapack/lapack/dgelqf.lisp 1155share/maxima/${PKGVERSION}/share/lapack/lapack/dgelqf.lisp
1002share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqr2.lisp 1156share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqr2.lisp
1003share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqrf.lisp 1157share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqrf.lisp
1004share/maxima/${PKGVERSION}/share/lapack/lapack/dgesdd.lisp 1158share/maxima/${PKGVERSION}/share/lapack/lapack/dgesdd.lisp
1005share/maxima/${PKGVERSION}/share/lapack/lapack/dgesv.lisp 1159share/maxima/${PKGVERSION}/share/lapack/lapack/dgesv.lisp
1006share/maxima/${PKGVERSION}/share/lapack/lapack/dgesvd.lisp 1160share/maxima/${PKGVERSION}/share/lapack/lapack/dgesvd.lisp
1007share/maxima/${PKGVERSION}/share/lapack/lapack/dgetf2.lisp 1161share/maxima/${PKGVERSION}/share/lapack/lapack/dgetf2.lisp
1008share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrf.lisp 1162share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrf.lisp
1009share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrs.lisp 1163share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrs.lisp
1010share/maxima/${PKGVERSION}/share/lapack/lapack/dhseqr.lisp 1164share/maxima/${PKGVERSION}/share/lapack/lapack/dhseqr.lisp
1011share/maxima/${PKGVERSION}/share/lapack/lapack/disnan.lisp 1165share/maxima/${PKGVERSION}/share/lapack/lapack/disnan.lisp
1012share/maxima/${PKGVERSION}/share/lapack/lapack/dlabad.lisp 1166share/maxima/${PKGVERSION}/share/lapack/lapack/dlabad.lisp
1013share/maxima/${PKGVERSION}/share/lapack/lapack/dlabrd.lisp 1167share/maxima/${PKGVERSION}/share/lapack/lapack/dlabrd.lisp
1014share/maxima/${PKGVERSION}/share/lapack/lapack/dlacon.lisp 1168share/maxima/${PKGVERSION}/share/lapack/lapack/dlacon.lisp
1015share/maxima/${PKGVERSION}/share/lapack/lapack/dlacpy.lisp 1169share/maxima/${PKGVERSION}/share/lapack/lapack/dlacpy.lisp
1016share/maxima/${PKGVERSION}/share/lapack/lapack/dladiv.lisp 1170share/maxima/${PKGVERSION}/share/lapack/lapack/dladiv.lisp
1017share/maxima/${PKGVERSION}/share/lapack/lapack/dlae2.lisp 1171share/maxima/${PKGVERSION}/share/lapack/lapack/dlae2.lisp
1018share/maxima/${PKGVERSION}/share/lapack/lapack/dlaed6.lisp 1172share/maxima/${PKGVERSION}/share/lapack/lapack/dlaed6.lisp
1019share/maxima/${PKGVERSION}/share/lapack/lapack/dlaev2.lisp 1173share/maxima/${PKGVERSION}/share/lapack/lapack/dlaev2.lisp
1020share/maxima/${PKGVERSION}/share/lapack/lapack/dlaexc.lisp 1174share/maxima/${PKGVERSION}/share/lapack/lapack/dlaexc.lisp
1021share/maxima/${PKGVERSION}/share/lapack/lapack/dlahqr.lisp 1175share/maxima/${PKGVERSION}/share/lapack/lapack/dlahqr.lisp
1022share/maxima/${PKGVERSION}/share/lapack/lapack/dlahrd.lisp 1176share/maxima/${PKGVERSION}/share/lapack/lapack/dlahrd.lisp
1023share/maxima/${PKGVERSION}/share/lapack/lapack/dlaisnan.lisp 1177share/maxima/${PKGVERSION}/share/lapack/lapack/dlaisnan.lisp
1024share/maxima/${PKGVERSION}/share/lapack/lapack/dlaln2.lisp 1178share/maxima/${PKGVERSION}/share/lapack/lapack/dlaln2.lisp
1025share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc1.lisp 1179share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc1.lisp
1026share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc2.lisp 1180share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc2.lisp
1027share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc3.lisp 1181share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc3.lisp
1028share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc4.lisp 1182share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc4.lisp
1029share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc5.lisp 1183share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc5.lisp
1030share/maxima/${PKGVERSION}/share/lapack/lapack/dlamch.lisp 1184share/maxima/${PKGVERSION}/share/lapack/lapack/dlamch.lisp
1031share/maxima/${PKGVERSION}/share/lapack/lapack/dlamrg.lisp 1185share/maxima/${PKGVERSION}/share/lapack/lapack/dlamrg.lisp
1032share/maxima/${PKGVERSION}/share/lapack/lapack/dlange.lisp 1186share/maxima/${PKGVERSION}/share/lapack/lapack/dlange.lisp
1033share/maxima/${PKGVERSION}/share/lapack/lapack/dlanhs.lisp 1187share/maxima/${PKGVERSION}/share/lapack/lapack/dlanhs.lisp
1034share/maxima/${PKGVERSION}/share/lapack/lapack/dlanst.lisp 1188share/maxima/${PKGVERSION}/share/lapack/lapack/dlanst.lisp
1035share/maxima/${PKGVERSION}/share/lapack/lapack/dlanv2.lisp 1189share/maxima/${PKGVERSION}/share/lapack/lapack/dlanv2.lisp
1036share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy2.lisp 1190share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy2.lisp
1037share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy3.lisp 1191share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy3.lisp
1038share/maxima/${PKGVERSION}/share/lapack/lapack/dlaqtr.lisp 1192share/maxima/${PKGVERSION}/share/lapack/lapack/dlaqtr.lisp
1039share/maxima/${PKGVERSION}/share/lapack/lapack/dlarf.lisp 1193share/maxima/${PKGVERSION}/share/lapack/lapack/dlarf.lisp
1040share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfb.lisp 1194share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfb.lisp
1041share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfg.lisp 1195share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfg.lisp
1042share/maxima/${PKGVERSION}/share/lapack/lapack/dlarft.lisp 1196share/maxima/${PKGVERSION}/share/lapack/lapack/dlarft.lisp
1043share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfx.lisp 1197share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfx.lisp
1044share/maxima/${PKGVERSION}/share/lapack/lapack/dlartg.lisp 1198share/maxima/${PKGVERSION}/share/lapack/lapack/dlartg.lisp
1045share/maxima/${PKGVERSION}/share/lapack/lapack/dlas2.lisp 1199share/maxima/${PKGVERSION}/share/lapack/lapack/dlas2.lisp
1046share/maxima/${PKGVERSION}/share/lapack/lapack/dlascl.lisp 1200share/maxima/${PKGVERSION}/share/lapack/lapack/dlascl.lisp
1047share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd0.lisp 1201share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd0.lisp
1048share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd1.lisp 1202share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd1.lisp
1049share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd2.lisp 1203share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd2.lisp
1050share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd3.lisp 1204share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd3.lisp
1051share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd4.lisp 1205share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd4.lisp
1052share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd5.lisp 1206share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd5.lisp
1053share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd6.lisp 1207share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd6.lisp
1054share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd7.lisp 1208share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd7.lisp
1055share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd8.lisp 1209share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd8.lisp
1056share/maxima/${PKGVERSION}/share/lapack/lapack/dlasda.lisp 1210share/maxima/${PKGVERSION}/share/lapack/lapack/dlasda.lisp
1057share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdq.lisp 1211share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdq.lisp
1058share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdt.lisp 1212share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdt.lisp
1059share/maxima/${PKGVERSION}/share/lapack/lapack/dlaset.lisp 1213share/maxima/${PKGVERSION}/share/lapack/lapack/dlaset.lisp
1060share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq1.lisp 1214share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq1.lisp
1061share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq2.lisp 1215share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq2.lisp
1062share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq3.lisp 1216share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq3.lisp
1063share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq4.lisp 1217share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq4.lisp
1064share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq5.lisp 1218share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq5.lisp
1065share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq6.lisp 1219share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq6.lisp
1066share/maxima/${PKGVERSION}/share/lapack/lapack/dlasr.lisp 1220share/maxima/${PKGVERSION}/share/lapack/lapack/dlasr.lisp
1067share/maxima/${PKGVERSION}/share/lapack/lapack/dlasrt.lisp 1221share/maxima/${PKGVERSION}/share/lapack/lapack/dlasrt.lisp
1068share/maxima/${PKGVERSION}/share/lapack/lapack/dlassq.lisp 1222share/maxima/${PKGVERSION}/share/lapack/lapack/dlassq.lisp
1069share/maxima/${PKGVERSION}/share/lapack/lapack/dlasv2.lisp 1223share/maxima/${PKGVERSION}/share/lapack/lapack/dlasv2.lisp
1070share/maxima/${PKGVERSION}/share/lapack/lapack/dlaswp.lisp 1224share/maxima/${PKGVERSION}/share/lapack/lapack/dlaswp.lisp
1071share/maxima/${PKGVERSION}/share/lapack/lapack/dlasy2.lisp 1225share/maxima/${PKGVERSION}/share/lapack/lapack/dlasy2.lisp
1072share/maxima/${PKGVERSION}/share/lapack/lapack/dorg2r.lisp 1226share/maxima/${PKGVERSION}/share/lapack/lapack/dorg2r.lisp
1073share/maxima/${PKGVERSION}/share/lapack/lapack/dorgbr.lisp 1227share/maxima/${PKGVERSION}/share/lapack/lapack/dorgbr.lisp
1074share/maxima/${PKGVERSION}/share/lapack/lapack/dorghr.lisp 1228share/maxima/${PKGVERSION}/share/lapack/lapack/dorghr.lisp
1075share/maxima/${PKGVERSION}/share/lapack/lapack/dorgl2.lisp 1229share/maxima/${PKGVERSION}/share/lapack/lapack/dorgl2.lisp
1076share/maxima/${PKGVERSION}/share/lapack/lapack/dorglq.lisp 1230share/maxima/${PKGVERSION}/share/lapack/lapack/dorglq.lisp
1077share/maxima/${PKGVERSION}/share/lapack/lapack/dorgqr.lisp 1231share/maxima/${PKGVERSION}/share/lapack/lapack/dorgqr.lisp
1078share/maxima/${PKGVERSION}/share/lapack/lapack/dorm2r.lisp 1232share/maxima/${PKGVERSION}/share/lapack/lapack/dorm2r.lisp
1079share/maxima/${PKGVERSION}/share/lapack/lapack/dormbr.lisp 1233share/maxima/${PKGVERSION}/share/lapack/lapack/dormbr.lisp
1080share/maxima/${PKGVERSION}/share/lapack/lapack/dorml2.lisp 1234share/maxima/${PKGVERSION}/share/lapack/lapack/dorml2.lisp
1081share/maxima/${PKGVERSION}/share/lapack/lapack/dormlq.lisp 1235share/maxima/${PKGVERSION}/share/lapack/lapack/dormlq.lisp
1082share/maxima/${PKGVERSION}/share/lapack/lapack/dormqr.lisp 1236share/maxima/${PKGVERSION}/share/lapack/lapack/dormqr.lisp
1083share/maxima/${PKGVERSION}/share/lapack/lapack/dsterf.lisp 1237share/maxima/${PKGVERSION}/share/lapack/lapack/dsterf.lisp
1084share/maxima/${PKGVERSION}/share/lapack/lapack/dtrevc.lisp 1238share/maxima/${PKGVERSION}/share/lapack/lapack/dtrevc.lisp
1085share/maxima/${PKGVERSION}/share/lapack/lapack/dtrexc.lisp 1239share/maxima/${PKGVERSION}/share/lapack/lapack/dtrexc.lisp
1086share/maxima/${PKGVERSION}/share/lapack/lapack/dtrsna.lisp 1240share/maxima/${PKGVERSION}/share/lapack/lapack/dtrsna.lisp
1087share/maxima/${PKGVERSION}/share/lapack/lapack/ieeeck.lisp 1241share/maxima/${PKGVERSION}/share/lapack/lapack/ieeeck.lisp
1088share/maxima/${PKGVERSION}/share/lapack/lapack/ilaenv.lisp 1242share/maxima/${PKGVERSION}/share/lapack/lapack/ilaenv.lisp
1089share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlc.lisp 1243share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlc.lisp
1090share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlr.lisp 1244share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlr.lisp
1091share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-lisp.system 1245share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-lisp.system
1092share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-package.lisp 1246share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-package.lisp
1093share/maxima/${PKGVERSION}/share/lapack/lapack/zgebak.lisp 1247share/maxima/${PKGVERSION}/share/lapack/lapack/zgebak.lisp
1094share/maxima/${PKGVERSION}/share/lapack/lapack/zgebal.lisp 1248share/maxima/${PKGVERSION}/share/lapack/lapack/zgebal.lisp
1095share/maxima/${PKGVERSION}/share/lapack/lapack/zgeev.lisp 1249share/maxima/${PKGVERSION}/share/lapack/lapack/zgeev.lisp
1096share/maxima/${PKGVERSION}/share/lapack/lapack/zgehd2.lisp 1250share/maxima/${PKGVERSION}/share/lapack/lapack/zgehd2.lisp
1097share/maxima/${PKGVERSION}/share/lapack/lapack/zgehrd.lisp 1251share/maxima/${PKGVERSION}/share/lapack/lapack/zgehrd.lisp
1098share/maxima/${PKGVERSION}/share/lapack/lapack/zheev.lisp 1252share/maxima/${PKGVERSION}/share/lapack/lapack/zheev.lisp
1099share/maxima/${PKGVERSION}/share/lapack/lapack/zhetd2.lisp 1253share/maxima/${PKGVERSION}/share/lapack/lapack/zhetd2.lisp
1100share/maxima/${PKGVERSION}/share/lapack/lapack/zhetrd.lisp 1254share/maxima/${PKGVERSION}/share/lapack/lapack/zhetrd.lisp
1101share/maxima/${PKGVERSION}/share/lapack/lapack/zhseqr.lisp 1255share/maxima/${PKGVERSION}/share/lapack/lapack/zhseqr.lisp
1102share/maxima/${PKGVERSION}/share/lapack/lapack/zlacgv.lisp 1256share/maxima/${PKGVERSION}/share/lapack/lapack/zlacgv.lisp
1103share/maxima/${PKGVERSION}/share/lapack/lapack/zlacpy.lisp 1257share/maxima/${PKGVERSION}/share/lapack/lapack/zlacpy.lisp
1104share/maxima/${PKGVERSION}/share/lapack/lapack/zladiv.lisp 1258share/maxima/${PKGVERSION}/share/lapack/lapack/zladiv.lisp
1105share/maxima/${PKGVERSION}/share/lapack/lapack/zlahqr.lisp 1259share/maxima/${PKGVERSION}/share/lapack/lapack/zlahqr.lisp
1106share/maxima/${PKGVERSION}/share/lapack/lapack/zlahr2.lisp 1260share/maxima/${PKGVERSION}/share/lapack/lapack/zlahr2.lisp
1107share/maxima/${PKGVERSION}/share/lapack/lapack/zlange.lisp 1261share/maxima/${PKGVERSION}/share/lapack/lapack/zlange.lisp
1108share/maxima/${PKGVERSION}/share/lapack/lapack/zlanhe.lisp 1262share/maxima/${PKGVERSION}/share/lapack/lapack/zlanhe.lisp
1109share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr0.lisp 1263share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr0.lisp
1110share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr1.lisp 1264share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr1.lisp
1111share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr2.lisp 1265share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr2.lisp
1112share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr3.lisp 1266share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr3.lisp
1113share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr4.lisp 1267share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr4.lisp
1114share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr5.lisp 1268share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr5.lisp
1115share/maxima/${PKGVERSION}/share/lapack/lapack/zlarf.lisp 1269share/maxima/${PKGVERSION}/share/lapack/lapack/zlarf.lisp
1116share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfb.lisp 1270share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfb.lisp
1117share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfg.lisp 1271share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfg.lisp
1118share/maxima/${PKGVERSION}/share/lapack/lapack/zlarft.lisp 1272share/maxima/${PKGVERSION}/share/lapack/lapack/zlarft.lisp
1119share/maxima/${PKGVERSION}/share/lapack/lapack/zlartg.lisp 1273share/maxima/${PKGVERSION}/share/lapack/lapack/zlartg.lisp
1120share/maxima/${PKGVERSION}/share/lapack/lapack/zlascl.lisp 1274share/maxima/${PKGVERSION}/share/lapack/lapack/zlascl.lisp
1121share/maxima/${PKGVERSION}/share/lapack/lapack/zlaset.lisp 1275share/maxima/${PKGVERSION}/share/lapack/lapack/zlaset.lisp
1122share/maxima/${PKGVERSION}/share/lapack/lapack/zlasr.lisp 1276share/maxima/${PKGVERSION}/share/lapack/lapack/zlasr.lisp
1123share/maxima/${PKGVERSION}/share/lapack/lapack/zlassq.lisp 1277share/maxima/${PKGVERSION}/share/lapack/lapack/zlassq.lisp
1124share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrd.lisp 1278share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrd.lisp
1125share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrs.lisp 1279share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrs.lisp
1126share/maxima/${PKGVERSION}/share/lapack/lapack/zrot.lisp 1280share/maxima/${PKGVERSION}/share/lapack/lapack/zrot.lisp
1127share/maxima/${PKGVERSION}/share/lapack/lapack/zsteqr.lisp 1281share/maxima/${PKGVERSION}/share/lapack/lapack/zsteqr.lisp
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
1154share/maxima/${PKGVERSION}/share/lbfgs/sdrive.lisp 1309share/maxima/${PKGVERSION}/share/lbfgs/sdrive.lisp
1155share/maxima/${PKGVERSION}/share/linearalgebra/announcement.txt 1310share/maxima/${PKGVERSION}/share/linearalgebra/announcement.txt
1156share/maxima/${PKGVERSION}/share/linearalgebra/eigens-by-jacobi.lisp 1311share/maxima/${PKGVERSION}/share/linearalgebra/eigens-by-jacobi.lisp
1157share/maxima/${PKGVERSION}/share/linearalgebra/linalg-extra.lisp 1312share/maxima/${PKGVERSION}/share/linearalgebra/linalg-extra.lisp
1158share/maxima/${PKGVERSION}/share/linearalgebra/linalg-utilities.lisp 1313share/maxima/${PKGVERSION}/share/linearalgebra/linalg-utilities.lisp
1159share/maxima/${PKGVERSION}/share/linearalgebra/linalg.usage 1314share/maxima/${PKGVERSION}/share/linearalgebra/linalg.usage
1160share/maxima/${PKGVERSION}/share/linearalgebra/linalgcholesky.lisp 1315share/maxima/${PKGVERSION}/share/linearalgebra/linalgcholesky.lisp
1161share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.demo 1316share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.demo
1162share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.mac 1317share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.mac
1163share/maxima/${PKGVERSION}/share/linearalgebra/load-linearalgebra-lisp-files.lisp 1318share/maxima/${PKGVERSION}/share/linearalgebra/load-linearalgebra-lisp-files.lisp
1164share/maxima/${PKGVERSION}/share/linearalgebra/lu.lisp 1319share/maxima/${PKGVERSION}/share/linearalgebra/lu.lisp
1165share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.lisp 1320share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.lisp
1166share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.usage 1321share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.usage
1167share/maxima/${PKGVERSION}/share/linearalgebra/mring.lisp 1322share/maxima/${PKGVERSION}/share/linearalgebra/mring.lisp
1168share/maxima/${PKGVERSION}/share/linearalgebra/polynomialp.lisp 1323share/maxima/${PKGVERSION}/share/linearalgebra/polynomialp.lisp
1169share/maxima/${PKGVERSION}/share/linearalgebra/test-cholesky.mac 1324share/maxima/${PKGVERSION}/share/linearalgebra/test-cholesky.mac
1170share/maxima/${PKGVERSION}/share/linearalgebra/test-eigens-by-jacobi.mac 1325share/maxima/${PKGVERSION}/share/linearalgebra/test-eigens-by-jacobi.mac
1171share/maxima/${PKGVERSION}/share/linearalgebra/test-linalg.mac 1326share/maxima/${PKGVERSION}/share/linearalgebra/test-linalg.mac
1172share/maxima/${PKGVERSION}/share/linearalgebra/test-lu.mac 1327share/maxima/${PKGVERSION}/share/linearalgebra/test-lu.mac
1173share/maxima/${PKGVERSION}/share/linearalgebra/test-matrixexp.mac 1328share/maxima/${PKGVERSION}/share/linearalgebra/test-matrixexp.mac
1174share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac 1329share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac
1175share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp 1330share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
1176share/maxima/${PKGVERSION}/share/logic/COPYING 1331share/maxima/${PKGVERSION}/share/logic/COPYING
1177share/maxima/${PKGVERSION}/share/logic/TODO 1332share/maxima/${PKGVERSION}/share/logic/TODO
1178share/maxima/${PKGVERSION}/share/logic/logic-index.lisp 1333share/maxima/${PKGVERSION}/share/logic/logic-index.lisp
1179share/maxima/${PKGVERSION}/share/logic/logic.dem 1334share/maxima/${PKGVERSION}/share/logic/logic.dem
1180share/maxima/${PKGVERSION}/share/logic/logic.html 1335share/maxima/${PKGVERSION}/share/logic/logic.html
1181share/maxima/${PKGVERSION}/share/logic/logic.info 1336share/maxima/${PKGVERSION}/share/logic/logic.info
1182share/maxima/${PKGVERSION}/share/logic/logic.lisp 1337share/maxima/${PKGVERSION}/share/logic/logic.lisp
1183share/maxima/${PKGVERSION}/share/logic/logic.mac 1338share/maxima/${PKGVERSION}/share/logic/logic.mac
1184share/maxima/${PKGVERSION}/share/logic/logic.pdf 1339share/maxima/${PKGVERSION}/share/logic/logic.pdf
1185share/maxima/${PKGVERSION}/share/logic/logic.texi 1340share/maxima/${PKGVERSION}/share/logic/logic.texi
1186share/maxima/${PKGVERSION}/share/logic/rtest_logic.mac 1341share/maxima/${PKGVERSION}/share/logic/rtest_logic.mac
1187share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac 1342share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac
1188share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac 1343share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac
1189share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac 1344share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac
1190share/maxima/${PKGVERSION}/share/macro/autolo.mac 1345share/maxima/${PKGVERSION}/share/macro/autolo.mac
1191share/maxima/${PKGVERSION}/share/macro/basic.mac 1346share/maxima/${PKGVERSION}/share/macro/basic.mac
1192share/maxima/${PKGVERSION}/share/macro/caseq.mac 1347share/maxima/${PKGVERSION}/share/macro/caseq.mac
1193share/maxima/${PKGVERSION}/share/macro/contrl.mac 1348share/maxima/${PKGVERSION}/share/macro/contrl.mac
1194share/maxima/${PKGVERSION}/share/macro/defm.dem 1349share/maxima/${PKGVERSION}/share/macro/defm.dem
1195share/maxima/${PKGVERSION}/share/macro/defm.mac 1350share/maxima/${PKGVERSION}/share/macro/defm.mac
1196share/maxima/${PKGVERSION}/share/macro/defm.syn 1351share/maxima/${PKGVERSION}/share/macro/defm.syn
1197share/maxima/${PKGVERSION}/share/macro/defstm.mac 1352share/maxima/${PKGVERSION}/share/macro/defstm.mac
1198share/maxima/${PKGVERSION}/share/macro/defstmrun.mac 1353share/maxima/${PKGVERSION}/share/macro/defstmrun.mac
1199share/maxima/${PKGVERSION}/share/macro/fexpr.mac 1354share/maxima/${PKGVERSION}/share/macro/fexpr.mac
1200share/maxima/${PKGVERSION}/share/macro/keyarg.dem 1355share/maxima/${PKGVERSION}/share/macro/keyarg.dem
1201share/maxima/${PKGVERSION}/share/macro/keyarg.mac 1356share/maxima/${PKGVERSION}/share/macro/keyarg.mac
1202share/maxima/${PKGVERSION}/share/macro/packg.mac 1357share/maxima/${PKGVERSION}/share/macro/packg.mac
1203share/maxima/${PKGVERSION}/share/macro/sum1.mac 1358share/maxima/${PKGVERSION}/share/macro/sum1.mac
1204share/maxima/${PKGVERSION}/share/matrix/eigen.dem 1359share/maxima/${PKGVERSION}/share/matrix/eigen.dem
1205share/maxima/${PKGVERSION}/share/matrix/eigen.mac 1360share/maxima/${PKGVERSION}/share/matrix/eigen.mac
1206share/maxima/${PKGVERSION}/share/matrix/eigen_1.dem 1361share/maxima/${PKGVERSION}/share/matrix/eigen_1.dem
1207share/maxima/${PKGVERSION}/share/matrix/invert.mac 1362share/maxima/${PKGVERSION}/share/matrix/invert.mac
1208share/maxima/${PKGVERSION}/share/matrix/invert.usg 1363share/maxima/${PKGVERSION}/share/matrix/invert.usg
1209share/maxima/${PKGVERSION}/share/matrix/matfun.mac 1364share/maxima/${PKGVERSION}/share/matrix/matfun.mac
1210share/maxima/${PKGVERSION}/share/matrix/nchrpl.dem 1365share/maxima/${PKGVERSION}/share/matrix/nchrpl.dem
1211share/maxima/${PKGVERSION}/share/matrix/nchrpl.mac 1366share/maxima/${PKGVERSION}/share/matrix/nchrpl.mac
1212share/maxima/${PKGVERSION}/share/matrix/pfaff.dem 1367share/maxima/${PKGVERSION}/share/matrix/pfaff.dem
1213share/maxima/${PKGVERSION}/share/matrix/pfaff.mac 1368share/maxima/${PKGVERSION}/share/matrix/pfaff.mac
1214share/maxima/${PKGVERSION}/share/matrix/pfaff.usg 1369share/maxima/${PKGVERSION}/share/matrix/pfaff.usg
1215share/maxima/${PKGVERSION}/share/matrix/rateig.mac 1370share/maxima/${PKGVERSION}/share/matrix/rateig.mac
1216share/maxima/${PKGVERSION}/share/matrix/rtest_eigen.mac 1371share/maxima/${PKGVERSION}/share/matrix/rtest_eigen.mac
1217share/maxima/${PKGVERSION}/share/maxima-init.lisp 1372share/maxima/${PKGVERSION}/share/maxima-init.lisp
1218share/maxima/${PKGVERSION}/share/minpack/disclaimer 1373share/maxima/${PKGVERSION}/share/minpack/disclaimer
1219share/maxima/${PKGVERSION}/share/minpack/lisp/dogleg.lisp 1374share/maxima/${PKGVERSION}/share/minpack/lisp/dogleg.lisp
1220share/maxima/${PKGVERSION}/share/minpack/lisp/dpmpar.lisp 1375share/maxima/${PKGVERSION}/share/minpack/lisp/dpmpar.lisp
1221share/maxima/${PKGVERSION}/share/minpack/lisp/enorm.lisp 1376share/maxima/${PKGVERSION}/share/minpack/lisp/enorm.lisp
1222share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac1.lisp 1377share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac1.lisp
1223share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac2.lisp 1378share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac2.lisp
1224share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd.lisp 1379share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd.lisp
1225share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd1.lisp 1380share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd1.lisp
1226share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj.lisp 1381share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj.lisp
1227share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj1.lisp 1382share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj1.lisp
1228share/maxima/${PKGVERSION}/share/minpack/lisp/lmder.lisp 1383share/maxima/${PKGVERSION}/share/minpack/lisp/lmder.lisp
1229share/maxima/${PKGVERSION}/share/minpack/lisp/lmder1.lisp 1384share/maxima/${PKGVERSION}/share/minpack/lisp/lmder1.lisp
1230share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif.lisp 1385share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif.lisp
1231share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif1.lisp 1386share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif1.lisp
1232share/maxima/${PKGVERSION}/share/minpack/lisp/lmpar.lisp 1387share/maxima/${PKGVERSION}/share/minpack/lisp/lmpar.lisp
1233share/maxima/${PKGVERSION}/share/minpack/lisp/qform.lisp 1388share/maxima/${PKGVERSION}/share/minpack/lisp/qform.lisp
1234share/maxima/${PKGVERSION}/share/minpack/lisp/qrfac.lisp 1389share/maxima/${PKGVERSION}/share/minpack/lisp/qrfac.lisp
1235share/maxima/${PKGVERSION}/share/minpack/lisp/qrsolv.lisp 1390share/maxima/${PKGVERSION}/share/minpack/lisp/qrsolv.lisp
1236share/maxima/${PKGVERSION}/share/minpack/lisp/r1mpyq.lisp 1391share/maxima/${PKGVERSION}/share/minpack/lisp/r1mpyq.lisp
1237share/maxima/${PKGVERSION}/share/minpack/lisp/r1updt.lisp 1392share/maxima/${PKGVERSION}/share/minpack/lisp/r1updt.lisp
1238share/maxima/${PKGVERSION}/share/minpack/load-minpack.lisp 1393share/maxima/${PKGVERSION}/share/minpack/load-minpack.lisp
1239share/maxima/${PKGVERSION}/share/minpack/minpack-interface.lisp 1394share/maxima/${PKGVERSION}/share/minpack/minpack-interface.lisp
1240share/maxima/${PKGVERSION}/share/minpack/minpack-lisp.system 1395share/maxima/${PKGVERSION}/share/minpack/minpack-lisp.system
1241share/maxima/${PKGVERSION}/share/minpack/minpack-package.lisp 1396share/maxima/${PKGVERSION}/share/minpack/minpack-package.lisp
1242share/maxima/${PKGVERSION}/share/minpack/minpack.mac 1397share/maxima/${PKGVERSION}/share/minpack/minpack.mac
1243share/maxima/${PKGVERSION}/share/minpack/minpack.system 1398share/maxima/${PKGVERSION}/share/minpack/minpack.system
1244share/maxima/${PKGVERSION}/share/minpack/rtest_minpack.mac 1399share/maxima/${PKGVERSION}/share/minpack/rtest_minpack.mac
1245share/maxima/${PKGVERSION}/share/misc/arrfun.mac 1400share/maxima/${PKGVERSION}/share/misc/arrfun.mac
1246share/maxima/${PKGVERSION}/share/misc/declin.dem 1401share/maxima/${PKGVERSION}/share/misc/declin.dem
1247share/maxima/${PKGVERSION}/share/misc/declin.mac 1402share/maxima/${PKGVERSION}/share/misc/declin.mac
1248share/maxima/${PKGVERSION}/share/misc/declin.usg 1403share/maxima/${PKGVERSION}/share/misc/declin.usg
1249share/maxima/${PKGVERSION}/share/misc/diffop.lisp 1404share/maxima/${PKGVERSION}/share/misc/diffop.lisp
1250share/maxima/${PKGVERSION}/share/misc/dump.lisp 1405share/maxima/${PKGVERSION}/share/misc/dump.lisp
1251share/maxima/${PKGVERSION}/share/misc/dump.usg 1406share/maxima/${PKGVERSION}/share/misc/dump.usg
1252share/maxima/${PKGVERSION}/share/misc/foptim.lisp 1407share/maxima/${PKGVERSION}/share/misc/foptim.lisp
1253share/maxima/${PKGVERSION}/share/misc/seqopt.dem 1408share/maxima/${PKGVERSION}/share/misc/seqopt.dem
1254share/maxima/${PKGVERSION}/share/misc/seqopt.lisp 1409share/maxima/${PKGVERSION}/share/misc/seqopt.lisp
1255share/maxima/${PKGVERSION}/share/misc/seqopt.usg 1410share/maxima/${PKGVERSION}/share/misc/seqopt.usg
1256share/maxima/${PKGVERSION}/share/misc/smacro.mac 1411share/maxima/${PKGVERSION}/share/misc/smacro.mac
1257share/maxima/${PKGVERSION}/share/mnewton/mnewton.mac 1412share/maxima/${PKGVERSION}/share/mnewton/mnewton.mac
1258share/maxima/${PKGVERSION}/share/mnewton/rtest_mnewton.mac 1413share/maxima/${PKGVERSION}/share/mnewton/rtest_mnewton.mac
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
1310share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp 1470share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp
1311share/maxima/${PKGVERSION}/share/orthopoly/rtest_pochhammer.mac 1471share/maxima/${PKGVERSION}/share/orthopoly/rtest_pochhammer.mac
1312share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac 1472share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac
1313share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem 1473share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem
1314share/maxima/${PKGVERSION}/share/pdiff/battex.sty 1474share/maxima/${PKGVERSION}/share/pdiff/battex.sty
1315share/maxima/${PKGVERSION}/share/pdiff/history.txt 1475share/maxima/${PKGVERSION}/share/pdiff/history.txt
1316share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.pdf 1476share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.pdf
1317share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.tex 1477share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.tex
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
1349share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_b.csv 1510share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_b.csv
1350share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_c.csv 1511share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_c.csv
1351share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_A.csv 1512share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_A.csv
1352share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_b.csv 1513share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_b.csv
1353share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_c.csv 1514share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_c.csv
1354share/maxima/${PKGVERSION}/share/simplex/minimize_sx.mac 1515share/maxima/${PKGVERSION}/share/simplex/minimize_sx.mac
1355share/maxima/${PKGVERSION}/share/simplex/rtest_simplex.mac 1516share/maxima/${PKGVERSION}/share/simplex/rtest_simplex.mac
1356share/maxima/${PKGVERSION}/share/simplex/simplex.mac 1517share/maxima/${PKGVERSION}/share/simplex/simplex.mac
1357share/maxima/${PKGVERSION}/share/simplex/simplex_algorithm.lisp 1518share/maxima/${PKGVERSION}/share/simplex/simplex_algorithm.lisp
1358share/maxima/${PKGVERSION}/share/simplification/absimp.dem 1519share/maxima/${PKGVERSION}/share/simplification/absimp.dem
1359share/maxima/${PKGVERSION}/share/simplification/absimp.mac 1520share/maxima/${PKGVERSION}/share/simplification/absimp.mac
1360share/maxima/${PKGVERSION}/share/simplification/disol.dem 1521share/maxima/${PKGVERSION}/share/simplification/disol.dem
1361share/maxima/${PKGVERSION}/share/simplification/disol.mac 1522share/maxima/${PKGVERSION}/share/simplification/disol.mac
1362share/maxima/${PKGVERSION}/share/simplification/elim.mac 1523share/maxima/${PKGVERSION}/share/simplification/elim.mac
1363share/maxima/${PKGVERSION}/share/simplification/facex1.mac 1524share/maxima/${PKGVERSION}/share/simplification/facex1.mac
1364share/maxima/${PKGVERSION}/share/simplification/facexp.dem 1525share/maxima/${PKGVERSION}/share/simplification/facexp.dem
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
1420share/maxima/${PKGVERSION}/share/sym/lecteur.lisp 1584share/maxima/${PKGVERSION}/share/sym/lecteur.lisp
1421share/maxima/${PKGVERSION}/share/sym/load-sym-lisp-files.lisp 1585share/maxima/${PKGVERSION}/share/sym/load-sym-lisp-files.lisp
1422share/maxima/${PKGVERSION}/share/sym/macros.lisp 1586share/maxima/${PKGVERSION}/share/sym/macros.lisp
1423share/maxima/${PKGVERSION}/share/sym/makefile 1587share/maxima/${PKGVERSION}/share/sym/makefile
1424share/maxima/${PKGVERSION}/share/sym/multmon.lisp 1588share/maxima/${PKGVERSION}/share/sym/multmon.lisp
1425share/maxima/${PKGVERSION}/share/sym/operations.lisp 1589share/maxima/${PKGVERSION}/share/sym/operations.lisp
1426share/maxima/${PKGVERSION}/share/sym/partpol.lisp 1590share/maxima/${PKGVERSION}/share/sym/partpol.lisp
1427share/maxima/${PKGVERSION}/share/sym/permut.lisp 1591share/maxima/${PKGVERSION}/share/sym/permut.lisp
1428share/maxima/${PKGVERSION}/share/sym/pui.lisp 1592share/maxima/${PKGVERSION}/share/sym/pui.lisp
1429share/maxima/${PKGVERSION}/share/sym/resolcayley.lisp 1593share/maxima/${PKGVERSION}/share/sym/resolcayley.lisp
1430share/maxima/${PKGVERSION}/share/sym/resolv1.lisp 1594share/maxima/${PKGVERSION}/share/sym/resolv1.lisp
1431share/maxima/${PKGVERSION}/share/sym/resolvante.mac 1595share/maxima/${PKGVERSION}/share/sym/resolvante.mac
1432share/maxima/${PKGVERSION}/share/sym/schur.lisp 1596share/maxima/${PKGVERSION}/share/sym/schur.lisp
1433share/maxima/${PKGVERSION}/share/sym/sym.mac 1597share/maxima/${PKGVERSION}/share/sym/sym.mac
1434share/maxima/${PKGVERSION}/share/sym/sym.system 1598share/maxima/${PKGVERSION}/share/sym/sym.system
1435share/maxima/${PKGVERSION}/share/sym/sym1.mac 1599share/maxima/${PKGVERSION}/share/sym/sym1.mac
1436share/maxima/${PKGVERSION}/share/sym/symtest.mac 1600share/maxima/${PKGVERSION}/share/sym/symtest.mac
1437share/maxima/${PKGVERSION}/share/sym/testsuite.lisp 1601share/maxima/${PKGVERSION}/share/sym/testsuite.lisp
1438share/maxima/${PKGVERSION}/share/sym/treillis.lisp 1602share/maxima/${PKGVERSION}/share/sym/treillis.lisp
1439share/maxima/${PKGVERSION}/share/sym/tri.lisp 1603share/maxima/${PKGVERSION}/share/sym/tri.lisp
1440share/maxima/${PKGVERSION}/share/sym/util.lisp 1604share/maxima/${PKGVERSION}/share/sym/util.lisp
1441share/maxima/${PKGVERSION}/share/template-standalone.texi 1605share/maxima/${PKGVERSION}/share/template-standalone.texi
1442share/maxima/${PKGVERSION}/share/template.texi 1606share/maxima/${PKGVERSION}/share/template.texi
1443share/maxima/${PKGVERSION}/share/tensor/ademo.dem 1607share/maxima/${PKGVERSION}/share/tensor/ademo.dem
1444share/maxima/${PKGVERSION}/share/tensor/adsitter.dem 1608share/maxima/${PKGVERSION}/share/tensor/adsitter.dem
1445share/maxima/${PKGVERSION}/share/tensor/allnutt.dem 1609share/maxima/${PKGVERSION}/share/tensor/allnutt.dem
1446share/maxima/${PKGVERSION}/share/tensor/atensor.dem 1610share/maxima/${PKGVERSION}/share/tensor/atensor.dem
1447share/maxima/${PKGVERSION}/share/tensor/atensor.mac 1611share/maxima/${PKGVERSION}/share/tensor/atensor.mac
1448share/maxima/${PKGVERSION}/share/tensor/bianchi.dem 1612share/maxima/${PKGVERSION}/share/tensor/bianchi.dem
1449share/maxima/${PKGVERSION}/share/tensor/bradic.dem 1613share/maxima/${PKGVERSION}/share/tensor/bradic.dem
1450share/maxima/${PKGVERSION}/share/tensor/canten.lisp 1614share/maxima/${PKGVERSION}/share/tensor/canten.lisp
1451share/maxima/${PKGVERSION}/share/tensor/car_iden.dem 1615share/maxima/${PKGVERSION}/share/tensor/car_iden.dem
1452share/maxima/${PKGVERSION}/share/tensor/ctensor.mac 1616share/maxima/${PKGVERSION}/share/tensor/ctensor.mac
1453share/maxima/${PKGVERSION}/share/tensor/ctensor1.dem 1617share/maxima/${PKGVERSION}/share/tensor/ctensor1.dem
1454share/maxima/${PKGVERSION}/share/tensor/ctensor2.dem 1618share/maxima/${PKGVERSION}/share/tensor/ctensor2.dem
1455share/maxima/${PKGVERSION}/share/tensor/ctensor3.dem 1619share/maxima/${PKGVERSION}/share/tensor/ctensor3.dem
1456share/maxima/${PKGVERSION}/share/tensor/ctensor4.dem 1620share/maxima/${PKGVERSION}/share/tensor/ctensor4.dem
1457share/maxima/${PKGVERSION}/share/tensor/ctensor5.dem 1621share/maxima/${PKGVERSION}/share/tensor/ctensor5.dem
1458share/maxima/${PKGVERSION}/share/tensor/ctensor6.dem 1622share/maxima/${PKGVERSION}/share/tensor/ctensor6.dem
1459share/maxima/${PKGVERSION}/share/tensor/ctensor7.dem 1623share/maxima/${PKGVERSION}/share/tensor/ctensor7.dem
1460share/maxima/${PKGVERSION}/share/tensor/ctensor8.dem 1624share/maxima/${PKGVERSION}/share/tensor/ctensor8.dem
1461share/maxima/${PKGVERSION}/share/tensor/einhil.dem 1625share/maxima/${PKGVERSION}/share/tensor/einhil.dem
1462share/maxima/${PKGVERSION}/share/tensor/ex_calc.dem 1626share/maxima/${PKGVERSION}/share/tensor/ex_calc.dem
1463share/maxima/${PKGVERSION}/share/tensor/ex_calc.mac 1627share/maxima/${PKGVERSION}/share/tensor/ex_calc.mac
1464share/maxima/${PKGVERSION}/share/tensor/friedmann.dem 1628share/maxima/${PKGVERSION}/share/tensor/friedmann.dem
1465share/maxima/${PKGVERSION}/share/tensor/gener.lisp 1629share/maxima/${PKGVERSION}/share/tensor/gener.lisp
1466share/maxima/${PKGVERSION}/share/tensor/godel.dem 1630share/maxima/${PKGVERSION}/share/tensor/godel.dem
1467share/maxima/${PKGVERSION}/share/tensor/helicity.dem 1631share/maxima/${PKGVERSION}/share/tensor/helicity.dem
1468share/maxima/${PKGVERSION}/share/tensor/hodge.dem 1632share/maxima/${PKGVERSION}/share/tensor/hodge.dem
1469share/maxima/${PKGVERSION}/share/tensor/hydro.dem 1633share/maxima/${PKGVERSION}/share/tensor/hydro.dem
1470share/maxima/${PKGVERSION}/share/tensor/iframe.mac 1634share/maxima/${PKGVERSION}/share/tensor/iframe.mac
1471share/maxima/${PKGVERSION}/share/tensor/itensor.lisp 1635share/maxima/${PKGVERSION}/share/tensor/itensor.lisp
1472share/maxima/${PKGVERSION}/share/tensor/itensor1.dem 1636share/maxima/${PKGVERSION}/share/tensor/itensor1.dem
1473share/maxima/${PKGVERSION}/share/tensor/itensor2.dem 1637share/maxima/${PKGVERSION}/share/tensor/itensor2.dem
1474share/maxima/${PKGVERSION}/share/tensor/itensor3.dem 1638share/maxima/${PKGVERSION}/share/tensor/itensor3.dem
1475share/maxima/${PKGVERSION}/share/tensor/itensor4.dem 1639share/maxima/${PKGVERSION}/share/tensor/itensor4.dem
1476share/maxima/${PKGVERSION}/share/tensor/itensor5.dem 1640share/maxima/${PKGVERSION}/share/tensor/itensor5.dem
1477share/maxima/${PKGVERSION}/share/tensor/itensor6.dem 1641share/maxima/${PKGVERSION}/share/tensor/itensor6.dem
1478share/maxima/${PKGVERSION}/share/tensor/itensor8.dem 1642share/maxima/${PKGVERSION}/share/tensor/itensor8.dem
1479share/maxima/${PKGVERSION}/share/tensor/itensor9.dem 1643share/maxima/${PKGVERSION}/share/tensor/itensor9.dem
1480share/maxima/${PKGVERSION}/share/tensor/kaluza.dem 1644share/maxima/${PKGVERSION}/share/tensor/kaluza.dem
1481share/maxima/${PKGVERSION}/share/tensor/kruskal.dem 1645share/maxima/${PKGVERSION}/share/tensor/kruskal.dem
1482share/maxima/${PKGVERSION}/share/tensor/lckdt.mac 1646share/maxima/${PKGVERSION}/share/tensor/lckdt.mac
1483share/maxima/${PKGVERSION}/share/tensor/mail-archive.txt 1647share/maxima/${PKGVERSION}/share/tensor/mail-archive.txt
1484share/maxima/${PKGVERSION}/share/tensor/maxwell.dem 1648share/maxima/${PKGVERSION}/share/tensor/maxwell.dem
1485share/maxima/${PKGVERSION}/share/tensor/papapetrou.dem 1649share/maxima/${PKGVERSION}/share/tensor/papapetrou.dem
1486share/maxima/${PKGVERSION}/share/tensor/petrov.dem 1650share/maxima/${PKGVERSION}/share/tensor/petrov.dem
1487share/maxima/${PKGVERSION}/share/tensor/plasma.dem 1651share/maxima/${PKGVERSION}/share/tensor/plasma.dem
1488share/maxima/${PKGVERSION}/share/tensor/rainich.dem 1652share/maxima/${PKGVERSION}/share/tensor/rainich.dem
1489share/maxima/${PKGVERSION}/share/tensor/reissner.dem 1653share/maxima/${PKGVERSION}/share/tensor/reissner.dem
1490share/maxima/${PKGVERSION}/share/tensor/rtest_atensor.mac 1654share/maxima/${PKGVERSION}/share/tensor/rtest_atensor.mac
1491share/maxima/${PKGVERSION}/share/tensor/rtest_ctensor.mac 1655share/maxima/${PKGVERSION}/share/tensor/rtest_ctensor.mac
1492share/maxima/${PKGVERSION}/share/tensor/rtest_itensor.mac 1656share/maxima/${PKGVERSION}/share/tensor/rtest_itensor.mac
1493share/maxima/${PKGVERSION}/share/tensor/schwarz.dem 1657share/maxima/${PKGVERSION}/share/tensor/schwarz.dem
1494share/maxima/${PKGVERSION}/share/tensor/spinor.dem 1658share/maxima/${PKGVERSION}/share/tensor/spinor.dem
1495share/maxima/${PKGVERSION}/share/tensor/symtry.lisp 1659share/maxima/${PKGVERSION}/share/tensor/symtry.lisp
1496share/maxima/${PKGVERSION}/share/tensor/taubnut.dem 1660share/maxima/${PKGVERSION}/share/tensor/taubnut.dem
1497share/maxima/${PKGVERSION}/share/tensor/tendemo.mac 1661share/maxima/${PKGVERSION}/share/tensor/tendemo.mac
1498share/maxima/${PKGVERSION}/share/tensor/tensor.dem 1662share/maxima/${PKGVERSION}/share/tensor/tensor.dem
1499share/maxima/${PKGVERSION}/share/tensor/tentex.lisp 1663share/maxima/${PKGVERSION}/share/tensor/tentex.lisp
1500share/maxima/${PKGVERSION}/share/tensor/tetrad.dem 1664share/maxima/${PKGVERSION}/share/tensor/tetrad.dem
1501share/maxima/${PKGVERSION}/share/tensor/weyl.dem 1665share/maxima/${PKGVERSION}/share/tensor/weyl.dem
1502share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly.mac 1666share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly.mac
1503share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly_solve.mac 1667share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly_solve.mac
1504share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly.lisp 1668share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly.lisp
1505share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve.mac 1669share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve.mac
1506share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve_extra.lisp 1670share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve_extra.lisp
1507share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solver.mac 1671share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solver.mac
1508share/maxima/${PKGVERSION}/share/to_poly_solve/topoly.lisp 1672share/maxima/${PKGVERSION}/share/to_poly_solve/topoly.lisp
1509share/maxima/${PKGVERSION}/share/trigonometry/atrig1.mac 1673share/maxima/${PKGVERSION}/share/trigonometry/atrig1.mac
1510share/maxima/${PKGVERSION}/share/trigonometry/atrig1.usg 1674share/maxima/${PKGVERSION}/share/trigonometry/atrig1.usg
1511share/maxima/${PKGVERSION}/share/trigonometry/ntrig.mac 1675share/maxima/${PKGVERSION}/share/trigonometry/ntrig.mac
1512share/maxima/${PKGVERSION}/share/trigonometry/ntrig.usg 1676share/maxima/${PKGVERSION}/share/trigonometry/ntrig.usg
1513share/maxima/${PKGVERSION}/share/trigonometry/spangl.mac 1677share/maxima/${PKGVERSION}/share/trigonometry/spangl.mac
1514share/maxima/${PKGVERSION}/share/trigonometry/spangl.usg 1678share/maxima/${PKGVERSION}/share/trigonometry/spangl.usg
1515share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac 1679share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac
1516share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp 1680share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp
1517share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp 1681share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp
1518share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac 1682share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac
1519share/maxima/${PKGVERSION}/share/vector/rtest_vector_rebuild.mac 1683share/maxima/${PKGVERSION}/share/vector/rtest_vector_rebuild.mac
1520share/maxima/${PKGVERSION}/share/vector/vect.dem 1684share/maxima/${PKGVERSION}/share/vector/vect.dem
1521share/maxima/${PKGVERSION}/share/vector/vect.mac 1685share/maxima/${PKGVERSION}/share/vector/vect.mac
1522share/maxima/${PKGVERSION}/share/vector/vect.usg 1686share/maxima/${PKGVERSION}/share/vector/vect.usg
1523share/maxima/${PKGVERSION}/share/vector/vect_transform.mac 1687share/maxima/${PKGVERSION}/share/vector/vect_transform.mac
1524share/maxima/${PKGVERSION}/share/vector/vector.dem 1688share/maxima/${PKGVERSION}/share/vector/vector.dem
1525share/maxima/${PKGVERSION}/share/vector/vector.mac 1689share/maxima/${PKGVERSION}/share/vector/vector.mac
1526share/maxima/${PKGVERSION}/share/vector/vector.usg 1690share/maxima/${PKGVERSION}/share/vector/vector.usg
1527share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp 1691share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp
1528share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac 1692share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac
1529share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg 1693share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg
1530share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac 1694share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac
1531share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac 1695share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac
1532share/maxima/${PKGVERSION}/src/acall.lisp 1696share/maxima/${PKGVERSION}/src/acall.lisp
1533share/maxima/${PKGVERSION}/src/airy.lisp 1697share/maxima/${PKGVERSION}/src/airy.lisp
1534share/maxima/${PKGVERSION}/src/algfac.lisp 1698share/maxima/${PKGVERSION}/src/algfac.lisp
1535share/maxima/${PKGVERSION}/src/algsys.lisp 1699share/maxima/${PKGVERSION}/src/algsys.lisp
1536share/maxima/${PKGVERSION}/src/ar.lisp 1700share/maxima/${PKGVERSION}/src/ar.lisp
1537share/maxima/${PKGVERSION}/src/askp.lisp 1701share/maxima/${PKGVERSION}/src/askp.lisp
1538share/maxima/${PKGVERSION}/src/asum.lisp 1702share/maxima/${PKGVERSION}/src/asum.lisp
1539share/maxima/${PKGVERSION}/src/autoconf-variables.lisp 1703share/maxima/${PKGVERSION}/src/autoconf-variables.lisp
1540share/maxima/${PKGVERSION}/src/autol.lisp 1704share/maxima/${PKGVERSION}/src/autol.lisp
1541share/maxima/${PKGVERSION}/src/bessel.lisp 1705share/maxima/${PKGVERSION}/src/bessel.lisp
1542share/maxima/${PKGVERSION}/src/buildq.lisp 1706share/maxima/${PKGVERSION}/src/buildq.lisp
1543share/maxima/${PKGVERSION}/src/cl-info.lisp 1707share/maxima/${PKGVERSION}/src/cl-info.lisp
1544share/maxima/${PKGVERSION}/src/clmacs.lisp 1708share/maxima/${PKGVERSION}/src/clmacs.lisp
1545share/maxima/${PKGVERSION}/src/combin.lisp 1709share/maxima/${PKGVERSION}/src/combin.lisp
1546share/maxima/${PKGVERSION}/src/comm.lisp 1710share/maxima/${PKGVERSION}/src/comm.lisp
1547share/maxima/${PKGVERSION}/src/comm2.lisp 1711share/maxima/${PKGVERSION}/src/comm2.lisp
1548share/maxima/${PKGVERSION}/src/commac.lisp 1712share/maxima/${PKGVERSION}/src/commac.lisp
1549share/maxima/${PKGVERSION}/src/command-line.lisp 1713share/maxima/${PKGVERSION}/src/command-line.lisp
1550share/maxima/${PKGVERSION}/src/compar.lisp 1714share/maxima/${PKGVERSION}/src/compar.lisp
1551share/maxima/${PKGVERSION}/src/compat.lisp 1715share/maxima/${PKGVERSION}/src/compat.lisp
1552share/maxima/${PKGVERSION}/src/conjugate.lisp 1716share/maxima/${PKGVERSION}/src/conjugate.lisp
1553share/maxima/${PKGVERSION}/src/cpoly.lisp 1717share/maxima/${PKGVERSION}/src/cpoly.lisp
1554share/maxima/${PKGVERSION}/src/csimp.lisp 1718share/maxima/${PKGVERSION}/src/csimp.lisp
1555share/maxima/${PKGVERSION}/src/csimp2.lisp 1719share/maxima/${PKGVERSION}/src/csimp2.lisp
1556share/maxima/${PKGVERSION}/src/db.lisp 1720share/maxima/${PKGVERSION}/src/db.lisp
1557share/maxima/${PKGVERSION}/src/defcal.lisp 1721share/maxima/${PKGVERSION}/src/defcal.lisp
1558share/maxima/${PKGVERSION}/src/defint.lisp 1722share/maxima/${PKGVERSION}/src/defint.lisp
1559share/maxima/${PKGVERSION}/src/desoln.lisp 1723share/maxima/${PKGVERSION}/src/desoln.lisp
1560share/maxima/${PKGVERSION}/src/displa.lisp 1724share/maxima/${PKGVERSION}/src/displa.lisp
1561share/maxima/${PKGVERSION}/src/displm.lisp 1725share/maxima/${PKGVERSION}/src/displm.lisp
1562share/maxima/${PKGVERSION}/src/dskfn.lisp 1726share/maxima/${PKGVERSION}/src/dskfn.lisp
1563share/maxima/${PKGVERSION}/src/ecl-port.lisp 1727share/maxima/${PKGVERSION}/src/ecl-port.lisp
1564share/maxima/${PKGVERSION}/src/elim.lisp 1728share/maxima/${PKGVERSION}/src/elim.lisp
1565share/maxima/${PKGVERSION}/src/ellipt.lisp 1729share/maxima/${PKGVERSION}/src/ellipt.lisp
1566share/maxima/${PKGVERSION}/src/evalw.lisp 1730share/maxima/${PKGVERSION}/src/evalw.lisp
1567share/maxima/${PKGVERSION}/src/expintegral.lisp 1731share/maxima/${PKGVERSION}/src/expintegral.lisp
1568share/maxima/${PKGVERSION}/src/ezgcd.lisp 1732share/maxima/${PKGVERSION}/src/ezgcd.lisp
1569share/maxima/${PKGVERSION}/src/factor.lisp 1733share/maxima/${PKGVERSION}/src/factor.lisp
1570share/maxima/${PKGVERSION}/src/fcall.lisp 1734share/maxima/${PKGVERSION}/src/fcall.lisp
1571share/maxima/${PKGVERSION}/src/float.lisp 1735share/maxima/${PKGVERSION}/src/float.lisp
1572share/maxima/${PKGVERSION}/src/fortra.lisp 1736share/maxima/${PKGVERSION}/src/fortra.lisp
1573share/maxima/${PKGVERSION}/src/gamma.lisp 1737share/maxima/${PKGVERSION}/src/gamma.lisp
1574share/maxima/${PKGVERSION}/src/gcl-compat.lisp 1738share/maxima/${PKGVERSION}/src/gcl-compat.lisp
1575share/maxima/${PKGVERSION}/src/generate-sys-proclaim.lisp 1739share/maxima/${PKGVERSION}/src/generate-sys-proclaim.lisp
1576share/maxima/${PKGVERSION}/src/generr.lisp 1740share/maxima/${PKGVERSION}/src/generr.lisp
1577share/maxima/${PKGVERSION}/src/getopt.lisp 1741share/maxima/${PKGVERSION}/src/getopt.lisp
1578share/maxima/${PKGVERSION}/src/gnuplot_def.lisp 1742share/maxima/${PKGVERSION}/src/gnuplot_def.lisp
1579share/maxima/${PKGVERSION}/src/grind.lisp 1743share/maxima/${PKGVERSION}/src/grind.lisp
1580share/maxima/${PKGVERSION}/src/hayat.lisp 1744share/maxima/${PKGVERSION}/src/hayat.lisp
1581share/maxima/${PKGVERSION}/src/homog.lisp 1745share/maxima/${PKGVERSION}/src/homog.lisp
1582share/maxima/${PKGVERSION}/src/hyp.lisp 1746share/maxima/${PKGVERSION}/src/hyp.lisp
1583share/maxima/${PKGVERSION}/src/hypgeo.lisp 1747share/maxima/${PKGVERSION}/src/hypgeo.lisp
1584share/maxima/${PKGVERSION}/src/ifactor.lisp 1748share/maxima/${PKGVERSION}/src/ifactor.lisp
1585share/maxima/${PKGVERSION}/src/init-cl.lisp 1749share/maxima/${PKGVERSION}/src/init-cl.lisp
1586share/maxima/${PKGVERSION}/src/inmis.lisp 1750share/maxima/${PKGVERSION}/src/inmis.lisp
1587share/maxima/${PKGVERSION}/src/intl.lisp 1751share/maxima/${PKGVERSION}/src/intl.lisp
1588share/maxima/${PKGVERSION}/src/intpol.lisp 1752share/maxima/${PKGVERSION}/src/intpol.lisp
1589share/maxima/${PKGVERSION}/src/invert.lisp 1753share/maxima/${PKGVERSION}/src/invert.lisp
1590share/maxima/${PKGVERSION}/src/irinte.lisp 1754share/maxima/${PKGVERSION}/src/irinte.lisp
1591share/maxima/${PKGVERSION}/src/laplac.lisp 1755share/maxima/${PKGVERSION}/src/laplac.lisp
1592share/maxima/${PKGVERSION}/src/lesfac.lisp 1756share/maxima/${PKGVERSION}/src/lesfac.lisp
1593share/maxima/${PKGVERSION}/src/letmac.lisp 1757share/maxima/${PKGVERSION}/src/letmac.lisp
1594share/maxima/${PKGVERSION}/src/limit.lisp 1758share/maxima/${PKGVERSION}/src/limit.lisp
1595share/maxima/${PKGVERSION}/src/linnew.lisp 1759share/maxima/${PKGVERSION}/src/linnew.lisp
1596share/maxima/${PKGVERSION}/src/lmdcls.lisp 1760share/maxima/${PKGVERSION}/src/lmdcls.lisp
1597share/maxima/${PKGVERSION}/src/logarc.lisp 1761share/maxima/${PKGVERSION}/src/logarc.lisp
1598share/maxima/${PKGVERSION}/src/macdes.lisp 1762share/maxima/${PKGVERSION}/src/macdes.lisp
1599share/maxima/${PKGVERSION}/src/macsys.lisp 1763share/maxima/${PKGVERSION}/src/macsys.lisp
1600share/maxima/${PKGVERSION}/src/mactex.lisp 1764share/maxima/${PKGVERSION}/src/mactex.lisp
1601share/maxima/${PKGVERSION}/src/marray.lisp 1765share/maxima/${PKGVERSION}/src/marray.lisp
1602share/maxima/${PKGVERSION}/src/mat.lisp 1766share/maxima/${PKGVERSION}/src/mat.lisp
1603share/maxima/${PKGVERSION}/src/matcom.lisp 1767share/maxima/${PKGVERSION}/src/matcom.lisp
1604share/maxima/${PKGVERSION}/src/matrix.lisp 1768share/maxima/${PKGVERSION}/src/matrix.lisp
1605share/maxima/${PKGVERSION}/src/matrun.lisp 1769share/maxima/${PKGVERSION}/src/matrun.lisp
1606share/maxima/${PKGVERSION}/src/max_ext.lisp 1770share/maxima/${PKGVERSION}/src/max_ext.lisp
1607share/maxima/${PKGVERSION}/src/maxima-build.lisp 1771share/maxima/${PKGVERSION}/src/maxima-build.lisp
1608share/maxima/${PKGVERSION}/src/maxima-package.lisp 1772share/maxima/${PKGVERSION}/src/maxima-package.lisp
1609share/maxima/${PKGVERSION}/src/maxmac.lisp 1773share/maxima/${PKGVERSION}/src/maxmac.lisp
1610share/maxima/${PKGVERSION}/src/maxmin.lisp 1774share/maxima/${PKGVERSION}/src/maxmin.lisp
1611share/maxima/${PKGVERSION}/src/mdebug.lisp 1775share/maxima/${PKGVERSION}/src/mdebug.lisp
1612share/maxima/${PKGVERSION}/src/mdefun.lisp 1776share/maxima/${PKGVERSION}/src/mdefun.lisp
1613share/maxima/${PKGVERSION}/src/mdot.lisp 1777share/maxima/${PKGVERSION}/src/mdot.lisp
1614share/maxima/${PKGVERSION}/src/merror.lisp 1778share/maxima/${PKGVERSION}/src/merror.lisp
1615share/maxima/${PKGVERSION}/src/mforma.lisp 1779share/maxima/${PKGVERSION}/src/mforma.lisp
1616share/maxima/${PKGVERSION}/src/mformt.lisp 1780share/maxima/${PKGVERSION}/src/mformt.lisp
1617share/maxima/${PKGVERSION}/src/mhayat.lisp 1781share/maxima/${PKGVERSION}/src/mhayat.lisp
1618share/maxima/${PKGVERSION}/src/mlisp.lisp 1782share/maxima/${PKGVERSION}/src/mlisp.lisp
1619share/maxima/${PKGVERSION}/src/mload.lisp 1783share/maxima/${PKGVERSION}/src/mload.lisp
1620share/maxima/${PKGVERSION}/src/mmacro.lisp 1784share/maxima/${PKGVERSION}/src/mmacro.lisp
1621share/maxima/${PKGVERSION}/src/mopers.lisp 1785share/maxima/${PKGVERSION}/src/mopers.lisp
1622share/maxima/${PKGVERSION}/src/mormac.lisp 1786share/maxima/${PKGVERSION}/src/mormac.lisp
1623share/maxima/${PKGVERSION}/src/mrgmac.lisp 1787share/maxima/${PKGVERSION}/src/mrgmac.lisp
1624share/maxima/${PKGVERSION}/src/mstuff.lisp 1788share/maxima/${PKGVERSION}/src/mstuff.lisp
1625share/maxima/${PKGVERSION}/src/mtrace.lisp 1789share/maxima/${PKGVERSION}/src/mtrace.lisp
1626share/maxima/${PKGVERSION}/src/mutils.lisp 1790share/maxima/${PKGVERSION}/src/mutils.lisp
1627share/maxima/${PKGVERSION}/src/nalgfa.lisp 1791share/maxima/${PKGVERSION}/src/nalgfa.lisp
1628share/maxima/${PKGVERSION}/src/newdet.lisp 1792share/maxima/${PKGVERSION}/src/newdet.lisp
1629share/maxima/${PKGVERSION}/src/newinv.lisp 1793share/maxima/${PKGVERSION}/src/newinv.lisp
1630share/maxima/${PKGVERSION}/src/nforma.lisp 1794share/maxima/${PKGVERSION}/src/nforma.lisp
1631share/maxima/${PKGVERSION}/src/nisimp.lisp 1795share/maxima/${PKGVERSION}/src/nisimp.lisp
1632share/maxima/${PKGVERSION}/src/nparse.lisp 1796share/maxima/${PKGVERSION}/src/nparse.lisp
1633share/maxima/${PKGVERSION}/src/nrat4.lisp 1797share/maxima/${PKGVERSION}/src/nrat4.lisp
1634share/maxima/${PKGVERSION}/src/nregex.lisp 1798share/maxima/${PKGVERSION}/src/nregex.lisp
1635share/maxima/${PKGVERSION}/src/nset.lisp 1799share/maxima/${PKGVERSION}/src/nset.lisp
1636share/maxima/${PKGVERSION}/src/numeric.lisp 1800share/maxima/${PKGVERSION}/src/numeric.lisp
1637share/maxima/${PKGVERSION}/src/numerical/f2cl-lib.lisp 1801share/maxima/${PKGVERSION}/src/numerical/f2cl-lib.lisp
1638share/maxima/${PKGVERSION}/src/numerical/f2cl-package.lisp 1802share/maxima/${PKGVERSION}/src/numerical/f2cl-package.lisp
1639share/maxima/${PKGVERSION}/src/numerical/slatec.lisp 1803share/maxima/${PKGVERSION}/src/numerical/slatec.lisp
1640share/maxima/${PKGVERSION}/src/numerical/slatec/d9aimp.lisp 1804share/maxima/${PKGVERSION}/src/numerical/slatec/d9aimp.lisp
1641share/maxima/${PKGVERSION}/src/numerical/slatec/d9b0mp.lisp 1805share/maxima/${PKGVERSION}/src/numerical/slatec/d9b0mp.lisp
1642share/maxima/${PKGVERSION}/src/numerical/slatec/d9b1mp.lisp 1806share/maxima/${PKGVERSION}/src/numerical/slatec/d9b1mp.lisp
1643share/maxima/${PKGVERSION}/src/numerical/slatec/d9lgmc.lisp 1807share/maxima/${PKGVERSION}/src/numerical/slatec/d9lgmc.lisp
1644share/maxima/${PKGVERSION}/src/numerical/slatec/d9upak.lisp 1808share/maxima/${PKGVERSION}/src/numerical/slatec/d9upak.lisp
1645share/maxima/${PKGVERSION}/src/numerical/slatec/dai.lisp 1809share/maxima/${PKGVERSION}/src/numerical/slatec/dai.lisp
1646share/maxima/${PKGVERSION}/src/numerical/slatec/daie.lisp 1810share/maxima/${PKGVERSION}/src/numerical/slatec/daie.lisp
1647share/maxima/${PKGVERSION}/src/numerical/slatec/dasyik.lisp 1811share/maxima/${PKGVERSION}/src/numerical/slatec/dasyik.lisp
1648share/maxima/${PKGVERSION}/src/numerical/slatec/dasyjy.lisp 1812share/maxima/${PKGVERSION}/src/numerical/slatec/dasyjy.lisp
1649share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi.lisp 1813share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi.lisp
1650share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi0.lisp 1814share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi0.lisp
1651share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi1.lisp 1815share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi1.lisp
1652share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj.lisp 1816share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj.lisp
1653share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj0.lisp 1817share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj0.lisp
1654share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj1.lisp 1818share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj1.lisp
1655share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk.lisp 1819share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk.lisp
1656share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk0.lisp 1820share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk0.lisp
1657share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk1.lisp 1821share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk1.lisp
1658share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy.lisp 1822share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy.lisp
1659share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy0.lisp 1823share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy0.lisp
1660share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy1.lisp 1824share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy1.lisp
1661share/maxima/${PKGVERSION}/src/numerical/slatec/dbi.lisp 1825share/maxima/${PKGVERSION}/src/numerical/slatec/dbi.lisp
1662share/maxima/${PKGVERSION}/src/numerical/slatec/dbie.lisp 1826share/maxima/${PKGVERSION}/src/numerical/slatec/dbie.lisp
1663share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi0e.lisp 1827share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi0e.lisp
1664share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi1e.lisp 1828share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi1e.lisp
1665share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk0e.lisp 1829share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk0e.lisp
1666share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk1e.lisp 1830share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk1e.lisp
1667share/maxima/${PKGVERSION}/src/numerical/slatec/dbsknu.lisp 1831share/maxima/${PKGVERSION}/src/numerical/slatec/dbsknu.lisp
1668share/maxima/${PKGVERSION}/src/numerical/slatec/dbsynu.lisp 1832share/maxima/${PKGVERSION}/src/numerical/slatec/dbsynu.lisp
1669share/maxima/${PKGVERSION}/src/numerical/slatec/dcsevl.lisp 1833share/maxima/${PKGVERSION}/src/numerical/slatec/dcsevl.lisp
1670share/maxima/${PKGVERSION}/src/numerical/slatec/de1.lisp 1834share/maxima/${PKGVERSION}/src/numerical/slatec/de1.lisp
1671share/maxima/${PKGVERSION}/src/numerical/slatec/dei.lisp 1835share/maxima/${PKGVERSION}/src/numerical/slatec/dei.lisp
1672share/maxima/${PKGVERSION}/src/numerical/slatec/derf.lisp 1836share/maxima/${PKGVERSION}/src/numerical/slatec/derf.lisp
1673share/maxima/${PKGVERSION}/src/numerical/slatec/derfc.lisp 1837share/maxima/${PKGVERSION}/src/numerical/slatec/derfc.lisp
1674share/maxima/${PKGVERSION}/src/numerical/slatec/dgamlm.lisp 1838share/maxima/${PKGVERSION}/src/numerical/slatec/dgamlm.lisp
1675share/maxima/${PKGVERSION}/src/numerical/slatec/dgamln.lisp 1839share/maxima/${PKGVERSION}/src/numerical/slatec/dgamln.lisp
1676share/maxima/${PKGVERSION}/src/numerical/slatec/dgamma.lisp 1840share/maxima/${PKGVERSION}/src/numerical/slatec/dgamma.lisp
1677share/maxima/${PKGVERSION}/src/numerical/slatec/dgtsl.lisp 1841share/maxima/${PKGVERSION}/src/numerical/slatec/dgtsl.lisp
1678share/maxima/${PKGVERSION}/src/numerical/slatec/djairy.lisp 1842share/maxima/${PKGVERSION}/src/numerical/slatec/djairy.lisp
1679share/maxima/${PKGVERSION}/src/numerical/slatec/dlngam.lisp 1843share/maxima/${PKGVERSION}/src/numerical/slatec/dlngam.lisp
1680share/maxima/${PKGVERSION}/src/numerical/slatec/dqag.lisp 1844share/maxima/${PKGVERSION}/src/numerical/slatec/dqag.lisp
1681share/maxima/${PKGVERSION}/src/numerical/slatec/dqage.lisp 1845share/maxima/${PKGVERSION}/src/numerical/slatec/dqage.lisp
1682share/maxima/${PKGVERSION}/src/numerical/slatec/dqagi.lisp 1846share/maxima/${PKGVERSION}/src/numerical/slatec/dqagi.lisp
1683share/maxima/${PKGVERSION}/src/numerical/slatec/dqagie.lisp 1847share/maxima/${PKGVERSION}/src/numerical/slatec/dqagie.lisp
1684share/maxima/${PKGVERSION}/src/numerical/slatec/dqagp.lisp 1848share/maxima/${PKGVERSION}/src/numerical/slatec/dqagp.lisp
1685share/maxima/${PKGVERSION}/src/numerical/slatec/dqagpe.lisp 1849share/maxima/${PKGVERSION}/src/numerical/slatec/dqagpe.lisp
1686share/maxima/${PKGVERSION}/src/numerical/slatec/dqags.lisp 1850share/maxima/${PKGVERSION}/src/numerical/slatec/dqags.lisp
1687share/maxima/${PKGVERSION}/src/numerical/slatec/dqagse.lisp 1851share/maxima/${PKGVERSION}/src/numerical/slatec/dqagse.lisp
1688share/maxima/${PKGVERSION}/src/numerical/slatec/dqawc.lisp 1852share/maxima/${PKGVERSION}/src/numerical/slatec/dqawc.lisp
1689share/maxima/${PKGVERSION}/src/numerical/slatec/dqawce.lisp 1853share/maxima/${PKGVERSION}/src/numerical/slatec/dqawce.lisp
1690share/maxima/${PKGVERSION}/src/numerical/slatec/dqawf.lisp 1854share/maxima/${PKGVERSION}/src/numerical/slatec/dqawf.lisp
1691share/maxima/${PKGVERSION}/src/numerical/slatec/dqawfe.lisp 1855share/maxima/${PKGVERSION}/src/numerical/slatec/dqawfe.lisp
1692share/maxima/${PKGVERSION}/src/numerical/slatec/dqawo.lisp 1856share/maxima/${PKGVERSION}/src/numerical/slatec/dqawo.lisp
1693share/maxima/${PKGVERSION}/src/numerical/slatec/dqawoe.lisp 1857share/maxima/${PKGVERSION}/src/numerical/slatec/dqawoe.lisp
1694share/maxima/${PKGVERSION}/src/numerical/slatec/dqaws.lisp 1858share/maxima/${PKGVERSION}/src/numerical/slatec/dqaws.lisp
1695share/maxima/${PKGVERSION}/src/numerical/slatec/dqawse.lisp 1859share/maxima/${PKGVERSION}/src/numerical/slatec/dqawse.lisp
1696share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25c.lisp 1860share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25c.lisp
1697share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25f.lisp 1861share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25f.lisp
1698share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25s.lisp 1862share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25s.lisp
1699share/maxima/${PKGVERSION}/src/numerical/slatec/dqcheb.lisp 1863share/maxima/${PKGVERSION}/src/numerical/slatec/dqcheb.lisp
1700share/maxima/${PKGVERSION}/src/numerical/slatec/dqelg.lisp 1864share/maxima/${PKGVERSION}/src/numerical/slatec/dqelg.lisp
1701share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15.lisp 1865share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15.lisp
1702share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15i.lisp 1866share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15i.lisp
1703share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15w.lisp 1867share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15w.lisp
1704share/maxima/${PKGVERSION}/src/numerical/slatec/dqk21.lisp 1868share/maxima/${PKGVERSION}/src/numerical/slatec/dqk21.lisp
1705share/maxima/${PKGVERSION}/src/numerical/slatec/dqk31.lisp 1869share/maxima/${PKGVERSION}/src/numerical/slatec/dqk31.lisp
1706share/maxima/${PKGVERSION}/src/numerical/slatec/dqk41.lisp 1870share/maxima/${PKGVERSION}/src/numerical/slatec/dqk41.lisp
1707share/maxima/${PKGVERSION}/src/numerical/slatec/dqk51.lisp 1871share/maxima/${PKGVERSION}/src/numerical/slatec/dqk51.lisp
1708share/maxima/${PKGVERSION}/src/numerical/slatec/dqk61.lisp 1872share/maxima/${PKGVERSION}/src/numerical/slatec/dqk61.lisp
1709share/maxima/${PKGVERSION}/src/numerical/slatec/dqmomo.lisp 1873share/maxima/${PKGVERSION}/src/numerical/slatec/dqmomo.lisp
1710share/maxima/${PKGVERSION}/src/numerical/slatec/dqng.lisp 1874share/maxima/${PKGVERSION}/src/numerical/slatec/dqng.lisp
1711share/maxima/${PKGVERSION}/src/numerical/slatec/dqpsrt.lisp 1875share/maxima/${PKGVERSION}/src/numerical/slatec/dqpsrt.lisp
1712share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtc.lisp 1876share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtc.lisp
1713share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtf.lisp 1877share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtf.lisp
1714share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgts.lisp 1878share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgts.lisp
1715share/maxima/${PKGVERSION}/src/numerical/slatec/dspenc.lisp 1879share/maxima/${PKGVERSION}/src/numerical/slatec/dspenc.lisp
1716share/maxima/${PKGVERSION}/src/numerical/slatec/dyairy.lisp 1880share/maxima/${PKGVERSION}/src/numerical/slatec/dyairy.lisp
1717share/maxima/${PKGVERSION}/src/numerical/slatec/fdump.lisp 1881share/maxima/${PKGVERSION}/src/numerical/slatec/fdump.lisp
1718share/maxima/${PKGVERSION}/src/numerical/slatec/initds.lisp 1882share/maxima/${PKGVERSION}/src/numerical/slatec/initds.lisp
1719share/maxima/${PKGVERSION}/src/numerical/slatec/j4save.lisp 1883share/maxima/${PKGVERSION}/src/numerical/slatec/j4save.lisp
1720share/maxima/${PKGVERSION}/src/numerical/slatec/quadpack.lisp 1884share/maxima/${PKGVERSION}/src/numerical/slatec/quadpack.lisp
1721share/maxima/${PKGVERSION}/src/numerical/slatec/xercnt.lisp 1885share/maxima/${PKGVERSION}/src/numerical/slatec/xercnt.lisp
1722share/maxima/${PKGVERSION}/src/numerical/slatec/xerhlt.lisp 1886share/maxima/${PKGVERSION}/src/numerical/slatec/xerhlt.lisp
1723share/maxima/${PKGVERSION}/src/numerical/slatec/xermsg.lisp 1887share/maxima/${PKGVERSION}/src/numerical/slatec/xermsg.lisp
1724share/maxima/${PKGVERSION}/src/numerical/slatec/xerprn.lisp 1888share/maxima/${PKGVERSION}/src/numerical/slatec/xerprn.lisp
1725share/maxima/${PKGVERSION}/src/numerical/slatec/xersve.lisp 1889share/maxima/${PKGVERSION}/src/numerical/slatec/xersve.lisp
1726share/maxima/${PKGVERSION}/src/numerical/slatec/xgetua.lisp 1890share/maxima/${PKGVERSION}/src/numerical/slatec/xgetua.lisp
1727share/maxima/${PKGVERSION}/src/numerical/slatec/zabs.lisp 1891share/maxima/${PKGVERSION}/src/numerical/slatec/zabs.lisp
1728share/maxima/${PKGVERSION}/src/numerical/slatec/zacai.lisp 1892share/maxima/${PKGVERSION}/src/numerical/slatec/zacai.lisp
1729share/maxima/${PKGVERSION}/src/numerical/slatec/zacon.lisp 1893share/maxima/${PKGVERSION}/src/numerical/slatec/zacon.lisp
1730share/maxima/${PKGVERSION}/src/numerical/slatec/zairy.lisp 1894share/maxima/${PKGVERSION}/src/numerical/slatec/zairy.lisp
1731share/maxima/${PKGVERSION}/src/numerical/slatec/zasyi.lisp 1895share/maxima/${PKGVERSION}/src/numerical/slatec/zasyi.lisp
1732share/maxima/${PKGVERSION}/src/numerical/slatec/zbesh.lisp 1896share/maxima/${PKGVERSION}/src/numerical/slatec/zbesh.lisp
1733share/maxima/${PKGVERSION}/src/numerical/slatec/zbesi.lisp 1897share/maxima/${PKGVERSION}/src/numerical/slatec/zbesi.lisp
1734share/maxima/${PKGVERSION}/src/numerical/slatec/zbesj.lisp 1898share/maxima/${PKGVERSION}/src/numerical/slatec/zbesj.lisp
1735share/maxima/${PKGVERSION}/src/numerical/slatec/zbesk.lisp 1899share/maxima/${PKGVERSION}/src/numerical/slatec/zbesk.lisp
1736share/maxima/${PKGVERSION}/src/numerical/slatec/zbesy.lisp 1900share/maxima/${PKGVERSION}/src/numerical/slatec/zbesy.lisp
1737share/maxima/${PKGVERSION}/src/numerical/slatec/zbinu.lisp 1901share/maxima/${PKGVERSION}/src/numerical/slatec/zbinu.lisp
1738share/maxima/${PKGVERSION}/src/numerical/slatec/zbiry.lisp 1902share/maxima/${PKGVERSION}/src/numerical/slatec/zbiry.lisp
1739share/maxima/${PKGVERSION}/src/numerical/slatec/zbknu.lisp 1903share/maxima/${PKGVERSION}/src/numerical/slatec/zbknu.lisp
1740share/maxima/${PKGVERSION}/src/numerical/slatec/zbuni.lisp 1904share/maxima/${PKGVERSION}/src/numerical/slatec/zbuni.lisp
1741share/maxima/${PKGVERSION}/src/numerical/slatec/zbunk.lisp 1905share/maxima/${PKGVERSION}/src/numerical/slatec/zbunk.lisp
1742share/maxima/${PKGVERSION}/src/numerical/slatec/zdiv.lisp 1906share/maxima/${PKGVERSION}/src/numerical/slatec/zdiv.lisp
1743share/maxima/${PKGVERSION}/src/numerical/slatec/zexp.lisp 1907share/maxima/${PKGVERSION}/src/numerical/slatec/zexp.lisp
1744share/maxima/${PKGVERSION}/src/numerical/slatec/zkscl.lisp 1908share/maxima/${PKGVERSION}/src/numerical/slatec/zkscl.lisp
1745share/maxima/${PKGVERSION}/src/numerical/slatec/zlog.lisp 1909share/maxima/${PKGVERSION}/src/numerical/slatec/zlog.lisp
1746share/maxima/${PKGVERSION}/src/numerical/slatec/zmlri.lisp 1910share/maxima/${PKGVERSION}/src/numerical/slatec/zmlri.lisp
1747share/maxima/${PKGVERSION}/src/numerical/slatec/zmlt.lisp 1911share/maxima/${PKGVERSION}/src/numerical/slatec/zmlt.lisp
1748share/maxima/${PKGVERSION}/src/numerical/slatec/zrati.lisp 1912share/maxima/${PKGVERSION}/src/numerical/slatec/zrati.lisp
1749share/maxima/${PKGVERSION}/src/numerical/slatec/zs1s2.lisp 1913share/maxima/${PKGVERSION}/src/numerical/slatec/zs1s2.lisp
1750share/maxima/${PKGVERSION}/src/numerical/slatec/zseri.lisp 1914share/maxima/${PKGVERSION}/src/numerical/slatec/zseri.lisp
1751share/maxima/${PKGVERSION}/src/numerical/slatec/zshch.lisp 1915share/maxima/${PKGVERSION}/src/numerical/slatec/zshch.lisp
1752share/maxima/${PKGVERSION}/src/numerical/slatec/zsqrt.lisp 1916share/maxima/${PKGVERSION}/src/numerical/slatec/zsqrt.lisp
1753share/maxima/${PKGVERSION}/src/numerical/slatec/zuchk.lisp 1917share/maxima/${PKGVERSION}/src/numerical/slatec/zuchk.lisp
1754share/maxima/${PKGVERSION}/src/numerical/slatec/zunhj.lisp 1918share/maxima/${PKGVERSION}/src/numerical/slatec/zunhj.lisp
1755share/maxima/${PKGVERSION}/src/numerical/slatec/zuni1.lisp 1919share/maxima/${PKGVERSION}/src/numerical/slatec/zuni1.lisp
1756share/maxima/${PKGVERSION}/src/numerical/slatec/zuni2.lisp 1920share/maxima/${PKGVERSION}/src/numerical/slatec/zuni2.lisp
1757share/maxima/${PKGVERSION}/src/numerical/slatec/zunik.lisp 1921share/maxima/${PKGVERSION}/src/numerical/slatec/zunik.lisp
1758share/maxima/${PKGVERSION}/src/numerical/slatec/zunk1.lisp 1922share/maxima/${PKGVERSION}/src/numerical/slatec/zunk1.lisp
1759share/maxima/${PKGVERSION}/src/numerical/slatec/zunk2.lisp 1923share/maxima/${PKGVERSION}/src/numerical/slatec/zunk2.lisp
1760share/maxima/${PKGVERSION}/src/numerical/slatec/zuoik.lisp 1924share/maxima/${PKGVERSION}/src/numerical/slatec/zuoik.lisp
1761share/maxima/${PKGVERSION}/src/numerical/slatec/zwrsk.lisp 1925share/maxima/${PKGVERSION}/src/numerical/slatec/zwrsk.lisp
1762share/maxima/${PKGVERSION}/src/nummod.lisp 1926share/maxima/${PKGVERSION}/src/nummod.lisp
1763share/maxima/${PKGVERSION}/src/numth.lisp 1927share/maxima/${PKGVERSION}/src/numth.lisp
1764share/maxima/${PKGVERSION}/src/opers.lisp 1928share/maxima/${PKGVERSION}/src/opers.lisp
1765share/maxima/${PKGVERSION}/src/optim.lisp 1929share/maxima/${PKGVERSION}/src/optim.lisp
1766share/maxima/${PKGVERSION}/src/optimize.lisp 1930share/maxima/${PKGVERSION}/src/optimize.lisp
1767share/maxima/${PKGVERSION}/src/option.lisp 1931share/maxima/${PKGVERSION}/src/option.lisp
1768share/maxima/${PKGVERSION}/src/outmis.lisp 1932share/maxima/${PKGVERSION}/src/outmis.lisp
1769share/maxima/${PKGVERSION}/src/pade.lisp 1933share/maxima/${PKGVERSION}/src/pade.lisp
1770share/maxima/${PKGVERSION}/src/plasma.lisp 1934share/maxima/${PKGVERSION}/src/plasma.lisp
1771share/maxima/${PKGVERSION}/src/plot.lisp 1935share/maxima/${PKGVERSION}/src/plot.lisp
1772share/maxima/${PKGVERSION}/src/pois2.lisp 1936share/maxima/${PKGVERSION}/src/pois2.lisp
1773share/maxima/${PKGVERSION}/src/pois3.lisp 1937share/maxima/${PKGVERSION}/src/pois3.lisp
1774share/maxima/${PKGVERSION}/src/polyrz.lisp 1938share/maxima/${PKGVERSION}/src/polyrz.lisp
1775share/maxima/${PKGVERSION}/src/psolve.lisp 1939share/maxima/${PKGVERSION}/src/psolve.lisp
1776share/maxima/${PKGVERSION}/src/rand-mt19937.lisp 1940share/maxima/${PKGVERSION}/src/rand-mt19937.lisp
1777share/maxima/${PKGVERSION}/src/rat3a.lisp 1941share/maxima/${PKGVERSION}/src/rat3a.lisp
1778share/maxima/${PKGVERSION}/src/rat3b.lisp 1942share/maxima/${PKGVERSION}/src/rat3b.lisp
1779share/maxima/${PKGVERSION}/src/rat3c.lisp 1943share/maxima/${PKGVERSION}/src/rat3c.lisp
1780share/maxima/${PKGVERSION}/src/rat3d.lisp 1944share/maxima/${PKGVERSION}/src/rat3d.lisp
1781share/maxima/${PKGVERSION}/src/rat3e.lisp 1945share/maxima/${PKGVERSION}/src/rat3e.lisp
1782share/maxima/${PKGVERSION}/src/ratmac.lisp 1946share/maxima/${PKGVERSION}/src/ratmac.lisp
1783share/maxima/${PKGVERSION}/src/ratout.lisp 1947share/maxima/${PKGVERSION}/src/ratout.lisp
1784share/maxima/${PKGVERSION}/src/residu.lisp 1948share/maxima/${PKGVERSION}/src/residu.lisp
1785share/maxima/${PKGVERSION}/src/result.lisp 1949share/maxima/${PKGVERSION}/src/result.lisp
1786share/maxima/${PKGVERSION}/src/risch.lisp 1950share/maxima/${PKGVERSION}/src/risch.lisp
1787share/maxima/${PKGVERSION}/src/rpart.lisp 1951share/maxima/${PKGVERSION}/src/rpart.lisp
1788share/maxima/${PKGVERSION}/src/rzmac.lisp 1952share/maxima/${PKGVERSION}/src/rzmac.lisp
1789share/maxima/${PKGVERSION}/src/safe-recursion.lisp 1953share/maxima/${PKGVERSION}/src/safe-recursion.lisp
1790share/maxima/${PKGVERSION}/src/schatc.lisp 1954share/maxima/${PKGVERSION}/src/schatc.lisp
1791share/maxima/${PKGVERSION}/src/scs.lisp 1955share/maxima/${PKGVERSION}/src/scs.lisp
1792share/maxima/${PKGVERSION}/src/series.lisp 1956share/maxima/${PKGVERSION}/src/series.lisp
1793share/maxima/${PKGVERSION}/src/server.lisp 1957share/maxima/${PKGVERSION}/src/server.lisp
1794share/maxima/${PKGVERSION}/src/share-subdirs.lisp 1958share/maxima/${PKGVERSION}/src/share-subdirs.lisp
1795share/maxima/${PKGVERSION}/src/simp.lisp 1959share/maxima/${PKGVERSION}/src/simp.lisp
1796share/maxima/${PKGVERSION}/src/sin.lisp 1960share/maxima/${PKGVERSION}/src/sin.lisp
1797share/maxima/${PKGVERSION}/src/sinint.lisp 1961share/maxima/${PKGVERSION}/src/sinint.lisp
1798share/maxima/${PKGVERSION}/src/sloop.lisp 1962share/maxima/${PKGVERSION}/src/sloop.lisp
1799share/maxima/${PKGVERSION}/src/solve.lisp 1963share/maxima/${PKGVERSION}/src/solve.lisp
1800share/maxima/${PKGVERSION}/src/specfn.lisp 1964share/maxima/${PKGVERSION}/src/specfn.lisp
1801share/maxima/${PKGVERSION}/src/spgcd.lisp 1965share/maxima/${PKGVERSION}/src/spgcd.lisp
1802share/maxima/${PKGVERSION}/src/sprdet.lisp 1966share/maxima/${PKGVERSION}/src/sprdet.lisp
1803share/maxima/${PKGVERSION}/src/strmac.lisp 1967share/maxima/${PKGVERSION}/src/strmac.lisp
1804share/maxima/${PKGVERSION}/src/sublis.lisp 1968share/maxima/${PKGVERSION}/src/sublis.lisp
1805share/maxima/${PKGVERSION}/src/sumcon.lisp 1969share/maxima/${PKGVERSION}/src/sumcon.lisp
1806share/maxima/${PKGVERSION}/src/suprv1.lisp 1970share/maxima/${PKGVERSION}/src/suprv1.lisp
1807share/maxima/${PKGVERSION}/src/tlimit.lisp 1971share/maxima/${PKGVERSION}/src/tlimit.lisp
1808share/maxima/${PKGVERSION}/src/todd-coxeter.lisp 1972share/maxima/${PKGVERSION}/src/todd-coxeter.lisp
1809share/maxima/${PKGVERSION}/src/trans1.lisp 1973share/maxima/${PKGVERSION}/src/trans1.lisp
1810share/maxima/${PKGVERSION}/src/trans2.lisp 1974share/maxima/${PKGVERSION}/src/trans2.lisp
1811share/maxima/${PKGVERSION}/src/trans3.lisp 1975share/maxima/${PKGVERSION}/src/trans3.lisp
1812share/maxima/${PKGVERSION}/src/trans4.lisp 1976share/maxima/${PKGVERSION}/src/trans4.lisp
1813share/maxima/${PKGVERSION}/src/trans5.lisp 1977share/maxima/${PKGVERSION}/src/trans5.lisp
1814share/maxima/${PKGVERSION}/src/transf.lisp 1978share/maxima/${PKGVERSION}/src/transf.lisp
1815share/maxima/${PKGVERSION}/src/transl.lisp 1979share/maxima/${PKGVERSION}/src/transl.lisp
1816share/maxima/${PKGVERSION}/src/transm.lisp 1980share/maxima/${PKGVERSION}/src/transm.lisp
1817share/maxima/${PKGVERSION}/src/transq.lisp 1981share/maxima/${PKGVERSION}/src/transq.lisp
1818share/maxima/${PKGVERSION}/src/transs.lisp 1982share/maxima/${PKGVERSION}/src/transs.lisp
1819share/maxima/${PKGVERSION}/src/trdata.lisp 1983share/maxima/${PKGVERSION}/src/trdata.lisp
1820share/maxima/${PKGVERSION}/src/trgred.lisp 1984share/maxima/${PKGVERSION}/src/trgred.lisp
1821share/maxima/${PKGVERSION}/src/trigi.lisp 1985share/maxima/${PKGVERSION}/src/trigi.lisp
1822share/maxima/${PKGVERSION}/src/trigo.lisp 1986share/maxima/${PKGVERSION}/src/trigo.lisp
1823share/maxima/${PKGVERSION}/src/trmode.lisp 1987share/maxima/${PKGVERSION}/src/trmode.lisp
1824share/maxima/${PKGVERSION}/src/troper.lisp 1988share/maxima/${PKGVERSION}/src/troper.lisp
1825share/maxima/${PKGVERSION}/src/trpred.lisp 1989share/maxima/${PKGVERSION}/src/trpred.lisp
1826share/maxima/${PKGVERSION}/src/trprop.lisp 1990share/maxima/${PKGVERSION}/src/trprop.lisp
1827share/maxima/${PKGVERSION}/src/trutil.lisp 1991share/maxima/${PKGVERSION}/src/trutil.lisp
1828share/maxima/${PKGVERSION}/src/ufact.lisp 1992share/maxima/${PKGVERSION}/src/ufact.lisp
1829share/maxima/${PKGVERSION}/src/utils.lisp 1993share/maxima/${PKGVERSION}/src/utils.lisp
1830share/maxima/${PKGVERSION}/src/xmaxima_def.lisp 1994share/maxima/${PKGVERSION}/src/xmaxima_def.lisp
1831share/maxima/${PKGVERSION}/src/zero.lisp 1995share/maxima/${PKGVERSION}/src/zero.lisp
1832share/maxima/${PKGVERSION}/tests/README.how-to 1996share/maxima/${PKGVERSION}/tests/README.how-to
1833share/maxima/${PKGVERSION}/tests/mcond_display_elseif.mac 1997share/maxima/${PKGVERSION}/tests/mcond_display_elseif.mac
1834share/maxima/${PKGVERSION}/tests/mcond_display_elseif.out 1998share/maxima/${PKGVERSION}/tests/mcond_display_elseif.out
1835share/maxima/${PKGVERSION}/tests/rexamples.mac 1999share/maxima/${PKGVERSION}/tests/rexamples.mac
1836share/maxima/${PKGVERSION}/tests/rtest1.mac 2000share/maxima/${PKGVERSION}/tests/rtest1.mac
1837share/maxima/${PKGVERSION}/tests/rtest10.mac 2001share/maxima/${PKGVERSION}/tests/rtest10.mac
1838share/maxima/${PKGVERSION}/tests/rtest11.mac 2002share/maxima/${PKGVERSION}/tests/rtest11.mac
1839share/maxima/${PKGVERSION}/tests/rtest12.mac 2003share/maxima/${PKGVERSION}/tests/rtest12.mac
1840share/maxima/${PKGVERSION}/tests/rtest13.mac 2004share/maxima/${PKGVERSION}/tests/rtest13.mac
1841share/maxima/${PKGVERSION}/tests/rtest13s.mac 2005share/maxima/${PKGVERSION}/tests/rtest13s.mac
1842share/maxima/${PKGVERSION}/tests/rtest14.mac 2006share/maxima/${PKGVERSION}/tests/rtest14.mac
1843share/maxima/${PKGVERSION}/tests/rtest15.mac 2007share/maxima/${PKGVERSION}/tests/rtest15.mac
1844share/maxima/${PKGVERSION}/tests/rtest16.mac 2008share/maxima/${PKGVERSION}/tests/rtest16.mac
1845share/maxima/${PKGVERSION}/tests/rtest1a.mac 2009share/maxima/${PKGVERSION}/tests/rtest1a.mac
1846share/maxima/${PKGVERSION}/tests/rtest2.mac 2010share/maxima/${PKGVERSION}/tests/rtest2.mac
1847share/maxima/${PKGVERSION}/tests/rtest3.mac 2011share/maxima/${PKGVERSION}/tests/rtest3.mac
1848share/maxima/${PKGVERSION}/tests/rtest4.mac 2012share/maxima/${PKGVERSION}/tests/rtest4.mac
1849share/maxima/${PKGVERSION}/tests/rtest5.mac 2013share/maxima/${PKGVERSION}/tests/rtest5.mac
1850share/maxima/${PKGVERSION}/tests/rtest6.mac 2014share/maxima/${PKGVERSION}/tests/rtest6.mac
1851share/maxima/${PKGVERSION}/tests/rtest6a.mac 2015share/maxima/${PKGVERSION}/tests/rtest6a.mac
1852share/maxima/${PKGVERSION}/tests/rtest6b.mac 2016share/maxima/${PKGVERSION}/tests/rtest6b.mac
1853share/maxima/${PKGVERSION}/tests/rtest7.mac 2017share/maxima/${PKGVERSION}/tests/rtest7.mac
1854share/maxima/${PKGVERSION}/tests/rtest8.mac 2018share/maxima/${PKGVERSION}/tests/rtest8.mac
1855share/maxima/${PKGVERSION}/tests/rtest9.mac 2019share/maxima/${PKGVERSION}/tests/rtest9.mac
1856share/maxima/${PKGVERSION}/tests/rtest9a.mac 2020share/maxima/${PKGVERSION}/tests/rtest9a.mac
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
1896share/maxima/${PKGVERSION}/tests/rtest_zeta.mac 2062share/maxima/${PKGVERSION}/tests/rtest_zeta.mac
1897share/maxima/${PKGVERSION}/tests/rtestconjugate.mac 2063share/maxima/${PKGVERSION}/tests/rtestconjugate.mac
1898share/maxima/${PKGVERSION}/tests/rtestdefstruct.mac 2064share/maxima/${PKGVERSION}/tests/rtestdefstruct.mac
1899share/maxima/${PKGVERSION}/tests/rtesthyp.mac 2065share/maxima/${PKGVERSION}/tests/rtesthyp.mac
1900share/maxima/${PKGVERSION}/tests/rtestifactor.mac 2066share/maxima/${PKGVERSION}/tests/rtestifactor.mac
1901share/maxima/${PKGVERSION}/tests/rtestint.mac 2067share/maxima/${PKGVERSION}/tests/rtestint.mac
1902share/maxima/${PKGVERSION}/tests/rtestlabels.mac 2068share/maxima/${PKGVERSION}/tests/rtestlabels.mac
1903share/maxima/${PKGVERSION}/tests/rtestmcond_display.mac 2069share/maxima/${PKGVERSION}/tests/rtestmcond_display.mac
1904share/maxima/${PKGVERSION}/tests/rtestmt19937.mac 2070share/maxima/${PKGVERSION}/tests/rtestmt19937.mac
1905share/maxima/${PKGVERSION}/tests/rtestnset.mac 2071share/maxima/${PKGVERSION}/tests/rtestnset.mac
1906share/maxima/${PKGVERSION}/tests/rtestode.mac 2072share/maxima/${PKGVERSION}/tests/rtestode.mac
1907share/maxima/${PKGVERSION}/tests/rtestode_zp.mac 2073share/maxima/${PKGVERSION}/tests/rtestode_zp.mac
1908share/maxima/${PKGVERSION}/tests/rtestparser_continuations_cr.mac 2074share/maxima/${PKGVERSION}/tests/rtestparser_continuations_cr.mac
1909share/maxima/${PKGVERSION}/tests/rtestparser_continuations_crnl.mac 2075share/maxima/${PKGVERSION}/tests/rtestparser_continuations_crnl.mac
1910share/maxima/${PKGVERSION}/tests/rtestparser_continuations_nl.mac 2076share/maxima/${PKGVERSION}/tests/rtestparser_continuations_nl.mac
1911share/maxima/${PKGVERSION}/tests/rtestsum.mac 2077share/maxima/${PKGVERSION}/tests/rtestsum.mac
1912share/maxima/${PKGVERSION}/tests/test_readbase_lisp.lisp 2078share/maxima/${PKGVERSION}/tests/test_readbase_lisp.lisp
1913share/maxima/${PKGVERSION}/tests/test_readbase_lisp_autoload.lisp 2079share/maxima/${PKGVERSION}/tests/test_readbase_lisp_autoload.lisp
1914share/maxima/${PKGVERSION}/tests/test_readbase_maxima.mac 2080share/maxima/${PKGVERSION}/tests/test_readbase_maxima.mac
1915share/maxima/${PKGVERSION}/tests/test_readbase_maxima_autoload.mac 2081share/maxima/${PKGVERSION}/tests/test_readbase_maxima_autoload.mac
1916share/maxima/${PKGVERSION}/tests/testsuite.lisp 2082share/maxima/${PKGVERSION}/tests/testsuite.lisp
1917share/maxima/${PKGVERSION}/tests/wester_problems/test_algebra.mac 2083share/maxima/${PKGVERSION}/tests/wester_problems/test_algebra.mac
1918share/maxima/${PKGVERSION}/tests/wester_problems/test_boolean_logic.mac 2084share/maxima/${PKGVERSION}/tests/wester_problems/test_boolean_logic.mac
1919share/maxima/${PKGVERSION}/tests/wester_problems/test_calculus.mac 2085share/maxima/${PKGVERSION}/tests/wester_problems/test_calculus.mac
1920share/maxima/${PKGVERSION}/tests/wester_problems/test_combinatorics.mac 2086share/maxima/${PKGVERSION}/tests/wester_problems/test_combinatorics.mac
1921share/maxima/${PKGVERSION}/tests/wester_problems/test_complex_domain.mac 2087share/maxima/${PKGVERSION}/tests/wester_problems/test_complex_domain.mac
1922share/maxima/${PKGVERSION}/tests/wester_problems/test_definite_integrals.mac 2088share/maxima/${PKGVERSION}/tests/wester_problems/test_definite_integrals.mac
1923share/maxima/${PKGVERSION}/tests/wester_problems/test_equations.mac 2089share/maxima/${PKGVERSION}/tests/wester_problems/test_equations.mac
1924share/maxima/${PKGVERSION}/tests/wester_problems/test_indefinite_integrals.mac 2090share/maxima/${PKGVERSION}/tests/wester_problems/test_indefinite_integrals.mac
1925share/maxima/${PKGVERSION}/tests/wester_problems/test_inequalities.mac 2091share/maxima/${PKGVERSION}/tests/wester_problems/test_inequalities.mac
1926share/maxima/${PKGVERSION}/tests/wester_problems/test_limits.mac 2092share/maxima/${PKGVERSION}/tests/wester_problems/test_limits.mac
1927share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_local.mac 2093share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_local.mac
1928share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_match.mac 2094share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_match.mac
1929share/maxima/${PKGVERSION}/tests/wester_problems/test_matrix_theory.mac 2095share/maxima/${PKGVERSION}/tests/wester_problems/test_matrix_theory.mac
1930share/maxima/${PKGVERSION}/tests/wester_problems/test_number_theory.mac 2096share/maxima/${PKGVERSION}/tests/wester_problems/test_number_theory.mac
1931share/maxima/${PKGVERSION}/tests/wester_problems/test_numbers.mac 2097share/maxima/${PKGVERSION}/tests/wester_problems/test_numbers.mac
1932share/maxima/${PKGVERSION}/tests/wester_problems/test_numerical_analysis.mac 2098share/maxima/${PKGVERSION}/tests/wester_problems/test_numerical_analysis.mac
1933share/maxima/${PKGVERSION}/tests/wester_problems/test_odes.mac 2099share/maxima/${PKGVERSION}/tests/wester_problems/test_odes.mac
1934share/maxima/${PKGVERSION}/tests/wester_problems/test_operators.mac 2100share/maxima/${PKGVERSION}/tests/wester_problems/test_operators.mac
1935share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes.mac 2101share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes.mac
1936share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes_heat.mac 2102share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes_heat.mac
1937share/maxima/${PKGVERSION}/tests/wester_problems/test_products.mac 2103share/maxima/${PKGVERSION}/tests/wester_problems/test_products.mac
1938share/maxima/${PKGVERSION}/tests/wester_problems/test_programming.mac 2104share/maxima/${PKGVERSION}/tests/wester_problems/test_programming.mac
1939share/maxima/${PKGVERSION}/tests/wester_problems/test_programming_dif.mac 2105share/maxima/${PKGVERSION}/tests/wester_problems/test_programming_dif.mac
1940share/maxima/${PKGVERSION}/tests/wester_problems/test_series.mac 2106share/maxima/${PKGVERSION}/tests/wester_problems/test_series.mac
1941share/maxima/${PKGVERSION}/tests/wester_problems/test_set_theory.mac 2107share/maxima/${PKGVERSION}/tests/wester_problems/test_set_theory.mac
1942share/maxima/${PKGVERSION}/tests/wester_problems/test_special_functions.mac 2108share/maxima/${PKGVERSION}/tests/wester_problems/test_special_functions.mac
1943share/maxima/${PKGVERSION}/tests/wester_problems/test_statistics.mac 2109share/maxima/${PKGVERSION}/tests/wester_problems/test_statistics.mac
1944share/maxima/${PKGVERSION}/tests/wester_problems/test_sums.mac 2110share/maxima/${PKGVERSION}/tests/wester_problems/test_sums.mac
1945share/maxima/${PKGVERSION}/tests/wester_problems/test_tensor_analysis.mac 2111share/maxima/${PKGVERSION}/tests/wester_problems/test_tensor_analysis.mac
1946share/maxima/${PKGVERSION}/tests/wester_problems/test_transforms.mac 2112share/maxima/${PKGVERSION}/tests/wester_problems/test_transforms.mac
1947share/maxima/${PKGVERSION}/tests/wester_problems/test_trigonometry.mac 2113share/maxima/${PKGVERSION}/tests/wester_problems/test_trigonometry.mac
1948share/maxima/${PKGVERSION}/tests/wester_problems/test_vector_analysis.mac 2114share/maxima/${PKGVERSION}/tests/wester_problems/test_vector_analysis.mac
1949share/maxima/${PKGVERSION}/tests/wester_problems/test_zero_equivalence.mac 2115share/maxima/${PKGVERSION}/tests/wester_problems/test_zero_equivalence.mac
1950share/maxima/${PKGVERSION}/tests/wester_problems/wester-gpl-permission-message.txt 2116share/maxima/${PKGVERSION}/tests/wester_problems/wester-gpl-permission-message.txt
1951share/maxima/${PKGVERSION}/xmaxima/demos.html 2117share/maxima/${PKGVERSION}/xmaxima/demos.html
1952share/maxima/${PKGVERSION}/xmaxima/examples.html 2118share/maxima/${PKGVERSION}/xmaxima/examples.html
1953share/maxima/${PKGVERSION}/xmaxima/html/figures/plot2d.gif 2119share/maxima/${PKGVERSION}/xmaxima/html/figures/plot2d.gif
1954share/maxima/${PKGVERSION}/xmaxima/html/figures/plot3d.gif 2120share/maxima/${PKGVERSION}/xmaxima/html/figures/plot3d.gif
1955share/maxima/${PKGVERSION}/xmaxima/html/figures/sliders.gif 2121share/maxima/${PKGVERSION}/xmaxima/html/figures/sliders.gif
1956share/maxima/${PKGVERSION}/xmaxima/html/figures/xmaxima.gif 2122share/maxima/${PKGVERSION}/xmaxima/html/figures/xmaxima.gif
1957share/maxima/${PKGVERSION}/xmaxima/html/xmaxima.html 2123share/maxima/${PKGVERSION}/xmaxima/html/xmaxima.html
1958share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_1.html 2124share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_1.html
1959share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_2.html 2125share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_2.html
1960share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_3.html 2126share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_3.html
1961share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_4.html 2127share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_4.html
1962share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_5.html 2128share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_5.html
1963share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_6.html 2129share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_6.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 (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