pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/maxima Updated maxima to 5.9.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9c3ed256f50
branches:  trunk
changeset: 512136:a9c3ed256f50
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 01 22:23:43 2006 +0000

description:
Updated maxima to 5.9.2.

Significant changes from Maxima 5.9.1 to 5.9.2, in no particular order.
Magnitude of changes varies widely.

 * Parser is now entirely case sensitive, built-in keywords and
   variables are all lowercase only
 * Regularize case in printed messages
 * Improved TeXmacs interface, 2-d input
 * Moved nset (finite set functions) into Maxima core
 * Ported Mersenne twister rng to Maxima core
 * English reference manual revised (form and content)
 * Reference manual translated to Spanish and Portuguese
 * Additional tutorial documents
 * Discrete plots (for plot2d)
 * Enhancements to tensor packages (Atensor, Ctensor, Itensor)
 * Replaced Airy functions with much more extensive implementation

 * Revisions to Bessel functions
    o Bessel functions with real order and complex argument can be
      evaluated numerically.
    o bessel_j can be computed for negative real order.

 * Revisions to gamma function
    o Gamma function can be numerically evaluated for complex arguments.

 * Revisions to elliptic functions
    o Bugs 1165488 and 908185 fixed.
    o Fixed issue where many of the routines were returning single-float
      results instead of double-float when given rational args.
    o elliptic_f with complex args can be numerically evaluated.
    o Other inverse Jacobi routines can be evaluated at complex points.

 * Extensive revisions to hypergeometric functions
    o Adjusted routines to return the new names for the Bessel functions
      (like bessel_j instead of %j).
    o Similarly, any orthogonal polynomials now use the naming
      conventions used by the specfun orthogonal polynomial package.
    o Corrected many errors in implementation.
    o Some missing internal functionality added.
    o Bug 1155241 fixed.
    o Bug 1097915 fixed.
    o Branch cuts for various relationships between hypergeometric
      functions and Legendre functions were implemented or corrected.

 * Revised kill function (fixed several bugs, helps test suite run correctly)
 * Revised code to run test suite
 * Display noun forms 'for and 'if correctly
 * Display if -- then -- elseif correctly
 * Adjust placement of newlines between output lines
 * Establish configuration variable *MAXIMA-TEMPDIR*, make use in plotting
 * Cleaned up autoload declarations
 * Source code lowercase
 * Regularize use of packages in Maxima core
 * Misc code cleanups incl. sloop -> ANSI loop, rename private let and let*
 * New share files:
    share/defstruct.lisp:   define structured objects, also multiple assignment
    share/contrib/descriptive/: descriptive statistics
    share/contrib/diffequations/tests/: several new tests
    share/contrib/distrib/: probability distributions
    share/contrib/plotdf.lisp:  direction field plotting
    share/contrib/sarag/:   real algebraic geometry
    share/contrib/state/:   state variable equations
    share/contrib/unit/:    units of measurement
    share/contrib/Zeilberger/:  hypergeometric summation
    share/linearalgebra/:   linear algebra
    share/numeric/interpol.mac: Lagrange polynomial interpolation
    share/tensor/:  many new examples

 * Other bug fixes:
   590222 (power series)
   853830 (sum)
   1045821 (describe)
   618280 (entier)
   512736 (alphalessp)
   620928 (cfratsimp)
   626728 (scanmap/bottomup)
   904504 (sign1)
   617021 (bfloat(%gamma))
   1052308, 1036900 (limit)
   1038584 (integrate)
   1169996 (example)
   1274656 (dribble)
   1179646, 1110733, 1070509 (tex)
   1234221 (ev)
   1216157 (kill-operator)
   797401 (infix)
   1173788 (prefix, postfix, nary, matchfix, nofix, and infix)
   1290386, 1156759, 1107784 (plot2d)
   1179660 (bfloat)
   904295 (ratweight)
   808772, 808772 (realpart)
   783051 (expand)
   1178648 (setup_autoload)
   1175992 (playback)
   1103687 (compile_file, translate_file)

diffstat:

 math/maxima/Makefile |    5 +-
 math/maxima/PLIST    |  349 ++++++++++++++++++++++++++++----------------------
 math/maxima/distinfo |    8 +-
 3 files changed, 202 insertions(+), 160 deletions(-)

diffs (truncated from 696 to 300 lines):

diff -r ff8435ecb1d4 -r a9c3ed256f50 math/maxima/Makefile
--- a/math/maxima/Makefile      Mon May 01 22:01:21 2006 +0000
+++ b/math/maxima/Makefile      Mon May 01 22:23:43 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:04 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/01 22:23:43 rillig Exp $
 #
 
