pkgsrc/math/maxima/PLIST
ryoon 74ec581860 Upcate to 5.32.1
Changelog:
   Maxima 5.32 change log


   Changes not backward compatible:

 * share function graph2d: removed in favor of plot2d


   New items in core:

 * function limit: limits for fresnel_c and fresnel_s
 * function plot2d: adaptive plotting for parametric plots
 * functions round, truncate: distribute over lists and other aggregate types
 * function zn_characteristic_factors: Shanks characteristic factors


   New items in share:

 * new package smath: glue code for SMath Studio (notebook interface)
 * new package logic: some functions for Boolean expressions
 * package lapack: new function zheev (eigenvalues of Hermitian matrix)


   Changes in core:

 * function labels: make 'labels' an ordinary function (not argument-quoting)
 * plotting: more general color specification
 * plotting: rework plot options machinery
 * plotting: introduce some new options


   Other changes:

 * Build and install mgnuplot.exe under windows


   Bug fixes:

 2668 Bigfloat Gamma Inaccurate for Small Inputs
 2666 plotdf ignores first of [x, ...] or [y, ...] if there are no other options
 2662 Maxima manual adjust
 2660 lapack puts binary files in binary/binary-$foo/share/lapack/binary-$foo/lapack
 2659 bug_report() directions for creating ticket need updating
 2649 Correction for $matrix evaluation
 2639 limit asks about internal variable
 2634 zgeev does not operate on real matrices
 2633 ev(integrate,numer) gives strange result
 2630 inverse_jacobi_cn(-2.0, 3.0) generates an error
 2629 elliptic_kc(3.0) not accurate
 2628 fourier elimination on equality
 2624 Erroneous limit result
 2615 Numeric evaluation of inverse Jacobi elliptic functions is wrong for some inputs
 2282 Problem in LISP with times function in sym


 unnumbered bugs:

 mailing list 2013-09-26: transcendental functions and compilation
 mailing list 2007-04-02: fixes a bug in plot2d-discrete
 GCL bug #40646 fixed (problem actually in Maxima)
 workaround GCL bug #40154 (some float literals parsed incorrectly)
 ensure that 'sign' does not make any changes to assume database.
 fix Postscript plotting on windows
 fix limit(-(3*n^2 + 1)*(-1)^n/sqrt(n^5 + 8*n^3 + 8),n,inf);
 fix bug in ldisplay and ldisp: need to display %t label
 fix: inv_mod(0,1) should return false
 fix cyclic-p, gf-eval, gf-irr-p
 fix gf-cminus-b, gf-prim-p
 fix bug in computing (.75b0+%i*1.5b0)^(%i/4)
 fix "describe" returning wrong entry with texinfo version 5
 plots using the dumb gnuplot terminal were not being displayed in the terminal when the gnuplot_pipes is used


   Maxima 5.31 change log


   Changes in core:

 * Galois fields: revision, introduction of extension fields
 * inverse_jacobi_sn: improve accuracy
 * Bessel functions: integral of bessel_i, bessel_j of arbitrary order
 * matrix functions: revise ModeMatrix, mat_function, dispJordan, diag, JF
 * signum: do not declare signum real- or integer-valued
 * carg: declare carg real-valued
 * parser: add L, l, W, and w to list of exponent marker characters


   Changes in share:

 * package stringproc: new functions readchar, md5sum, base64


   Other changes:

 * documentation: minor changes to make Texinfo 5 happy
 * build system: changes to make Maxima build correctly on Windows


   Bug fixes:

 * 2622 base64 type warnings
 * 2619 Function inverse_erf - error in numerical evaluation
 * 2612 known_units() broken
 * 2608 quad_qags(x,x) generates a lisp error
 * 2607 lbfgs documentation is incomplete
 * 2604 fft.dem is out of date
 * 2603 fft documentation
 * 2602 lu_factor regression
 * 2599 cl-info error handling
 * 2597 logcontract and subscripted log
 * 2594 Incorrect integration of product of cosines
 * 2591 risch gives Lisp error for sinh expression
 * 2583 sign error for integrate(x^(8*%i-1),x);
 * 2570 Make acos(cos(x)) simplify to x when on correct interval
 * 2569 translate rat(1,x) and rat([1]) incorrect
 * 2536 Lisp error in limit: \
 * 2501 %pi/8 is definitely not an integer
 * 2475 limit(x^(mu/x^g),x,inf) --> error

 unnumbered bugs:

 * mailing list 2013-05-22: "array-lambda error with 5.30.0"
 * mailing list 2013-05-07: "defrule regression compare to version 5.29.1"
 * fix rk() when the independent variable's initial value is nonzero
 * fix bug in asksign
 * fix wrong noun form returned for jacobi_nc(elliptic_kc(m)/n,m)


   Maxima 5.30 change log

   Changes not backward compatible:

 * function gf_set: renamed to gf_set_data


   Other changes:

 * function bfzeta: extend to complex plane
 * function gf_set: return a structure
 * function gf_exp: allow negative exponents
 * functions plot2d, plot3d: accept subscripted variables as independent variables
 * package dynamics: revise function rk
 * package ezunits: new functions expand_dimensional, solve_dimensional, other changes
 * package linearalgebra(??): revise mat_function
 * ??: revise functions jordan, JF, diag


   Bug fixes:

 ??: limit((log(y+h)-log(y))/h,h,0,plus)
 2561: limit(log(x^2),x,-20) gives 2*log(-20)
 2559:
 2557: abs_integrate leaks assumptions into enclosing context
 2547:
 2542:
 2541: (FIXED??)
 2540:
 2531: Integration with inf
 2529: limit(x^n,x,minf) gives minf for n positive
 2528: imagpart etc. wrong when var declared real and complex
 2527: exponent too big in limit
 2517:
 2509: fresnel_s incorrect for small values
 2496:
 2458: to_poly_solve gives a wrong solution for cos(x)=sin(3x)
 2449: cabs(expr) fails when expr is 0
 2442: arrayinfo gives a Lisp error
 2441:
 2412: Problems with integral (x/(exp(x)+1),x,0,inf)
 2362:
 2350:
 2279:
 2219: tex2ooo literals format
  472: ctrl-D causes Maxima debugger to loop endlessly (clisp only)


 unnumbered bugs:

 mailing list circa 2013-03-30: load_pathname unset with maxima -b
 mailing list 2013-02-21: gamma_incomplete_regularized(a,0) returning the wrong noun form
 mailing list 2012-12-23: "let(simp) behaves different when loaded from batch file"
 mailing list 2012-12-14: "Maxima won,t pull out a constant from a linear function"
 bern() with zerobern:false
 clean up facts introduced by sign functions
2014-03-11 20:16:32 +00:00

1474 lines
82 KiB
Text

