On Thu, May 28, 2015 at 05:46:12PM +0200, Ingo Feinerer wrote:
> Update of math/maxima from 5.29.1 to 5.36.1:
> 
> - patches/patch-src_init-cl_lisp is no longer needed as already included
>   upstream.
> - patches/patch-share_Makefile_in and patches/patch-src_Makefile_in
>   removed as maxima builds, installs, and runs fine for me without these
>   two as well.

Based on the received feedback an updated diff:

- Take maintainership
- Minor rearrangements to follow the order as shown in Makefile.template
- Consistent whitespace ("RUN_DEPENDS =" vs. "RUN_DEPENDS=")
- Consistent lower/upper case (Yes vs. yes)
- Do not ship abs_integrate.info, kovacicODE.info, drawutils.info, and
  logic.info as there are other help formats available and install-info
  has problems with them ("install-info: warning: no entries found for")
- pre-configure is no longer necessary
- make test:

  1 test failed out of 10,185 total tests.

  The single failing test is a rounding error / different notation,
  e.g., 12.344321123443212e-5 vs. 1.234432112344321E-4

OK?

Best regards,
Ingo

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/maxima/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile    5 May 2015 17:00:18 -0000       1.30
+++ Makefile    8 Jun 2015 15:47:34 -0000
@@ -2,13 +2,12 @@
 
 COMMENT=               GPL computer algebra system based on DOE Macsyma
 
-VERSION=               5.29.1
+VERSION=               5.36.1
 DISTNAME=              maxima-${VERSION}
 CATEGORIES=            math
-REVISION=              0
 
 HOMEPAGE=              http://maxima.sourceforge.net/
-MAINTAINER =           Edd Barrett <e...@openbsd.org>
+MAINTAINER=            Ingo Feinerer <feine...@logic.at>
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
@@ -17,15 +16,14 @@ WANTLIB += c ecl ffi gc gmp m pthread
 
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=maxima/}
 
-USE_GMAKE=             yes
-
+RUN_DEPENDS=           misc/rlwrap
 LIB_DEPENDS=           lang/ecl
-RUN_DEPENDS =          misc/rlwrap
 
 SUBST_VARS=            VERSION
+USE_GMAKE=             Yes
 
-CONFIGURE_ARGS+=       --enable-ecl
 CONFIGURE_STYLE=       gnu
+CONFIGURE_ARGS+=       --enable-ecl
 
 FLAVORS=               no_x11
 FLAVOR?=
@@ -37,8 +35,5 @@ RUN_DEPENDS +=                ${MODTK_RUN_DEPENDS} \
 BUILD_DEPENDS +=       ${MODTK_RUN_DEPENDS}
 CONFIGURE_ARGS +=      --with-wish=${MODTK_BIN}
 .endif
-
-pre-configure:
-       ${SUBST_CMD} ${WRKSRC}/configure
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/maxima/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo    4 Jan 2013 14:05:41 -0000       1.10
+++ distinfo    8 Jun 2015 15:47:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (maxima-5.29.1.tar.gz) = 5NhVjm7/CaoLQk/TWRo/MJx/UwaGQGWNQMCyppCgJN0=
-SIZE (maxima-5.29.1.tar.gz) = 27148396
+SHA256 (maxima-5.36.1.tar.gz) = QAv4MAC4TSgNdeIA4HhYL+RPIyIIJFYswGxYnYqZOXQ=
+SIZE (maxima-5.36.1.tar.gz) = 29615673
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/math/maxima/patches/patch-configure,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure
--- patches/patch-configure     4 Jan 2013 14:05:41 -0000       1.2
+++ patches/patch-configure     8 Jun 2015 15:47:35 -0000
@@ -9,23 +9,23 @@ Reported upstream here:
 
https://sourceforge.net/tracker/?func=detail&aid=3436157&group_id=4933&atid=104933
 
 
---- configure.orig     Mon Dec 10 20:34:16 2012
-+++ configure  Wed Dec 12 10:46:08 2012
-@@ -4700,12 +4700,12 @@ if test x"${exec_prefix}" = xNONE ; then
+--- configure.orig     Wed May 27 19:11:13 2015
++++ configure  Wed May 27 19:14:04 2015
+@@ -4926,12 +4926,12 @@ if test x"${exec_prefix}" = xNONE ; then
  else
        tmp_exec_prefix="${exec_prefix}"
  fi
 -expanded_top_srcdir="`(cd \"$top_srcdir\" 1>/dev/null 2>/dev/null; pwd)`"
 +expanded_top_srcdir=`(cd "$top_srcdir" 1>/dev/null 2>/dev/null; pwd)`
  expanded_exec_prefix="${tmp_exec_prefix}"
--expanded_libdir="`eval \"exec_prefix=${tmp_exec_prefix};echo ${libdir}\"`"
--expanded_libexecdir="`eval \"exec_prefix=${tmp_exec_prefix};echo 
${libexecdir}\"`"
--expanded_datadir="`eval 
\"prefix=${tmp_prefix};datarootdir=${datarootdir};echo ${datadir}\"`"
--expanded_infodir="`eval 
\"prefix=${tmp_prefix};datarootdir=${datarootdir};echo ${infodir}\"`"
-+expanded_libdir=`eval "exec_prefix=${tmp_exec_prefix};echo ${libdir}"`
-+expanded_libexecdir=`eval "exec_prefix=${tmp_exec_prefix};echo ${libexecdir}"`
-+expanded_datadir=`eval "prefix=${tmp_prefix};datarootdir=${datarootdir};echo 
${datadir}"`
-+expanded_infodir=`eval "prefix=${tmp_prefix};datarootdir=${datarootdir};echo 
${infodir}"`
+-expanded_libdir="`eval \"exec_prefix=\\\"${tmp_exec_prefix}\\\";echo 
${libdir}\"`"
+-expanded_libexecdir="`eval \"exec_prefix=\\\"${tmp_exec_prefix}\\\";echo 
${libexecdir}\"`"
+-expanded_datadir="`eval 
\"prefix=\\\"${tmp_prefix}\\\";datarootdir=\\\"${datarootdir}\\\";echo 
${datadir}\"`"
+-expanded_infodir="`eval 
\"prefix=\\\"${tmp_prefix}\\\";datarootdir=\\\"${datarootdir}\\\";echo 
${infodir}\"`"
++expanded_libdir=`eval "exec_prefix="${tmp_exec_prefix}";echo ${libdir}"`
++expanded_libexecdir=`eval "exec_prefix="${tmp_exec_prefix}";echo 
${libexecdir}"`
++expanded_datadir=`eval 
"prefix="${tmp_prefix}";datarootdir="${datarootdir}";echo ${datadir}"`
++expanded_infodir=`eval 
"prefix="${tmp_prefix}";datarootdir="${datarootdir}";echo ${infodir}"`
  
  
  