-DISTNAME=              maxima-5.9.1
-PKGREVISION=           1
+DISTNAME=              maxima-5.9.2
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=maxima/}
 
diff -r ff8435ecb1d4 -r a9c3ed256f50 math/maxima/PLIST
--- a/math/maxima/PLIST Mon May 01 22:01:21 2006 +0000
+++ b/math/maxima/PLIST Mon May 01 22:23:43 2006 +0000
@@ -1,24 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/28 19:07:53 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/05/01 22:23:43 rillig Exp $
 bin/maxima
 bin/rmaxima
 bin/xmaxima
 info/maxima.info
 info/maxima.info-1
-info/maxima.info-10
-info/maxima.info-11
-info/maxima.info-12
-info/maxima.info-13
-info/maxima.info-14
-info/maxima.info-15
-info/maxima.info-16
 info/maxima.info-2
 info/maxima.info-3
 info/maxima.info-4
 info/maxima.info-5
-info/maxima.info-6
-info/maxima.info-7
-info/maxima.info-8
-info/maxima.info-9
 lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
 lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
 libexec/maxima/${PKGVERSION}/mgnuplot
@@ -81,6 +70,8 @@
 share/maxima/${PKGVERSION}/doc/html/maxima_41.html
 share/maxima/${PKGVERSION}/doc/html/maxima_42.html
 share/maxima/${PKGVERSION}/doc/html/maxima_43.html
+share/maxima/${PKGVERSION}/doc/html/maxima_44.html
+share/maxima/${PKGVERSION}/doc/html/maxima_45.html
 share/maxima/${PKGVERSION}/doc/html/maxima_5.html
 share/maxima/${PKGVERSION}/doc/html/maxima_6.html
 share/maxima/${PKGVERSION}/doc/html/maxima_7.html
@@ -89,72 +80,6 @@
 share/maxima/${PKGVERSION}/doc/html/maxima_toc.html
 share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt
 share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt
-share/maxima/${PKGVERSION}/doc/maximabook/Makefile
-share/maxima/${PKGVERSION}/doc/maximabook/README
-share/maxima/${PKGVERSION}/doc/maximabook/TODO
-share/maxima/${PKGVERSION}/doc/maximabook/algcal/algcal.tex
-share/maxima/${PKGVERSION}/doc/maximabook/basics/basics.tex
-share/maxima/${PKGVERSION}/doc/maximabook/examples/examples.tex
-share/maxima/${PKGVERSION}/doc/maximabook/images/2dplotwindow.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/2dplotwindow.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/3dplotwindow.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/3dplotwindow.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/emacsmaximamodeshot.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/emacsmaximamodeshot.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/emacsshot.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/emacsshot.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/emaximashot.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/emaximashot.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/imaxima.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/imaxima.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/maxima_geomview.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/maxima_geomview.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/maxima_gnuplot.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/maxima_gnuplot.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/maxima_openmath.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/maxima_openmath.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/maximawindowsinstall1.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/maximawindowsinstall1.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/symaxx.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/symaxx.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/symaxxoutput.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/symaxxoutput.ps
-share/maxima/${PKGVERSION}/doc/maximabook/images/terminalshot.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/terminalshot.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/texmacs.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/texmacs.png
-share/maxima/${PKGVERSION}/doc/maximabook/images/xmaxima.eps
-share/maxima/${PKGVERSION}/doc/maximabook/images/xmaxima.png
-share/maxima/${PKGVERSION}/doc/maximabook/install/install.tex
-share/maxima/${PKGVERSION}/doc/maximabook/interfaces/interfaces.tex
-share/maxima/${PKGVERSION}/doc/maximabook/introduction/introduction.tex
-share/maxima/${PKGVERSION}/doc/maximabook/maxima.bib
-share/maxima/${PKGVERSION}/doc/maximabook/maxima.tex
-share/maxima/${PKGVERSION}/doc/maximabook/maxims/maxims.tex
-share/maxima/${PKGVERSION}/doc/maximabook/odes/advmath.tex
-share/maxima/${PKGVERSION}/doc/maximabook/odes/odes.tex
-share/maxima/${PKGVERSION}/doc/maximabook/output/izicinfo.txt
-share/maxima/${PKGVERSION}/doc/maximabook/output/output.tex
-share/maxima/${PKGVERSION}/doc/maximabook/preface/pref.tex
-share/maxima/${PKGVERSION}/doc/maximabook/programming/prog.tex
-share/maxima/${PKGVERSION}/doc/maximabook/share/calculus/pdiff.tex
-share/maxima/${PKGVERSION}/doc/maximabook/share/physics/dimension.tex
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/axiom.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/higherordersymbcomput.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/jsymcomp.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/lispsymbcomput.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/macsyma.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/maple-extract.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/maple-tech.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/mathematica.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/red-a-f.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/red-g-l.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/red-m-z.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/redbooks.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/redextra.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/reduce.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/bibarchive/sigsam.bib
-share/maxima/${PKGVERSION}/doc/maximabook/storage/primer/primer.tex
 share/maxima/${PKGVERSION}/doc/misc/completescanoffunctionssortedbybytecodelength.txt
 share/maxima/${PKGVERSION}/doc/misc/grepforvariables.sh
 share/maxima/${PKGVERSION}/doc/misc/maximafunctions.txt
