summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoryhardy <yhardy@pkgsrc.org>2020-07-20 06:42:31 +0000
committeryhardy <yhardy@pkgsrc.org>2020-07-20 06:42:31 +0000
commit02230c16bbb52f2bc616252aeeb0c68dc48ba2ae (patch)
tree7e30cc46345cc2c7d694426ab51a0515b6ae6af0 /math
parent926546f8ea709235c8896147c36246884c56f1dd (diff)
downloadpkgsrc-02230c16bbb52f2bc616252aeeb0c68dc48ba2ae.tar.gz
math/maxima: update to maxima-5.44.0
Tested with lang/clisp and lang/ecl. Maxima 5.44 change log ====================== New items in core: ------------------ * Additional float constants: LEAST-NEGATIVE-NORMALIZED-FLONUM, largest_negative_float, least_negative_float, least_positive_normalized_float, and least_negative_normalized_float. * Support for pre/post sub/superscripts (get_index_properties, declare_index_properties and remove_index_properties). (2) Make declare_index_properties * Mark non-trivial results from gcfactor with a GCFACTORED flag New items in share: ------------------- * pytranslate, which converts maxima to python * rtest_inteqn * descriptive: find_runs and find_runs_inverse Changes in core: ---------------- * Code clean ups and removal of functions that only had a historical meaning * In TEST-BATCH, ensure that list of unexpectedly passed tests is nonempty before reporting it. * :lisp-quiet can now be told not to use subsequent :lisp commands * defmfun now adds an ARG-LIST property that allows frontends to validate arguments * An improved version of float_approx_equal * Better handling of non-numerical input to find_root * Better handling of defint errors triggered by laplace() * Avoid variable capture in the WITH-NEW-CONTEXT macro * Evaluate the body of a WITH-NEW-CONTEXT form as an implicit PROGN * Numbers are no loger compared using EQ instead of EQL * Characters are no loger compared using EQ instead of EQL * Fixed bogus translations of apply2 and applyb2 * Fixed bogus translations of atan and atan2 with float arguments * Fixed the bogus translation of atan2 with one float and one rational argument * Fixed bogus and inconsistent translations of max and min when the arguments were a mix of float and other modes * Fixed bogus translations of = and # with mixed float and numerical arguments * Fixed an internal error in the translator when attempting to convert a variable of mode rational to a float * Fixed the inconsistent translation of signum with a float argument * Fixed the bogus translation of random with a float argument * Fixed the translations of log and sqrt so they honor the flag tr_float_can_branch_complex * Updated gentran to v.5 * Improved the pattern matcher for "+" and "*" expressions, see maxima-discuss, circa 2019-12-27: "Function to recognise series" * allow zn_log to work on subgroups * gamma_incomplete_lower is now returned in the noun form in many places * operatorp(expr,op) was inconsistent with operatorp(expr,[op]) * sqrtdenest is now built-in, not a share function. * load(sqdnst) now is a no-op. Changes in share: -------------- * Interpol used funmake instead of apply * An updated version of COMA * A testbench for draw() * plot2d with a single function now uses xlabel * Many minor corrections * In package amatrix, protect against empty matrices when converting amatrix to matrix and vice versa * Fixed contragrad in ctensor, added tests for cograd/contragrad Bug fixes: ---------- * #3412: Corrected the translation of conditionals * #3587, +3489: Better handling of limits of logarithms * #3521: In simplify_sum, avoid double-counting -min_ni term in to_hypergeometric * #3265: gcfactor(0) -> division by zero * #2839: gcfactor(9) => 9 * #3287: Cross product of scalar zero versus vector yields zero result * #3583: Stack overflow for equality testing with assumptions * #3608: logic_simplify handles inequalities incorrectly * #3607: printprops displays matchdeclare properties incorrectly when value is a lambda * #2174: Bogus translation of declare * #3513: Emacs: wxdraw3d not working * #3048: notequal is not translated properly Unnumbered bugs: ---------------- * plot now works correctly with function names containing _, ^, {, } and @ * Maxima now no longer becoms unusable with errset=t * FREE-LISP-VARS property for LET was broken * translator: improved error message when a throw is not in a catch * PATCH-UP-MEVAL-IN-FSET had a bogus BARFO call * *standard-input* was broking during gentranin runs * Problem loading abs_integrate in imaxima mode (emacs) * compgrind:true caused compfile to not write to the output file * compgrind:true didn't ensure pretty-printing of compfile output * Taylor expansion for gamma_incomplete_lower(1/2,z) now works * compgrind:true didn't ensure pretty-printing of compfile output * gamma_incomplete_lower now respects gamma_expand Additional improvements: ------------------------ * The documentation now is build use a stock makeinfo * Many other improvements to the way documentation is generated * The RPM files now end up in the build directory * A way to run many draw() and plot() examples for manual tests * More out-of-source-build improvements * "make dvi" was subject to bit-rot and should now work again * Resolved a few cases in which common variable names in arguments caused unexpected behavior * Better ABCL integration * Added a help message (Option: /?) to the windows installer * Fix errors when installing on MacOS via Homebrew * run_testsuite(share_tests=only) now doesn't fail due to unicode-sniffer.lisp not having been loaded * Draw now translates the coordinates of labels, too * Use DLMF 8.8.9 to expand gamma_incomplete(a+n,z) * Expand gamma_incomplete for rational order * Many code cleanups * Many improvements to the documentation * Windows Installer: Updated wxMaxima to the new release. Maxima 5.43 change log ====================== New items in core: ------------------ * function cartesian_product_list: Cartesian product of lists. * function garbage_collect: trigger Lisp garbage collector. * variables maxima_frontend, maxima_frontend_version: inform `build_info` which user interface is in use. New items in share: ------------------- * killing.dem: a demo for Killing vector fields. * package logic: new function logic_simplify implements K-Map reduction (Quine-McCluskey algorithm) Changes in core: ---------------- * function to_cl: now autoloaded. * package linearalgebra: autoload all functions. * function run_testsuite: summary now not only tells which unexpectedly failed, but also which ones unexpectedly passed. * series expansion for expintegral_si and gamma_incomplete; breaks some existing tests, see commit 47a6afd. * function translate: generate code which translates conditional expressions with prederror = true Changes in share: -------------- * package gentran: new version (thanks to Michael Stern) * package simplex: improvements, including symbolic inputs. * package ode: test cases. * package odepack: works with ECL. * package lapack: works with ECL. * package sarag: fix missing definition of SQUARE_FREE_ALGORITHM. * package sarag: make certificate proof more explicit (verify certificate) * share test suite: include tests for packages lapack, sym, and ode. * share test suite: a few simple tests for package odepack. * ezunits: conversion rule for nondimensional/(sum of dimensional) * ezunits: 0 now can have a dimension. * package draw: accepts color index number 0, 1, 2, ... 17. * package draw: accepts plot titles which are not strings. * package wrstcse: improved range and resolution of Monte Carlo analysis. User interfaces: ---------------- * SF Patch #88: Emaxima now correctly expands tabs in the comint buffer of emacs. Bug fixes: ---------- * #3549: "patch to mmref, and removing mmref.tex and maxima_pdf.texi from info directory" * #3532: "Integrator doesn't use a new variable internally, causing facts on the original variable to be used for the substitution variable" * #3529: "crash with gcl due to wrong maxima startup script" * #3524: "Discrepancy in intromax" * #3514: "ECL: Marking rtest16/test step 50 as \"known bad\" doesn't work" * #3497: "ctensor documentation on the Ricci tensor is inconsistent" * #3496: "Hardcoded interpreter path in doc/info/build_index.pl causes build fail on FreeBSD" * #3494: "vector.dem is broken" * #3484: "taylor of expintegral_si is wrong" * #3470: "Error in maximize_lp " * #3463: "Documentation: mention parameter epsilon_lp more explicitly in documentation for minimize_lp" * #3459: "Wrong limit calculation" * #3412: "Bug when translating functions that contain an \"if\" (in my case an implicit if)" Unnumbered bugs: ---------------- * mailing list 2019-05-11: "Problems with gramschmidt" * mailing list 2019-05-06: "problem with elem() after kill(all)" * mailing list 2019-04-02: "maxima lists" * mailing list 2019-03-08: "GCL build broken". * mailing list 2019-03-08: "batch overwrites last output line" * mailing list 2019-03-06: "the share testsuite + MAXIMA:$RESULTANT is undefined errors" * mailing list 2018-12-03: "error in compiling function with global variable" * mailing list 2018-11-01: "radcan(sqrt(-1/(sqrt(-3)+1))*sqrt(2))" * commit c164f5f: SIMPEXPT was marking unsimplified expressions with SIMP * commit 61c71db: Fix siemens/sievert typo (ezunits) Build system: ------------- * Crosscompiling: Add 'maxima_longnames.c' to automake * configure: enable build with ABCL via --enable-abcl. * Windows installer: can now include ABCL. * Windows installer: updated external utilities. * Windows installer: updated wxMaxima version. * "make check" manipulates the list of tests now in a more canonical way in order to automatically run the interactive tests, as well. * ./configure --enable-quiet-build now muffles more warnings. * build documentation using the standard makeinfo tools. * maxima-sbcl now supports non-ASCII user names and install dirs on MacOs and MS Windows * "make install" now installs emaxima and imaxima in a place emacs will find by default. configure's --emacs-prefix= option allows to choose a different directory. Documentation: -------------- * ./update_examples now interprets lines beginning with the string "input:" as text that should be sent as input. Runtime: -------- * environment variable MAXIMA_DOC_PREFIX overrides the location the documentation is searched for. * environment variable GCL_DISABLE_MULTIPROCESS_MEMORY_POOL disables memory-sharing between GCL-compiled Maxima processes. * Maxima.bat now autodetects 64-bit systems and does the necessary modifications for making lapack work in SBCL if this test is positive. Maxima 5.42 change log ====================== New items in core: ------------------ * New function define_opproperty to define an operator simplification * The environment MAXIMA_INITIAL_FOLDER if set tells Maxima which folder to start in. * The variable $factor_max_degree that prevents certain polynomials from being factored if their degree exceeds that value instead of letting factorization cause an out-of-memory. * The variable factor_max_degree_print_warning that tells if to output an warning in this case. * A test bench for Maxima's interactive functions. New items in share: ------------------- * A test bench for draw * timeout.lisp * new version of package share/contrib/Eulix * Trotter-Johnson algorithms * combinatorics.lisp * A new README file for the share directory. Changes in core: ---------------- * "make check" now runs both the normal and the share test bench * "make check" now also runs the tests from rtest_ask. * test bench failures that resulted in "error-catch" now show a more descriptive error message * a warning() command that works similar to error() * Windows installer: support components (one can deselect optional components like VTK, wxMaxima or Gnuplot during the installation to save space) * MAPATOM returns true for mapatom(-4) * A file with test cases for draw * A file with test cases for drawdf * A file with test cases for plot * errcatch() now produced meaningful error messages. * Add support for multiple return values to the ERRSET macro * scene() is dropped from plot() as it depends on Tcl/VTK which is no more actively supported and currently is broken. * gcl: concurrent Maxima processes now can negotiate which can use how much memory. * Emit warning from parser when a list is constructed and then discarded in ([a,b,c], ...). * Emacs > 26.1 compatibility. * Maxima now deletes its temp files on exit. * Automatic file encoding detection if the file begins in a BOM. * Improved the behavior of the exterior product operator when acting on ordinary products. * Updated the Spanish translation * The functions that work with permutations, given as lists of consecutive integers from 1 to n, will now use the prefix "perm", to distinguish them from those that permute any arbitrary list or set, which use the prefix "permutation". The name of permutation_index was changed to perm_length and apply_permutation became permute. * On Windows Maxima now autodetects the directory it finds its files in. * Ask the user to use ; at the demo prompt, to make it work also in Xmaxima. * Check for correct syntax of parametric plots. * Removed the old non-adaptive parametric plotter * Typecheck backtrace's argument * Better desktop integration for Linux systems Changes in share: -------------- * Draw/MS Windows: Gnuplot now supports multiplot * Draw/MS Windows: Gnuplot now supports multiple draw windows * wrstcse: A simple package for tolerance calculations. * The test bench file's names now all begin with "rtest". * Marked many known bad tests as "bad" so changes that break something are easier to find. * engineering-format now allows to specify which number range doesn't need exponents. * Drawdf now no more translates its input which made it slightly faster, but sometimes caused internal errors. Setting drawdf_translate:true reverts it to the old behavior * The share testsuite now tests the draw package, too. * Draw: Allow vector coordinates to be transformed * Draw: Resolved a warning for multiplot svg output * Draw: Contour can now be set to "none" as documented in the manual. * Draw: Support for vtk7. A "draw_renderer:vtk7" enables it. * Draw: Resizing the window now can change the aspect ratio of the plot. * Draw: Allow to specify numeric line types * Draw: A finer default grid * Enable remove(x, rule) to succeed when x is a string. * vector.dem and qual.dem now can be loaded. * Xmaxima now accepts more of the standard options. * Vtk (except of the plot routines) now is migrated to vtk-python which is actively supported in favour of the no-more working tcl-vtk Bug fixes: ---------- * 3459: Wrong limit calculation * 3458: addcol mishandles empty matrix as first argument * 3457: true[2] gives wrong error * 3426: Precision problem for small positive values in bfpsi0 * 3410: extremal_subst gives bogus results with undefined predicate * 2822: After load("diff_form") `functions' fails * 3363: Documentation of modulus incorrectly says it applies to all rational numbers * 3439: Simplode output on empty list * 3023: divide(1,0) gave a Lisp error instead of a Maxima one * 1581: sublis & sublis_apply_lambda:true causing Lisp errors * 2803: trace/timer do not work for functions with quoted arguments * 3247: Maxima's trace and timer handle rules incorrectly * 3368: integrate('limit(...),...) internal error * 2880: integral of secant shouldn't need principal value * 2116: lambda form for taylor_simplifier * 3431: error system variable holds unsimplified list, causing errors to be repeated when trying to access it * 3423: tellsimpafter: circular rule attempted when loading package vect twice * 3337: Wrong scalefactor for cartesian2d * 2644: integrate(1/(1+s^7),s,0,%pi) includes a false term * 3413: false in definite integral of rational * 2845: Avoid initialization-time compile in commac.lisp * 3416: limit gives limit(x^r,x,inf)=>0 when "Is r pnz" is answered zero * 2928, 2994 and 3419: Detect an endless loop in BPROG (simp.lisp) and throw rat-error. rat(1/(x^(2/3)+1)), algebraic and similar expressions no longer loop forever. * 3009, 3146 and 3147: Certain polynomials when factored caused an out-of-memory * 3422: li[2] and li[3] numerical evaluation fails for complex not in rectangular form * 3402: Unbinding defined variable generates error in compiled functions * 3406: pdf_geometric appears to be incorrect and/or poorly documented * 3403: Function/lambda parameters declared constant cause error * 2012: Lisp stack overflow with dpart * 3390: ?great mishandles box * 3387: kill(all) looses mtime's "nary" property * 1820: missing eigenvectors * 3373: Running the test suite twice causes errors * 3379: recur.mac correct bug in varc2 * 3375: algsys failure on homogeneous linear equations * 3293: derivatives don't format correctly using alt-display TeX * 3238: plot fails with small x-range due to rounding * 2835: Parametric plotting failed if the variable was not t * 3356: sign(nz * nz) = nz * 3349: Using VTK on windows gives 'vtkpythonC:' error * 3344: Conflict between sym package and grobner package Unnumbered bugs: ---------------- * Windows installer: include 2 missing files in the with 'make dist' generated tar file. Allows building the crosscompiled installer from a released tar and solves a problem with SBCL and Lapack. (was missing in the 5.42.0 source release, discovered during building the Windows installer and already included in the 5.42.0 installer) * Windows installer: Fixed the link to SBCL in the information about bundled software. (was missing in the 5.42.0 source release, discovered during building the Windows installer and already included in the 5.42.0 installer) * Windows installer: Fix the plotting problem with Clisp/Windows and long user names. * Windows installer: Fix reading maximarc on Windows, when the username contains a space. * Garbage Collector Defaults for gcl that allow Maxima to be able to run the testbench without getting an out-of-memory * Many error messages now are easier to understand * Some share tests contained timeouts that were set to values that were easily to trigger even on current computer systems * share/gf and share/contrib/fresnel can now be loaded without encountering an error. * simplode on a singleton list could return a non-string * If keepfloat was true partfrac often resulted in errors. Now keepfloat is false during partfrac(). * 'make pdf' now works for de and pt. * A Lisp error appeared when display2d:true and there are nested DISPLA calls * tex(): The output for matrices is now upwards compatible to amsmath.sty * Fixed some shell quoting issues * Many translator improvements * Fix charfun when prederror is true * Quieted many irrelevant warnings on loading packages, for example caused by autoload. * Fixed a bug in perms, when called with three arguments * beta_incomplete now works correctly with sums. * Windows: Fixed reading maximarc on Windows, when the username contains a space. * Lapack now can be compiled out-of-the-box on SBCL on Windows (64Bit). * running rtest_levin after rtest15 causes some failures because MLIST is not recognized as an operator. * Process command line option --run-string correctly * changes to stream handling for SBCL, which improve writefile, appendfile, asksign, describe, and entermatrix. * trigsimp fails with pderivop * In $ARRAY, handle list argument + use_fast_arrays correctly. * Resolved many potential variable name clashes with user-specified variables * Xmaxima: Resolved an error message that caused a crash * Xmaxima: Removed Win98 workarounds that made problems with modern Windows systems * Xmaxima now supports file and directory names with spaces in them. Additional improvements: ------------------------ * Additional bug fixes * Performance improvements * Much work on the manual including many hyperlinks, clarifications and additional information on how to speed up user functions. * A script that tests loading packages twice or package combinations * A few files that didn't need an "executable" flag were marked as executable. * Updated all references to wxMaxima to wxMaxima's new URL. * The wxMaxima version the Windows Installer comes with now is Version 18.10.2
Diffstat (limited to 'math')
-rw-r--r--math/maxima/Makefile6
-rw-r--r--math/maxima/PLIST411
-rw-r--r--math/maxima/distinfo11
-rw-r--r--math/maxima/patches/patch-doc_info_build__html.sh.in13
4 files changed, 376 insertions, 65 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 1df8397f11b..981d84710d3 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2020/05/23 19:02:12 rillig Exp $
+# $NetBSD: Makefile,v 1.58 2020/07/20 06:42:31 yhardy Exp $
-DISTNAME= maxima-5.41.0
-PKGREVISION= 4
+DISTNAME= maxima-5.44.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
@@ -17,6 +16,7 @@ CHECK_PORTABILITY_SKIP= doc/info/fix_tab
GNU_CONFIGURE= yes
USE_TOOLS+= gmake makeinfo perl
+TEXINFO_REQD= 5.0
INFO_FILES= yes
TEST_TARGET= check
diff --git a/math/maxima/PLIST b/math/maxima/PLIST
index 6c272cbdccd..4ce92820bea 100644
--- a/math/maxima/PLIST
+++ b/math/maxima/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2017/11/28 15:18:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.34 2020/07/20 06:42:31 yhardy Exp $
bin/maxima
bin/rmaxima
bin/xmaxima
@@ -12,12 +12,29 @@ 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
libexec/maxima/${PKGVERSION}/mgnuplot
+man/de/man1/maxima.1
man/man1/maxima.1
-share/applications/xmaxima.desktop
+man/ru/man1/maxima.1
+share/applications/net.sourceforge.maxima.xmaxima.desktop
share/bash-completion/completions/maxima
share/bash-completion/completions/rmaxima
share/bash-completion/completions/xmaxima
+share/emacs/site-lisp/bookmode.el
+share/emacs/site-lisp/dbl.el
+share/emacs/site-lisp/emaxima.el
+share/emacs/site-lisp/emaxima.lisp
+share/emacs/site-lisp/emaxima.sty
+share/emacs/site-lisp/imath.el
+share/emacs/site-lisp/imaxima-autoconf-variables.el
+share/emacs/site-lisp/imaxima.el
+share/emacs/site-lisp/imaxima.lisp
+share/emacs/site-lisp/maxima-font-lock.el
+share/emacs/site-lisp/maxima.el
+share/emacs/site-lisp/setup-imaxima-imath.el
+share/emacs/site-lisp/smart-complete.el
+share/emacs/site-lisp/sshell.el
share/maxima/${PKGVERSION}/demo/cf.dem
share/maxima/${PKGVERSION}/demo/demo.dem
share/maxima/${PKGVERSION}/demo/eaton1.dem
@@ -63,6 +80,8 @@ share/maxima/${PKGVERSION}/doc/html/figures/draw_cbrange.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_cbtics.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_color.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_color2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_color3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_color4.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox2.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_columns.gif
@@ -110,6 +129,9 @@ share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color3.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color4.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color5.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color6.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_intro.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_intro2.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_intro3.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_key.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_key_label_alignment.gif
share/maxima/${PKGVERSION}/doc/html/figures/draw_key_label_orientation.gif
@@ -255,6 +277,7 @@ 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_0.html
share/maxima/${PKGVERSION}/doc/html/maxima_1.html
share/maxima/${PKGVERSION}/doc/html/maxima_10.html
share/maxima/${PKGVERSION}/doc/html/maxima_100.html
@@ -263,34 +286,293 @@ share/maxima/${PKGVERSION}/doc/html/maxima_102.html
share/maxima/${PKGVERSION}/doc/html/maxima_103.html
share/maxima/${PKGVERSION}/doc/html/maxima_104.html
share/maxima/${PKGVERSION}/doc/html/maxima_105.html
+share/maxima/${PKGVERSION}/doc/html/maxima_106.html
+share/maxima/${PKGVERSION}/doc/html/maxima_107.html
+share/maxima/${PKGVERSION}/doc/html/maxima_108.html
+share/maxima/${PKGVERSION}/doc/html/maxima_109.html
share/maxima/${PKGVERSION}/doc/html/maxima_11.html
+share/maxima/${PKGVERSION}/doc/html/maxima_110.html
+share/maxima/${PKGVERSION}/doc/html/maxima_111.html
+share/maxima/${PKGVERSION}/doc/html/maxima_112.html
+share/maxima/${PKGVERSION}/doc/html/maxima_113.html
+share/maxima/${PKGVERSION}/doc/html/maxima_114.html
+share/maxima/${PKGVERSION}/doc/html/maxima_115.html
+share/maxima/${PKGVERSION}/doc/html/maxima_116.html
+share/maxima/${PKGVERSION}/doc/html/maxima_117.html
+share/maxima/${PKGVERSION}/doc/html/maxima_118.html
+share/maxima/${PKGVERSION}/doc/html/maxima_119.html
share/maxima/${PKGVERSION}/doc/html/maxima_12.html
+share/maxima/${PKGVERSION}/doc/html/maxima_120.html
+share/maxima/${PKGVERSION}/doc/html/maxima_121.html
+share/maxima/${PKGVERSION}/doc/html/maxima_122.html
+share/maxima/${PKGVERSION}/doc/html/maxima_123.html
+share/maxima/${PKGVERSION}/doc/html/maxima_124.html
+share/maxima/${PKGVERSION}/doc/html/maxima_125.html
+share/maxima/${PKGVERSION}/doc/html/maxima_126.html
+share/maxima/${PKGVERSION}/doc/html/maxima_127.html
+share/maxima/${PKGVERSION}/doc/html/maxima_128.html
+share/maxima/${PKGVERSION}/doc/html/maxima_129.html
share/maxima/${PKGVERSION}/doc/html/maxima_13.html
+share/maxima/${PKGVERSION}/doc/html/maxima_130.html
+share/maxima/${PKGVERSION}/doc/html/maxima_131.html
+share/maxima/${PKGVERSION}/doc/html/maxima_132.html
+share/maxima/${PKGVERSION}/doc/html/maxima_133.html
+share/maxima/${PKGVERSION}/doc/html/maxima_134.html
+share/maxima/${PKGVERSION}/doc/html/maxima_135.html
+share/maxima/${PKGVERSION}/doc/html/maxima_136.html
+share/maxima/${PKGVERSION}/doc/html/maxima_137.html
+share/maxima/${PKGVERSION}/doc/html/maxima_138.html
+share/maxima/${PKGVERSION}/doc/html/maxima_139.html
share/maxima/${PKGVERSION}/doc/html/maxima_14.html
+share/maxima/${PKGVERSION}/doc/html/maxima_140.html
+share/maxima/${PKGVERSION}/doc/html/maxima_141.html
+share/maxima/${PKGVERSION}/doc/html/maxima_142.html
+share/maxima/${PKGVERSION}/doc/html/maxima_143.html
+share/maxima/${PKGVERSION}/doc/html/maxima_144.html
+share/maxima/${PKGVERSION}/doc/html/maxima_145.html
+share/maxima/${PKGVERSION}/doc/html/maxima_146.html
+share/maxima/${PKGVERSION}/doc/html/maxima_147.html
+share/maxima/${PKGVERSION}/doc/html/maxima_148.html
+share/maxima/${PKGVERSION}/doc/html/maxima_149.html
share/maxima/${PKGVERSION}/doc/html/maxima_15.html
+share/maxima/${PKGVERSION}/doc/html/maxima_150.html
+share/maxima/${PKGVERSION}/doc/html/maxima_151.html
+share/maxima/${PKGVERSION}/doc/html/maxima_152.html
+share/maxima/${PKGVERSION}/doc/html/maxima_153.html
+share/maxima/${PKGVERSION}/doc/html/maxima_154.html
+share/maxima/${PKGVERSION}/doc/html/maxima_155.html
+share/maxima/${PKGVERSION}/doc/html/maxima_156.html
+share/maxima/${PKGVERSION}/doc/html/maxima_157.html
+share/maxima/${PKGVERSION}/doc/html/maxima_158.html
+share/maxima/${PKGVERSION}/doc/html/maxima_159.html
share/maxima/${PKGVERSION}/doc/html/maxima_16.html
+share/maxima/${PKGVERSION}/doc/html/maxima_160.html
+share/maxima/${PKGVERSION}/doc/html/maxima_161.html
+share/maxima/${PKGVERSION}/doc/html/maxima_162.html
+share/maxima/${PKGVERSION}/doc/html/maxima_163.html
+share/maxima/${PKGVERSION}/doc/html/maxima_164.html
+share/maxima/${PKGVERSION}/doc/html/maxima_165.html
+share/maxima/${PKGVERSION}/doc/html/maxima_166.html
+share/maxima/${PKGVERSION}/doc/html/maxima_167.html
+share/maxima/${PKGVERSION}/doc/html/maxima_168.html
+share/maxima/${PKGVERSION}/doc/html/maxima_169.html
share/maxima/${PKGVERSION}/doc/html/maxima_17.html
+share/maxima/${PKGVERSION}/doc/html/maxima_170.html
+share/maxima/${PKGVERSION}/doc/html/maxima_171.html
+share/maxima/${PKGVERSION}/doc/html/maxima_172.html
+share/maxima/${PKGVERSION}/doc/html/maxima_173.html
+share/maxima/${PKGVERSION}/doc/html/maxima_174.html
+share/maxima/${PKGVERSION}/doc/html/maxima_175.html
+share/maxima/${PKGVERSION}/doc/html/maxima_176.html
+share/maxima/${PKGVERSION}/doc/html/maxima_177.html
+share/maxima/${PKGVERSION}/doc/html/maxima_178.html
+share/maxima/${PKGVERSION}/doc/html/maxima_179.html
share/maxima/${PKGVERSION}/doc/html/maxima_18.html
+share/maxima/${PKGVERSION}/doc/html/maxima_180.html
+share/maxima/${PKGVERSION}/doc/html/maxima_181.html
+share/maxima/${PKGVERSION}/doc/html/maxima_182.html
+share/maxima/${PKGVERSION}/doc/html/maxima_183.html
+share/maxima/${PKGVERSION}/doc/html/maxima_184.html
+share/maxima/${PKGVERSION}/doc/html/maxima_185.html
+share/maxima/${PKGVERSION}/doc/html/maxima_186.html
+share/maxima/${PKGVERSION}/doc/html/maxima_187.html
+share/maxima/${PKGVERSION}/doc/html/maxima_188.html
+share/maxima/${PKGVERSION}/doc/html/maxima_189.html
share/maxima/${PKGVERSION}/doc/html/maxima_19.html
+share/maxima/${PKGVERSION}/doc/html/maxima_190.html
+share/maxima/${PKGVERSION}/doc/html/maxima_191.html
+share/maxima/${PKGVERSION}/doc/html/maxima_192.html
+share/maxima/${PKGVERSION}/doc/html/maxima_193.html
+share/maxima/${PKGVERSION}/doc/html/maxima_194.html
+share/maxima/${PKGVERSION}/doc/html/maxima_195.html
+share/maxima/${PKGVERSION}/doc/html/maxima_196.html
+share/maxima/${PKGVERSION}/doc/html/maxima_197.html
+share/maxima/${PKGVERSION}/doc/html/maxima_198.html
+share/maxima/${PKGVERSION}/doc/html/maxima_199.html
share/maxima/${PKGVERSION}/doc/html/maxima_2.html
share/maxima/${PKGVERSION}/doc/html/maxima_20.html
+share/maxima/${PKGVERSION}/doc/html/maxima_200.html
+share/maxima/${PKGVERSION}/doc/html/maxima_201.html
+share/maxima/${PKGVERSION}/doc/html/maxima_202.html
+share/maxima/${PKGVERSION}/doc/html/maxima_203.html
+share/maxima/${PKGVERSION}/doc/html/maxima_204.html
+share/maxima/${PKGVERSION}/doc/html/maxima_205.html
+share/maxima/${PKGVERSION}/doc/html/maxima_206.html
+share/maxima/${PKGVERSION}/doc/html/maxima_207.html
+share/maxima/${PKGVERSION}/doc/html/maxima_208.html
+share/maxima/${PKGVERSION}/doc/html/maxima_209.html
share/maxima/${PKGVERSION}/doc/html/maxima_21.html
+share/maxima/${PKGVERSION}/doc/html/maxima_210.html
+share/maxima/${PKGVERSION}/doc/html/maxima_211.html
+share/maxima/${PKGVERSION}/doc/html/maxima_212.html
+share/maxima/${PKGVERSION}/doc/html/maxima_213.html
+share/maxima/${PKGVERSION}/doc/html/maxima_214.html
+share/maxima/${PKGVERSION}/doc/html/maxima_215.html
+share/maxima/${PKGVERSION}/doc/html/maxima_216.html
+share/maxima/${PKGVERSION}/doc/html/maxima_217.html
+share/maxima/${PKGVERSION}/doc/html/maxima_218.html
+share/maxima/${PKGVERSION}/doc/html/maxima_219.html
share/maxima/${PKGVERSION}/doc/html/maxima_22.html
+share/maxima/${PKGVERSION}/doc/html/maxima_220.html
+share/maxima/${PKGVERSION}/doc/html/maxima_221.html
+share/maxima/${PKGVERSION}/doc/html/maxima_222.html
+share/maxima/${PKGVERSION}/doc/html/maxima_223.html
+share/maxima/${PKGVERSION}/doc/html/maxima_224.html
+share/maxima/${PKGVERSION}/doc/html/maxima_225.html
+share/maxima/${PKGVERSION}/doc/html/maxima_226.html
+share/maxima/${PKGVERSION}/doc/html/maxima_227.html
+share/maxima/${PKGVERSION}/doc/html/maxima_228.html
+share/maxima/${PKGVERSION}/doc/html/maxima_229.html
share/maxima/${PKGVERSION}/doc/html/maxima_23.html
+share/maxima/${PKGVERSION}/doc/html/maxima_230.html
+share/maxima/${PKGVERSION}/doc/html/maxima_231.html
+share/maxima/${PKGVERSION}/doc/html/maxima_232.html
+share/maxima/${PKGVERSION}/doc/html/maxima_233.html
+share/maxima/${PKGVERSION}/doc/html/maxima_234.html
+share/maxima/${PKGVERSION}/doc/html/maxima_235.html
+share/maxima/${PKGVERSION}/doc/html/maxima_236.html
+share/maxima/${PKGVERSION}/doc/html/maxima_237.html
+share/maxima/${PKGVERSION}/doc/html/maxima_238.html
+share/maxima/${PKGVERSION}/doc/html/maxima_239.html
share/maxima/${PKGVERSION}/doc/html/maxima_24.html
+share/maxima/${PKGVERSION}/doc/html/maxima_240.html
+share/maxima/${PKGVERSION}/doc/html/maxima_241.html
+share/maxima/${PKGVERSION}/doc/html/maxima_242.html
+share/maxima/${PKGVERSION}/doc/html/maxima_243.html
+share/maxima/${PKGVERSION}/doc/html/maxima_244.html
+share/maxima/${PKGVERSION}/doc/html/maxima_245.html
+share/maxima/${PKGVERSION}/doc/html/maxima_246.html
+share/maxima/${PKGVERSION}/doc/html/maxima_247.html
+share/maxima/${PKGVERSION}/doc/html/maxima_248.html
+share/maxima/${PKGVERSION}/doc/html/maxima_249.html
share/maxima/${PKGVERSION}/doc/html/maxima_25.html
+share/maxima/${PKGVERSION}/doc/html/maxima_250.html
+share/maxima/${PKGVERSION}/doc/html/maxima_251.html
+share/maxima/${PKGVERSION}/doc/html/maxima_252.html
+share/maxima/${PKGVERSION}/doc/html/maxima_253.html
+share/maxima/${PKGVERSION}/doc/html/maxima_254.html
+share/maxima/${PKGVERSION}/doc/html/maxima_255.html
+share/maxima/${PKGVERSION}/doc/html/maxima_256.html
+share/maxima/${PKGVERSION}/doc/html/maxima_257.html
+share/maxima/${PKGVERSION}/doc/html/maxima_258.html
+share/maxima/${PKGVERSION}/doc/html/maxima_259.html
share/maxima/${PKGVERSION}/doc/html/maxima_26.html
+share/maxima/${PKGVERSION}/doc/html/maxima_260.html
+share/maxima/${PKGVERSION}/doc/html/maxima_261.html
+share/maxima/${PKGVERSION}/doc/html/maxima_262.html
+share/maxima/${PKGVERSION}/doc/html/maxima_263.html
+share/maxima/${PKGVERSION}/doc/html/maxima_264.html
+share/maxima/${PKGVERSION}/doc/html/maxima_265.html
+share/maxima/${PKGVERSION}/doc/html/maxima_266.html
+share/maxima/${PKGVERSION}/doc/html/maxima_267.html
+share/maxima/${PKGVERSION}/doc/html/maxima_268.html
+share/maxima/${PKGVERSION}/doc/html/maxima_269.html
share/maxima/${PKGVERSION}/doc/html/maxima_27.html
+share/maxima/${PKGVERSION}/doc/html/maxima_270.html
+share/maxima/${PKGVERSION}/doc/html/maxima_271.html
+share/maxima/${PKGVERSION}/doc/html/maxima_272.html
+share/maxima/${PKGVERSION}/doc/html/maxima_273.html
+share/maxima/${PKGVERSION}/doc/html/maxima_274.html
+share/maxima/${PKGVERSION}/doc/html/maxima_275.html
+share/maxima/${PKGVERSION}/doc/html/maxima_276.html
+share/maxima/${PKGVERSION}/doc/html/maxima_277.html
+share/maxima/${PKGVERSION}/doc/html/maxima_278.html
+share/maxima/${PKGVERSION}/doc/html/maxima_279.html
share/maxima/${PKGVERSION}/doc/html/maxima_28.html
+share/maxima/${PKGVERSION}/doc/html/maxima_280.html
+share/maxima/${PKGVERSION}/doc/html/maxima_281.html
+share/maxima/${PKGVERSION}/doc/html/maxima_282.html
+share/maxima/${PKGVERSION}/doc/html/maxima_283.html
+share/maxima/${PKGVERSION}/doc/html/maxima_284.html
+share/maxima/${PKGVERSION}/doc/html/maxima_285.html
+share/maxima/${PKGVERSION}/doc/html/maxima_286.html
+share/maxima/${PKGVERSION}/doc/html/maxima_287.html
+share/maxima/${PKGVERSION}/doc/html/maxima_288.html
+share/maxima/${PKGVERSION}/doc/html/maxima_289.html
share/maxima/${PKGVERSION}/doc/html/maxima_29.html
+share/maxima/${PKGVERSION}/doc/html/maxima_290.html
+share/maxima/${PKGVERSION}/doc/html/maxima_291.html
+share/maxima/${PKGVERSION}/doc/html/maxima_292.html
+share/maxima/${PKGVERSION}/doc/html/maxima_293.html
+share/maxima/${PKGVERSION}/doc/html/maxima_294.html
+share/maxima/${PKGVERSION}/doc/html/maxima_295.html
+share/maxima/${PKGVERSION}/doc/html/maxima_296.html
+share/maxima/${PKGVERSION}/doc/html/maxima_297.html
+share/maxima/${PKGVERSION}/doc/html/maxima_298.html
+share/maxima/${PKGVERSION}/doc/html/maxima_299.html
share/maxima/${PKGVERSION}/doc/html/maxima_3.html
share/maxima/${PKGVERSION}/doc/html/maxima_30.html
+share/maxima/${PKGVERSION}/doc/html/maxima_300.html
+share/maxima/${PKGVERSION}/doc/html/maxima_301.html
+share/maxima/${PKGVERSION}/doc/html/maxima_302.html
+share/maxima/${PKGVERSION}/doc/html/maxima_303.html
+share/maxima/${PKGVERSION}/doc/html/maxima_304.html
+share/maxima/${PKGVERSION}/doc/html/maxima_305.html
+share/maxima/${PKGVERSION}/doc/html/maxima_306.html
+share/maxima/${PKGVERSION}/doc/html/maxima_307.html
+share/maxima/${PKGVERSION}/doc/html/maxima_308.html
+share/maxima/${PKGVERSION}/doc/html/maxima_309.html
share/maxima/${PKGVERSION}/doc/html/maxima_31.html
+share/maxima/${PKGVERSION}/doc/html/maxima_310.html
+share/maxima/${PKGVERSION}/doc/html/maxima_311.html
+share/maxima/${PKGVERSION}/doc/html/maxima_312.html
+share/maxima/${PKGVERSION}/doc/html/maxima_313.html
+share/maxima/${PKGVERSION}/doc/html/maxima_314.html
+share/maxima/${PKGVERSION}/doc/html/maxima_315.html
+share/maxima/${PKGVERSION}/doc/html/maxima_316.html
+share/maxima/${PKGVERSION}/doc/html/maxima_317.html
+share/maxima/${PKGVERSION}/doc/html/maxima_318.html
+share/maxima/${PKGVERSION}/doc/html/maxima_319.html
share/maxima/${PKGVERSION}/doc/html/maxima_32.html
+share/maxima/${PKGVERSION}/doc/html/maxima_320.html
+share/maxima/${PKGVERSION}/doc/html/maxima_321.html
+share/maxima/${PKGVERSION}/doc/html/maxima_322.html
+share/maxima/${PKGVERSION}/doc/html/maxima_323.html
+share/maxima/${PKGVERSION}/doc/html/maxima_324.html
+share/maxima/${PKGVERSION}/doc/html/maxima_325.html
+share/maxima/${PKGVERSION}/doc/html/maxima_326.html
+share/maxima/${PKGVERSION}/doc/html/maxima_327.html
+share/maxima/${PKGVERSION}/doc/html/maxima_328.html
+share/maxima/${PKGVERSION}/doc/html/maxima_329.html
share/maxima/${PKGVERSION}/doc/html/maxima_33.html
+share/maxima/${PKGVERSION}/doc/html/maxima_330.html
+share/maxima/${PKGVERSION}/doc/html/maxima_331.html
+share/maxima/${PKGVERSION}/doc/html/maxima_332.html
+share/maxima/${PKGVERSION}/doc/html/maxima_333.html
+share/maxima/${PKGVERSION}/doc/html/maxima_334.html
+share/maxima/${PKGVERSION}/doc/html/maxima_335.html
+share/maxima/${PKGVERSION}/doc/html/maxima_336.html
+share/maxima/${PKGVERSION}/doc/html/maxima_337.html
+share/maxima/${PKGVERSION}/doc/html/maxima_338.html
+share/maxima/${PKGVERSION}/doc/html/maxima_339.html
share/maxima/${PKGVERSION}/doc/html/maxima_34.html
+share/maxima/${PKGVERSION}/doc/html/maxima_340.html
+share/maxima/${PKGVERSION}/doc/html/maxima_341.html
+share/maxima/${PKGVERSION}/doc/html/maxima_342.html
+share/maxima/${PKGVERSION}/doc/html/maxima_343.html
+share/maxima/${PKGVERSION}/doc/html/maxima_344.html
+share/maxima/${PKGVERSION}/doc/html/maxima_345.html
+share/maxima/${PKGVERSION}/doc/html/maxima_346.html
+share/maxima/${PKGVERSION}/doc/html/maxima_347.html
+share/maxima/${PKGVERSION}/doc/html/maxima_348.html
+share/maxima/${PKGVERSION}/doc/html/maxima_349.html
share/maxima/${PKGVERSION}/doc/html/maxima_35.html
+share/maxima/${PKGVERSION}/doc/html/maxima_350.html
+share/maxima/${PKGVERSION}/doc/html/maxima_351.html
+share/maxima/${PKGVERSION}/doc/html/maxima_352.html
+share/maxima/${PKGVERSION}/doc/html/maxima_353.html
+share/maxima/${PKGVERSION}/doc/html/maxima_354.html
+share/maxima/${PKGVERSION}/doc/html/maxima_355.html
+share/maxima/${PKGVERSION}/doc/html/maxima_356.html
+share/maxima/${PKGVERSION}/doc/html/maxima_357.html
+share/maxima/${PKGVERSION}/doc/html/maxima_358.html
+share/maxima/${PKGVERSION}/doc/html/maxima_359.html
share/maxima/${PKGVERSION}/doc/html/maxima_36.html
+share/maxima/${PKGVERSION}/doc/html/maxima_360.html
+share/maxima/${PKGVERSION}/doc/html/maxima_361.html
+share/maxima/${PKGVERSION}/doc/html/maxima_362.html
+share/maxima/${PKGVERSION}/doc/html/maxima_363.html
+share/maxima/${PKGVERSION}/doc/html/maxima_364.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
@@ -360,8 +642,6 @@ 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_99.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_singlepage.html
share/maxima/${PKGVERSION}/doc/html/maxima_toc.html
@@ -374,22 +654,9 @@ share/maxima/${PKGVERSION}/doc/implementation/sloop-loop-changes.txt
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/MYTOPIC-index.lisp
share/maxima/${PKGVERSION}/share/MYTOPIC.info
+share/maxima/${PKGVERSION}/share/README
share/maxima/${PKGVERSION}/share/affine/README
share/maxima/${PKGVERSION}/share/affine/affine.lisp
share/maxima/${PKGVERSION}/share/affine/affine.system
@@ -556,20 +823,27 @@ 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/combinatorics/combinatorics.dem
+share/maxima/${PKGVERSION}/share/combinatorics/combinatorics.lisp
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.html
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.rst
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T1.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_TP.mac
+share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T_Stiff.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1R.mac
+share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1RD.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T2.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3N.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T4.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5N.mac
+share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T6.mac
+share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T7.mac
+share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T8.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TP.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TS.mac
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_T5.mac
@@ -675,7 +949,6 @@ share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4
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/elliptic_curves/curve_parameters.mac
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/ec2.lisp
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.lisp
@@ -718,16 +991,11 @@ 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/allgentran.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/gentran.system
+share/maxima/${PKGVERSION}/share/contrib/gentran/gentrandemo1.mac
+share/maxima/${PKGVERSION}/share/contrib/gentran/gentrandemo1c.mac
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
@@ -746,18 +1014,13 @@ 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/det.mac
+share/maxima/${PKGVERSION}/share/contrib/gentran/test/det.tem
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
@@ -777,14 +1040,12 @@ 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/rtest_gf.mac
share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt
share/maxima/${PKGVERSION}/share/contrib/ggf.mac
share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
@@ -840,6 +1101,7 @@ 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/odes/rtest_ode.mac
share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.lisp
share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.mac
share/maxima/${PKGVERSION}/share/contrib/operatingsystem/rtest_operatingsystem.mac
@@ -909,11 +1171,11 @@ 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/rtest_augmented_lagrangian.mac
+share/maxima/${PKGVERSION}/share/contrib/rtest_engineering_format.mac
share/maxima/${PKGVERSION}/share/contrib/rtest_ggf.mac
+share/maxima/${PKGVERSION}/share/contrib/rtest_wrstcse.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/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
@@ -921,6 +1183,8 @@ share/maxima/${PKGVERSION}/share/contrib/sarag/quickSignDetermination.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/rtest_arag.mac
+share/maxima/${PKGVERSION}/share/contrib/sarag/rtest_arag_hard.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
@@ -946,6 +1210,7 @@ share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.info
share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.lisp
share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.texi
share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
+share/maxima/${PKGVERSION}/share/contrib/timeout.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
@@ -961,6 +1226,8 @@ 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/contrib/wrstcse.dem
+share/maxima/${PKGVERSION}/share/contrib/wrstcse.mac
share/maxima/${PKGVERSION}/share/descriptive/biomed.data
share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
share/maxima/${PKGVERSION}/share/descriptive/descriptive_util.lisp
@@ -1008,6 +1275,7 @@ 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/rtest_draw.mac
share/maxima/${PKGVERSION}/share/draw/texinfo.tex
share/maxima/${PKGVERSION}/share/draw/vtk.lisp
share/maxima/${PKGVERSION}/share/draw/wbd.lisp
@@ -1060,6 +1328,7 @@ 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/integequations/rtest_inteqn.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
@@ -1328,7 +1597,7 @@ 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.dem
share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.mac
share/maxima/${PKGVERSION}/share/linearalgebra/load-linearalgebra-lisp-files.lisp
share/maxima/${PKGVERSION}/share/linearalgebra/lu.lisp
@@ -1336,14 +1605,15 @@ 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/linearalgebra/rtest_cholesky.mac
+share/maxima/${PKGVERSION}/share/linearalgebra/rtest_eigens_by_jacobi.mac
+share/maxima/${PKGVERSION}/share/linearalgebra/rtest_linalg.mac
+share/maxima/${PKGVERSION}/share/linearalgebra/rtest_lu.mac
+share/maxima/${PKGVERSION}/share/linearalgebra/rtest_matrixexp.mac
+share/maxima/${PKGVERSION}/share/linearalgebra/rtest_polynomialp.mac
share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
share/maxima/${PKGVERSION}/share/logic/COPYING
+share/maxima/${PKGVERSION}/share/logic/Ksimplifier.lisp
share/maxima/${PKGVERSION}/share/logic/TODO
share/maxima/${PKGVERSION}/share/logic/logic-index.lisp
share/maxima/${PKGVERSION}/share/logic/logic.dem
@@ -1425,7 +1695,9 @@ 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/bilinear.mac
share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.lisp
+share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.mac
share/maxima/${PKGVERSION}/share/multiadditive/rtest_opproperties.mac
share/maxima/${PKGVERSION}/share/numeric/bffac.mac
share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp
@@ -1491,6 +1763,7 @@ share/maxima/${PKGVERSION}/share/odepack/odepack-lisp.system
share/maxima/${PKGVERSION}/share/odepack/odepack.asd
share/maxima/${PKGVERSION}/share/odepack/odepack.system
share/maxima/${PKGVERSION}/share/odepack/package.lisp
+share/maxima/${PKGVERSION}/share/odepack/rtest_dlsode.mac
share/maxima/${PKGVERSION}/share/odepack/src/adjlr.lisp
share/maxima/${PKGVERSION}/share/odepack/src/cdrv.lisp
share/maxima/${PKGVERSION}/share/odepack/src/cntnzu.lisp
@@ -1616,9 +1889,15 @@ share/maxima/${PKGVERSION}/share/physics/physconst.usg
share/maxima/${PKGVERSION}/share/physics/rtest_dimension.mac
share/maxima/${PKGVERSION}/share/physics/units.mac
share/maxima/${PKGVERSION}/share/physics/units.usg
+share/maxima/${PKGVERSION}/share/pytranslate/cantorr.py
+share/maxima/${PKGVERSION}/share/pytranslate/maxima-to-ir.html
+share/maxima/${PKGVERSION}/share/pytranslate/maxima-to-ir.mm
+share/maxima/${PKGVERSION}/share/pytranslate/pytranslate.lisp
+share/maxima/${PKGVERSION}/share/pytranslate/pytranslate.mac
+share/maxima/${PKGVERSION}/share/pytranslate/pytranslate.py
+share/maxima/${PKGVERSION}/share/pytranslate/rtest_pytranslate.mac
share/maxima/${PKGVERSION}/share/readme-share.txt
share/maxima/${PKGVERSION}/share/share.usg
-share/maxima/${PKGVERSION}/share/share_testsuite.lisp
share/maxima/${PKGVERSION}/share/simplex/Readme.txt
share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv
@@ -1631,6 +1910,7 @@ 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/netlib.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
@@ -1687,14 +1967,21 @@ 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/rectangular.csv-utf-16be
+share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-16le
+share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-32be
+share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-32le
+share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-8
+share/maxima/${PKGVERSION}/share/stringproc/rtest_encoding.mac
+share/maxima/${PKGVERSION}/share/stringproc/rtest_stringproc.mac
share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac
share/maxima/${PKGVERSION}/share/stringproc/rtestregex.mac
-share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac
share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp
share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
share/maxima/${PKGVERSION}/share/stringproc/sregex.mac
share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
+share/maxima/${PKGVERSION}/share/stringproc/unicode-sniffer.lisp
share/maxima/${PKGVERSION}/share/sym/arite.lisp
share/maxima/${PKGVERSION}/share/sym/chbase.lisp
share/maxima/${PKGVERSION}/share/sym/compile.lisp
@@ -1718,12 +2005,11 @@ 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/rtest_sym.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
@@ -1767,6 +2053,7 @@ 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/killing.dem
share/maxima/${PKGVERSION}/share/tensor/kruskal.dem
share/maxima/${PKGVERSION}/share/tensor/lckdt.mac
share/maxima/${PKGVERSION}/share/tensor/mail-archive.txt
@@ -1830,6 +2117,7 @@ share/maxima/${PKGVERSION}/src/autol.lisp
share/maxima/${PKGVERSION}/src/bessel.lisp
share/maxima/${PKGVERSION}/src/buildq.lisp
share/maxima/${PKGVERSION}/src/cl-info.lisp
+${PLIST.clisp}share/maxima/${PKGVERSION}/src/clisp-command2.lisp
share/maxima/${PKGVERSION}/src/clmacs.lisp
share/maxima/${PKGVERSION}/src/combin.lisp
share/maxima/${PKGVERSION}/src/comm.lisp
@@ -1845,6 +2133,7 @@ share/maxima/${PKGVERSION}/src/csimp2.lisp
share/maxima/${PKGVERSION}/src/db.lisp
share/maxima/${PKGVERSION}/src/defcal.lisp
share/maxima/${PKGVERSION}/src/defint.lisp
+share/maxima/${PKGVERSION}/src/defmfun-check.lisp
share/maxima/${PKGVERSION}/src/desoln.lisp
share/maxima/${PKGVERSION}/src/displa.lisp
share/maxima/${PKGVERSION}/src/displm.lisp
@@ -2081,6 +2370,7 @@ share/maxima/${PKGVERSION}/src/scs.lisp
share/maxima/${PKGVERSION}/src/series.lisp
share/maxima/${PKGVERSION}/src/server.lisp
share/maxima/${PKGVERSION}/src/share-subdirs.lisp
+share/maxima/${PKGVERSION}/src/share-subdirs_autogenerated.lisp
share/maxima/${PKGVERSION}/src/simp.lisp
share/maxima/${PKGVERSION}/src/sin.lisp
share/maxima/${PKGVERSION}/src/sinint.lisp
@@ -2094,6 +2384,7 @@ share/maxima/${PKGVERSION}/src/strmac.lisp
share/maxima/${PKGVERSION}/src/sublis.lisp
share/maxima/${PKGVERSION}/src/sumcon.lisp
share/maxima/${PKGVERSION}/src/suprv1.lisp
+share/maxima/${PKGVERSION}/src/testsuite.lisp
share/maxima/${PKGVERSION}/src/tlimit.lisp
share/maxima/${PKGVERSION}/src/todd-coxeter.lisp
share/maxima/${PKGVERSION}/src/trans1.lisp
@@ -2150,6 +2441,7 @@ share/maxima/${PKGVERSION}/tests/rtest_algebraic.mac
share/maxima/${PKGVERSION}/tests/rtest_algsys.mac
share/maxima/${PKGVERSION}/tests/rtest_allnummod.mac
share/maxima/${PKGVERSION}/tests/rtest_ask.mac
+share/maxima/${PKGVERSION}/tests/rtest_ask_input.mac
share/maxima/${PKGVERSION}/tests/rtest_boolean.mac
share/maxima/${PKGVERSION}/tests/rtest_carg.mac
share/maxima/${PKGVERSION}/tests/rtest_diff_invtrig.mac
@@ -2162,6 +2454,7 @@ share/maxima/${PKGVERSION}/tests/rtest_extra.mac
share/maxima/${PKGVERSION}/tests/rtest_float_inf.mac
share/maxima/${PKGVERSION}/tests/rtest_gamma.mac
share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac
+share/maxima/${PKGVERSION}/tests/rtest_index_properties.mac
share/maxima/${PKGVERSION}/tests/rtest_integrate.mac
share/maxima/${PKGVERSION}/tests/rtest_integrate_special.mac
share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac
@@ -2185,6 +2478,7 @@ share/maxima/${PKGVERSION}/tests/rtest_sqrt.mac
share/maxima/${PKGVERSION}/tests/rtest_taylor.mac
share/maxima/${PKGVERSION}/tests/rtest_tex.mac
share/maxima/${PKGVERSION}/tests/rtest_tmlinsolve.mac
+share/maxima/${PKGVERSION}/tests/rtest_trace.mac
share/maxima/${PKGVERSION}/tests/rtest_translator.mac
share/maxima/${PKGVERSION}/tests/rtest_trig.mac
share/maxima/${PKGVERSION}/tests/rtest_zeta.mac
@@ -2209,8 +2503,8 @@ share/maxima/${PKGVERSION}/tests/test_readbase_maxima.mac
share/maxima/${PKGVERSION}/tests/test_readbase_maxima_autoload.mac
share/maxima/${PKGVERSION}/tests/testbench_draw_manual.wxm
share/maxima/${PKGVERSION}/tests/testbench_drawdf_manual.wxm
+share/maxima/${PKGVERSION}/tests/testbench_plot_manual.wxm
share/maxima/${PKGVERSION}/tests/testbench_plotdf_manual.wxm
-share/maxima/${PKGVERSION}/tests/testsuite.lisp
share/maxima/${PKGVERSION}/tests/wester_problems/test_algebra.mac
share/maxima/${PKGVERSION}/tests/wester_problems/test_boolean_logic.mac
share/maxima/${PKGVERSION}/tests/wester_problems/test_calculus.mac
@@ -2253,6 +2547,7 @@ 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_10.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
@@ -2260,21 +2555,23 @@ 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_9.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/maxima-new.svg
share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg
share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg
+share/maxima/${PKGVERSION}/xmaxima/net.sourceforge.maxima.gif
+share/maxima/${PKGVERSION}/xmaxima/net.sourceforge.maxima.png
+share/maxima/${PKGVERSION}/xmaxima/net.sourceforge.maxima.svg
share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html
+share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml
share/mime/packages/x-mac.xml
share/mime/packages/x-maxima-out.xml
-share/pixmaps/maxima-new.png
-share/pixmaps/maxima-new.svg
+share/pixmaps/net.sourceforge.maxima.png
+share/pixmaps/net.sourceforge.maxima.svg
share/pixmaps/text-x-maxima-out.svg
share/pixmaps/text-x-maximasession.svg
diff --git a/math/maxima/distinfo b/math/maxima/distinfo
index d171c301eb6..7ddb66167ea 100644
--- a/math/maxima/distinfo
+++ b/math/maxima/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.32 2017/11/28 15:18:21 wiz Exp $
+$NetBSD: distinfo,v 1.33 2020/07/20 06:42:31 yhardy Exp $
-SHA1 (maxima-5.41.0.tar.gz) = 0f69a6603d7334bfec6388151eeb768e8c5e7626
-RMD160 (maxima-5.41.0.tar.gz) = e58cedfa395ac5cb4715d1b60ed7cf6ae48979cf
-SHA512 (maxima-5.41.0.tar.gz) = 1b93ae2db055ba7fb4a95924a896667f0cfa1c675c603c104181662aeb32b10b006158526b2f3ad93a59688a23eacdc82e870bb8ffb182a89e1e51de013ec209
-Size (maxima-5.41.0.tar.gz) = 41540226 bytes
+SHA1 (maxima-5.44.0.tar.gz) = 5f1fce915675f46823c33638480dcc1fcaf447a1
+RMD160 (maxima-5.44.0.tar.gz) = 23e5a93303edaee9615e4e36331f53416c34ce8a
+SHA512 (maxima-5.44.0.tar.gz) = 1e043bebb7c6d002c113d8de20a98d58d1a8e7bedfc9bcf52819e7c7554655991dc2f42f0333889706574249736db833a237b3e59b967e7e42ede28262e31f2f
+Size (maxima-5.44.0.tar.gz) = 34976354 bytes
+SHA1 (patch-doc_info_build__html.sh.in) = 814d0d1db8411ad3bec3e913221bf7f0b89e1ce6
diff --git a/math/maxima/patches/patch-doc_info_build__html.sh.in b/math/maxima/patches/patch-doc_info_build__html.sh.in
new file mode 100644
index 00000000000..9559927a4c9
--- /dev/null
+++ b/math/maxima/patches/patch-doc_info_build__html.sh.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-doc_info_build__html.sh.in,v 1.1 2020/07/20 06:42:31 yhardy Exp $
+
+--- doc/info/build_html.sh.in.orig 2020-03-14 14:24:40.000000000 +0000
++++ doc/info/build_html.sh.in
+@@ -46,7 +46,7 @@ do
+ echo "filenamebase = \"$filenamebase\""
+ cat $f
+ done | @AWK@ '!/^@c / && !/^@c$/ && (/^@deffn/ || /^@defvr/ || /^@end deffn/ || /^@end defvr/ || /@category/ || /@node/ || /^filenamebase/)' | @SED@ -f @abs_srcdir@/extract_categories1.sed | @AWK@ -f @abs_srcdir@/extract_categories1.awk > make-categories.py
+-python make-categories.py
++${PYTHON} make-categories.py
+ @SED@ -e 's/^@bye/@node Documentation Categories, , Function and Variable Index\n@chapter Documentation Categories/' @abs_srcdir@/maxima.texi > maxima.texi
+ ( for f in Category-*.texi; do echo '@include' $f; done ; echo @bye ) >> maxima.texi
+