@comment $NetBSD: PLIST,v 1.27 2014/03/11 20:16:32 ryoon Exp $
bin/maxima
bin/rmaxima
bin/xmaxima
info/imaxima.info
info/maxima-index.lisp
info/maxima.info
info/xmaxima.info
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core
libexec/maxima/${PKGVERSION}/mgnuplot
man/man1/maxima.1
share/maxima/${PKGVERSION}/doc/EMaximaIntro.ps
share/maxima/${PKGVERSION}/doc/contributors
share/maxima/${PKGVERSION}/doc/html/contents.hhc
share/maxima/${PKGVERSION}/doc/html/figures/bodegain1.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodegain2.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodegain3.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodegain4.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodegain5.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodegain6.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodegain7.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodegain8.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase1.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase2.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase3.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase4.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase5.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase6.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif
share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.gif
share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs01.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs02.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs03.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs04.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs05.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs06.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs07.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs08.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs09.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs10.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs11.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs12.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs13.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs14.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs15.gif
share/maxima/${PKGVERSION}/doc/html/figures/introduction1.gif
share/maxima/${PKGVERSION}/doc/html/figures/introduction2.gif
share/maxima/${PKGVERSION}/doc/html/figures/introduction3.gif
share/maxima/${PKGVERSION}/doc/html/figures/orthopoly1.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotdf1.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotdf2.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotdf3.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotdf4.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotdf5.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotdf6.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotting1.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting10.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting11.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting12.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting13.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting14.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting15.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting16.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting17.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting18.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting19.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting2.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting20.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting21.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting22.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting23.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting24.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting25.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting26.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting3.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting4.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting5.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting6.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting7.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png
share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png
share/maxima/${PKGVERSION}/doc/html/header.hhp
share/maxima/${PKGVERSION}/doc/html/index.hhk
share/maxima/${PKGVERSION}/doc/html/intromax.html
share/maxima/${PKGVERSION}/doc/html/maxima.hhp
share/maxima/${PKGVERSION}/doc/html/maxima.html
share/maxima/${PKGVERSION}/doc/html/maxima_1.html
share/maxima/${PKGVERSION}/doc/html/maxima_10.html
share/maxima/${PKGVERSION}/doc/html/maxima_11.html
share/maxima/${PKGVERSION}/doc/html/maxima_12.html
share/maxima/${PKGVERSION}/doc/html/maxima_13.html
share/maxima/${PKGVERSION}/doc/html/maxima_14.html
share/maxima/${PKGVERSION}/doc/html/maxima_15.html
share/maxima/${PKGVERSION}/doc/html/maxima_16.html
share/maxima/${PKGVERSION}/doc/html/maxima_17.html
share/maxima/${PKGVERSION}/doc/html/maxima_18.html
share/maxima/${PKGVERSION}/doc/html/maxima_19.html
share/maxima/${PKGVERSION}/doc/html/maxima_2.html
share/maxima/${PKGVERSION}/doc/html/maxima_20.html
share/maxima/${PKGVERSION}/doc/html/maxima_21.html
share/maxima/${PKGVERSION}/doc/html/maxima_22.html
share/maxima/${PKGVERSION}/doc/html/maxima_23.html
share/maxima/${PKGVERSION}/doc/html/maxima_24.html
share/maxima/${PKGVERSION}/doc/html/maxima_25.html
share/maxima/${PKGVERSION}/doc/html/maxima_26.html
share/maxima/${PKGVERSION}/doc/html/maxima_27.html
share/maxima/${PKGVERSION}/doc/html/maxima_28.html
share/maxima/${PKGVERSION}/doc/html/maxima_29.html
share/maxima/${PKGVERSION}/doc/html/maxima_3.html
share/maxima/${PKGVERSION}/doc/html/maxima_30.html
share/maxima/${PKGVERSION}/doc/html/maxima_31.html
share/maxima/${PKGVERSION}/doc/html/maxima_32.html
share/maxima/${PKGVERSION}/doc/html/maxima_33.html
share/maxima/${PKGVERSION}/doc/html/maxima_34.html
share/maxima/${PKGVERSION}/doc/html/maxima_35.html
share/maxima/${PKGVERSION}/doc/html/maxima_36.html
share/maxima/${PKGVERSION}/doc/html/maxima_37.html
share/maxima/${PKGVERSION}/doc/html/maxima_38.html
share/maxima/${PKGVERSION}/doc/html/maxima_39.html
share/maxima/${PKGVERSION}/doc/html/maxima_4.html
share/maxima/${PKGVERSION}/doc/html/maxima_40.html
share/maxima/${PKGVERSION}/doc/html/maxima_41.html
share/maxima/${PKGVERSION}/doc/html/maxima_42.html
share/maxima/${PKGVERSION}/doc/html/maxima_43.html
share/maxima/${PKGVERSION}/doc/html/maxima_44.html
share/maxima/${PKGVERSION}/doc/html/maxima_45.html
share/maxima/${PKGVERSION}/doc/html/maxima_46.html
share/maxima/${PKGVERSION}/doc/html/maxima_47.html
share/maxima/${PKGVERSION}/doc/html/maxima_48.html
share/maxima/${PKGVERSION}/doc/html/maxima_49.html
share/maxima/${PKGVERSION}/doc/html/maxima_5.html
share/maxima/${PKGVERSION}/doc/html/maxima_50.html
share/maxima/${PKGVERSION}/doc/html/maxima_51.html
share/maxima/${PKGVERSION}/doc/html/maxima_52.html
share/maxima/${PKGVERSION}/doc/html/maxima_53.html
share/maxima/${PKGVERSION}/doc/html/maxima_54.html
share/maxima/${PKGVERSION}/doc/html/maxima_55.html
share/maxima/${PKGVERSION}/doc/html/maxima_56.html
share/maxima/${PKGVERSION}/doc/html/maxima_57.html
share/maxima/${PKGVERSION}/doc/html/maxima_58.html
share/maxima/${PKGVERSION}/doc/html/maxima_59.html
share/maxima/${PKGVERSION}/doc/html/maxima_6.html
share/maxima/${PKGVERSION}/doc/html/maxima_60.html
share/maxima/${PKGVERSION}/doc/html/maxima_61.html
share/maxima/${PKGVERSION}/doc/html/maxima_62.html
share/maxima/${PKGVERSION}/doc/html/maxima_63.html
share/maxima/${PKGVERSION}/doc/html/maxima_64.html
share/maxima/${PKGVERSION}/doc/html/maxima_65.html
share/maxima/${PKGVERSION}/doc/html/maxima_66.html
share/maxima/${PKGVERSION}/doc/html/maxima_67.html
share/maxima/${PKGVERSION}/doc/html/maxima_68.html
share/maxima/${PKGVERSION}/doc/html/maxima_69.html
share/maxima/${PKGVERSION}/doc/html/maxima_7.html
share/maxima/${PKGVERSION}/doc/html/maxima_70.html
share/maxima/${PKGVERSION}/doc/html/maxima_71.html
share/maxima/${PKGVERSION}/doc/html/maxima_72.html
share/maxima/${PKGVERSION}/doc/html/maxima_73.html
share/maxima/${PKGVERSION}/doc/html/maxima_74.html
share/maxima/${PKGVERSION}/doc/html/maxima_75.html
share/maxima/${PKGVERSION}/doc/html/maxima_76.html
share/maxima/${PKGVERSION}/doc/html/maxima_77.html
share/maxima/${PKGVERSION}/doc/html/maxima_78.html
share/maxima/${PKGVERSION}/doc/html/maxima_79.html
share/maxima/${PKGVERSION}/doc/html/maxima_8.html
share/maxima/${PKGVERSION}/doc/html/maxima_80.html
share/maxima/${PKGVERSION}/doc/html/maxima_81.html
share/maxima/${PKGVERSION}/doc/html/maxima_82.html
share/maxima/${PKGVERSION}/doc/html/maxima_83.html
share/maxima/${PKGVERSION}/doc/html/maxima_84.html
share/maxima/${PKGVERSION}/doc/html/maxima_85.html
share/maxima/${PKGVERSION}/doc/html/maxima_86.html
share/maxima/${PKGVERSION}/doc/html/maxima_87.html
share/maxima/${PKGVERSION}/doc/html/maxima_88.html
share/maxima/${PKGVERSION}/doc/html/maxima_89.html
share/maxima/${PKGVERSION}/doc/html/maxima_9.html
share/maxima/${PKGVERSION}/doc/html/maxima_90.html
share/maxima/${PKGVERSION}/doc/html/maxima_91.html
share/maxima/${PKGVERSION}/doc/html/maxima_92.html
share/maxima/${PKGVERSION}/doc/html/maxima_93.html
share/maxima/${PKGVERSION}/doc/html/maxima_94.html
share/maxima/${PKGVERSION}/doc/html/maxima_95.html
share/maxima/${PKGVERSION}/doc/html/maxima_96.html
share/maxima/${PKGVERSION}/doc/html/maxima_97.html
share/maxima/${PKGVERSION}/doc/html/maxima_98.html
share/maxima/${PKGVERSION}/doc/html/maxima_abt.html
share/maxima/${PKGVERSION}/doc/html/maxima_fot.html
share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html
share/maxima/${PKGVERSION}/doc/html/maxima_toc.html
share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt
share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt
share/maxima/${PKGVERSION}/doc/misc/completescanoffunctionssortedbybytecodelength.txt
share/maxima/${PKGVERSION}/doc/misc/grepforvariables.sh
share/maxima/${PKGVERSION}/doc/misc/maximafunctions.txt
share/maxima/${PKGVERSION}/doc/misc/maximafunctionsundocumented.txt
share/maxima/${PKGVERSION}/doc/misc/maximaitemspresentinbothfunctionandvariablescans.txt
share/maxima/${PKGVERSION}/doc/misc/maximavariables.txt
share/maxima/${PKGVERSION}/doc/misc/maximavariablesundocumented.txt
share/maxima/${PKGVERSION}/doc/misc/processlisfiles.sh
share/maxima/${PKGVERSION}/doc/misc/weirdvariables.txt
share/maxima/${PKGVERSION}/doc/misc/workingvariables.txt
share/maxima/${PKGVERSION}/doc/misc/x.awk
share/maxima/${PKGVERSION}/doc/share/brchre.txt
share/maxima/${PKGVERSION}/doc/share/romberg.usg
share/maxima/${PKGVERSION}/doc/share/translation_hints.txt
share/maxima/${PKGVERSION}/emacs/bookmode.el
share/maxima/${PKGVERSION}/emacs/dbl.el
share/maxima/${PKGVERSION}/emacs/emaxima.el
share/maxima/${PKGVERSION}/emacs/emaxima.lisp
share/maxima/${PKGVERSION}/emacs/emaxima.sty
share/maxima/${PKGVERSION}/emacs/imath.el
share/maxima/${PKGVERSION}/emacs/imaxima-autoconf-variables.el
share/maxima/${PKGVERSION}/emacs/imaxima.el
share/maxima/${PKGVERSION}/emacs/imaxima.lisp
share/maxima/${PKGVERSION}/emacs/maxima-font-lock.el
share/maxima/${PKGVERSION}/emacs/maxima.el
share/maxima/${PKGVERSION}/emacs/setup-imaxima-imath.el
share/maxima/${PKGVERSION}/emacs/smart-complete.el
share/maxima/${PKGVERSION}/emacs/sshell.el
share/maxima/${PKGVERSION}/share/affine/README
share/maxima/${PKGVERSION}/share/affine/affine.lisp
share/maxima/${PKGVERSION}/share/affine/affine.system
share/maxima/${PKGVERSION}/share/affine/amacros.lisp
share/maxima/${PKGVERSION}/share/affine/aquotient.lisp
share/maxima/${PKGVERSION}/share/affine/compat.lisp
share/maxima/${PKGVERSION}/share/affine/dim-3.lisp
share/maxima/${PKGVERSION}/share/affine/dim4-help.lisp
share/maxima/${PKGVERSION}/share/affine/macbasic.mac
share/maxima/${PKGVERSION}/share/affine/make.lisp
share/maxima/${PKGVERSION}/share/affine/makefile
share/maxima/${PKGVERSION}/share/affine/modsimp.lisp
share/maxima/${PKGVERSION}/share/affine/ndotsimp.lisp
share/maxima/${PKGVERSION}/share/affine/new-rat.lisp
share/maxima/${PKGVERSION}/share/affine/polya.lisp
share/maxima/${PKGVERSION}/share/affine/polyb.lisp
share/maxima/${PKGVERSION}/share/affine/polybas.lisp
share/maxima/${PKGVERSION}/share/affine/polyc.lisp
share/maxima/${PKGVERSION}/share/affine/polyd.lisp
share/maxima/${PKGVERSION}/share/affine/polysmp.lisp
share/maxima/${PKGVERSION}/share/affine/sheafa.lisp
share/maxima/${PKGVERSION}/share/affine/sheafb.lisp
share/maxima/${PKGVERSION}/share/affine/sheafc.lisp
share/maxima/${PKGVERSION}/share/affine/sparsemat.lisp
share/maxima/${PKGVERSION}/share/affine/sub-proj.lisp
share/maxima/${PKGVERSION}/share/affine/sys-declaim.lisp
share/maxima/${PKGVERSION}/share/affine/sys-proclaim.lisp
share/maxima/${PKGVERSION}/share/affine/sysdef.lisp
share/maxima/${PKGVERSION}/share/algebra/charsets/README
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.mac
share/maxima/${PKGVERSION}/share/algebra/charsets/flatten.lisp
share/maxima/${PKGVERSION}/share/algebra/charsets/rtestflatten.mac
share/maxima/${PKGVERSION}/share/algebra/charsets/set.lisp
share/maxima/${PKGVERSION}/share/algebra/charsets/test1.mac
share/maxima/${PKGVERSION}/share/algebra/gcdex.mac
share/maxima/${PKGVERSION}/share/algebra/grob1.lisp
share/maxima/${PKGVERSION}/share/algebra/nusum.mac
share/maxima/${PKGVERSION}/share/algebra/recur.dem
share/maxima/${PKGVERSION}/share/algebra/recur.mac
share/maxima/${PKGVERSION}/share/algebra/recur.transcript
share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac
share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac
share/maxima/${PKGVERSION}/share/algebra/solver/readme
share/maxima/${PKGVERSION}/share/algebra/solver/slvrmsgs.mac
share/maxima/${PKGVERSION}/share/algebra/solver/slvrtbox.mac
share/maxima/${PKGVERSION}/share/algebra/solver/solver.mac
share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html
share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf
share/maxima/${PKGVERSION}/share/algebra/solver/test.mac
share/maxima/${PKGVERSION}/share/amatrix/README
share/maxima/${PKGVERSION}/share/amatrix/amatrix.dem
share/maxima/${PKGVERSION}/share/amatrix/amatrix.lisp
share/maxima/${PKGVERSION}/share/amatrix/amatrix.mac
share/maxima/${PKGVERSION}/share/amatrix/rtest_amatrix.mac
share/maxima/${PKGVERSION}/share/amatrix/rtest_wilcoxon.mac
share/maxima/${PKGVERSION}/share/amatrix/wilcoxon.mac
share/maxima/${PKGVERSION}/share/bernstein/bernstein.lisp
share/maxima/${PKGVERSION}/share/bernstein/bernstein_utilities.mac
share/maxima/${PKGVERSION}/share/bernstein/rtest_bernstein.mac
share/maxima/${PKGVERSION}/share/builtins-list.txt
share/maxima/${PKGVERSION}/share/calculus/asympa.mac
share/maxima/${PKGVERSION}/share/calculus/cartan.dem
share/maxima/${PKGVERSION}/share/calculus/cartan.lisp
share/maxima/${PKGVERSION}/share/calculus/fourie.dem
share/maxima/${PKGVERSION}/share/calculus/fourie.mac
share/maxima/${PKGVERSION}/share/calculus/optmiz.dem
share/maxima/${PKGVERSION}/share/calculus/optmiz.mac
share/maxima/${PKGVERSION}/share/calculus/optmiz.transcript
share/maxima/${PKGVERSION}/share/calculus/optmiz.usg
share/maxima/${PKGVERSION}/share/calculus/optmiz_1.dem
share/maxima/${PKGVERSION}/share/calculus/optmiz_2.dem
share/maxima/${PKGVERSION}/share/calculus/optmiz_3.dem
share/maxima/${PKGVERSION}/share/calculus/optmiz_4.dem
share/maxima/${PKGVERSION}/share/calculus/optvar.dem
share/maxima/${PKGVERSION}/share/calculus/optvar.mac
share/maxima/${PKGVERSION}/share/calculus/optvar.transcript
share/maxima/${PKGVERSION}/share/calculus/optvar.usg
share/maxima/${PKGVERSION}/share/calculus/optvar_1.dem
share/maxima/${PKGVERSION}/share/calculus/optvar_2.dem
share/maxima/${PKGVERSION}/share/calculus/pade2.mac
share/maxima/${PKGVERSION}/share/calculus/qual.dem
share/maxima/${PKGVERSION}/share/calculus/qual.mac
share/maxima/${PKGVERSION}/share/calculus/qual.usg
share/maxima/${PKGVERSION}/share/calculus/qualsp.lisp
share/maxima/${PKGVERSION}/share/calculus/revert.mac
share/maxima/${PKGVERSION}/share/calculus/taylor1.mac
share/maxima/${PKGVERSION}/share/cobyla/bf-cobyla-interface.lisp
share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.mac
share/maxima/${PKGVERSION}/share/cobyla/cobyla-interface.lisp
share/maxima/${PKGVERSION}/share/cobyla/cobyla-lisp.system
share/maxima/${PKGVERSION}/share/cobyla/cobyla-package.lisp
share/maxima/${PKGVERSION}/share/cobyla/cobyla.system
share/maxima/${PKGVERSION}/share/cobyla/ex/die.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex1.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex10.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex2.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex3.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex4.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex5.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex6.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex7.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex8.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/ex9.mac
share/maxima/${PKGVERSION}/share/cobyla/ex/transport.mac
share/maxima/${PKGVERSION}/share/cobyla/fmin_cobyla.mac
share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobyla.lisp
share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobylb.lisp
share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-trstlp.lisp
share/maxima/${PKGVERSION}/share/cobyla/lisp/calcfc.lisp
share/maxima/${PKGVERSION}/share/cobyla/lisp/cobyla.lisp
share/maxima/${PKGVERSION}/share/cobyla/lisp/cobylb.lisp
share/maxima/${PKGVERSION}/share/cobyla/lisp/trstlp.lisp
share/maxima/${PKGVERSION}/share/cobyla/load-bf-cobyla.lisp
share/maxima/${PKGVERSION}/share/cobyla/load-cobyla.lisp
share/maxima/${PKGVERSION}/share/colnew/colnew-if.lisp
share/maxima/${PKGVERSION}/share/colnew/colnew-lisp.system
share/maxima/${PKGVERSION}/share/colnew/colnew-package.lisp
share/maxima/${PKGVERSION}/share/colnew/colnew.mac
share/maxima/${PKGVERSION}/share/colnew/colnew.system
share/maxima/${PKGVERSION}/share/colnew/lisp/approx.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/appsln.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/colnew.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/compat.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/consts.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/contrl.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/daxpy.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/ddot.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/dgefa.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/dgesl.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/dmzsol.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/dscal.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/errchk.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/factrb.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/fcblok.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/gblock.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/gderiv.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/horder.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/idamax.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/lsyslv.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/newmsh.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/rkbas.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/sbblok.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/shiftb.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/skale.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/subbak.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/subfor.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/vmonde.lisp
share/maxima/${PKGVERSION}/share/colnew/lisp/vwblok.lisp
share/maxima/${PKGVERSION}/share/colnew/load-colnew.lisp
share/maxima/${PKGVERSION}/share/colnew/prob1.mac
share/maxima/${PKGVERSION}/share/colnew/prob2.mac
share/maxima/${PKGVERSION}/share/colnew/prob3.mac
share/maxima/${PKGVERSION}/share/colnew/prob4.mac
share/maxima/${PKGVERSION}/share/combinatorics/README
share/maxima/${PKGVERSION}/share/contrib/Grobner/README
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.lisp
share/maxima/${PKGVERSION}/share/contrib/README
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Gosper.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/GosperEq.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/algUtil.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compare_sums.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compatible.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/constants.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/makeGosperForm.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/norm.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/numerical.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/readme.txt
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/settings.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/shiftQuotient.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testZeilberger.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/whatsnew.txt
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp
share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt
share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac
share/maxima/${PKGVERSION}/share/contrib/bode.mac
share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp
share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp
share/maxima/${PKGVERSION}/share/contrib/devine.mac
share/maxima/${PKGVERSION}/share/contrib/diag.mac
share/maxima/${PKGVERSION}/share/contrib/diag_test.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/README
share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.usg
share/maxima/${PKGVERSION}/share/contrib/diffequations/de-test.txt
share/maxima/${PKGVERSION}/share/contrib/diffequations/extrabessel.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/gauss.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/kummer.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/lazysolver.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_abel.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_clairault.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_factor.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lagrange.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lie.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_nonlinear.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_riccati.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/odelin.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/odeutils.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/rtest_odelin.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/spherodialwave.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/sqfr.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.lisp
share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/README
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_abel.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_riccati.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym2.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_4.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_5.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_6.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_1.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_2.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_3.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_4.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_5.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_1.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
share/maxima/${PKGVERSION}/share/contrib/f90.lisp
share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp
share/maxima/${PKGVERSION}/share/contrib/format/README
share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma
share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma
share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo
share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp
share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp
share/maxima/${PKGVERSION}/share/contrib/format/format.announce
share/maxima/${PKGVERSION}/share/contrib/format/format.demo
share/maxima/${PKGVERSION}/share/contrib/format/format.lisp
share/maxima/${PKGVERSION}/share/contrib/format/format.mac
share/maxima/${PKGVERSION}/share/contrib/format/format.ps
share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo
share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps
share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/ft1.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/randi.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/randil.mac
share/maxima/${PKGVERSION}/share/contrib/fresnel/readme.txt
share/maxima/${PKGVERSION}/share/contrib/gentran/convmac.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/fdata.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/gentran.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/global.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/gtfix.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/init.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/intrfc.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/lspc.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/lspfor.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/lsprat.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ps.gz
share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA1.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/appB.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/contents.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/doc.add
share/maxima/${PKGVERSION}/share/contrib/gentran/man/ref.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect1.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect2.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect3.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect4.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect5.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect6.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/title.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp1.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp2.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp3.ms
share/maxima/${PKGVERSION}/share/contrib/gentran/opt.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/output.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/parser.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/pre.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/read.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/segmnt.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/templt.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/test/README
share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.output
share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.out
share/maxima/${PKGVERSION}/share/contrib/gentran/test/for.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.f
share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.output
share/maxima/${PKGVERSION}/share/contrib/gentran/test/ham.in
share/maxima/${PKGVERSION}/share/contrib/gentran/test/loop.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.f
share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output
share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template
share/maxima/${PKGVERSION}/share/contrib/gentran/test/t.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.mac
share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.output
share/maxima/${PKGVERSION}/share/contrib/gentran/vaxinit.lisp
share/maxima/${PKGVERSION}/share/contrib/gentran/vaxlsp.lisp
share/maxima/${PKGVERSION}/share/contrib/gf/aes.mac
share/maxima/${PKGVERSION}/share/contrib/gf/aes2.mac
share/maxima/${PKGVERSION}/share/contrib/gf/gf.mac
share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.pdf
share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.tex
share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.mac
share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt
share/maxima/${PKGVERSION}/share/contrib/ggf.mac
share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi
share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac
share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac
share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac
share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem
share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac
share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac
share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac
share/maxima/${PKGVERSION}/share/contrib/log10.mac
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt
share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac
share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/maximaMathML.lisp
share/maxima/${PKGVERSION}/share/contrib/mcclim/README
share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp
share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png
share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp
share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png
share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex
share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac
share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac
share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp
share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac
share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
share/maxima/${PKGVERSION}/share/contrib/odes/odes-doc.pdf
share/maxima/${PKGVERSION}/share/contrib/odes/odes.mac
share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac
share/maxima/${PKGVERSION}/share/contrib/prim/prim.mac
share/maxima/${PKGVERSION}/share/contrib/prim/prim.txt
share/maxima/${PKGVERSION}/share/contrib/quaternion.mac
share/maxima/${PKGVERSION}/share/contrib/rand/Avg3.mac
share/maxima/${PKGVERSION}/share/contrib/rand/Demo.bk1
share/maxima/${PKGVERSION}/share/contrib/rand/Ima
share/maxima/${PKGVERSION}/share/contrib/rand/Laplace.bk1
share/maxima/${PKGVERSION}/share/contrib/rand/Newimprv.bk1
share/maxima/${PKGVERSION}/share/contrib/rand/Ode1.bk1
share/maxima/${PKGVERSION}/share/contrib/rand/Oden.bk1
share/maxima/${PKGVERSION}/share/contrib/rand/Read.me
share/maxima/${PKGVERSION}/share/contrib/rand/Reverse
share/maxima/${PKGVERSION}/share/contrib/rand/Wkb
share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.mac
share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.usg
share/maxima/${PKGVERSION}/share/contrib/rand/average.mac
share/maxima/${PKGVERSION}/share/contrib/rand/average.usg
share/maxima/${PKGVERSION}/share/contrib/rand/averm.mac
share/maxima/${PKGVERSION}/share/contrib/rand/averm.usg
share/maxima/${PKGVERSION}/share/contrib/rand/benard.mac
share/maxima/${PKGVERSION}/share/contrib/rand/cm.mac
share/maxima/${PKGVERSION}/share/contrib/rand/cm.usg
share/maxima/${PKGVERSION}/share/contrib/rand/composit.mac
share/maxima/${PKGVERSION}/share/contrib/rand/composit.usg
share/maxima/${PKGVERSION}/share/contrib/rand/duffing.mac
share/maxima/${PKGVERSION}/share/contrib/rand/duffing.usg
share/maxima/${PKGVERSION}/share/contrib/rand/hill.usg
share/maxima/${PKGVERSION}/share/contrib/rand/hill1.mac
share/maxima/${PKGVERSION}/share/contrib/rand/hill2.mac
share/maxima/${PKGVERSION}/share/contrib/rand/improved.mac
share/maxima/${PKGVERSION}/share/contrib/rand/improved.usg
share/maxima/${PKGVERSION}/share/contrib/rand/lc.mac
share/maxima/${PKGVERSION}/share/contrib/rand/lc.usg
share/maxima/${PKGVERSION}/share/contrib/rand/lc2.mac
share/maxima/${PKGVERSION}/share/contrib/rand/lie.mac
share/maxima/${PKGVERSION}/share/contrib/rand/lie.usg
share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.mac
share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.usg
share/maxima/${PKGVERSION}/share/contrib/rand/mathieu0.mac
share/maxima/${PKGVERSION}/share/contrib/rand/nf.mac
share/maxima/${PKGVERSION}/share/contrib/rand/nf.usg
share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.mac
share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.usg
share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.mac
share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.usg
share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.mac
share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.usg
share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.mac
share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.usg
share/maxima/${PKGVERSION}/share/contrib/rand/takens.mac
share/maxima/${PKGVERSION}/share/contrib/rand/takens.usg
share/maxima/${PKGVERSION}/share/contrib/rand/transfor.mac
share/maxima/${PKGVERSION}/share/contrib/rand/transfor.usg
share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac
share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg
share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac
share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf
share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/constants.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/examples.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/hard_test.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/intervalArithmetic.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/lowLevel.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/readme.txt
share/maxima/${PKGVERSION}/share/contrib/sarag/rootCounting.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/rootIsolation.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/sarag.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_initialization.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_linear_algebra.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/settings.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/topology_examples.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt
share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp
share/maxima/${PKGVERSION}/share/contrib/smath/smath.lisp
share/maxima/${PKGVERSION}/share/contrib/smath/smath.mac
share/maxima/${PKGVERSION}/share/contrib/state/a.cir
share/maxima/${PKGVERSION}/share/contrib/state/b.cir
share/maxima/${PKGVERSION}/share/contrib/state/c.cir
share/maxima/${PKGVERSION}/share/contrib/state/d.cir
share/maxima/${PKGVERSION}/share/contrib/state/matrix2.mac
share/maxima/${PKGVERSION}/share/contrib/state/readfile.lsp
share/maxima/${PKGVERSION}/share/contrib/state/sortem.mac
share/maxima/${PKGVERSION}/share/contrib/state/state.mac
share/maxima/${PKGVERSION}/share/contrib/state/tree.mac
share/maxima/${PKGVERSION}/share/contrib/stirling.mac
share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
share/maxima/${PKGVERSION}/share/contrib/tocl.lisp
share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf
share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac
share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
share/maxima/${PKGVERSION}/share/contrib/unit/unit.texi
share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg
share/maxima/${PKGVERSION}/share/descriptive/biomed.data
share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
share/maxima/${PKGVERSION}/share/descriptive/pidigits.data
share/maxima/${PKGVERSION}/share/descriptive/wind.data
share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp
share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac
share/maxima/${PKGVERSION}/share/diff_form/diff_form.mac
share/maxima/${PKGVERSION}/share/diff_form/example.txt
share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac
share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac
share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac
share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac
share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt
share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac
share/maxima/${PKGVERSION}/share/diff_form/poisson.mac
share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt
share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt
share/maxima/${PKGVERSION}/share/diffequations/abel.mac
share/maxima/${PKGVERSION}/share/diffequations/desoln.mac
share/maxima/${PKGVERSION}/share/diffequations/desoln.usg
share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac
share/maxima/${PKGVERSION}/share/diffequations/exampl.mac
share/maxima/${PKGVERSION}/share/diffequations/linde1.mc
share/maxima/${PKGVERSION}/share/diffequations/ode2.mac
share/maxima/${PKGVERSION}/share/diffequations/ode2.usg
share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac
share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac
share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac
share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac
share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
share/maxima/${PKGVERSION}/share/distrib/distrib.mac
share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp
share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac
share/maxima/${PKGVERSION}/share/draw/draw.lisp
share/maxima/${PKGVERSION}/share/draw/draw.system
share/maxima/${PKGVERSION}/share/draw/draw_gnuplot.dem
share/maxima/${PKGVERSION}/share/draw/drawutils.mac
share/maxima/${PKGVERSION}/share/draw/drawutils.texi
share/maxima/${PKGVERSION}/share/draw/gnuplot.lisp
share/maxima/${PKGVERSION}/share/draw/grcommon.lisp
share/maxima/${PKGVERSION}/share/draw/picture.lisp
share/maxima/${PKGVERSION}/share/draw/vtk.lisp
share/maxima/${PKGVERSION}/share/draw/wbd.lisp
share/maxima/${PKGVERSION}/share/draw/worldmap.mac
share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp
share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac
share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp
share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac
share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp
share/maxima/${PKGVERSION}/share/ezunits/CODATA-2006.pdf
share/maxima/${PKGVERSION}/share/ezunits/ezunits.dem
share/maxima/${PKGVERSION}/share/ezunits/ezunits.lisp
share/maxima/${PKGVERSION}/share/ezunits/ezunits.mac
share/maxima/${PKGVERSION}/share/ezunits/ezunits_db.mac
share/maxima/${PKGVERSION}/share/ezunits/ezunits_functions.mac
share/maxima/${PKGVERSION}/share/ezunits/physical_constants.mac
share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_frink.mac
share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_solve.mac
share/maxima/${PKGVERSION}/share/ezunits/rtestezunits.mac
share/maxima/${PKGVERSION}/share/finance/finance.mac
share/maxima/${PKGVERSION}/share/finance/rtest_finance.mac
share/maxima/${PKGVERSION}/share/fourier_elim/fourier_elim.lisp
share/maxima/${PKGVERSION}/share/fourier_elim/rtest_fourier_elim.mac
share/maxima/${PKGVERSION}/share/fractals/fractals.mac
share/maxima/${PKGVERSION}/share/fractals/rtest_fractals.mac
share/maxima/${PKGVERSION}/share/graphs/cgraphs.mac
share/maxima/${PKGVERSION}/share/graphs/connectivity.mac
share/maxima/${PKGVERSION}/share/graphs/create_graph.mac
share/maxima/${PKGVERSION}/share/graphs/demoucron.lisp
share/maxima/${PKGVERSION}/share/graphs/dijkstra.lisp
share/maxima/${PKGVERSION}/share/graphs/draw_graph.mac
share/maxima/${PKGVERSION}/share/graphs/graph6.lisp
share/maxima/${PKGVERSION}/share/graphs/graph_core.lisp
share/maxima/${PKGVERSION}/share/graphs/graph_polynomials.mac
share/maxima/${PKGVERSION}/share/graphs/graphio.mac
share/maxima/${PKGVERSION}/share/graphs/graphs.mac
share/maxima/${PKGVERSION}/share/graphs/graphs.system
share/maxima/${PKGVERSION}/share/graphs/isomorphism.lisp
share/maxima/${PKGVERSION}/share/graphs/load-graphs.lisp
share/maxima/${PKGVERSION}/share/graphs/matching.lisp
share/maxima/${PKGVERSION}/share/graphs/rtest_graphs.mac
share/maxima/${PKGVERSION}/share/graphs/spring_embedding.lisp
share/maxima/${PKGVERSION}/share/graphs/wiener_index.lisp
share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac
share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp
share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac
share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp
share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac
share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac
share/maxima/${PKGVERSION}/share/integequations/inteqn.mac
share/maxima/${PKGVERSION}/share/integequations/inteqn.usg
share/maxima/${PKGVERSION}/share/integequations/intexs.mac
share/maxima/${PKGVERSION}/share/integer_sequence/integer_sequence.lisp
share/maxima/${PKGVERSION}/share/integer_sequence/rtest_sequence.mac
share/maxima/${PKGVERSION}/share/integration/antid.dem
share/maxima/${PKGVERSION}/share/integration/antid.mac
share/maxima/${PKGVERSION}/share/integration/bypart.mac
share/maxima/${PKGVERSION}/share/integration/delta.dem
share/maxima/${PKGVERSION}/share/integration/delta.mac
share/maxima/${PKGVERSION}/share/integration/delta.usg
share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac
share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system
share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/daxpy.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dcabs1.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dcopy.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ddot.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dgbmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dgemm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dgemv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dger.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dnrm2.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/drot.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/drotg.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dsbmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dscal.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dspmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dspr.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dspr2.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dswap.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dsymm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dsymv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dsyr.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2k.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dsyrk.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtbmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtbsv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtpmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtpsv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtrmm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtrmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtrsm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dtrsv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dzasum.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/dznrm2.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/icamax.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/idamax.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/isamax.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/izamax.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/lsame.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/xerbla.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zaxpy.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zcopy.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zdotc.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zdotu.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zdscal.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zgbmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zgemm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zgemv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zgerc.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zgeru.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zhbmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zhemm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zhemv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zher.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zher2.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zher2k.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zherk.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zhpmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zhpr.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zhpr2.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zrotg.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zscal.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zswap.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zsymm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zsyr2k.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/zsyrk.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztbmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztbsv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztpmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztpsv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztrmm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztrmv.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztrsm.lisp
share/maxima/${PKGVERSION}/share/lapack/blas/ztrsv.lisp
share/maxima/${PKGVERSION}/share/lapack/dgemm.lisp
share/maxima/${PKGVERSION}/share/lapack/dgeqrf.lisp
share/maxima/${PKGVERSION}/share/lapack/dgesv.lisp
share/maxima/${PKGVERSION}/share/lapack/eigensys.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack-lisp.system
share/maxima/${PKGVERSION}/share/lapack/lapack-package.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack.mac
share/maxima/${PKGVERSION}/share/lapack/lapack.system
share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsdc.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/ddisna.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebak.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebal.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebd2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebrd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeev.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeevx.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgehd2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgehrd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgelq2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgelqf.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqr2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqrf.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgesdd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgesv.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgesvd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgetf2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrf.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrs.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dhseqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/disnan.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlabad.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlabrd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlacon.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlacpy.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dladiv.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlae2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaed6.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaev2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaexc.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlahqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlahrd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaisnan.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaln2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc1.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc3.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc4.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc5.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamch.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamrg.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlange.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlanhs.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlanst.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlanv2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy3.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaqtr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarf.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfb.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfg.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarft.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfx.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlartg.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlas2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlascl.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd0.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd1.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd3.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd4.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd5.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd6.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd7.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd8.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasda.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdq.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdt.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaset.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq1.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq3.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq4.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq5.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq6.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasrt.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlassq.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasv2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaswp.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasy2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorg2r.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorgbr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorghr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorgl2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorglq.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorgqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorm2r.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dormbr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dorml2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dormlq.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dormqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dsterf.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dtrevc.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dtrexc.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/dtrsna.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/ieeeck.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/ilaenv.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlc.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-lisp.system
share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-package.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zgebak.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zgebal.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zgeev.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zgehd2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zgehrd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zheev.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zhetd2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zhetrd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zhseqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlacgv.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlacpy.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zladiv.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlahqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlahr2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlange.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlanhe.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr0.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr1.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr2.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr3.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr4.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr5.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarf.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfb.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfg.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarft.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlartg.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlascl.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaset.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlasr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlassq.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrd.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrs.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zrot.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zsteqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/ztrevc.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/ztrexc.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zung2l.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zung2r.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zunghr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zungql.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zungqr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zungtr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zunm2r.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zunmhr.lisp
share/maxima/${PKGVERSION}/share/lapack/lapack/zunmqr.lisp
share/maxima/${PKGVERSION}/share/lapack/load-lapack.lisp
share/maxima/${PKGVERSION}/share/lapack/rtest_dgeqrf.mac
share/maxima/${PKGVERSION}/share/lbfgs/f2cl-lbfgs.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lb1.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lb2.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-daxpy.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-ddot.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-lisp.system
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.lisp
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.mac
share/maxima/${PKGVERSION}/share/lbfgs/maxima-lbfgs.lisp
share/maxima/${PKGVERSION}/share/lbfgs/mcsrch.lisp
share/maxima/${PKGVERSION}/share/lbfgs/mcstep.lisp
share/maxima/${PKGVERSION}/share/lbfgs/run-lbfgs.lisp
share/maxima/${PKGVERSION}/share/lbfgs/sdrive.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/announcement.txt
share/maxima/${PKGVERSION}/share/linearalgebra/eigens-by-jacobi.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/linalg-extra.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/linalg-utilities.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/linalg.usage
share/maxima/${PKGVERSION}/share/linearalgebra/linalgcholesky.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.demo
share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.mac
share/maxima/${PKGVERSION}/share/linearalgebra/load-linearalgebra-lisp-files.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/lu.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.usage
share/maxima/${PKGVERSION}/share/linearalgebra/mring.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/polynomialp.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/test-cholesky.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-eigens-by-jacobi.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-linalg.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-lu.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-matrixexp.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac
share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
share/maxima/${PKGVERSION}/share/logic/COPYING
share/maxima/${PKGVERSION}/share/logic/TODO
share/maxima/${PKGVERSION}/share/logic/logic.dem
share/maxima/${PKGVERSION}/share/logic/logic.html
share/maxima/${PKGVERSION}/share/logic/logic.info
share/maxima/${PKGVERSION}/share/logic/logic.lisp
share/maxima/${PKGVERSION}/share/logic/logic.mac
share/maxima/${PKGVERSION}/share/logic/logic.pdf
share/maxima/${PKGVERSION}/share/logic/logic.texi
share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac
share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac
share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac
share/maxima/${PKGVERSION}/share/macro/autolo.mac
share/maxima/${PKGVERSION}/share/macro/basic.mac
share/maxima/${PKGVERSION}/share/macro/caseq.mac
share/maxima/${PKGVERSION}/share/macro/contrl.mac
share/maxima/${PKGVERSION}/share/macro/defm.dem
share/maxima/${PKGVERSION}/share/macro/defm.mac
share/maxima/${PKGVERSION}/share/macro/defm.syn
share/maxima/${PKGVERSION}/share/macro/defstm.mac
share/maxima/${PKGVERSION}/share/macro/defstmrun.mac
share/maxima/${PKGVERSION}/share/macro/fexpr.mac
share/maxima/${PKGVERSION}/share/macro/keyarg.dem
share/maxima/${PKGVERSION}/share/macro/keyarg.mac
share/maxima/${PKGVERSION}/share/macro/packg.mac
share/maxima/${PKGVERSION}/share/macro/sum1.mac
share/maxima/${PKGVERSION}/share/matrix/eigen.dem
share/maxima/${PKGVERSION}/share/matrix/eigen.mac
share/maxima/${PKGVERSION}/share/matrix/eigen_1.dem
share/maxima/${PKGVERSION}/share/matrix/invert.mac
share/maxima/${PKGVERSION}/share/matrix/invert.usg
share/maxima/${PKGVERSION}/share/matrix/matfun.mac
share/maxima/${PKGVERSION}/share/matrix/nchrpl.dem
share/maxima/${PKGVERSION}/share/matrix/nchrpl.mac
share/maxima/${PKGVERSION}/share/matrix/pfaff.dem
share/maxima/${PKGVERSION}/share/matrix/pfaff.mac
share/maxima/${PKGVERSION}/share/matrix/pfaff.usg
share/maxima/${PKGVERSION}/share/matrix/rateig.mac
share/maxima/${PKGVERSION}/share/matrix/rtest_eigen.mac
share/maxima/${PKGVERSION}/share/maxima-init.lisp
share/maxima/${PKGVERSION}/share/minpack/disclaimer
share/maxima/${PKGVERSION}/share/minpack/lisp/dogleg.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/dpmpar.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/enorm.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac1.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac2.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd1.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj1.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/lmder.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/lmder1.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif1.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/lmpar.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/qform.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/qrfac.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/qrsolv.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/r1mpyq.lisp
share/maxima/${PKGVERSION}/share/minpack/lisp/r1updt.lisp
share/maxima/${PKGVERSION}/share/minpack/load-minpack.lisp
share/maxima/${PKGVERSION}/share/minpack/minpack-interface.lisp
share/maxima/${PKGVERSION}/share/minpack/minpack-lisp.system
share/maxima/${PKGVERSION}/share/minpack/minpack-package.lisp
share/maxima/${PKGVERSION}/share/minpack/minpack.mac
share/maxima/${PKGVERSION}/share/minpack/minpack.system
share/maxima/${PKGVERSION}/share/misc/arrfun.mac
share/maxima/${PKGVERSION}/share/misc/declin.dem
share/maxima/${PKGVERSION}/share/misc/declin.mac
share/maxima/${PKGVERSION}/share/misc/declin.usg
share/maxima/${PKGVERSION}/share/misc/diffop.lisp
share/maxima/${PKGVERSION}/share/misc/dump.lisp
share/maxima/${PKGVERSION}/share/misc/dump.usg
share/maxima/${PKGVERSION}/share/misc/foptim.lisp
share/maxima/${PKGVERSION}/share/misc/seqopt.dem
share/maxima/${PKGVERSION}/share/misc/seqopt.lisp
share/maxima/${PKGVERSION}/share/misc/seqopt.usg
share/maxima/${PKGVERSION}/share/misc/smacro.mac
share/maxima/${PKGVERSION}/share/mnewton/mnewton.mac
share/maxima/${PKGVERSION}/share/mnewton/rtest_mnewton.mac
share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.lisp
share/maxima/${PKGVERSION}/share/multiadditive/rtest_opproperties.mac
share/maxima/${PKGVERSION}/share/numeric/bffac.mac
share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp
share/maxima/${PKGVERSION}/share/numeric/brmbrg.usg
share/maxima/${PKGVERSION}/share/numeric/dblint.dem
share/maxima/${PKGVERSION}/share/numeric/dblint.mac
share/maxima/${PKGVERSION}/share/numeric/dblint.usg
share/maxima/${PKGVERSION}/share/numeric/dblint_1.dem
share/maxima/${PKGVERSION}/share/numeric/diffeq.dem
share/maxima/${PKGVERSION}/share/numeric/diffeq.mac
share/maxima/${PKGVERSION}/share/numeric/expense.lisp
share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp
share/maxima/${PKGVERSION}/share/numeric/fft.dem
share/maxima/${PKGVERSION}/share/numeric/fft.lisp
share/maxima/${PKGVERSION}/share/numeric/fft.usg
share/maxima/${PKGVERSION}/share/numeric/forma1.lisp
share/maxima/${PKGVERSION}/share/numeric/forma1.usg
share/maxima/${PKGVERSION}/share/numeric/format.lisp
share/maxima/${PKGVERSION}/share/numeric/format.usg
share/maxima/${PKGVERSION}/share/numeric/interpol.mac
share/maxima/${PKGVERSION}/share/numeric/newton.mac
share/maxima/${PKGVERSION}/share/numeric/newton1.mac
share/maxima/${PKGVERSION}/share/numeric/riemsum.mac
share/maxima/${PKGVERSION}/share/numeric/romberg.lisp
share/maxima/${PKGVERSION}/share/numeric/rtest_bffac.mac
share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac
share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac
share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac
share/maxima/${PKGVERSION}/share/numeric/simpsn.dem
share/maxima/${PKGVERSION}/share/numeric/simpsn.mac
share/maxima/${PKGVERSION}/share/numeric/submac.dem
share/maxima/${PKGVERSION}/share/numeric/submac.mac
share/maxima/${PKGVERSION}/share/numericalio/README
share/maxima/${PKGVERSION}/share/numericalio/array.data
share/maxima/${PKGVERSION}/share/numericalio/encode-decode-float.lisp
share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp
share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac
share/maxima/${PKGVERSION}/share/numericalio/pipe.data
share/maxima/${PKGVERSION}/share/numericalio/ragged.data
share/maxima/${PKGVERSION}/share/numericalio/really-csv.data
share/maxima/${PKGVERSION}/share/numericalio/really-space-separated.csv
share/maxima/${PKGVERSION}/share/numericalio/rectangular.csv
share/maxima/${PKGVERSION}/share/numericalio/rectangular.data
share/maxima/${PKGVERSION}/share/numericalio/rtest_numericalio.mac
share/maxima/${PKGVERSION}/share/numericalio/semicolon.data
share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-lsb
share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-msb
share/maxima/${PKGVERSION}/share/orthopoly/README
share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt
share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem
share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp
share/maxima/${PKGVERSION}/share/orthopoly/rtest_pochhammer.mac
share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac
share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem
share/maxima/${PKGVERSION}/share/pdiff/battex.sty
share/maxima/${PKGVERSION}/share/pdiff/history.txt
share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.pdf
share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.tex
share/maxima/${PKGVERSION}/share/pdiff/pdiff.lisp
share/maxima/${PKGVERSION}/share/pdiff/rtest_pdiff.mac
share/maxima/${PKGVERSION}/share/physics/battex.sty
share/maxima/${PKGVERSION}/share/physics/dimen.dem
share/maxima/${PKGVERSION}/share/physics/dimen.mac
share/maxima/${PKGVERSION}/share/physics/dimen.usg
share/maxima/${PKGVERSION}/share/physics/dimension.html
share/maxima/${PKGVERSION}/share/physics/dimension.mac
share/maxima/${PKGVERSION}/share/physics/dimension.pdf
share/maxima/${PKGVERSION}/share/physics/dimension.tex
share/maxima/${PKGVERSION}/share/physics/elec.lisp
share/maxima/${PKGVERSION}/share/physics/physconst.mac
share/maxima/${PKGVERSION}/share/physics/physconst.usg
share/maxima/${PKGVERSION}/share/physics/units.mac
share/maxima/${PKGVERSION}/share/physics/units.usg
share/maxima/${PKGVERSION}/share/readme-share.txt
share/maxima/${PKGVERSION}/share/share.usg
share/maxima/${PKGVERSION}/share/share_testsuite.mac
share/maxima/${PKGVERSION}/share/simplex/Readme.txt
share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_b.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_c.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_A.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_b.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_c.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_A.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_b.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_c.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/klee_minty.mac
share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_A.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_b.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_c.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_A.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_b.csv
share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_c.csv
share/maxima/${PKGVERSION}/share/simplex/minimize_sx.mac
share/maxima/${PKGVERSION}/share/simplex/rtest_simplex.mac
share/maxima/${PKGVERSION}/share/simplex/simplex.mac
share/maxima/${PKGVERSION}/share/simplex/simplex_algorithm.lisp
share/maxima/${PKGVERSION}/share/simplification/absimp.dem
share/maxima/${PKGVERSION}/share/simplification/absimp.mac
share/maxima/${PKGVERSION}/share/simplification/disol.dem
share/maxima/${PKGVERSION}/share/simplification/disol.mac
share/maxima/${PKGVERSION}/share/simplification/elim.mac
share/maxima/${PKGVERSION}/share/simplification/facex1.mac
share/maxima/${PKGVERSION}/share/simplification/facexp.dem
share/maxima/${PKGVERSION}/share/simplification/facexp.mac
share/maxima/${PKGVERSION}/share/simplification/functs.dem
share/maxima/${PKGVERSION}/share/simplification/functs.mac
share/maxima/${PKGVERSION}/share/simplification/genut.mac
share/maxima/${PKGVERSION}/share/simplification/ineq.dem
share/maxima/${PKGVERSION}/share/simplification/ineq.mac
share/maxima/${PKGVERSION}/share/simplification/lrats.dem
share/maxima/${PKGVERSION}/share/simplification/lrats.mac
share/maxima/${PKGVERSION}/share/simplification/rducon.dem
share/maxima/${PKGVERSION}/share/simplification/rducon.lisp
share/maxima/${PKGVERSION}/share/simplification/rncomb.dem
share/maxima/${PKGVERSION}/share/simplification/rncomb.mac
share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac
share/maxima/${PKGVERSION}/share/simplification/scifac.dem
share/maxima/${PKGVERSION}/share/simplification/scifac.lisp
share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac
share/maxima/${PKGVERSION}/share/simplification/stopex.dem
share/maxima/${PKGVERSION}/share/simplification/stopex.mac
share/maxima/${PKGVERSION}/share/solve_rat_ineq/rtest_solve_rat_ineq.mac
share/maxima/${PKGVERSION}/share/solve_rat_ineq/solve_rat_ineq.mac
share/maxima/${PKGVERSION}/share/solve_rec/rtest_simplify_sum.mac
share/maxima/${PKGVERSION}/share/solve_rec/rtest_solve_rec.mac
share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac
share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac
share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem
share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac
share/maxima/${PKGVERSION}/share/specfun.lisp
share/maxima/${PKGVERSION}/share/stats/inference_result.lisp
share/maxima/${PKGVERSION}/share/stats/numstats.lisp
share/maxima/${PKGVERSION}/share/stats/rtest_stats.mac
share/maxima/${PKGVERSION}/share/stats/stats.mac
share/maxima/${PKGVERSION}/share/stringproc/base64.lisp
share/maxima/${PKGVERSION}/share/stringproc/eval_string.lisp
share/maxima/${PKGVERSION}/share/stringproc/md5.lisp
share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp
share/maxima/${PKGVERSION}/share/stringproc/printf.lisp
share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac
share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac
share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
share/maxima/${PKGVERSION}/share/sym/arite.lisp
share/maxima/${PKGVERSION}/share/sym/chbase.lisp
share/maxima/${PKGVERSION}/share/sym/compile.lisp
share/maxima/${PKGVERSION}/share/sym/direct.lisp
share/maxima/${PKGVERSION}/share/sym/doconline
share/maxima/${PKGVERSION}/share/sym/docsym-en.tex
share/maxima/${PKGVERSION}/share/sym/docsym-fr.tex
share/maxima/${PKGVERSION}/share/sym/docsymidx.tex
share/maxima/${PKGVERSION}/share/sym/ecrivain.lisp
share/maxima/${PKGVERSION}/share/sym/elem.lisp
share/maxima/${PKGVERSION}/share/sym/kak.lisp
share/maxima/${PKGVERSION}/share/sym/lecteur.lisp
share/maxima/${PKGVERSION}/share/sym/load-sym-lisp-files.lisp
share/maxima/${PKGVERSION}/share/sym/macros.lisp
share/maxima/${PKGVERSION}/share/sym/makefile
share/maxima/${PKGVERSION}/share/sym/multmon.lisp
share/maxima/${PKGVERSION}/share/sym/operations.lisp
share/maxima/${PKGVERSION}/share/sym/partpol.lisp
share/maxima/${PKGVERSION}/share/sym/permut.lisp
share/maxima/${PKGVERSION}/share/sym/pui.lisp
share/maxima/${PKGVERSION}/share/sym/resolcayley.lisp
share/maxima/${PKGVERSION}/share/sym/resolv1.lisp
share/maxima/${PKGVERSION}/share/sym/resolvante.mac
share/maxima/${PKGVERSION}/share/sym/schur.lisp
share/maxima/${PKGVERSION}/share/sym/sym.mac
share/maxima/${PKGVERSION}/share/sym/sym.system
share/maxima/${PKGVERSION}/share/sym/sym1.mac
share/maxima/${PKGVERSION}/share/sym/symtest.mac
share/maxima/${PKGVERSION}/share/sym/testsuite.lisp
share/maxima/${PKGVERSION}/share/sym/treillis.lisp
share/maxima/${PKGVERSION}/share/sym/tri.lisp
share/maxima/${PKGVERSION}/share/sym/util.lisp
share/maxima/${PKGVERSION}/share/template-standalone.texi
share/maxima/${PKGVERSION}/share/template.texi
share/maxima/${PKGVERSION}/share/tensor/ademo.dem
share/maxima/${PKGVERSION}/share/tensor/adsitter.dem
share/maxima/${PKGVERSION}/share/tensor/allnutt.dem
share/maxima/${PKGVERSION}/share/tensor/atensor.dem
share/maxima/${PKGVERSION}/share/tensor/atensor.mac
share/maxima/${PKGVERSION}/share/tensor/bianchi.dem
share/maxima/${PKGVERSION}/share/tensor/bradic.dem
share/maxima/${PKGVERSION}/share/tensor/canten.lisp
share/maxima/${PKGVERSION}/share/tensor/car_iden.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor.mac
share/maxima/${PKGVERSION}/share/tensor/ctensor1.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor2.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor3.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor4.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor5.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor6.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor7.dem
share/maxima/${PKGVERSION}/share/tensor/ctensor8.dem
share/maxima/${PKGVERSION}/share/tensor/einhil.dem
share/maxima/${PKGVERSION}/share/tensor/ex_calc.dem
share/maxima/${PKGVERSION}/share/tensor/ex_calc.mac
share/maxima/${PKGVERSION}/share/tensor/friedmann.dem
share/maxima/${PKGVERSION}/share/tensor/gener.lisp
share/maxima/${PKGVERSION}/share/tensor/godel.dem
share/maxima/${PKGVERSION}/share/tensor/helicity.dem
share/maxima/${PKGVERSION}/share/tensor/hodge.dem
share/maxima/${PKGVERSION}/share/tensor/hydro.dem
share/maxima/${PKGVERSION}/share/tensor/iframe.mac
share/maxima/${PKGVERSION}/share/tensor/itensor.lisp
share/maxima/${PKGVERSION}/share/tensor/itensor1.dem
share/maxima/${PKGVERSION}/share/tensor/itensor2.dem
share/maxima/${PKGVERSION}/share/tensor/itensor3.dem
share/maxima/${PKGVERSION}/share/tensor/itensor4.dem
share/maxima/${PKGVERSION}/share/tensor/itensor5.dem
share/maxima/${PKGVERSION}/share/tensor/itensor6.dem
share/maxima/${PKGVERSION}/share/tensor/itensor8.dem
share/maxima/${PKGVERSION}/share/tensor/itensor9.dem
share/maxima/${PKGVERSION}/share/tensor/kaluza.dem
share/maxima/${PKGVERSION}/share/tensor/kruskal.dem
share/maxima/${PKGVERSION}/share/tensor/lckdt.mac
share/maxima/${PKGVERSION}/share/tensor/mail-archive.txt
share/maxima/${PKGVERSION}/share/tensor/maxwell.dem
share/maxima/${PKGVERSION}/share/tensor/papapetrou.dem
share/maxima/${PKGVERSION}/share/tensor/petrov.dem
share/maxima/${PKGVERSION}/share/tensor/plasma.dem
share/maxima/${PKGVERSION}/share/tensor/rainich.dem
share/maxima/${PKGVERSION}/share/tensor/reissner.dem
share/maxima/${PKGVERSION}/share/tensor/rtest_atensor.mac
share/maxima/${PKGVERSION}/share/tensor/rtest_ctensor.mac
share/maxima/${PKGVERSION}/share/tensor/rtest_itensor.mac
share/maxima/${PKGVERSION}/share/tensor/schwarz.dem
share/maxima/${PKGVERSION}/share/tensor/spinor.dem
share/maxima/${PKGVERSION}/share/tensor/symtry.lisp
share/maxima/${PKGVERSION}/share/tensor/taubnut.dem
share/maxima/${PKGVERSION}/share/tensor/tendemo.mac
share/maxima/${PKGVERSION}/share/tensor/tensor.dem
share/maxima/${PKGVERSION}/share/tensor/tentex.lisp
share/maxima/${PKGVERSION}/share/tensor/tetrad.dem
share/maxima/${PKGVERSION}/share/tensor/weyl.dem
share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly.mac
share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly_solve.mac
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly.lisp
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve.mac
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve_extra.lisp
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solver.mac
share/maxima/${PKGVERSION}/share/to_poly_solve/topoly.lisp
share/maxima/${PKGVERSION}/share/trigonometry/atrig1.mac
share/maxima/${PKGVERSION}/share/trigonometry/atrig1.usg
share/maxima/${PKGVERSION}/share/trigonometry/ntrig.mac
share/maxima/${PKGVERSION}/share/trigonometry/ntrig.usg
share/maxima/${PKGVERSION}/share/trigonometry/spangl.mac
share/maxima/${PKGVERSION}/share/trigonometry/spangl.usg
share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac
share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp
share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp
share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac
share/maxima/${PKGVERSION}/share/vector/vect.dem
share/maxima/${PKGVERSION}/share/vector/vect.mac
share/maxima/${PKGVERSION}/share/vector/vect.usg
share/maxima/${PKGVERSION}/share/vector/vect_transform.mac
share/maxima/${PKGVERSION}/share/vector/vector.dem
share/maxima/${PKGVERSION}/share/vector/vector.mac
share/maxima/${PKGVERSION}/share/vector/vector.usg
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg
share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac
share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac
share/maxima/${PKGVERSION}/xmaxima/demos.html
share/maxima/${PKGVERSION}/xmaxima/examples.html
share/maxima/${PKGVERSION}/xmaxima/html/figures/plot2d.gif
share/maxima/${PKGVERSION}/xmaxima/html/figures/plot3d.gif
share/maxima/${PKGVERSION}/xmaxima/html/figures/sliders.gif
share/maxima/${PKGVERSION}/xmaxima/html/figures/xmaxima.gif
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_1.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_2.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_3.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_4.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_5.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_6.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_7.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_8.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_abt.html
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_toc.html
share/maxima/${PKGVERSION}/xmaxima/intro.html
share/maxima/${PKGVERSION}/xmaxima/maxima-icon.gif
share/maxima/${PKGVERSION}/xmaxima/maxima-icon.ico
share/maxima/${PKGVERSION}/xmaxima/maxima-icon.png
share/maxima/${PKGVERSION}/xmaxima/maxima-new.gif
share/maxima/${PKGVERSION}/xmaxima/maxima-new.png
share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg
share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg
share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html
@pkgdir share/maxima/${PKGVERSION}/tests
@pkgdir share/maxima/${PKGVERSION}/src
@pkgdir share/maxima/${PKGVERSION}/demo