@@ -180,6 +105,7 @@
 share/maxima/${PKGVERSION}/emacs/maxima.el
 share/maxima/${PKGVERSION}/emacs/smart-complete.el
 share/maxima/${PKGVERSION}/emacs/sshell.el
+share/maxima/${PKGVERSION}/msgs/ru.msg
 share/maxima/${PKGVERSION}/share/affine/README
 share/maxima/${PKGVERSION}/share/affine/affine.lisp
 share/maxima/${PKGVERSION}/share/affine/affine.system
@@ -204,6 +130,7 @@
 share/maxima/${PKGVERSION}/share/affine/sheafa.lisp
 share/maxima/${PKGVERSION}/share/affine/sheafb.lisp
 share/maxima/${PKGVERSION}/share/affine/sheafc.lisp
+share/maxima/${PKGVERSION}/share/affine/sloop.lisp
 share/maxima/${PKGVERSION}/share/affine/sparsemat.lisp
 share/maxima/${PKGVERSION}/share/affine/sub-proj.lisp
 share/maxima/${PKGVERSION}/share/affine/sys-declaim.lisp
@@ -212,13 +139,15 @@
 share/maxima/${PKGVERSION}/share/affine/todd-coxeter.lisp
 share/maxima/${PKGVERSION}/share/algebra/charsets/README
 share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.mac
+share/maxima/${PKGVERSION}/share/algebra/charsets/flatten.lisp
+share/maxima/${PKGVERSION}/share/algebra/charsets/rtestflatten.mac
+share/maxima/${PKGVERSION}/share/algebra/charsets/set.lisp
 share/maxima/${PKGVERSION}/share/algebra/charsets/test1.mac
 share/maxima/${PKGVERSION}/share/algebra/differ.dem
 share/maxima/${PKGVERSION}/share/algebra/differ.mac
 share/maxima/${PKGVERSION}/share/algebra/gcdex.mac
 share/maxima/${PKGVERSION}/share/algebra/grob1.lisp
 share/maxima/${PKGVERSION}/share/algebra/nusum.mac
-share/maxima/${PKGVERSION}/share/algebra/nusum.usg
 share/maxima/${PKGVERSION}/share/algebra/recur.dem
 share/maxima/${PKGVERSION}/share/algebra/recur.lisp
 share/maxima/${PKGVERSION}/share/algebra/recur.mac
@@ -237,9 +166,7 @@
 share/maxima/${PKGVERSION}/share/calculus/cartan.lisp
 share/maxima/${PKGVERSION}/share/calculus/fourie.dem
 share/maxima/${PKGVERSION}/share/calculus/fourie.mac
-share/maxima/${PKGVERSION}/share/calculus/fourie.usg
 share/maxima/${PKGVERSION}/share/calculus/gendif.mac
-share/maxima/${PKGVERSION}/share/calculus/gendif.usg
 share/maxima/${PKGVERSION}/share/calculus/optmiz.dem
 share/maxima/${PKGVERSION}/share/calculus/optmiz.mac
 share/maxima/${PKGVERSION}/share/calculus/optmiz.transcript
@@ -260,7 +187,6 @@
 share/maxima/${PKGVERSION}/share/calculus/qual.usg
 share/maxima/${PKGVERSION}/share/calculus/qualsp.lisp
 share/maxima/${PKGVERSION}/share/calculus/revert.mac
-share/maxima/${PKGVERSION}/share/calculus/revert.usg
 share/maxima/${PKGVERSION}/share/calculus/taylor1.mac
 share/maxima/${PKGVERSION}/share/combinatorics/comgen.lisp
 share/maxima/${PKGVERSION}/share/combinatorics/permut.lisp
