Initial import of maxima-5.9.0

Maxima is a descendant of DOE Macsyma, which had its origins in the
late 1960s at MIT. It is the only system based on that effort still
publicly available and with an active user community, thanks to its
open source nature. Macsyma was the first of a new breed of computer
algebra systems, leading the way for programs such as Maple and
Mathematica. Maxima itself is reasonably feature complete at this
stage, with abilities such as symbolic integration, 3D plotting, and
an ODE solver, but there is a lot of work yet to be done in terms of
bug fixing, cleanup, and documentation.

WWW: http://maxima.sourceforge.net/

Submitted by rich@cannings.org with minor tweaks by me
This commit is contained in:
pvalchev 2003-03-31 04:33:59 +00:00
parent 17c64f0933
commit d7806a60a6
4 changed files with 804 additions and 0 deletions

37
math/maxima/Makefile Normal file
View File

@ -0,0 +1,37 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/03/31 04:33:59 pvalchev Exp $
COMMENT= "GPL computer algebra system based on DOE Macsyma"
VERSION= 5.9.0
DISTNAME= maxima-${VERSION}
CATEGORIES= math
HOMEPAGE= http://maxima.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
CONFIGURE_STYLE= gnu
BUILD_DEPENDS= :clisp-*:lang/clisp
RUN_DEPENDS= ${BUILD_DEPENDS}
SUBST_VARS= VERSION
FLAVORS= no_x11
FLAVOR?=
CONFIGURE_ARGS+= --enable-clisp
.if !${FLAVOR:L:Mno_x11}
USE_X11= Yes
LIB_DEPENDS+= tcl83.1.3::lang/tcl/8.3 \
tk83.1.3::x11/tk/8.3
CONFIGURE_ARGS+= --with-wish=${LOCALBASE}/bin/wish8.3
.endif
.include <bsd.port.mk>

3
math/maxima/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (maxima-5.9.0.tar.gz) = a1d6d6ed6afb0eebf03df865c0a19f19
RMD160 (maxima-5.9.0.tar.gz) = 490082c1025b81cba81ad6e94605e1eb8a7d73e5
SHA1 (maxima-5.9.0.tar.gz) = a604f7c98fb34f80273cbcf1df629a6d5bb6d808

11
math/maxima/pkg/DESCR Normal file
View File

@ -0,0 +1,11 @@
Maxima is a descendant of DOE Macsyma, which had its origins in the
late 1960s at MIT. It is the only system based on that effort still
publicly available and with an active user community, thanks to its
open source nature. Macsyma was the first of a new breed of computer
algebra systems, leading the way for programs such as Maple and
Mathematica. Maxima itself is reasonably feature complete at this
stage, with abilities such as symbolic integration, 3D plotting, and
an ODE solver, but there is a lot of work yet to be done in terms of
bug fixing, cleanup, and documentation.
WWW: ${HOMEPAGE}

753
math/maxima/pkg/PLIST Normal file
View File