Index: patches/patch-share_Makefile_in
===================================================================
RCS file: patches/patch-share_Makefile_in
diff -N patches/patch-share_Makefile_in
--- patches/patch-share_Makefile_in     4 Jan 2013 14:05:41 -0000       1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-$OpenBSD: patch-share_Makefile_in,v 1.2 2013/01/04 14:05:41 edd Exp $
---- share/Makefile.in.orig     Mon Dec 10 20:34:31 2012
-+++ share/Makefile.in  Wed Dec 12 10:46:08 2012
-@@ -1383,18 +1383,6 @@ EXTRA_DIST = $(genericdirDATA)
- all: all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/common.mk 
$(top_srcdir)/src/sharefiles.mk $(am__configure_deps)
--      @for dep in $?; do \
--        case '$(am__configure_deps)' in \
--          *$$dep*) \
--            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
--              && exit 0; \
--            exit 1;; \
--        esac; \
--      done; \
--      echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  share/Makefile'; \
--      cd $(top_srcdir) && \
--        $(AUTOMAKE) --gnu  share/Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: patches/patch-src_Makefile_in
diff -N patches/patch-src_Makefile_in
--- patches/patch-src_Makefile_in       4 Jan 2013 14:05:41 -0000       1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-$OpenBSD: patch-src_Makefile_in,v 1.5 2013/01/04 14:05:41 edd Exp $
---- src/Makefile.in.orig       Mon Dec 10 20:34:31 2012
-+++ src/Makefile.in    Wed Dec 12 10:46:08 2012
-@@ -551,18 +551,6 @@ EXTRA_DIST = $(real_lisp_sources) maxima.asd maxima.sy
- all: all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/common.mk 
$(srcdir)/clisp-depends.mk $(srcdir)/cmucl-depends.mk $(srcdir)/scl-depends.mk 
$(srcdir)/acl-depends.mk $(srcdir)/sbcl-depends.mk $(srcdir)/gcl-depends.mk 
$(srcdir)/openmcl-depends.mk $(srcdir)/ecl-depends.mk $(am__configure_deps)
--      @for dep in $?; do \
--        case '$(am__configure_deps)' in \
--          *$$dep*) \
--            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
--              && exit 0; \
--            exit 1;; \
--        esac; \
--      done; \
--      echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
--      cd $(top_srcdir) && \
--        $(AUTOMAKE) --gnu  src/Makefile
- .PRECIOUS: Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
Index: patches/patch-src_init-cl_lisp
===================================================================
RCS file: patches/patch-src_init-cl_lisp
diff -N patches/patch-src_init-cl_lisp
--- patches/patch-src_init-cl_lisp      4 Jan 2013 14:05:41 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-$OpenBSD: patch-src_init-cl_lisp,v 1.1 2013/01/04 14:05:41 edd Exp $
-
-Fix a bug about CL-USER:*MAXIMA-BUILD-TIME* being undefined.
-Patch comes from upstream git.
-
---- src/init-cl.lisp.orig      Wed Dec 12 10:46:33 2012
-+++ src/init-cl.lisp   Wed Dec 12 10:46:39 2012
-@@ -5,11 +5,16 @@
- ;; author:      Liam Healy <liam.he...@nrl.navy.mil>
- ;;********************************************************
- 
--(in-package :maxima)
--
- ;;; An ANSI-CL portable initializer to replace init_max1.lisp
- 
--#+ecl (defvar cl-user::*maxima-build-time* '#.(multiple-value-list 
(get-decoded-time)))
-+;; CL-USER:*MAXIMA-BUILD-TIME* is defined in maxima.asd and maxima.system,
-+;; but I guess ECL doesn't see that, so define it here.
-+#+ecl (progn
-+  (in-package :cl-user)
-+  (defvar *maxima-build-time* '#.(multiple-value-list (get-decoded-time)))
-+  (export '*maxima-build-time*))
-+
-+(in-package :maxima)
- 
- ;;; Locations of various types of files. These variables are discussed
- ;;; in more detail in the file doc/implementation/dir_vars.txt. Since
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/maxima/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -r1.9 PLIST
--- pkg/PLIST   4 Jan 2013 14:05:41 -0000       1.9
+++ pkg/PLIST   8 Jun 2015 15:47:35 -0000
@@ -17,7 +17,6 @@ libexec/maxima/${VERSION}/mgnuplot
 share/maxima/
 share/maxima/${VERSION}/
 share/maxima/${VERSION}/demo/
-share/maxima/${VERSION}/demo/array.dem
 share/maxima/${VERSION}/demo/cf.dem
 share/maxima/${VERSION}/demo/demo.dem
 share/maxima/${VERSION}/demo/eaton1.dem
@@ -30,7 +29,6 @@ share/maxima/${VERSION}/demo/manual.demo
 share/maxima/${VERSION}/demo/newfac.dem
 share/maxima/${VERSION}/demo/plots.mac
 share/maxima/${VERSION}/demo/romberg.dem
-share/maxima/${VERSION}/demo/subscr.dem
 share/maxima/${VERSION}/demo/sumcon.dem
 share/maxima/${VERSION}/demo/trgsmp.dem
 share/maxima/${VERSION}/doc/
@@ -56,19 +54,16 @@ share/maxima/${VERSION}/doc/html/figures
 share/maxima/${VERSION}/doc/html/figures/bodephase7.gif
 share/maxima/${VERSION}/doc/html/figures/bodephase8.gif
 share/maxima/${VERSION}/doc/html/figures/bodephase9.gif
-share/maxima/${VERSION}/doc/html/figures/contour1.gif
-share/maxima/${VERSION}/doc/html/figures/contour2.gif
-share/maxima/${VERSION}/doc/html/figures/contour3.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics1.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics10.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics2.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics3.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics4.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics5.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics6.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics7.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics8.gif
-share/maxima/${VERSION}/doc/html/figures/dynamics9.gif
+share/maxima/${VERSION}/doc/html/figures/color_terminal.png
+share/maxima/${VERSION}/doc/html/figures/dynamics1.png
+share/maxima/${VERSION}/doc/html/figures/dynamics2.png
+share/maxima/${VERSION}/doc/html/figures/dynamics3.png
+share/maxima/${VERSION}/doc/html/figures/dynamics4.png
+share/maxima/${VERSION}/doc/html/figures/dynamics5.png
+share/maxima/${VERSION}/doc/html/figures/dynamics6.png
+share/maxima/${VERSION}/doc/html/figures/dynamics7.png
+share/maxima/${VERSION}/doc/html/figures/dynamics8.png
+share/maxima/${VERSION}/doc/html/figures/favicon.ico
 share/maxima/${VERSION}/doc/html/figures/graphs01.gif
 share/maxima/${VERSION}/doc/html/figures/graphs02.gif
 share/maxima/${VERSION}/doc/html/figures/graphs03.gif
@@ -84,7 +79,6 @@ share/maxima/${VERSION}/doc/html/figures
 share/maxima/${VERSION}/doc/html/figures/graphs13.gif
 share/maxima/${VERSION}/doc/html/figures/graphs14.gif
 share/maxima/${VERSION}/doc/html/figures/graphs15.gif
-share/maxima/${VERSION}/doc/html/figures/implicit_plot.gif
 share/maxima/${VERSION}/doc/html/figures/introduction1.gif
 share/maxima/${VERSION}/doc/html/figures/introduction2.gif
 share/maxima/${VERSION}/doc/html/figures/introduction3.gif
@@ -95,31 +89,34 @@ share/maxima/${VERSION}/doc/html/figures
 share/maxima/${VERSION}/doc/html/figures/plotdf4.gif
 share/maxima/${VERSION}/doc/html/figures/plotdf5.gif
 share/maxima/${VERSION}/doc/html/figures/plotdf6.gif
-share/maxima/${VERSION}/doc/html/figures/plotting1.gif
-share/maxima/${VERSION}/doc/html/figures/plotting10.gif
-share/maxima/${VERSION}/doc/html/figures/plotting11.gif
-share/maxima/${VERSION}/doc/html/figures/plotting12.gif
-share/maxima/${VERSION}/doc/html/figures/plotting13.gif
-share/maxima/${VERSION}/doc/html/figures/plotting14.gif
-share/maxima/${VERSION}/doc/html/figures/plotting15.gif
-share/maxima/${VERSION}/doc/html/figures/plotting16.gif
-share/maxima/${VERSION}/doc/html/figures/plotting17.gif
-share/maxima/${VERSION}/doc/html/figures/plotting18.gif
-share/maxima/${VERSION}/doc/html/figures/plotting19.gif
-share/maxima/${VERSION}/doc/html/figures/plotting2.gif
-share/maxima/${VERSION}/doc/html/figures/plotting20.gif
-share/maxima/${VERSION}/doc/html/figures/plotting21.gif
-share/maxima/${VERSION}/doc/html/figures/plotting22.gif
-share/maxima/${VERSION}/doc/html/figures/plotting23.gif
-share/maxima/${VERSION}/doc/html/figures/plotting24.gif
-share/maxima/${VERSION}/doc/html/figures/plotting25.gif
-share/maxima/${VERSION}/doc/html/figures/plotting3.gif
-share/maxima/${VERSION}/doc/html/figures/plotting4.gif
-share/maxima/${VERSION}/doc/html/figures/plotting5.gif
-share/maxima/${VERSION}/doc/html/figures/plotting6.gif
-share/maxima/${VERSION}/doc/html/figures/plotting7.gif
-share/maxima/${VERSION}/doc/html/figures/plotting8.gif
-share/maxima/${VERSION}/doc/html/figures/plotting9.gif
+share/maxima/${VERSION}/doc/html/figures/plotting1.png
+share/maxima/${VERSION}/doc/html/figures/plotting10.png
+share/maxima/${VERSION}/doc/html/figures/plotting11.png
+share/maxima/${VERSION}/doc/html/figures/plotting12.png
+share/maxima/${VERSION}/doc/html/figures/plotting13.png
+share/maxima/${VERSION}/doc/html/figures/plotting14.png
+share/maxima/${VERSION}/doc/html/figures/plotting15.png
+share/maxima/${VERSION}/doc/html/figures/plotting16.png
+share/maxima/${VERSION}/doc/html/figures/plotting17.png
+share/maxima/${VERSION}/doc/html/figures/plotting18.png
+share/maxima/${VERSION}/doc/html/figures/plotting19.png
+share/maxima/${VERSION}/doc/html/figures/plotting2.png
+share/maxima/${VERSION}/doc/html/figures/plotting20.png
+share/maxima/${VERSION}/doc/html/figures/plotting21.png
+share/maxima/${VERSION}/doc/html/figures/plotting22.png
+share/maxima/${VERSION}/doc/html/figures/plotting23.png
+share/maxima/${VERSION}/doc/html/figures/plotting24.png
+share/maxima/${VERSION}/doc/html/figures/plotting25.png
+share/maxima/${VERSION}/doc/html/figures/plotting26.png
+share/maxima/${VERSION}/doc/html/figures/plotting3.png
+share/maxima/${VERSION}/doc/html/figures/plotting4.png
+share/maxima/${VERSION}/doc/html/figures/plotting5.png
+share/maxima/${VERSION}/doc/html/figures/plotting6.png
+share/maxima/${VERSION}/doc/html/figures/plotting7.png
+share/maxima/${VERSION}/doc/html/figures/plotting8.png
+share/maxima/${VERSION}/doc/html/figures/plotting9.png
+share/maxima/${VERSION}/doc/html/figures/scene1.png
+share/maxima/${VERSION}/doc/html/figures/scene2.png
 share/maxima/${VERSION}/doc/html/header.hhp
 share/maxima/${VERSION}/doc/html/index.hhk
 share/maxima/${VERSION}/doc/html/intromax.html
@@ -292,7 +289,6 @@ share/maxima/${VERSION}/share/affine/sub
 share/maxima/${VERSION}/share/affine/sys-declaim.lisp
 share/maxima/${VERSION}/share/affine/sys-proclaim.lisp
 share/maxima/${VERSION}/share/affine/sysdef.lisp
-share/maxima/${VERSION}/share/affine/todd-coxeter.lisp
 share/maxima/${VERSION}/share/algebra/
 share/maxima/${VERSION}/share/algebra/charsets/
 share/maxima/${VERSION}/share/algebra/charsets/README
@@ -307,6 +303,7 @@ share/maxima/${VERSION}/share/algebra/nu
 share/maxima/${VERSION}/share/algebra/recur.dem
 share/maxima/${VERSION}/share/algebra/recur.mac
 share/maxima/${VERSION}/share/algebra/recur.transcript
+share/maxima/${VERSION}/share/algebra/rtest_recur.mac
 share/maxima/${VERSION}/share/algebra/solver/
 share/maxima/${VERSION}/share/algebra/solver/linsolve.mac
 share/maxima/${VERSION}/share/algebra/solver/misc.mac
@@ -359,6 +356,7 @@ share/maxima/${VERSION}/share/calculus/r
 share/maxima/${VERSION}/share/calculus/taylor1.mac
 share/maxima/${VERSION}/share/cobyla/
 share/maxima/${VERSION}/share/cobyla/bf-cobyla-interface.lisp
+share/maxima/${VERSION}/share/cobyla/bf_fmin_cobyla.demo
 share/maxima/${VERSION}/share/cobyla/bf_fmin_cobyla.mac
 share/maxima/${VERSION}/share/cobyla/cobyla-interface.lisp
 share/maxima/${VERSION}/share/cobyla/cobyla-lisp.system
@@ -388,6 +386,7 @@ share/maxima/${VERSION}/share/cobyla/lis
 share/maxima/${VERSION}/share/cobyla/lisp/trstlp.lisp
 share/maxima/${VERSION}/share/cobyla/load-bf-cobyla.lisp
 share/maxima/${VERSION}/share/cobyla/load-cobyla.lisp
+share/maxima/${VERSION}/share/cobyla/rtest_cobyla.mac
 share/maxima/${VERSION}/share/colnew/
 share/maxima/${VERSION}/share/colnew/colnew-if.lisp
 share/maxima/${VERSION}/share/colnew/colnew-lisp.system
@@ -432,6 +431,25 @@ share/maxima/${VERSION}/share/colnew/pro
 share/maxima/${VERSION}/share/combinatorics/
 share/maxima/${VERSION}/share/combinatorics/README
 share/maxima/${VERSION}/share/contrib/
+share/maxima/${VERSION}/share/contrib/Eulix/
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix.html
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix.rst
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Step_T1.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Step_TP.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T1.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T1R.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T2.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T3.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T3N.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T4.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T5.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_T5N.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_TP.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_TS.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Table_T5.mac
+share/maxima/${VERSION}/share/contrib/Eulix/Eulix_Table_TC.mac
 share/maxima/${VERSION}/share/contrib/Grobner/
 share/maxima/${VERSION}/share/contrib/Grobner/README
 share/maxima/${VERSION}/share/contrib/Grobner/grobner-demo.output
@@ -459,9 +477,15 @@ share/maxima/${VERSION}/share/contrib/Ze
 share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger.mac
 share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
 share/maxima/${VERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
+share/maxima/${VERSION}/share/contrib/alt-display/
+share/maxima/${VERSION}/share/contrib/alt-display/alt-display.lisp
+share/maxima/${VERSION}/share/contrib/alt-display/alt-display.mac
+share/maxima/${VERSION}/share/contrib/alt-display/tex-display.lisp
 share/maxima/${VERSION}/share/contrib/altsimp/
 share/maxima/${VERSION}/share/contrib/altsimp/altsimp.lisp
 share/maxima/${VERSION}/share/contrib/augmented_lagrangian.mac
+share/maxima/${VERSION}/share/contrib/binsplit/
+share/maxima/${VERSION}/share/contrib/binsplit/binsplit.lisp
 share/maxima/${VERSION}/share/contrib/bitwise/
 share/maxima/${VERSION}/share/contrib/bitwise/bitwise.lisp
 share/maxima/${VERSION}/share/contrib/bitwise/bitwise_specification.txt
@@ -473,8 +497,13 @@ share/maxima/${VERSION}/share/contrib/bo
 share/maxima/${VERSION}/share/contrib/clebsch_gordan.mac
 share/maxima/${VERSION}/share/contrib/clebsh-gordan.tex
 share/maxima/${VERSION}/share/contrib/colorterm.lisp
+share/maxima/${VERSION}/share/contrib/coma/
+share/maxima/${VERSION}/share/contrib/coma/COMA.txt
+share/maxima/${VERSION}/share/contrib/coma/Control_Engineering_with_Maxima.pdf
+share/maxima/${VERSION}/share/contrib/coma/coma.mac
 share/maxima/${VERSION}/share/contrib/devine.mac
 share/maxima/${VERSION}/share/contrib/diag.mac
+share/maxima/${VERSION}/share/contrib/diag_test.mac
 share/maxima/${VERSION}/share/contrib/diffequations/
 share/maxima/${VERSION}/share/contrib/diffequations/README
 share/maxima/${VERSION}/share/contrib/diffequations/contrib_ode.mac
@@ -529,6 +558,7 @@ share/maxima/${VERSION}/share/contrib/di
 share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
 share/maxima/${VERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
 share/maxima/${VERSION}/share/contrib/diffequations/tests/testsuite.lisp
+share/maxima/${VERSION}/share/contrib/engineering-format.lisp
 share/maxima/${VERSION}/share/contrib/f90.lisp
 share/maxima/${VERSION}/share/contrib/floatproperties.lisp
 share/maxima/${VERSION}/share/contrib/format/
@@ -545,6 +575,7 @@ share/maxima/${VERSION}/share/contrib/fo
 share/maxima/${VERSION}/share/contrib/format/format.ps
 share/maxima/${VERSION}/share/contrib/format/pois2.demo
 share/maxima/${VERSION}/share/contrib/format/pois2m.ps
+share/maxima/${VERSION}/share/contrib/format/rtest_format.mac
 share/maxima/${VERSION}/share/contrib/fresnel/
 share/maxima/${VERSION}/share/contrib/fresnel/d78.mac
 share/maxima/${VERSION}/share/contrib/fresnel/fg.mac
@@ -617,6 +648,7 @@ share/maxima/${VERSION}/share/contrib/ge
 share/maxima/${VERSION}/share/contrib/gentran/test/mcond.lisp
 share/maxima/${VERSION}/share/contrib/gentran/test/mdo.lisp
 share/maxima/${VERSION}/share/contrib/gentran/test/rk.in
+share/maxima/${VERSION}/share/contrib/gentran/test/rtest_gentran.mac
 share/maxima/${VERSION}/share/contrib/gentran/test/runge.mac
 share/maxima/${VERSION}/share/contrib/gentran/test/runge.output
 share/maxima/${VERSION}/share/contrib/gentran/test/runge.template
@@ -642,6 +674,7 @@ share/maxima/${VERSION}/share/contrib/in
 share/maxima/${VERSION}/share/contrib/integration/abs_integrate.mac
 share/maxima/${VERSION}/share/contrib/integration/abs_integrate.texi
 share/maxima/${VERSION}/share/contrib/integration/hyperint.mac
+share/maxima/${VERSION}/share/contrib/integration/integration-index.lisp
 share/maxima/${VERSION}/share/contrib/integration/partition.mac
 share/maxima/${VERSION}/share/contrib/integration/rtest_abs_integrate.mac
 share/maxima/${VERSION}/share/contrib/levin/
@@ -649,6 +682,7 @@ share/maxima/${VERSION}/share/contrib/le
 share/maxima/${VERSION}/share/contrib/levin/levin.mac
 share/maxima/${VERSION}/share/contrib/levin/rtest_levin.mac
 share/maxima/${VERSION}/share/contrib/lindstedt.mac
+share/maxima/${VERSION}/share/contrib/lll.lisp
 share/maxima/${VERSION}/share/contrib/log10.mac
 share/maxima/${VERSION}/share/contrib/lurkmathml/
 share/maxima/${VERSION}/share/contrib/lurkmathml/README
@@ -657,6 +691,11 @@ share/maxima/${VERSION}/share/contrib/lu
 share/maxima/${VERSION}/share/contrib/lurkmathml/mathmltest
 share/maxima/${VERSION}/share/contrib/lurkmathml/maximadiffs.txt
 share/maxima/${VERSION}/share/contrib/makeOrders.mac
+share/maxima/${VERSION}/share/contrib/maxima-odesolve/
+share/maxima/${VERSION}/share/contrib/maxima-odesolve/README
+share/maxima/${VERSION}/share/contrib/maxima-odesolve/kovacicODE.mac
+share/maxima/${VERSION}/share/contrib/maxima-odesolve/kovacicODE.texi
+share/maxima/${VERSION}/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp
 share/maxima/${VERSION}/share/contrib/maxima-server.lisp
 share/maxima/${VERSION}/share/contrib/maximaMathML/
 share/maxima/${VERSION}/share/contrib/maximaMathML/CtMathML.lisp
@@ -679,11 +718,14 @@ share/maxima/${VERSION}/share/contrib/na
 share/maxima/${VERSION}/share/contrib/namespaces/rtest_namespaces.mac
 share/maxima/${VERSION}/share/contrib/noninteractive/
 share/maxima/${VERSION}/share/contrib/noninteractive/asksign1.lisp
+share/maxima/${VERSION}/share/contrib/noninteractive/expand_branches.mac
 share/maxima/${VERSION}/share/contrib/noninteractive/noninteractive.lisp
 share/maxima/${VERSION}/share/contrib/noninteractive/noninteractive.mac
 share/maxima/${VERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
+share/maxima/${VERSION}/share/contrib/odes/
+share/maxima/${VERSION}/share/contrib/odes/odes-doc.pdf
+share/maxima/${VERSION}/share/contrib/odes/odes.mac
 share/maxima/${VERSION}/share/contrib/opsubst.lisp
-share/maxima/${VERSION}/share/contrib/powers.lisp
 share/maxima/${VERSION}/share/contrib/prim/
 share/maxima/${VERSION}/share/contrib/prim/prim-ex.mac
 share/maxima/${VERSION}/share/contrib/prim/prim-ex1.mac
@@ -750,6 +792,7 @@ share/maxima/${VERSION}/share/contrib/rk
 share/maxima/${VERSION}/share/contrib/rkf45/rkf45.mac
 share/maxima/${VERSION}/share/contrib/rkf45/rkf45.pdf
 share/maxima/${VERSION}/share/contrib/rkf45/rtest_rkf45.mac
+share/maxima/${VERSION}/share/contrib/rtest_augmented_lagrangian.mac
 share/maxima/${VERSION}/share/contrib/sarag/
 share/maxima/${VERSION}/share/contrib/sarag/aliases.mac
 share/maxima/${VERSION}/share/contrib/sarag/arag_test.mac
@@ -772,6 +815,9 @@ share/maxima/${VERSION}/share/contrib/sa
 share/maxima/${VERSION}/share/contrib/sarag/topology_examples.mac
 share/maxima/${VERSION}/share/contrib/sarag/whatsnew.txt
 share/maxima/${VERSION}/share/contrib/simplifying.lisp
+share/maxima/${VERSION}/share/contrib/smath/
+share/maxima/${VERSION}/share/contrib/smath/smath.lisp
+share/maxima/${VERSION}/share/contrib/smath/smath.mac
 share/maxima/${VERSION}/share/contrib/state/
 share/maxima/${VERSION}/share/contrib/state/a.cir
 share/maxima/${VERSION}/share/contrib/state/b.cir
@@ -785,10 +831,12 @@ share/maxima/${VERSION}/share/contrib/st
 share/maxima/${VERSION}/share/contrib/stirling.mac
 share/maxima/${VERSION}/share/contrib/tex2ooo.lisp
 share/maxima/${VERSION}/share/contrib/tocl.lisp
+share/maxima/${VERSION}/share/contrib/trigtools/
+share/maxima/${VERSION}/share/contrib/trigtools/trigtools-doc.pdf
+share/maxima/${VERSION}/share/contrib/trigtools/trigtools.mac
 share/maxima/${VERSION}/share/contrib/unit/
 share/maxima/${VERSION}/share/contrib/unit/unit-functions.lisp
 share/maxima/${VERSION}/share/contrib/unit/unit.mac
-share/maxima/${VERSION}/share/contrib/unit/unit.texi
 share/maxima/${VERSION}/share/contrib/unwind_protect.lisp
 share/maxima/${VERSION}/share/contrib/vector3d/
 share/maxima/${VERSION}/share/contrib/vector3d/vector3d.dem
@@ -798,6 +846,8 @@ share/maxima/${VERSION}/share/descriptiv
 share/maxima/${VERSION}/share/descriptive/biomed.data
 share/maxima/${VERSION}/share/descriptive/descriptive.mac
 share/maxima/${VERSION}/share/descriptive/pidigits.data
+share/maxima/${VERSION}/share/descriptive/rtest_descriptive.mac
+share/maxima/${VERSION}/share/descriptive/rtest_statgraph.mac
 share/maxima/${VERSION}/share/descriptive/wind.data
 share/maxima/${VERSION}/share/diff_form/
 share/maxima/${VERSION}/share/diff_form/cartan_new.lisp
@@ -813,6 +863,8 @@ share/maxima/${VERSION}/share/diff_form/
 share/maxima/${VERSION}/share/diff_form/poisson.mac
 share/maxima/${VERSION}/share/diff_form/readme_diff_form.txt
 share/maxima/${VERSION}/share/diff_form/surface_example.txt
+share/maxima/${VERSION}/share/diff_form/tests/
+share/maxima/${VERSION}/share/diff_form/tests/rtest_diff_form.mac
 share/maxima/${VERSION}/share/diffequations/
 share/maxima/${VERSION}/share/diffequations/abel.mac
 share/maxima/${VERSION}/share/diffequations/desoln.mac
@@ -832,13 +884,15 @@ share/maxima/${VERSION}/share/distrib/di
 share/maxima/${VERSION}/share/distrib/numdistrib.lisp
 share/maxima/${VERSION}/share/distrib/rtest_distrib.mac
 share/maxima/${VERSION}/share/draw/
+share/maxima/${VERSION}/share/draw/draw-index.lisp
 share/maxima/${VERSION}/share/draw/draw.lisp
+share/maxima/${VERSION}/share/draw/draw.system
+share/maxima/${VERSION}/share/draw/draw_gnuplot.dem
 share/maxima/${VERSION}/share/draw/drawutils.mac
 share/maxima/${VERSION}/share/draw/drawutils.texi
+share/maxima/${VERSION}/share/draw/gnuplot.lisp
 share/maxima/${VERSION}/share/draw/grcommon.lisp
-share/maxima/${VERSION}/share/draw/implicit3d.lisp
 share/maxima/${VERSION}/share/draw/picture.lisp
-share/maxima/${VERSION}/share/draw/rtest_draw.mac
 share/maxima/${VERSION}/share/draw/vtk.lisp
 share/maxima/${VERSION}/share/draw/wbd.lisp
 share/maxima/${VERSION}/share/draw/worldmap.mac
@@ -857,9 +911,11 @@ share/maxima/${VERSION}/share/ezunits/ez
 share/maxima/${VERSION}/share/ezunits/ezunits_functions.mac
 share/maxima/${VERSION}/share/ezunits/physical_constants.mac
 share/maxima/${VERSION}/share/ezunits/rtest_ezunits_frink.mac
+share/maxima/${VERSION}/share/ezunits/rtest_ezunits_solve.mac
 share/maxima/${VERSION}/share/ezunits/rtestezunits.mac
 share/maxima/${VERSION}/share/finance/
 share/maxima/${VERSION}/share/finance/finance.mac
+share/maxima/${VERSION}/share/finance/rtest_finance.mac
 share/maxima/${VERSION}/share/fourier_elim/
 share/maxima/${VERSION}/share/fourier_elim/fourier_elim.lisp
 share/maxima/${VERSION}/share/fourier_elim/rtest_fourier_elim.mac
@@ -906,7 +962,9 @@ share/maxima/${VERSION}/share/integratio
 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/hermite_reduce.mac
 share/maxima/${VERSION}/share/integration/rtest_antid.mac
+share/maxima/${VERSION}/share/integration/rtest_hermite_reduce.mac
 share/maxima/${VERSION}/share/lapack/
 share/maxima/${VERSION}/share/lapack/blas/
 share/maxima/${VERSION}/share/lapack/blas/blas-lisp.system
@@ -1022,7 +1080,9 @@ share/maxima/${VERSION}/share/lapack/lap
 share/maxima/${VERSION}/share/lapack/lapack/dlacon.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dlacpy.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dladiv.lisp
+share/maxima/${VERSION}/share/lapack/lapack/dlae2.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dlaed6.lisp
+share/maxima/${VERSION}/share/lapack/lapack/dlaev2.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dlaexc.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dlahqr.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dlahrd.lisp
@@ -1086,6 +1146,7 @@ share/maxima/${VERSION}/share/lapack/lap
 share/maxima/${VERSION}/share/lapack/lapack/dorml2.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dormlq.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dormqr.lisp
+share/maxima/${VERSION}/share/lapack/lapack/dsterf.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dtrevc.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dtrexc.lisp
 share/maxima/${VERSION}/share/lapack/lapack/dtrsna.lisp
@@ -1100,6 +1161,9 @@ share/maxima/${VERSION}/share/lapack/lap
 share/maxima/${VERSION}/share/lapack/lapack/zgeev.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zgehd2.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zgehrd.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zheev.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zhetd2.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zhetrd.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zhseqr.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlacgv.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlacpy.lisp
@@ -1107,6 +1171,7 @@ share/maxima/${VERSION}/share/lapack/lap
 share/maxima/${VERSION}/share/lapack/lapack/zlahqr.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlahr2.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlange.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zlanhe.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlaqr0.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlaqr1.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlaqr2.lisp
@@ -1120,14 +1185,20 @@ share/maxima/${VERSION}/share/lapack/lap
 share/maxima/${VERSION}/share/lapack/lapack/zlartg.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlascl.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlaset.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zlasr.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlassq.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zlatrd.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zlatrs.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zrot.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zsteqr.lisp
 share/maxima/${VERSION}/share/lapack/lapack/ztrevc.lisp
 share/maxima/${VERSION}/share/lapack/lapack/ztrexc.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zung2l.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zung2r.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zunghr.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zungql.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zungqr.lisp
+share/maxima/${VERSION}/share/lapack/lapack/zungtr.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zunm2r.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zunmhr.lisp
 share/maxima/${VERSION}/share/lapack/lapack/zunmqr.lisp
@@ -1145,6 +1216,7 @@ share/maxima/${VERSION}/share/lbfgs/lbfg
 share/maxima/${VERSION}/share/lbfgs/maxima-lbfgs.lisp
 share/maxima/${VERSION}/share/lbfgs/mcsrch.lisp
 share/maxima/${VERSION}/share/lbfgs/mcstep.lisp
+share/maxima/${VERSION}/share/lbfgs/rtest_lbfgs.mac
 share/maxima/${VERSION}/share/lbfgs/run-lbfgs.lisp
 share/maxima/${VERSION}/share/lbfgs/sdrive.lisp
 share/maxima/${VERSION}/share/linearalgebra/
@@ -1170,6 +1242,17 @@ share/maxima/${VERSION}/share/linearalge
 share/maxima/${VERSION}/share/linearalgebra/test-polynomialp.mac
 share/maxima/${VERSION}/share/lisp-utils/
 share/maxima/${VERSION}/share/lisp-utils/defsystem.lisp
+share/maxima/${VERSION}/share/logic/
+share/maxima/${VERSION}/share/logic/COPYING
+share/maxima/${VERSION}/share/logic/TODO
+share/maxima/${VERSION}/share/logic/logic-index.lisp
+share/maxima/${VERSION}/share/logic/logic.dem
+share/maxima/${VERSION}/share/logic/logic.html
+share/maxima/${VERSION}/share/logic/logic.lisp
+share/maxima/${VERSION}/share/logic/logic.mac
+share/maxima/${VERSION}/share/logic/logic.pdf
+share/maxima/${VERSION}/share/logic/logic.texi
+share/maxima/${VERSION}/share/logic/rtest_logic.mac
 share/maxima/${VERSION}/share/lsquares/
 share/maxima/${VERSION}/share/lsquares/lsquares.mac
 share/maxima/${VERSION}/share/lsquares/plsquares.mac
@@ -1193,7 +1276,6 @@ share/maxima/${VERSION}/share/matrix/
 share/maxima/${VERSION}/share/matrix/eigen.dem
 share/maxima/${VERSION}/share/matrix/eigen.mac
 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
@@ -1233,6 +1315,7 @@ share/maxima/${VERSION}/share/minpack/mi
 share/maxima/${VERSION}/share/minpack/minpack-package.lisp
 share/maxima/${VERSION}/share/minpack/minpack.mac
 share/maxima/${VERSION}/share/minpack/minpack.system
+share/maxima/${VERSION}/share/minpack/rtest_minpack.mac
 share/maxima/${VERSION}/share/misc/
 share/maxima/${VERSION}/share/misc/arrfun.mac
 share/maxima/${VERSION}/share/misc/declin.dem
@@ -1276,6 +1359,7 @@ share/maxima/${VERSION}/share/numeric/ne
 share/maxima/${VERSION}/share/numeric/newton1.mac
 share/maxima/${VERSION}/share/numeric/riemsum.mac
 share/maxima/${VERSION}/share/numeric/romberg.lisp
+share/maxima/${VERSION}/share/numeric/rtest_bffac.mac
 share/maxima/${VERSION}/share/numeric/rtest_fft.mac
 share/maxima/${VERSION}/share/numeric/rtest_interpol.mac
 share/maxima/${VERSION}/share/numeric/rtest_romberg.mac
@@ -1391,6 +1475,8 @@ share/maxima/${VERSION}/share/solve_rec/
 share/maxima/${VERSION}/share/solve_rec/simplify_sum_test.mac
 share/maxima/${VERSION}/share/solve_rec/solve_rec.dem
 share/maxima/${VERSION}/share/solve_rec/solve_rec.mac
+share/maxima/${VERSION}/share/sound/
+share/maxima/${VERSION}/share/sound/sound.lisp
 share/maxima/${VERSION}/share/specfun.lisp
 share/maxima/${VERSION}/share/stats/
 share/maxima/${VERSION}/share/stats/inference_result.lisp
@@ -1398,11 +1484,14 @@ share/maxima/${VERSION}/share/stats/nums
 share/maxima/${VERSION}/share/stats/rtest_stats.mac
 share/maxima/${VERSION}/share/stats/stats.mac
 share/maxima/${VERSION}/share/stringproc/
+share/maxima/${VERSION}/share/stringproc/base64.lisp
 share/maxima/${VERSION}/share/stringproc/eval_string.lisp
+share/maxima/${VERSION}/share/stringproc/md5.lisp
 share/maxima/${VERSION}/share/stringproc/pregexp.lisp
 share/maxima/${VERSION}/share/stringproc/printf.lisp
 share/maxima/${VERSION}/share/stringproc/rtestprintf.mac
 share/maxima/${VERSION}/share/stringproc/rteststringproc.mac
+share/maxima/${VERSION}/share/stringproc/sha1.lisp
 share/maxima/${VERSION}/share/stringproc/sregex.lisp
 share/maxima/${VERSION}/share/stringproc/stringproc.lisp
 share/maxima/${VERSION}/share/stringproc/stringproc.mac
@@ -1522,6 +1611,7 @@ share/maxima/${VERSION}/share/utils/
 share/maxima/${VERSION}/share/utils/mactex-utilities.lisp
 share/maxima/${VERSION}/share/vector/
 share/maxima/${VERSION}/share/vector/rtest_vect.mac
+share/maxima/${VERSION}/share/vector/rtest_vector_rebuild.mac
 share/maxima/${VERSION}/share/vector/vect.dem
 share/maxima/${VERSION}/share/vector/vect.mac
 share/maxima/${VERSION}/share/vector/vect.usg
@@ -1610,6 +1700,7 @@ 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-build.lisp
 share/maxima/${VERSION}/src/maxima-package.lisp
 share/maxima/${VERSION}/src/maxmac.lisp
 share/maxima/${VERSION}/src/maxmin.lisp
@@ -1644,7 +1735,6 @@ share/maxima/${VERSION}/src/numerical/f2
 share/maxima/${VERSION}/src/numerical/f2cl-package.lisp
 share/maxima/${VERSION}/src/numerical/slatec/
 share/maxima/${VERSION}/src/numerical/slatec.lisp
-share/maxima/${VERSION}/src/numerical/slatec/README
 share/maxima/${VERSION}/src/numerical/slatec/d9aimp.lisp
 share/maxima/${VERSION}/src/numerical/slatec/d9b0mp.lisp
 share/maxima/${VERSION}/src/numerical/slatec/d9b1mp.lisp
@@ -1726,8 +1816,6 @@ share/maxima/${VERSION}/src/numerical/sl
 share/maxima/${VERSION}/src/numerical/slatec/initds.lisp
 share/maxima/${VERSION}/src/numerical/slatec/j4save.lisp
 share/maxima/${VERSION}/src/numerical/slatec/quadpack.lisp
-share/maxima/${VERSION}/src/numerical/slatec/quadpack.system
-share/maxima/${VERSION}/src/numerical/slatec/slatec.system
 share/maxima/${VERSION}/src/numerical/slatec/xercnt.lisp
 share/maxima/${VERSION}/src/numerical/slatec/xerhlt.lisp
 share/maxima/${VERSION}/src/numerical/slatec/xermsg.lisp
@@ -1800,6 +1888,7 @@ share/maxima/${VERSION}/src/schatc.lisp
 share/maxima/${VERSION}/src/scs.lisp
 share/maxima/${VERSION}/src/series.lisp
 share/maxima/${VERSION}/src/server.lisp
+share/maxima/${VERSION}/src/share-subdirs.lisp
 share/maxima/${VERSION}/src/simp.lisp
 share/maxima/${VERSION}/src/sin.lisp
 share/maxima/${VERSION}/src/sinint.lisp
@@ -1876,18 +1965,22 @@ share/maxima/${VERSION}/tests/rtest_elli
 share/maxima/${VERSION}/tests/rtest_equal.mac
 share/maxima/${VERSION}/tests/rtest_everysome.mac
 share/maxima/${VERSION}/tests/rtest_expintegral.mac
+share/maxima/${VERSION}/tests/rtest_extra.mac
 share/maxima/${VERSION}/tests/rtest_gamma.mac
 share/maxima/${VERSION}/tests/rtest_hypgeo.mac
 share/maxima/${VERSION}/tests/rtest_integrate.mac
 share/maxima/${VERSION}/tests/rtest_integrate_special.mac
 share/maxima/${VERSION}/tests/rtest_lambert_w.mac
+share/maxima/${VERSION}/tests/rtest_lapack.mac
 share/maxima/${VERSION}/tests/rtest_laplace.mac
+share/maxima/${VERSION}/tests/rtest_limit.mac
 share/maxima/${VERSION}/tests/rtest_log.mac
 share/maxima/${VERSION}/tests/rtest_map.mac
 share/maxima/${VERSION}/tests/rtest_mset.mac
 share/maxima/${VERSION}/tests/rtest_numth.mac
 share/maxima/${VERSION}/tests/rtest_plot.mac
 share/maxima/${VERSION}/tests/rtest_power.mac
+share/maxima/${VERSION}/tests/rtest_powerseries.mac
 share/maxima/${VERSION}/tests/rtest_round.mac
 share/maxima/${VERSION}/tests/rtest_rules.mac
 share/maxima/${VERSION}/tests/rtest_scalarp.mac
@@ -1895,6 +1988,8 @@ share/maxima/${VERSION}/tests/rtest_sign
 share/maxima/${VERSION}/tests/rtest_signum.mac
 share/maxima/${VERSION}/tests/rtest_sqrt.mac
 share/maxima/${VERSION}/tests/rtest_taylor.mac
+share/maxima/${VERSION}/tests/rtest_tex.mac
+share/maxima/${VERSION}/tests/rtest_tmlinsolve.mac
 share/maxima/${VERSION}/tests/rtest_translator.mac
 share/maxima/${VERSION}/tests/rtest_trig.mac
 share/maxima/${VERSION}/tests/rtest_zeta.mac
@@ -1903,12 +1998,20 @@ share/maxima/${VERSION}/tests/rtestdefst
 share/maxima/${VERSION}/tests/rtesthyp.mac
 share/maxima/${VERSION}/tests/rtestifactor.mac
 share/maxima/${VERSION}/tests/rtestint.mac
+share/maxima/${VERSION}/tests/rtestlabels.mac
 share/maxima/${VERSION}/tests/rtestmcond_display.mac
 share/maxima/${VERSION}/tests/rtestmt19937.mac
 share/maxima/${VERSION}/tests/rtestnset.mac
 share/maxima/${VERSION}/tests/rtestode.mac
 share/maxima/${VERSION}/tests/rtestode_zp.mac
+share/maxima/${VERSION}/tests/rtestparser_continuations_cr.mac
+share/maxima/${VERSION}/tests/rtestparser_continuations_crnl.mac
+share/maxima/${VERSION}/tests/rtestparser_continuations_nl.mac
 share/maxima/${VERSION}/tests/rtestsum.mac
+share/maxima/${VERSION}/tests/test_readbase_lisp.lisp
+share/maxima/${VERSION}/tests/test_readbase_lisp_autoload.lisp
+share/maxima/${VERSION}/tests/test_readbase_maxima.mac
+share/maxima/${VERSION}/tests/test_readbase_maxima_autoload.mac
 share/maxima/${VERSION}/tests/testsuite.lisp
 share/maxima/${VERSION}/tests/wester_problems/
 share/maxima/${VERSION}/tests/wester_problems/test_algebra.mac

Reply via email to