@@ -269,6 +195,43 @@
 share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo
 share/maxima/${PKGVERSION}/share/contrib/Grobner/maxima-grobner.lisp
 share/maxima/${PKGVERSION}/share/contrib/README
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Gosper.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/GosperEq.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/LOADZeilberger.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Zeilberger.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/algUtil.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compatible.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/constants.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/linearAlgebra.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/makeGosperForm.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/norm.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/numerical.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/readme.txt
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/settings.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/shiftQuotient.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testGosper.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testZeilberger.mac
+share/maxima/${PKGVERSION}/share/contrib/Zeilberger/whatsnew.txt
+share/maxima/${PKGVERSION}/share/contrib/defstruct.lisp
+share/maxima/${PKGVERSION}/share/contrib/descriptive/README
+share/maxima/${PKGVERSION}/share/contrib/descriptive/biomed.data
+share/maxima/${PKGVERSION}/share/contrib/descriptive/descriptive.mac
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/barsplot1.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/barsplot2.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/boxplot1.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/boxplot2.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/dataplot1.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/dataplot2.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/dataplot3.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/dataplot4.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/dataplot5.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/dataplot6.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/descriptive_en.tex
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/descriptive_es.tex
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/histogram1.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/doc/histogram2.eps
+share/maxima/${PKGVERSION}/share/contrib/descriptive/pidigits.data
+share/maxima/${PKGVERSION}/share/contrib/descriptive/wind.data
 share/maxima/${PKGVERSION}/share/contrib/diag.dem
 share/maxima/${PKGVERSION}/share/contrib/diag.mac
 share/maxima/${PKGVERSION}/share/contrib/diag.usg
@@ -288,9 +251,28 @@
 share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_riccati.mac
 share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym.mac
 share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym2.mac
-share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy1.mac
-share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy2.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_4.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_5.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_6.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_1.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac
+share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac
 share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
+share/maxima/${PKGVERSION}/share/contrib/distrib/README
+share/maxima/${PKGVERSION}/share/contrib/distrib/distrib.mac
+share/maxima/${PKGVERSION}/share/contrib/distrib/doc/distrib_en.tex
+share/maxima/${PKGVERSION}/share/contrib/eval_string.lisp
 share/maxima/${PKGVERSION}/share/contrib/f90.lisp
 share/maxima/${PKGVERSION}/share/contrib/f90.usg
 share/maxima/${PKGVERSION}/share/contrib/format/README
@@ -317,6 +299,7 @@
 share/maxima/${PKGVERSION}/share/contrib/gentran/lspfor.lisp
 share/maxima/${PKGVERSION}/share/contrib/gentran/lsprat.lisp
 share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ms
+share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ps.gz
 share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA.ms
 share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA1.ms
 share/maxima/${PKGVERSION}/share/contrib/gentran/man/appB.ms
@@ -369,6 +352,11 @@
 share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac
 share/maxima/${PKGVERSION}/share/contrib/lsquares.dem
 share/maxima/${PKGVERSION}/share/contrib/lsquares.mac
+share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README
+share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp
+share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
+share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest
+share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt
 share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
@@ -376,14 +364,20 @@
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp
+share/maxima/${PKGVERSION}/share/contrib/mcclim/README
+share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp
+share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png
+share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp
+share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png
 share/maxima/${PKGVERSION}/share/contrib/mnewton.dem
 share/maxima/${PKGVERSION}/share/contrib/mnewton.mac
 share/maxima/${PKGVERSION}/share/contrib/nset/README
+share/maxima/${PKGVERSION}/share/contrib/nset/announce-1.2.txt
+share/maxima/${PKGVERSION}/share/contrib/nset/changes_1.0_to_1.2.txt
+share/maxima/${PKGVERSION}/share/contrib/nset/maxima-init.lisp
 share/maxima/${PKGVERSION}/share/contrib/nset/nset-init.lisp
 share/maxima/${PKGVERSION}/share/contrib/nset/nset.html
-share/maxima/${PKGVERSION}/share/contrib/nset/nset.lisp
-share/maxima/${PKGVERSION}/share/contrib/nset/nset.texi
-share/maxima/${PKGVERSION}/share/contrib/nset/test-nset.mac
+share/maxima/${PKGVERSION}/share/contrib/nset/nset_toc.html
 share/maxima/${PKGVERSION}/share/contrib/numericalio/README
 share/maxima/${PKGVERSION}/share/contrib/numericalio/array.data
 share/maxima/${PKGVERSION}/share/contrib/numericalio/array.mac
@@ -403,6 +397,9 @@
 share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.pdf
 share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.tex
 share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff.lisp
+share/maxima/${PKGVERSION}/share/contrib/plotdf.dem



Home | Main Index | Thread Index | Old Index