@ -0,0 +1,753 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/03/31 04:34:00 pvalchev Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/maxima.info
bin/maxima
bin/xmaxima
info/maxima.info
info/maxima.info-1
info/maxima.info-10
info/maxima.info-11
info/maxima.info-12
info/maxima.info-13
info/maxima.info-14
info/maxima.info-15
info/maxima.info-2
info/maxima.info-3
info/maxima.info-4
info/maxima.info-5
info/maxima.info-6
info/maxima.info-7
info/maxima.info-8
info/maxima.info-9
lib/maxima/${VERSION}/binary-clisp/maxima.mem
libexec/maxima/${VERSION}/maxima-run-lisp
libexec/maxima/${VERSION}/mgnuplot
libexec/maxima/${VERSION}/omplotdata
man/man1/maxima.1
share/maxima/${VERSION}/demo/array.dem
share/maxima/${VERSION}/demo/cf.dem
share/maxima/${VERSION}/demo/demo.dem
share/maxima/${VERSION}/demo/eaton1.dem
share/maxima/${VERSION}/demo/eaton2.dem
share/maxima/${VERSION}/demo/ezgcd.dem
share/maxima/${VERSION}/demo/hypgeo.dem
share/maxima/${VERSION}/demo/macex.dem
share/maxima/${VERSION}/demo/macro.dem
share/maxima/${VERSION}/demo/manual.demo
share/maxima/${VERSION}/demo/newfac.dem
share/maxima/${VERSION}/demo/plots.mac
share/maxima/${VERSION}/demo/rombrg.dem
share/maxima/${VERSION}/demo/subscr.dem
share/maxima/${VERSION}/demo/sumcon.dem
share/maxima/${VERSION}/demo/trgsmp.dem
share/maxima/${VERSION}/doc/EMaximaIntro.ps
share/maxima/${VERSION}/doc/html/intromax.html
share/maxima/${VERSION}/doc/html/maxima_1.html
share/maxima/${VERSION}/doc/html/maxima_10.html
share/maxima/${VERSION}/doc/html/maxima_11.html
share/maxima/${VERSION}/doc/html/maxima_12.html
share/maxima/${VERSION}/doc/html/maxima_13.html
share/maxima/${VERSION}/doc/html/maxima_14.html
share/maxima/${VERSION}/doc/html/maxima_15.html
share/maxima/${VERSION}/doc/html/maxima_16.html
share/maxima/${VERSION}/doc/html/maxima_17.html
share/maxima/${VERSION}/doc/html/maxima_18.html
share/maxima/${VERSION}/doc/html/maxima_19.html
share/maxima/${VERSION}/doc/html/maxima_2.html
share/maxima/${VERSION}/doc/html/maxima_20.html
share/maxima/${VERSION}/doc/html/maxima_21.html
share/maxima/${VERSION}/doc/html/maxima_22.html
share/maxima/${VERSION}/doc/html/maxima_23.html
share/maxima/${VERSION}/doc/html/maxima_24.html
share/maxima/${VERSION}/doc/html/maxima_25.html
share/maxima/${VERSION}/doc/html/maxima_26.html
share/maxima/${VERSION}/doc/html/maxima_27.html
share/maxima/${VERSION}/doc/html/maxima_28.html
share/maxima/${VERSION}/doc/html/maxima_29.html
share/maxima/${VERSION}/doc/html/maxima_3.html
share/maxima/${VERSION}/doc/html/maxima_30.html
share/maxima/${VERSION}/doc/html/maxima_31.html
share/maxima/${VERSION}/doc/html/maxima_32.html
share/maxima/${VERSION}/doc/html/maxima_33.html
share/maxima/${VERSION}/doc/html/maxima_34.html
share/maxima/${VERSION}/doc/html/maxima_35.html
share/maxima/${VERSION}/doc/html/maxima_36.html
share/maxima/${VERSION}/doc/html/maxima_37.html
share/maxima/${VERSION}/doc/html/maxima_38.html
share/maxima/${VERSION}/doc/html/maxima_39.html
share/maxima/${VERSION}/doc/html/maxima_4.html
share/maxima/${VERSION}/doc/html/maxima_40.html
share/maxima/${VERSION}/doc/html/maxima_41.html
share/maxima/${VERSION}/doc/html/maxima_42.html
share/maxima/${VERSION}/doc/html/maxima_5.html
share/maxima/${VERSION}/doc/html/maxima_6.html
share/maxima/${VERSION}/doc/html/maxima_7.html
share/maxima/${VERSION}/doc/html/maxima_8.html
share/maxima/${VERSION}/doc/html/maxima_9.html
share/maxima/${VERSION}/doc/html/maxima_toc.html
share/maxima/${VERSION}/doc/share/bessel.usg
share/maxima/${VERSION}/doc/share/brchre.txt
share/maxima/${VERSION}/doc/share/rombrg.usg
share/maxima/${VERSION}/doc/share/translation_hints.txt
share/maxima/${VERSION}/emacs/bookmode.el
share/maxima/${VERSION}/emacs/dbl.el
share/maxima/${VERSION}/emacs/emaxima.el
share/maxima/${VERSION}/emacs/emaxima.lisp
share/maxima/${VERSION}/emacs/emaxima.sty
share/maxima/${VERSION}/emacs/maxima-font-lock.el
share/maxima/${VERSION}/emacs/maxima.el
share/maxima/${VERSION}/emacs/smart-complete.el
share/maxima/${VERSION}/emacs/sshell.el
share/maxima/${VERSION}/share/algebra/charsets/README
share/maxima/${VERSION}/share/algebra/charsets/charsets.mac
share/maxima/${VERSION}/share/algebra/charsets/test1.mac
share/maxima/${VERSION}/share/algebra/differ.dem
share/maxima/${VERSION}/share/algebra/differ.mac
share/maxima/${VERSION}/share/algebra/gcdex.mac
share/maxima/${VERSION}/share/algebra/grob1.lisp
share/maxima/${VERSION}/share/algebra/nusum.mac
share/maxima/${VERSION}/share/algebra/nusum.usg
share/maxima/${VERSION}/share/algebra/recur.dem
share/maxima/${VERSION}/share/algebra/recur.lisp
share/maxima/${VERSION}/share/algebra/recur.mac
share/maxima/${VERSION}/share/algebra/recur.transcript
share/maxima/${VERSION}/share/algebra/solver/linsolve.mac
share/maxima/${VERSION}/share/algebra/solver/misc.mac
share/maxima/${VERSION}/share/algebra/solver/readme
share/maxima/${VERSION}/share/algebra/solver/slvrmsgs.mac
share/maxima/${VERSION}/share/algebra/solver/slvrtbox.mac
share/maxima/${VERSION}/share/algebra/solver/solver.mac
share/maxima/${VERSION}/share/algebra/solver/solver1-en.html
share/maxima/${VERSION}/share/algebra/solver/solver1.pdf
share/maxima/${VERSION}/share/algebra/solver/test.mac
share/maxima/${VERSION}/share/calculus/cartan.dem
share/maxima/${VERSION}/share/calculus/cartan.lisp
share/maxima/${VERSION}/share/calculus/fourie.dem
share/maxima/${VERSION}/share/calculus/fourie.mac
share/maxima/${VERSION}/share/calculus/fourie.usg
share/maxima/${VERSION}/share/calculus/gendif.mac
share/maxima/${VERSION}/share/calculus/gendif.usg
share/maxima/${VERSION}/share/calculus/optmiz.dem
share/maxima/${VERSION}/share/calculus/optmiz.mac
share/maxima/${VERSION}/share/calculus/optmiz.transcript
share/maxima/${VERSION}/share/calculus/optmiz.usg
share/maxima/${VERSION}/share/calculus/optmiz_1.dem
share/maxima/${VERSION}/share/calculus/optmiz_2.dem
share/maxima/${VERSION}/share/calculus/optmiz_3.dem
share/maxima/${VERSION}/share/calculus/optmiz_4.dem
share/maxima/${VERSION}/share/calculus/optvar.dem
share/maxima/${VERSION}/share/calculus/optvar.mac
share/maxima/${VERSION}/share/calculus/optvar.transcript
share/maxima/${VERSION}/share/calculus/optvar.usg
share/maxima/${VERSION}/share/calculus/optvar_1.dem
share/maxima/${VERSION}/share/calculus/optvar_2.dem
share/maxima/${VERSION}/share/calculus/pade2.mac
share/maxima/${VERSION}/share/calculus/qual.dem
share/maxima/${VERSION}/share/calculus/qual.mac
share/maxima/${VERSION}/share/calculus/qual.usg
share/maxima/${VERSION}/share/calculus/qualsp.lisp
share/maxima/${VERSION}/share/calculus/revert.mac
share/maxima/${VERSION}/share/calculus/revert.usg
share/maxima/${VERSION}/share/calculus/taylor1.mac
share/maxima/${VERSION}/share/combinatorics/comgen.lisp
share/maxima/${VERSION}/share/combinatorics/permut.lisp
share/maxima/${VERSION}/share/contrib/diag.dem
share/maxima/${VERSION}/share/contrib/diag.mac
share/maxima/${VERSION}/share/contrib/diag.usg
share/maxima/${VERSION}/share/contrib/impdiff.mac
share/maxima/${VERSION}/share/contrib/lindstedt.mac
share/maxima/${VERSION}/share/contrib/makeOrders.mac
share/maxima/${VERSION}/share/diffequations/abel.mac
share/maxima/${VERSION}/share/diffequations/desoln.mac
share/maxima/${VERSION}/share/diffequations/desoln.usg
share/maxima/${VERSION}/share/diffequations/exampl.mac
share/maxima/${VERSION}/share/diffequations/linde1.mc
share/maxima/${VERSION}/share/diffequations/ode2.mac
share/maxima/${VERSION}/share/diffequations/ode2.usg
share/maxima/${VERSION}/share/diffequations/odeaux.mac
share/maxima/${VERSION}/share/diffequations/pdvtr.mac
share/maxima/${VERSION}/share/diffequations/phypgm.mac
share/maxima/${VERSION}/share/diffequations/pivtr.mac
share/maxima/${VERSION}/share/diffequations/pmain.mac
share/maxima/${VERSION}/share/graphics/world.mac
share/maxima/${VERSION}/share/integequations/inteqn.mac
share/maxima/${VERSION}/share/integequations/inteqn.usg
share/maxima/${VERSION}/share/integequations/intexs.mac
share/maxima/${VERSION}/share/integration/antid.dem
share/maxima/${VERSION}/share/integration/antid.mac
share/maxima/${VERSION}/share/integration/antid.usg
share/maxima/${VERSION}/share/integration/bypart.mac
share/maxima/${VERSION}/share/integration/delta.dem
share/maxima/${VERSION}/share/integration/delta.mac
share/maxima/${VERSION}/share/integration/delta.usg
share/maxima/${VERSION}/share/integration/intsce.mac
share/maxima/${VERSION}/share/integration/intsce.usg
share/maxima/${VERSION}/share/macro/autolo.mac
share/maxima/${VERSION}/share/macro/basic.mac
share/maxima/${VERSION}/share/macro/caseq.mac
share/maxima/${VERSION}/share/macro/contrl.mac
share/maxima/${VERSION}/share/macro/defm.dem
share/maxima/${VERSION}/share/macro/defm.mac
share/maxima/${VERSION}/share/macro/defm.syn
share/maxima/${VERSION}/share/macro/defstm.mac
share/maxima/${VERSION}/share/macro/defstmrun.mac
share/maxima/${VERSION}/share/macro/fexpr.mac
share/maxima/${VERSION}/share/macro/keyarg.dem
share/maxima/${VERSION}/share/macro/keyarg.mac
share/maxima/${VERSION}/share/macro/packg.mac
share/maxima/${VERSION}/share/macro/sum1.mac
share/maxima/${VERSION}/share/matrix/determ.mac
share/maxima/${VERSION}/share/matrix/determ.usg
share/maxima/${VERSION}/share/matrix/eigen.dem
share/maxima/${VERSION}/share/matrix/eigen.mac
share/maxima/${VERSION}/share/matrix/eigen.usg
share/maxima/${VERSION}/share/matrix/eigen_1.dem
share/maxima/${VERSION}/share/matrix/eigeni.mac
share/maxima/${VERSION}/share/matrix/invert.mac
share/maxima/${VERSION}/share/matrix/invert.usg
share/maxima/${VERSION}/share/matrix/matfun.mac
share/maxima/${VERSION}/share/matrix/nchrpl.dem
share/maxima/${VERSION}/share/matrix/nchrpl.mac
share/maxima/${VERSION}/share/matrix/pfaff.dem
share/maxima/${VERSION}/share/matrix/pfaff.mac
share/maxima/${VERSION}/share/matrix/pfaff.usg
share/maxima/${VERSION}/share/matrix/rateig.mac
share/maxima/${VERSION}/share/maxima-init.lisp
share/maxima/${VERSION}/share/misc/arrfun.mac
share/maxima/${VERSION}/share/misc/declin.dem
share/maxima/${VERSION}/share/misc/declin.mac
share/maxima/${VERSION}/share/misc/declin.usg
share/maxima/${VERSION}/share/misc/diffop.lisp
share/maxima/${VERSION}/share/misc/disran.lisp
share/maxima/${VERSION}/share/misc/disran.usg
share/maxima/${VERSION}/share/misc/dump.lisp
share/maxima/${VERSION}/share/misc/dump.usg
share/maxima/${VERSION}/share/misc/foptim.lisp
share/maxima/${VERSION}/share/misc/seqopt.dem
share/maxima/${VERSION}/share/misc/seqopt.lisp
share/maxima/${VERSION}/share/misc/seqopt.usg
share/maxima/${VERSION}/share/misc/set.lisp
share/maxima/${VERSION}/share/misc/set.usg
share/maxima/${VERSION}/share/misc/smacro.mac
share/maxima/${VERSION}/share/numeric/bffac.lisp
share/maxima/${VERSION}/share/numeric/bffac.usg
share/maxima/${VERSION}/share/numeric/brmbrg.lisp
share/maxima/${VERSION}/share/numeric/brmbrg.usg
share/maxima/${VERSION}/share/numeric/cfortr.dem
share/maxima/${VERSION}/share/numeric/cfortr.lisp
share/maxima/${VERSION}/share/numeric/cfortr.tst
share/maxima/${VERSION}/share/numeric/cfortr.usg
share/maxima/${VERSION}/share/numeric/dblint.dem
share/maxima/${VERSION}/share/numeric/dblint.mac
share/maxima/${VERSION}/share/numeric/dblint.usg
share/maxima/${VERSION}/share/numeric/dblint_1.dem
share/maxima/${VERSION}/share/numeric/diffeq.dem
share/maxima/${VERSION}/share/numeric/diffeq.mac
share/maxima/${VERSION}/share/numeric/expense.lisp
share/maxima/${VERSION}/share/numeric/fft.dem
share/maxima/${VERSION}/share/numeric/fft.lisp
share/maxima/${VERSION}/share/numeric/fft.usg
share/maxima/${VERSION}/share/numeric/forma1.lisp
share/maxima/${VERSION}/share/numeric/forma1.usg
share/maxima/${VERSION}/share/numeric/format.lisp
share/maxima/${VERSION}/share/numeric/format.usg
share/maxima/${VERSION}/share/numeric/kach.dem
share/maxima/${VERSION}/share/numeric/kach.mac
share/maxima/${VERSION}/share/numeric/newton.mac
share/maxima/${VERSION}/share/numeric/newton1.mac
share/maxima/${VERSION}/share/numeric/qq.dem
share/maxima/${VERSION}/share/numeric/qq.lisp
share/maxima/${VERSION}/share/numeric/qq.usg
share/maxima/${VERSION}/share/numeric/riemsum.mac
share/maxima/${VERSION}/share/numeric/simpsn.dem
share/maxima/${VERSION}/share/numeric/simpsn.mac
share/maxima/${VERSION}/share/numeric/submac.dem
share/maxima/${VERSION}/share/numeric/submac.mac
share/maxima/${VERSION}/share/physics/battex.sty
share/maxima/${VERSION}/share/physics/dimen.dem
share/maxima/${VERSION}/share/physics/dimen.mac
share/maxima/${VERSION}/share/physics/dimen.usg
share/maxima/${VERSION}/share/physics/dimension.html
share/maxima/${VERSION}/share/physics/dimension.mac
share/maxima/${VERSION}/share/physics/dimension.pdf
share/maxima/${VERSION}/share/physics/dimension.tex
share/maxima/${VERSION}/share/physics/elec.lisp
share/maxima/${VERSION}/share/physics/gam5.lisp
share/maxima/${VERSION}/share/physics/gamalg.dem
share/maxima/${VERSION}/share/physics/gamalg.lisp
share/maxima/${VERSION}/share/physics/gamalg.usg
share/maxima/${VERSION}/share/physics/gamchi.lisp
share/maxima/${VERSION}/share/physics/gamcon.lisp
share/maxima/${VERSION}/share/physics/gamgfi.lisp
share/maxima/${VERSION}/share/physics/gamkah.lisp
share/maxima/${VERSION}/share/physics/gammtr.lisp
share/maxima/${VERSION}/share/physics/gamnoc.lisp
share/maxima/${VERSION}/share/physics/gamsq.lisp
share/maxima/${VERSION}/share/physics/physconst.mac
share/maxima/${VERSION}/share/physics/physconst.usg
share/maxima/${VERSION}/share/physics/units.mac
share/maxima/${VERSION}/share/physics/units.usg
share/maxima/${VERSION}/share/share.usg
share/maxima/${VERSION}/share/simplification/absimp.dem
share/maxima/${VERSION}/share/simplification/absimp.mac
share/maxima/${VERSION}/share/simplification/absimp.usg
share/maxima/${VERSION}/share/simplification/disol.dem
share/maxima/${VERSION}/share/simplification/disol.mac
share/maxima/${VERSION}/share/simplification/disol.usg
share/maxima/${VERSION}/share/simplification/elim.mac
share/maxima/${VERSION}/share/simplification/elim.usg
share/maxima/${VERSION}/share/simplification/facex1.mac
share/maxima/${VERSION}/share/simplification/facexp.dem
share/maxima/${VERSION}/share/simplification/facexp.mac
share/maxima/${VERSION}/share/simplification/facexp.usg
share/maxima/${VERSION}/share/simplification/functs.dem
share/maxima/${VERSION}/share/simplification/functs.mac
share/maxima/${VERSION}/share/simplification/functs.usg
share/maxima/${VERSION}/share/simplification/genut.mac
share/maxima/${VERSION}/share/simplification/ineq.dem
share/maxima/${VERSION}/share/simplification/ineq.mac
share/maxima/${VERSION}/share/simplification/ineq.usg
share/maxima/${VERSION}/share/simplification/lrats.dem
share/maxima/${VERSION}/share/simplification/lrats.mac
share/maxima/${VERSION}/share/simplification/lrats.usg
share/maxima/${VERSION}/share/simplification/rducon.dem
share/maxima/${VERSION}/share/simplification/rducon.lisp
share/maxima/${VERSION}/share/simplification/rducon.usg
share/maxima/${VERSION}/share/simplification/rncomb.dem
share/maxima/${VERSION}/share/simplification/rncomb.mac
share/maxima/${VERSION}/share/simplification/rncomb.usg
share/maxima/${VERSION}/share/simplification/scifac.dem
share/maxima/${VERSION}/share/simplification/scifac.lisp
share/maxima/${VERSION}/share/simplification/scifac.usg
share/maxima/${VERSION}/share/simplification/sqdnst.mac
share/maxima/${VERSION}/share/simplification/sqdnst.usg
share/maxima/${VERSION}/share/simplification/stopex.dem
share/maxima/${VERSION}/share/simplification/stopex.mac
share/maxima/${VERSION}/share/simplification/stopex.usg
share/maxima/${VERSION}/share/specfunctions/airy.lisp
share/maxima/${VERSION}/share/specfunctions/airy.usg
share/maxima/${VERSION}/share/specfunctions/ellipt.lisp
share/maxima/${VERSION}/share/specfunctions/ellipt.usg
share/maxima/${VERSION}/share/specfunctions/gamma.mac
share/maxima/${VERSION}/share/specfunctions/h-atom.dem
share/maxima/${VERSION}/share/specfunctions/kn.mac
share/maxima/${VERSION}/share/specfunctions/specfun.mac
share/maxima/${VERSION}/share/specfunctions/specfun.usg
share/maxima/${VERSION}/share/specfunctions/test_specfun.mac
share/maxima/${VERSION}/share/specfunctions/variational_method.dem
share/maxima/${VERSION}/share/sym/arite.lisp
share/maxima/${VERSION}/share/sym/chbase.lisp
share/maxima/${VERSION}/share/sym/compile.lisp
share/maxima/${VERSION}/share/sym/direct.lisp
share/maxima/${VERSION}/share/sym/doconline
share/maxima/${VERSION}/share/sym/docsym.tex
share/maxima/${VERSION}/share/sym/docsymidx.tex
share/maxima/${VERSION}/share/sym/ecrivain.lisp
share/maxima/${VERSION}/share/sym/elem.lisp
share/maxima/${VERSION}/share/sym/kak.lisp
share/maxima/${VERSION}/share/sym/lecteur.lisp
share/maxima/${VERSION}/share/sym/macros.lisp
share/maxima/${VERSION}/share/sym/makefile
share/maxima/${VERSION}/share/sym/multmon.lisp
share/maxima/${VERSION}/share/sym/operations.lisp
share/maxima/${VERSION}/share/sym/partpol.lisp
share/maxima/${VERSION}/share/sym/permut.lisp
share/maxima/${VERSION}/share/sym/pui.lisp
share/maxima/${VERSION}/share/sym/resolcayley.lisp
share/maxima/${VERSION}/share/sym/resolv1.lisp
share/maxima/${VERSION}/share/sym/resolvante.mac
share/maxima/${VERSION}/share/sym/schur.lisp
share/maxima/${VERSION}/share/sym/sym.mac
share/maxima/${VERSION}/share/sym/sym1.mac
share/maxima/${VERSION}/share/sym/treillis.lisp
share/maxima/${VERSION}/share/sym/tri.lisp
share/maxima/${VERSION}/share/sym/util.lisp
share/maxima/${VERSION}/share/tensor/aaricc.mac
share/maxima/${VERSION}/share/tensor/aaricc_bsc.mac
share/maxima/${VERSION}/share/tensor/aaricc_spl.mac
share/maxima/${VERSION}/share/tensor/aatest.mac
share/maxima/${VERSION}/share/tensor/ademo.dem
share/maxima/${VERSION}/share/tensor/ademo2.dem
share/maxima/${VERSION}/share/tensor/ajpff.mac
share/maxima/${VERSION}/share/tensor/anew.mac
share/maxima/${VERSION}/share/tensor/anew_add.mac
share/maxima/${VERSION}/share/tensor/birkhoff.txt
share/maxima/${VERSION}/share/tensor/brans_bmb.mac
share/maxima/${VERSION}/share/tensor/brans_vacuum.mac
share/maxima/${VERSION}/share/tensor/brbirk.mac
share/maxima/${VERSION}/share/tensor/canten.lisp
share/maxima/${VERSION}/share/tensor/ctenso_1.dem
share/maxima/${VERSION}/share/tensor/ctenso_2.dem
share/maxima/${VERSION}/share/tensor/ctenso_3.dem
share/maxima/${VERSION}/share/tensor/ctenso_4.dem
share/maxima/${VERSION}/share/tensor/ctensr.mac
share/maxima/${VERSION}/share/tensor/gener.lisp
share/maxima/${VERSION}/share/tensor/info-tensor-2.txt
share/maxima/${VERSION}/share/tensor/info-tensor.txt
share/maxima/${VERSION}/share/tensor/itensor.dem
share/maxima/${VERSION}/share/tensor/itensor.lisp
share/maxima/${VERSION}/share/tensor/itensor.usg
share/maxima/${VERSION}/share/tensor/jpff.mac
share/maxima/${VERSION}/share/tensor/manual.txt
share/maxima/${VERSION}/share/tensor/metrics.mac
share/maxima/${VERSION}/share/tensor/mmans.mac
share/maxima/${VERSION}/share/tensor/mmans_run.mac
share/maxima/${VERSION}/share/tensor/motion.mac
share/maxima/${VERSION}/share/tensor/petrov.mac
share/maxima/${VERSION}/share/tensor/ricci2.mac
share/maxima/${VERSION}/share/tensor/rsn.mac
share/maxima/${VERSION}/share/tensor/swartz.dem
share/maxima/${VERSION}/share/tensor/symtry.lisp
share/maxima/${VERSION}/share/tensor/tensor-doc.txt
share/maxima/${VERSION}/share/tensor/test1.mac
share/maxima/${VERSION}/share/trigonometry/atrig1.mac
share/maxima/${VERSION}/share/trigonometry/atrig1.usg
share/maxima/${VERSION}/share/trigonometry/ntrig.mac
share/maxima/${VERSION}/share/trigonometry/ntrig.usg
share/maxima/${VERSION}/share/trigonometry/spangl.mac
share/maxima/${VERSION}/share/trigonometry/spangl.usg
share/maxima/${VERSION}/share/trigonometry/trigrat.lisp
share/maxima/${VERSION}/share/utils/batch.dem
share/maxima/${VERSION}/share/utils/batch.mac
share/maxima/${VERSION}/share/utils/batch.transcript
share/maxima/${VERSION}/share/utils/batch.usg
share/maxima/${VERSION}/share/utils/dskuse.lisp
share/maxima/${VERSION}/share/utils/dskuse.usg
share/maxima/${VERSION}/share/utils/fileop.lisp
share/maxima/${VERSION}/share/utils/fileop.usg
share/maxima/${VERSION}/share/utils/mactex-utilities.lisp
share/maxima/${VERSION}/share/vector/vect.dem
share/maxima/${VERSION}/share/vector/vect.mac
share/maxima/${VERSION}/share/vector/vect.usg
share/maxima/${VERSION}/share/vector/vect_transform.mac
share/maxima/${VERSION}/share/vector/vector.dem
share/maxima/${VERSION}/share/vector/vector.mac
share/maxima/${VERSION}/share/vector/vector.usg
share/maxima/${VERSION}/src/SYS-DECLAIM.lisp
share/maxima/${VERSION}/src/SYS-PROCLAIM.lisp
share/maxima/${VERSION}/src/acall.lisp
share/maxima/${VERSION}/src/algfac.lisp
share/maxima/${VERSION}/src/algsys.lisp
share/maxima/${VERSION}/src/ar.lisp
share/maxima/${VERSION}/src/askp.lisp
share/maxima/${VERSION}/src/asum.lisp
share/maxima/${VERSION}/src/autoconf-variables.lisp
share/maxima/${VERSION}/src/autol.lisp
share/maxima/${VERSION}/src/bessel.lisp
share/maxima/${VERSION}/src/buildq.lisp
share/maxima/${VERSION}/src/cl-info.lisp
share/maxima/${VERSION}/src/clmacs.lisp
share/maxima/${VERSION}/src/combin.lisp
share/maxima/${VERSION}/src/comm.lisp
share/maxima/${VERSION}/src/comm2.lisp
share/maxima/${VERSION}/src/commac.lisp
share/maxima/${VERSION}/src/compar.lisp
share/maxima/${VERSION}/src/compat.lisp
share/maxima/${VERSION}/src/cpoly.lisp
share/maxima/${VERSION}/src/csimp.lisp
share/maxima/${VERSION}/src/csimp2.lisp
share/maxima/${VERSION}/src/db.lisp
share/maxima/${VERSION}/src/defcal.lisp
share/maxima/${VERSION}/src/defint.lisp
share/maxima/${VERSION}/src/defopt.lisp
share/maxima/${VERSION}/src/desoln.lisp
share/maxima/${VERSION}/src/displa.lisp
share/maxima/${VERSION}/src/displm.lisp
share/maxima/${VERSION}/src/dskfn.lisp
share/maxima/${VERSION}/src/elim.lisp
share/maxima/${VERSION}/src/ellipt.lisp
share/maxima/${VERSION}/src/evalw.lisp
share/maxima/${VERSION}/src/ezgcd.lisp
share/maxima/${VERSION}/src/factor.lisp
share/maxima/${VERSION}/src/fcall.lisp
share/maxima/${VERSION}/src/flatten.lisp
share/maxima/${VERSION}/src/float.lisp
share/maxima/${VERSION}/src/fortra.lisp
share/maxima/${VERSION}/src/generr.lisp
share/maxima/${VERSION}/src/grind.lisp
share/maxima/${VERSION}/src/hayat.lisp
share/maxima/${VERSION}/src/homog.lisp
share/maxima/${VERSION}/src/hyp.lisp
share/maxima/${VERSION}/src/hypgeo.lisp
share/maxima/${VERSION}/src/init-cl.lisp
share/maxima/${VERSION}/src/inmis.lisp
share/maxima/${VERSION}/src/intpol.lisp
share/maxima/${VERSION}/src/invert.lisp
share/maxima/${VERSION}/src/irinte.lisp
share/maxima/${VERSION}/src/kclmac.lisp
share/maxima/${VERSION}/src/laplac.lisp
share/maxima/${VERSION}/src/ldisp.lisp
share/maxima/${VERSION}/src/lesfac.lisp
share/maxima/${VERSION}/src/letmac.lisp
share/maxima/${VERSION}/src/limit.lisp
share/maxima/${VERSION}/src/linnew.lisp
share/maxima/${VERSION}/src/lmdcls.lisp
share/maxima/${VERSION}/src/logarc.lisp
share/maxima/${VERSION}/src/macdes.lisp
share/maxima/${VERSION}/src/macsys.lisp
share/maxima/${VERSION}/src/mactex.lisp
share/maxima/${VERSION}/src/marray.lisp
share/maxima/${VERSION}/src/mat.lisp
share/maxima/${VERSION}/src/matcom.lisp
share/maxima/${VERSION}/src/matrix.lisp
share/maxima/${VERSION}/src/matrun.lisp
share/maxima/${VERSION}/src/max_ext.lisp
share/maxima/${VERSION}/src/maxima-package.lisp
share/maxima/${VERSION}/src/maxmac.lisp
share/maxima/${VERSION}/src/mdebug.lisp
share/maxima/${VERSION}/src/mdefun.lisp
share/maxima/${VERSION}/src/mdot.lisp
share/maxima/${VERSION}/src/merror.lisp
share/maxima/${VERSION}/src/mforma.lisp
share/maxima/${VERSION}/src/mformt.lisp
share/maxima/${VERSION}/src/mhayat.lisp
share/maxima/${VERSION}/src/misc.lisp
share/maxima/${VERSION}/src/mlisp.lisp
share/maxima/${VERSION}/src/mload.lisp
share/maxima/${VERSION}/src/mmacro.lisp
share/maxima/${VERSION}/src/mopers.lisp
share/maxima/${VERSION}/src/mormac.lisp
share/maxima/${VERSION}/src/mrgmac.lisp
share/maxima/${VERSION}/src/mstuff.lisp
share/maxima/${VERSION}/src/mtrace.lisp
share/maxima/${VERSION}/src/mutils.lisp
share/maxima/${VERSION}/src/nalgfa.lisp
share/maxima/${VERSION}/src/newdet.lisp
share/maxima/${VERSION}/src/newinv.lisp
share/maxima/${VERSION}/src/nforma.lisp
share/maxima/${VERSION}/src/nisimp.lisp
share/maxima/${VERSION}/src/nparse.lisp
share/maxima/${VERSION}/src/nrat4.lisp
share/maxima/${VERSION}/src/nregex.lisp
share/maxima/${VERSION}/src/numer.lisp
share/maxima/${VERSION}/src/numerical/f2cl-lib.lisp
share/maxima/${VERSION}/src/numerical/f2cl-package.lisp
share/maxima/${VERSION}/src/numerical/slatec.lisp
share/maxima/${VERSION}/src/numerical/slatec/d9aimp.lisp
share/maxima/${VERSION}/src/numerical/slatec/d9b0mp.lisp
share/maxima/${VERSION}/src/numerical/slatec/d9b1mp.lisp
share/maxima/${VERSION}/src/numerical/slatec/d9lgmc.lisp
share/maxima/${VERSION}/src/numerical/slatec/dai.lisp
share/maxima/${VERSION}/src/numerical/slatec/daie.lisp
share/maxima/${VERSION}/src/numerical/slatec/dasyik.lisp
share/maxima/${VERSION}/src/numerical/slatec/dasyjy.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesi.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesi0.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesi1.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesj.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesj0.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesj1.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesk.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesk0.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesk1.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesy.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesy0.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbesy1.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbsi0e.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbsi1e.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbsk0e.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbsk1e.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbsknu.lisp
share/maxima/${VERSION}/src/numerical/slatec/dbsynu.lisp
share/maxima/${VERSION}/src/numerical/slatec/dcsevl.lisp
share/maxima/${VERSION}/src/numerical/slatec/de1.lisp
share/maxima/${VERSION}/src/numerical/slatec/dei.lisp
share/maxima/${VERSION}/src/numerical/slatec/derf.lisp
share/maxima/${VERSION}/src/numerical/slatec/derfc.lisp
share/maxima/${VERSION}/src/numerical/slatec/dgamlm.lisp
share/maxima/${VERSION}/src/numerical/slatec/dgamln.lisp
share/maxima/${VERSION}/src/numerical/slatec/dgamma.lisp
share/maxima/${VERSION}/src/numerical/slatec/djairy.lisp
share/maxima/${VERSION}/src/numerical/slatec/dlngam.lisp
share/maxima/${VERSION}/src/numerical/slatec/dyairy.lisp
share/maxima/${VERSION}/src/numerical/slatec/fdump.lisp
share/maxima/${VERSION}/src/numerical/slatec/initds.lisp
share/maxima/${VERSION}/src/numerical/slatec/j4save.lisp
share/maxima/${VERSION}/src/numerical/slatec/xercnt.lisp
share/maxima/${VERSION}/src/numerical/slatec/xerhlt.lisp
share/maxima/${VERSION}/src/numerical/slatec/xermsg.lisp
share/maxima/${VERSION}/src/numerical/slatec/xerprn.lisp
share/maxima/${VERSION}/src/numerical/slatec/xersve.lisp
share/maxima/${VERSION}/src/numerical/slatec/xgetua.lisp
share/maxima/${VERSION}/src/numerical/slatec/zabs.lisp
share/maxima/${VERSION}/src/numerical/slatec/zacai.lisp
share/maxima/${VERSION}/src/numerical/slatec/zacon.lisp
share/maxima/${VERSION}/src/numerical/slatec/zairy.lisp
share/maxima/${VERSION}/src/numerical/slatec/zasyi.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbesh.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbesi.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbesj.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbesk.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbesy.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbinu.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbknu.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbuni.lisp
share/maxima/${VERSION}/src/numerical/slatec/zbunk.lisp
share/maxima/${VERSION}/src/numerical/slatec/zdiv.lisp
share/maxima/${VERSION}/src/numerical/slatec/zexp.lisp
share/maxima/${VERSION}/src/numerical/slatec/zkscl.lisp
share/maxima/${VERSION}/src/numerical/slatec/zlog.lisp
share/maxima/${VERSION}/src/numerical/slatec/zmlri.lisp
share/maxima/${VERSION}/src/numerical/slatec/zmlt.lisp
share/maxima/${VERSION}/src/numerical/slatec/zrati.lisp
share/maxima/${VERSION}/src/numerical/slatec/zs1s2.lisp
share/maxima/${VERSION}/src/numerical/slatec/zseri.lisp
share/maxima/${VERSION}/src/numerical/slatec/zshch.lisp
share/maxima/${VERSION}/src/numerical/slatec/zsqrt.lisp
share/maxima/${VERSION}/src/numerical/slatec/zuchk.lisp
share/maxima/${VERSION}/src/numerical/slatec/zunhj.lisp
share/maxima/${VERSION}/src/numerical/slatec/zuni1.lisp
share/maxima/${VERSION}/src/numerical/slatec/zuni2.lisp
share/maxima/${VERSION}/src/numerical/slatec/zunik.lisp
share/maxima/${VERSION}/src/numerical/slatec/zunk1.lisp
share/maxima/${VERSION}/src/numerical/slatec/zunk2.lisp
share/maxima/${VERSION}/src/numerical/slatec/zuoik.lisp
share/maxima/${VERSION}/src/numerical/slatec/zwrsk.lisp
share/maxima/${VERSION}/src/numerm.lisp
share/maxima/${VERSION}/src/numth.lisp
share/maxima/${VERSION}/src/nusum.lisp
share/maxima/${VERSION}/src/ode2.lisp
share/maxima/${VERSION}/src/opers.lisp
share/maxima/${VERSION}/src/optim.lisp
share/maxima/${VERSION}/src/optimize.lisp
share/maxima/${VERSION}/src/option.lisp
share/maxima/${VERSION}/src/outmis.lisp
share/maxima/${VERSION}/src/pade.lisp
share/maxima/${VERSION}/src/parse-body.lisp
share/maxima/${VERSION}/src/plot.lisp
share/maxima/${VERSION}/src/pois2.lisp
share/maxima/${VERSION}/src/pois3.lisp
share/maxima/${VERSION}/src/polyrz.lisp
share/maxima/${VERSION}/src/powers.lisp
share/maxima/${VERSION}/src/procs.lisp
share/maxima/${VERSION}/src/psolve.lisp
share/maxima/${VERSION}/src/rat3a.lisp
share/maxima/${VERSION}/src/rat3b.lisp
share/maxima/${VERSION}/src/rat3c.lisp
share/maxima/${VERSION}/src/rat3d.lisp
share/maxima/${VERSION}/src/rat3e.lisp
share/maxima/${VERSION}/src/ratmac.lisp
share/maxima/${VERSION}/src/ratout.lisp
share/maxima/${VERSION}/src/ratpoi.lisp
share/maxima/${VERSION}/src/residu.lisp
share/maxima/${VERSION}/src/result.lisp
share/maxima/${VERSION}/src/risch.lisp
share/maxima/${VERSION}/src/rombrg.lisp
share/maxima/${VERSION}/src/rpart.lisp
share/maxima/${VERSION}/src/runtim.lisp
share/maxima/${VERSION}/src/rzmac.lisp
share/maxima/${VERSION}/src/schatc.lisp
share/maxima/${VERSION}/src/scs.lisp
share/maxima/${VERSION}/src/series.lisp
share/maxima/${VERSION}/src/set.lisp
share/maxima/${VERSION}/src/simp.lisp
share/maxima/${VERSION}/src/sin.lisp
share/maxima/${VERSION}/src/sinint.lisp
share/maxima/${VERSION}/src/sloop.lisp
share/maxima/${VERSION}/src/solve.lisp
share/maxima/${VERSION}/src/specfn.lisp
share/maxima/${VERSION}/src/spgcd.lisp
share/maxima/${VERSION}/src/sprdet.lisp
share/maxima/${VERSION}/src/strmac.lisp
share/maxima/${VERSION}/src/sublis.lisp
share/maxima/${VERSION}/src/sumcon.lisp
share/maxima/${VERSION}/src/suprv1.lisp
share/maxima/${VERSION}/src/tlimit.lisp
share/maxima/${VERSION}/src/todd-coxeter.lisp
share/maxima/${VERSION}/src/trans1.lisp
share/maxima/${VERSION}/src/trans2.lisp
share/maxima/${VERSION}/src/trans3.lisp
share/maxima/${VERSION}/src/trans4.lisp
share/maxima/${VERSION}/src/trans5.lisp
share/maxima/${VERSION}/src/transf.lisp
share/maxima/${VERSION}/src/transl.lisp
share/maxima/${VERSION}/src/transm.lisp
share/maxima/${VERSION}/src/transq.lisp
share/maxima/${VERSION}/src/transs.lisp
share/maxima/${VERSION}/src/trdata.lisp
share/maxima/${VERSION}/src/trgred.lisp
share/maxima/${VERSION}/src/trgsmp.lisp
share/maxima/${VERSION}/src/trigi.lisp
share/maxima/${VERSION}/src/trigo.lisp
share/maxima/${VERSION}/src/trmode.lisp
share/maxima/${VERSION}/src/troper.lisp
share/maxima/${VERSION}/src/trpred.lisp
share/maxima/${VERSION}/src/trprop.lisp
share/maxima/${VERSION}/src/trutil.lisp
share/maxima/${VERSION}/src/ufact.lisp
share/maxima/${VERSION}/src/utils.lisp
share/maxima/${VERSION}/src/zero.lisp
share/maxima/${VERSION}/tests/rexamples.mac
share/maxima/${VERSION}/tests/rtest1.mac
share/maxima/${VERSION}/tests/rtest10.mac
share/maxima/${VERSION}/tests/rtest11.mac
share/maxima/${VERSION}/tests/rtest12.mac
share/maxima/${VERSION}/tests/rtest13.mac
share/maxima/${VERSION}/tests/rtest13s.mac
share/maxima/${VERSION}/tests/rtest14.mac
share/maxima/${VERSION}/tests/rtest15.mac
share/maxima/${VERSION}/tests/rtest1a.mac
share/maxima/${VERSION}/tests/rtest2.mac
share/maxima/${VERSION}/tests/rtest3.mac
share/maxima/${VERSION}/tests/rtest4.mac
share/maxima/${VERSION}/tests/rtest5.mac
share/maxima/${VERSION}/tests/rtest6.mac
share/maxima/${VERSION}/tests/rtest6a.mac
share/maxima/${VERSION}/tests/rtest6b.mac
share/maxima/${VERSION}/tests/rtest7.mac
share/maxima/${VERSION}/tests/rtest8.mac
share/maxima/${VERSION}/tests/rtest9.mac
share/maxima/${VERSION}/tests/rtest9a.mac
share/maxima/${VERSION}/tests/rtestflatten.mac
share/maxima/${VERSION}/tests/rtestode.mac
share/maxima/${VERSION}/tests/summarize-log
share/maxima/${VERSION}/tests/tests.lisp
share/maxima/${VERSION}/xmaxima/demos.html
share/maxima/${VERSION}/xmaxima/examples.html
share/maxima/${VERSION}/xmaxima/intro.html
share/maxima/${VERSION}/xmaxima/maxima-icon.ico
share/maxima/${VERSION}/xmaxima/maxima-icon.png
share/maxima/${VERSION}/xmaxima/maxima-new.gif
share/maxima/${VERSION}/xmaxima/maxima-new.png
share/maxima/${VERSION}/xmaxima/plotmaxima.html
share/maxima/${VERSION}/xmaxima/server.lisp
@dirrm share/maxima/${VERSION}/xmaxima
@dirrm share/maxima/${VERSION}/tests
@dirrm share/maxima/${VERSION}/src/numerical/slatec
@dirrm share/maxima/${VERSION}/src/numerical
@dirrm share/maxima/${VERSION}/src
@dirrm share/maxima/${VERSION}/share/vector
@dirrm share/maxima/${VERSION}/share/utils
@dirrm share/maxima/${VERSION}/share/trigonometry
@dirrm share/maxima/${VERSION}/share/tensor
@dirrm share/maxima/${VERSION}/share/sym
@dirrm share/maxima/${VERSION}/share/specfunctions
@dirrm share/maxima/${VERSION}/share/simplification
@dirrm share/maxima/${VERSION}/share/physics
@dirrm share/maxima/${VERSION}/share/numeric
@dirrm share/maxima/${VERSION}/share/misc
@dirrm share/maxima/${VERSION}/share/matrix
@dirrm share/maxima/${VERSION}/share/macro
@dirrm share/maxima/${VERSION}/share/integration
@dirrm share/maxima/${VERSION}/share/integequations
@dirrm share/maxima/${VERSION}/share/graphics
@dirrm share/maxima/${VERSION}/share/diffequations
@dirrm share/maxima/${VERSION}/share/contrib
@dirrm share/maxima/${VERSION}/share/combinatorics
@dirrm share/maxima/${VERSION}/share/calculus
@dirrm share/maxima/${VERSION}/share/algebra/solver
@dirrm share/maxima/${VERSION}/share/algebra/charsets
@dirrm share/maxima/${VERSION}/share/algebra
@dirrm share/maxima/${VERSION}/share
@dirrm share/maxima/${VERSION}/emacs
@dirrm share/maxima/${VERSION}/doc/share
@dirrm share/maxima/${VERSION}/doc/html
@dirrm share/maxima/${VERSION}/doc
@dirrm share/maxima/${VERSION}/demo
@dirrm share/maxima/${VERSION}
@dirrm share/maxima
@dirrm libexec/maxima/${VERSION}
@dirrm libexec/maxima
@dirrm lib/maxima/${VERSION}/binary-clisp
@dirrm lib/maxima/${VERSION}
@dirrm lib/maxima
@exec install-info --info-dir=%D/info %D/info/maxima.info