Sun Apr 8 12:09:42 2012 UTC ()
Update to Maxima 5.27.0

Changes in Maxima 5.27:

   Backwards-incompatible changes:

 * remove obsolete Cray Fortran translator
 * rename topoly and to_poly_solver to to_poly and to_poly_solve, respectively

   New items in core:

 * new functions zn_order, zn_primroot_p, zn_primroot, zn_log, chinese

   New items in share:

 * package rkf45: Runge-Kutta-Fehlberg 4th-5th order numerical o.d.e. solver

   Other changes:

 * functions bessel_i, bessel_j: results for imaginary arguments
 * function build_info: return a structure instead of just printing its data
 * function plot3d: allow 3-d parametric plots
 * functions fortmx, f90mx: generate assignments to 1-d array when argument is a list
 * package ezunits: update values for physical constants
 * revise and update documentation
 * reorganization of directory maxima/share
 * clean up source code by cutting out unused functions

   Bug fixes:

 3509430: limit of tanh(x) at 0 makes no sense
 3497046: Integration of products of sin(nz)/(nz) sometimes fails
 3495182: hgfred([-n/2, (n-1)/2],[1],x) --> error
 3484414: display places (false) before output if display2d is false
 3480954: integrate(sin(x)^2/x,x,minf,inf) gives not zero
 3473549: gcl bug using 1-12-2012 defint.lisp
 3470668: Integration is not correct: invalid 'false' term in results
 3469184: integrate(exp(-x^n),x,0,1) bug for n >2
 3449369: nfloat
 3397562: sin(x^2)/(x^2) improper integral incorrect?
 mailing list 2012-02-27: print ( false ) bug 5.26.0
 mailing list circa 2012-02-19: BIGFLOAT::%TO should pass CL complex numbers
 mailing list circa 2012-01-27: nonstandard extension in category scripts
 mailing list circa 2012-01-09: invert_by_lu does not work as expected
 overflow in regularized incomplete gamma function
 incorrect value for gamma_incomplete(0,200*%i)


(asau)
diff -r1.30 -r1.31 pkgsrc/math/maxima/Makefile
diff -r1.23 -r1.24 pkgsrc/math/maxima/PLIST
diff -r1.21 -r1.22 pkgsrc/math/maxima/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/math/maxima/Makefile (expand / switch to unified diff)

--- pkgsrc/math/maxima/Makefile 2012/01/10 03:38:08 1.30
+++ pkgsrc/math/maxima/Makefile 2012/04/08 12:09:42 1.31
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2012/01/10 03:38:08 asau Exp $ 1# $NetBSD: Makefile,v 1.31 2012/04/08 12:09:42 asau Exp $
2# 2#
3 3
4DISTNAME= maxima-5.26.0 4DISTNAME= maxima-5.27.0
5# On updates, please make sure editors/TeXmacs knows about the new 5# On updates, please make sure editors/TeXmacs knows about the new
6# version number. 6# version number.
7# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) 7# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
8CATEGORIES= math 8CATEGORIES= math
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} 9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://maxima.sourceforge.net/ 12HOMEPAGE= http://maxima.sourceforge.net/
13COMMENT= Computer algebra system 13COMMENT= Computer algebra system
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16# Note: lisp backend is depended and setup up for in options.mk 16# Note: lisp backend is depended and setup up for in options.mk
17DEPENDS+= tk-[0-9]*:../../x11/tk 17DEPENDS+= tk-[0-9]*:../../x11/tk

cvs diff -r1.23 -r1.24 pkgsrc/math/maxima/PLIST (expand / switch to unified diff)

--- pkgsrc/math/maxima/PLIST 2012/01/10 03:38:08 1.23
+++ pkgsrc/math/maxima/PLIST 2012/04/08 12:09:42 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.23 2012/01/10 03:38:08 asau Exp $ 1@comment $NetBSD: PLIST,v 1.24 2012/04/08 12:09:42 asau Exp $
2bin/maxima 2bin/maxima
3bin/rmaxima 3bin/rmaxima
4bin/xmaxima 4bin/xmaxima
5info/imaxima.info 5info/imaxima.info
6info/maxima-index.lisp 6info/maxima-index.lisp
7info/maxima.info 7info/maxima.info
8info/xmaxima.info 8info/xmaxima.info
9${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run 9${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
10${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem 10${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
11${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima 11${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
12${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core 12${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core
13libexec/maxima/${PKGVERSION}/mgnuplot 13libexec/maxima/${PKGVERSION}/mgnuplot
14man/man1/maxima.1 14man/man1/maxima.1
@@ -109,27 +109,26 @@ share/maxima/${PKGVERSION}/doc/html/figu @@ -109,27 +109,26 @@ share/maxima/${PKGVERSION}/doc/html/figu
109share/maxima/${PKGVERSION}/doc/html/figures/plotting4.gif 109share/maxima/${PKGVERSION}/doc/html/figures/plotting4.gif
110share/maxima/${PKGVERSION}/doc/html/figures/plotting5.gif 110share/maxima/${PKGVERSION}/doc/html/figures/plotting5.gif
111share/maxima/${PKGVERSION}/doc/html/figures/plotting6.gif 111share/maxima/${PKGVERSION}/doc/html/figures/plotting6.gif
112share/maxima/${PKGVERSION}/doc/html/figures/plotting7.gif 112share/maxima/${PKGVERSION}/doc/html/figures/plotting7.gif
113share/maxima/${PKGVERSION}/doc/html/figures/plotting8.gif 113share/maxima/${PKGVERSION}/doc/html/figures/plotting8.gif
114share/maxima/${PKGVERSION}/doc/html/figures/plotting9.gif 114share/maxima/${PKGVERSION}/doc/html/figures/plotting9.gif
115share/maxima/${PKGVERSION}/doc/html/header.hhp 115share/maxima/${PKGVERSION}/doc/html/header.hhp
116share/maxima/${PKGVERSION}/doc/html/index.hhk 116share/maxima/${PKGVERSION}/doc/html/index.hhk
117share/maxima/${PKGVERSION}/doc/html/intromax.html 117share/maxima/${PKGVERSION}/doc/html/intromax.html
118share/maxima/${PKGVERSION}/doc/html/maxima.hhp 118share/maxima/${PKGVERSION}/doc/html/maxima.hhp
119share/maxima/${PKGVERSION}/doc/html/maxima.html 119share/maxima/${PKGVERSION}/doc/html/maxima.html
120share/maxima/${PKGVERSION}/doc/html/maxima_1.html 120share/maxima/${PKGVERSION}/doc/html/maxima_1.html
121share/maxima/${PKGVERSION}/doc/html/maxima_10.html 121share/maxima/${PKGVERSION}/doc/html/maxima_10.html
122share/maxima/${PKGVERSION}/doc/html/maxima_100.html 
123share/maxima/${PKGVERSION}/doc/html/maxima_11.html 122share/maxima/${PKGVERSION}/doc/html/maxima_11.html
124share/maxima/${PKGVERSION}/doc/html/maxima_12.html 123share/maxima/${PKGVERSION}/doc/html/maxima_12.html
125share/maxima/${PKGVERSION}/doc/html/maxima_13.html 124share/maxima/${PKGVERSION}/doc/html/maxima_13.html
126share/maxima/${PKGVERSION}/doc/html/maxima_14.html 125share/maxima/${PKGVERSION}/doc/html/maxima_14.html
127share/maxima/${PKGVERSION}/doc/html/maxima_15.html 126share/maxima/${PKGVERSION}/doc/html/maxima_15.html
128share/maxima/${PKGVERSION}/doc/html/maxima_16.html 127share/maxima/${PKGVERSION}/doc/html/maxima_16.html
129share/maxima/${PKGVERSION}/doc/html/maxima_17.html 128share/maxima/${PKGVERSION}/doc/html/maxima_17.html
130share/maxima/${PKGVERSION}/doc/html/maxima_18.html 129share/maxima/${PKGVERSION}/doc/html/maxima_18.html
131share/maxima/${PKGVERSION}/doc/html/maxima_19.html 130share/maxima/${PKGVERSION}/doc/html/maxima_19.html
132share/maxima/${PKGVERSION}/doc/html/maxima_2.html 131share/maxima/${PKGVERSION}/doc/html/maxima_2.html
133share/maxima/${PKGVERSION}/doc/html/maxima_20.html 132share/maxima/${PKGVERSION}/doc/html/maxima_20.html
134share/maxima/${PKGVERSION}/doc/html/maxima_21.html 133share/maxima/${PKGVERSION}/doc/html/maxima_21.html
135share/maxima/${PKGVERSION}/doc/html/maxima_22.html 134share/maxima/${PKGVERSION}/doc/html/maxima_22.html
@@ -291,26 +290,36 @@ share/maxima/${PKGVERSION}/share/algebra @@ -291,26 +290,36 @@ share/maxima/${PKGVERSION}/share/algebra
291share/maxima/${PKGVERSION}/share/algebra/nusum.mac 290share/maxima/${PKGVERSION}/share/algebra/nusum.mac
292share/maxima/${PKGVERSION}/share/algebra/recur.dem 291share/maxima/${PKGVERSION}/share/algebra/recur.dem
293share/maxima/${PKGVERSION}/share/algebra/recur.mac 292share/maxima/${PKGVERSION}/share/algebra/recur.mac
294share/maxima/${PKGVERSION}/share/algebra/recur.transcript 293share/maxima/${PKGVERSION}/share/algebra/recur.transcript
295share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac 294share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac
296share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac 295share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac
297share/maxima/${PKGVERSION}/share/algebra/solver/readme 296share/maxima/${PKGVERSION}/share/algebra/solver/readme
298share/maxima/${PKGVERSION}/share/algebra/solver/slvrmsgs.mac 297share/maxima/${PKGVERSION}/share/algebra/solver/slvrmsgs.mac
299share/maxima/${PKGVERSION}/share/algebra/solver/slvrtbox.mac 298share/maxima/${PKGVERSION}/share/algebra/solver/slvrtbox.mac
300share/maxima/${PKGVERSION}/share/algebra/solver/solver.mac 299share/maxima/${PKGVERSION}/share/algebra/solver/solver.mac
301share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html 300share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html
302share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf 301share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf
303share/maxima/${PKGVERSION}/share/algebra/solver/test.mac 302share/maxima/${PKGVERSION}/share/algebra/solver/test.mac
 303share/maxima/${PKGVERSION}/share/amatrix/README
 304share/maxima/${PKGVERSION}/share/amatrix/amatrix.dem
 305share/maxima/${PKGVERSION}/share/amatrix/amatrix.lisp
 306share/maxima/${PKGVERSION}/share/amatrix/amatrix.mac
 307share/maxima/${PKGVERSION}/share/amatrix/rtest_amatrix.mac
 308share/maxima/${PKGVERSION}/share/amatrix/rtest_wilcoxon.mac
 309share/maxima/${PKGVERSION}/share/amatrix/wilcoxon.mac
 310share/maxima/${PKGVERSION}/share/bernstein/bernstein.lisp
 311share/maxima/${PKGVERSION}/share/bernstein/bernstein_utilities.mac
 312share/maxima/${PKGVERSION}/share/bernstein/rtest_bernstein.mac
304share/maxima/${PKGVERSION}/share/builtins-list.txt 313share/maxima/${PKGVERSION}/share/builtins-list.txt
305share/maxima/${PKGVERSION}/share/calculus/asympa.mac 314share/maxima/${PKGVERSION}/share/calculus/asympa.mac
306share/maxima/${PKGVERSION}/share/calculus/cartan.dem 315share/maxima/${PKGVERSION}/share/calculus/cartan.dem
307share/maxima/${PKGVERSION}/share/calculus/cartan.lisp 316share/maxima/${PKGVERSION}/share/calculus/cartan.lisp
308share/maxima/${PKGVERSION}/share/calculus/fourie.dem 317share/maxima/${PKGVERSION}/share/calculus/fourie.dem
309share/maxima/${PKGVERSION}/share/calculus/fourie.mac 318share/maxima/${PKGVERSION}/share/calculus/fourie.mac
310share/maxima/${PKGVERSION}/share/calculus/optmiz.dem 319share/maxima/${PKGVERSION}/share/calculus/optmiz.dem
311share/maxima/${PKGVERSION}/share/calculus/optmiz.mac 320share/maxima/${PKGVERSION}/share/calculus/optmiz.mac
312share/maxima/${PKGVERSION}/share/calculus/optmiz.transcript 321share/maxima/${PKGVERSION}/share/calculus/optmiz.transcript
313share/maxima/${PKGVERSION}/share/calculus/optmiz.usg 322share/maxima/${PKGVERSION}/share/calculus/optmiz.usg
314share/maxima/${PKGVERSION}/share/calculus/optmiz_1.dem 323share/maxima/${PKGVERSION}/share/calculus/optmiz_1.dem
315share/maxima/${PKGVERSION}/share/calculus/optmiz_2.dem 324share/maxima/${PKGVERSION}/share/calculus/optmiz_2.dem
316share/maxima/${PKGVERSION}/share/calculus/optmiz_3.dem 325share/maxima/${PKGVERSION}/share/calculus/optmiz_3.dem
@@ -412,50 +421,36 @@ share/maxima/${PKGVERSION}/share/contrib @@ -412,50 +421,36 @@ share/maxima/${PKGVERSION}/share/contrib
412share/maxima/${PKGVERSION}/share/contrib/Zeilberger/numerical.mac 421share/maxima/${PKGVERSION}/share/contrib/Zeilberger/numerical.mac
413share/maxima/${PKGVERSION}/share/contrib/Zeilberger/readme.txt 422share/maxima/${PKGVERSION}/share/contrib/Zeilberger/readme.txt
414share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac 423share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac
415share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac 424share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac
416share/maxima/${PKGVERSION}/share/contrib/Zeilberger/settings.mac 425share/maxima/${PKGVERSION}/share/contrib/Zeilberger/settings.mac
417share/maxima/${PKGVERSION}/share/contrib/Zeilberger/shiftQuotient.mac 426share/maxima/${PKGVERSION}/share/contrib/Zeilberger/shiftQuotient.mac
418share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testZeilberger.mac 427share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testZeilberger.mac
419share/maxima/${PKGVERSION}/share/contrib/Zeilberger/whatsnew.txt 428share/maxima/${PKGVERSION}/share/contrib/Zeilberger/whatsnew.txt
420share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac 429share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac
421share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac 430share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac
422share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac 431share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
423share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac 432share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
424share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp 433share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp
425share/maxima/${PKGVERSION}/share/contrib/amatrix/README 
426share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.dem 
427share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.lisp 
428share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.mac 
429share/maxima/${PKGVERSION}/share/contrib/amatrix/rtest_amatrix.mac 
430share/maxima/${PKGVERSION}/share/contrib/amatrix/rtest_wilcoxon.mac 
431share/maxima/${PKGVERSION}/share/contrib/amatrix/wilcoxon.mac 
432share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac 434share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac
433share/maxima/${PKGVERSION}/share/contrib/bernstein/bernstein.lisp 
434share/maxima/${PKGVERSION}/share/contrib/bernstein/bernstein_utilities.mac 
435share/maxima/${PKGVERSION}/share/contrib/bernstein/rtest_bernstein.mac 
436share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp 435share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp
437share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt 436share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt
438share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac 437share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac
439share/maxima/${PKGVERSION}/share/contrib/bode.mac 438share/maxima/${PKGVERSION}/share/contrib/bode.mac
440share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp 439share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp
441share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac 440share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
442share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac 441share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
443share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex 442share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
444share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp 443share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp
445share/maxima/${PKGVERSION}/share/contrib/descriptive/biomed.data 
446share/maxima/${PKGVERSION}/share/contrib/descriptive/descriptive.mac 
447share/maxima/${PKGVERSION}/share/contrib/descriptive/pidigits.data 
448share/maxima/${PKGVERSION}/share/contrib/descriptive/wind.data 
449share/maxima/${PKGVERSION}/share/contrib/devine.mac 444share/maxima/${PKGVERSION}/share/contrib/devine.mac
450share/maxima/${PKGVERSION}/share/contrib/diag.mac 445share/maxima/${PKGVERSION}/share/contrib/diag.mac
451share/maxima/${PKGVERSION}/share/contrib/diffequations/README 446share/maxima/${PKGVERSION}/share/contrib/diffequations/README
452share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.mac 447share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.mac
453share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.usg 448share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.usg
454share/maxima/${PKGVERSION}/share/contrib/diffequations/de-test.txt 449share/maxima/${PKGVERSION}/share/contrib/diffequations/de-test.txt
455share/maxima/${PKGVERSION}/share/contrib/diffequations/extrabessel.lisp 450share/maxima/${PKGVERSION}/share/contrib/diffequations/extrabessel.lisp
456share/maxima/${PKGVERSION}/share/contrib/diffequations/gauss.lisp 451share/maxima/${PKGVERSION}/share/contrib/diffequations/gauss.lisp
457share/maxima/${PKGVERSION}/share/contrib/diffequations/kummer.lisp 452share/maxima/${PKGVERSION}/share/contrib/diffequations/kummer.lisp
458share/maxima/${PKGVERSION}/share/contrib/diffequations/lazysolver.lisp 453share/maxima/${PKGVERSION}/share/contrib/diffequations/lazysolver.lisp
459share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_abel.mac 454share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_abel.mac
460share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_clairault.mac 455share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_clairault.mac
461share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_factor.mac 456share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_factor.mac
@@ -490,57 +485,41 @@ share/maxima/${PKGVERSION}/share/contrib @@ -490,57 +485,41 @@ share/maxima/${PKGVERSION}/share/contrib
490share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac 485share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac
491share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac 486share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac
492share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac 487share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac
493share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac 488share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac
494share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac 489share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac
495share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac 490share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac
496share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac 491share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac
497share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac 492share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac
498share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac 493share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac
499share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac 494share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac
500share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac 495share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
501share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac 496share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
502share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp 497share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
503share/maxima/${PKGVERSION}/share/contrib/distrib/distrib.mac 
504share/maxima/${PKGVERSION}/share/contrib/distrib/numdistrib.lisp 
505share/maxima/${PKGVERSION}/share/contrib/distrib/rtest_distrib.mac 
506share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.dem 
507share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.lisp 
508share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.mac 
509share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits_db.mac 
510share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits_functions.mac 
511share/maxima/${PKGVERSION}/share/contrib/ezunits/physical_constants.mac 
512share/maxima/${PKGVERSION}/share/contrib/ezunits/rtest_ezunits_frink.mac 
513share/maxima/${PKGVERSION}/share/contrib/ezunits/rtestezunits.mac 
514share/maxima/${PKGVERSION}/share/contrib/f90.lisp 498share/maxima/${PKGVERSION}/share/contrib/f90.lisp
515share/maxima/${PKGVERSION}/share/contrib/finance/finance.mac 
516share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp 499share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp
517share/maxima/${PKGVERSION}/share/contrib/format/README 500share/maxima/${PKGVERSION}/share/contrib/format/README
518share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma 501share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma
519share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma 502share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma
520share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo 503share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo
521share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp 504share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp
522share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp 505share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp
523share/maxima/${PKGVERSION}/share/contrib/format/format.announce 506share/maxima/${PKGVERSION}/share/contrib/format/format.announce
524share/maxima/${PKGVERSION}/share/contrib/format/format.demo 507share/maxima/${PKGVERSION}/share/contrib/format/format.demo
525share/maxima/${PKGVERSION}/share/contrib/format/format.lisp 508share/maxima/${PKGVERSION}/share/contrib/format/format.lisp
526share/maxima/${PKGVERSION}/share/contrib/format/format.mac 509share/maxima/${PKGVERSION}/share/contrib/format/format.mac
527share/maxima/${PKGVERSION}/share/contrib/format/format.ps 510share/maxima/${PKGVERSION}/share/contrib/format/format.ps
528share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo 511share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo
529share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps 512share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps
530share/maxima/${PKGVERSION}/share/contrib/fourier_elim/fourier_elim.lisp 
531share/maxima/${PKGVERSION}/share/contrib/fourier_elim/rtest_fourier_elim.mac 
532share/maxima/${PKGVERSION}/share/contrib/fractals/fractals.mac 
533share/maxima/${PKGVERSION}/share/contrib/fractals/rtest_fractals.mac 
534share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac 513share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac
535share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac 514share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac
536share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac 515share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac
537share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac 516share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac
538share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac 517share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac
539share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac 518share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac
540share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac 519share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac
541share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac 520share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac
542share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac 521share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac
543share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac 522share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac
544share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac 523share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac
545share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac 524share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac
546share/maxima/${PKGVERSION}/share/contrib/fresnel/ft1.mac 525share/maxima/${PKGVERSION}/share/contrib/fresnel/ft1.mac
@@ -598,124 +577,74 @@ share/maxima/${PKGVERSION}/share/contrib @@ -598,124 +577,74 @@ share/maxima/${PKGVERSION}/share/contrib
598share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output 577share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output
599share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp 578share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp
600share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp 579share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp
601share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in 580share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in
602share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac 581share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac
603share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output 582share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output
604share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template 583share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template
605share/maxima/${PKGVERSION}/share/contrib/gentran/test/t.mac 584share/maxima/${PKGVERSION}/share/contrib/gentran/test/t.mac
606share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.mac 585share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.mac
607share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.output 586share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.output
608share/maxima/${PKGVERSION}/share/contrib/gentran/vaxinit.lisp 587share/maxima/${PKGVERSION}/share/contrib/gentran/vaxinit.lisp
609share/maxima/${PKGVERSION}/share/contrib/gentran/vaxlsp.lisp 588share/maxima/${PKGVERSION}/share/contrib/gentran/vaxlsp.lisp
610share/maxima/${PKGVERSION}/share/contrib/gf/gf.mac 589share/maxima/${PKGVERSION}/share/contrib/gf/gf.mac
611share/maxima/${PKGVERSION}/share/contrib/gf/gf_hard_test.ERR 
612share/maxima/${PKGVERSION}/share/contrib/gf/gf_hard_test.mac 590share/maxima/${PKGVERSION}/share/contrib/gf/gf_hard_test.mac
613share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.pdf 591share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.pdf
614share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.tex 592share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.tex
615share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.ERR 
616share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.mac 593share/maxima/${PKGVERSION}/share/contrib/gf/gf_test.mac
617share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt 594share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt
618share/maxima/${PKGVERSION}/share/contrib/ggf.mac 595share/maxima/${PKGVERSION}/share/contrib/ggf.mac
619share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp 596share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
620share/maxima/${PKGVERSION}/share/contrib/graphs/cgraphs.mac 
621share/maxima/${PKGVERSION}/share/contrib/graphs/connectivity.mac 
622share/maxima/${PKGVERSION}/share/contrib/graphs/create_graph.mac 
623share/maxima/${PKGVERSION}/share/contrib/graphs/demoucron.lisp 
624share/maxima/${PKGVERSION}/share/contrib/graphs/dijkstra.lisp 
625share/maxima/${PKGVERSION}/share/contrib/graphs/draw_graph.mac 
626share/maxima/${PKGVERSION}/share/contrib/graphs/graph6.lisp 
627share/maxima/${PKGVERSION}/share/contrib/graphs/graph_core.lisp 
628share/maxima/${PKGVERSION}/share/contrib/graphs/graph_polynomials.mac 
629share/maxima/${PKGVERSION}/share/contrib/graphs/graphio.mac 
630share/maxima/${PKGVERSION}/share/contrib/graphs/graphs.mac 
631share/maxima/${PKGVERSION}/share/contrib/graphs/graphs.system 
632share/maxima/${PKGVERSION}/share/contrib/graphs/isomorphism.lisp 
633share/maxima/${PKGVERSION}/share/contrib/graphs/load-graphs.lisp 
634share/maxima/${PKGVERSION}/share/contrib/graphs/matching.lisp 
635share/maxima/${PKGVERSION}/share/contrib/graphs/rtest_graphs.mac 
636share/maxima/${PKGVERSION}/share/contrib/graphs/spring_embedding.lisp 
637share/maxima/${PKGVERSION}/share/contrib/graphs/wiener_index.lisp 
638share/maxima/${PKGVERSION}/share/contrib/impdiff.mac 597share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
639share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp 598share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
640share/maxima/${PKGVERSION}/share/contrib/integer_sequence.lisp 
641share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html 599share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html
642share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac 600share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac
643share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi 601share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi
644share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac 602share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac
645share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac 603share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac
646share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac 604share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac
647share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem 605share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem
648share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac 606share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac
649share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac 607share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac
650share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac 608share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac
651share/maxima/${PKGVERSION}/share/contrib/log10.mac 609share/maxima/${PKGVERSION}/share/contrib/log10.mac
652share/maxima/${PKGVERSION}/share/contrib/lsquares.mac 
653share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README 610share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README
654share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp 611share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp
655share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE 612share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
656share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest 613share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest
657share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt 614share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt
658share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac 615share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac
659share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp 616share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
660share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp 617share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
661share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp 618share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
662share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp 619share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp
663share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme 620share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme
664share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp 621share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp
665share/maxima/${PKGVERSION}/share/contrib/maximaMathML/maximaMathML.lisp 622share/maxima/${PKGVERSION}/share/contrib/maximaMathML/maximaMathML.lisp
666share/maxima/${PKGVERSION}/share/contrib/mcclim/README 623share/maxima/${PKGVERSION}/share/contrib/mcclim/README
667share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp 624share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp
668share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png 625share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png
669share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp 626share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp
670share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png 627share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png
671share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex 628share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex
672share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac 629share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac
673share/maxima/${PKGVERSION}/share/contrib/mnewton/mnewton.mac 
674share/maxima/${PKGVERSION}/share/contrib/mnewton/rtest_mnewton.mac 
675share/maxima/${PKGVERSION}/share/contrib/multiadditive.lisp 
676share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac 630share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac
677share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp 631share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp
678share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac 632share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac
679share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp 633share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp
680share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp 634share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp
681share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac 635share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
682share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac 636share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
683share/maxima/${PKGVERSION}/share/contrib/nset/README 
684share/maxima/${PKGVERSION}/share/contrib/nset/announce-1.2.txt 
685share/maxima/${PKGVERSION}/share/contrib/nset/changes_1.0_to_1.2.txt 
686share/maxima/${PKGVERSION}/share/contrib/numericalio/README 
687share/maxima/${PKGVERSION}/share/contrib/numericalio/array.data 
688share/maxima/${PKGVERSION}/share/contrib/numericalio/encode-decode-float.lisp 
689share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.lisp 
690share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.mac 
691share/maxima/${PKGVERSION}/share/contrib/numericalio/pipe.data 
692share/maxima/${PKGVERSION}/share/contrib/numericalio/ragged.data 
693share/maxima/${PKGVERSION}/share/contrib/numericalio/really-csv.data 
694share/maxima/${PKGVERSION}/share/contrib/numericalio/really-space-separated.csv 
695share/maxima/${PKGVERSION}/share/contrib/numericalio/rectangular.csv 
696share/maxima/${PKGVERSION}/share/contrib/numericalio/rectangular.data 
697share/maxima/${PKGVERSION}/share/contrib/numericalio/rtest_numericalio.mac 
698share/maxima/${PKGVERSION}/share/contrib/numericalio/semicolon.data 
699share/maxima/${PKGVERSION}/share/contrib/numericalio/test-binary.f8-lsb 
700share/maxima/${PKGVERSION}/share/contrib/numericalio/test-binary.f8-msb 
701share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp 637share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp
702share/maxima/${PKGVERSION}/share/contrib/pdiff/battex.sty 
703share/maxima/${PKGVERSION}/share/contrib/pdiff/history.txt 
704share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.pdf 
705share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.tex 
706share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff.lisp 
707share/maxima/${PKGVERSION}/share/contrib/pdiff/rtest_pdiff.mac 
708share/maxima/${PKGVERSION}/share/contrib/plsquares.mac 
709share/maxima/${PKGVERSION}/share/contrib/powers.lisp 638share/maxima/${PKGVERSION}/share/contrib/powers.lisp
710share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac 639share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac
711share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac 640share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac
712share/maxima/${PKGVERSION}/share/contrib/prim/prim.mac 641share/maxima/${PKGVERSION}/share/contrib/prim/prim.mac
713share/maxima/${PKGVERSION}/share/contrib/prim/prim.txt 642share/maxima/${PKGVERSION}/share/contrib/prim/prim.txt
714share/maxima/${PKGVERSION}/share/contrib/quaternion.mac 643share/maxima/${PKGVERSION}/share/contrib/quaternion.mac
715share/maxima/${PKGVERSION}/share/contrib/rand/Avg3.mac 644share/maxima/${PKGVERSION}/share/contrib/rand/Avg3.mac
716share/maxima/${PKGVERSION}/share/contrib/rand/Demo.bk1 645share/maxima/${PKGVERSION}/share/contrib/rand/Demo.bk1
717share/maxima/${PKGVERSION}/share/contrib/rand/Ima 646share/maxima/${PKGVERSION}/share/contrib/rand/Ima
718share/maxima/${PKGVERSION}/share/contrib/rand/Laplace.bk1 647share/maxima/${PKGVERSION}/share/contrib/rand/Laplace.bk1
719share/maxima/${PKGVERSION}/share/contrib/rand/Newimprv.bk1 648share/maxima/${PKGVERSION}/share/contrib/rand/Newimprv.bk1
720share/maxima/${PKGVERSION}/share/contrib/rand/Ode1.bk1 649share/maxima/${PKGVERSION}/share/contrib/rand/Ode1.bk1
721share/maxima/${PKGVERSION}/share/contrib/rand/Oden.bk1 650share/maxima/${PKGVERSION}/share/contrib/rand/Oden.bk1
@@ -756,172 +685,161 @@ share/maxima/${PKGVERSION}/share/contrib @@ -756,172 +685,161 @@ share/maxima/${PKGVERSION}/share/contrib
756share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.usg 685share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.usg
757share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.mac 686share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.mac
758share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.usg 687share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.usg
759share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.mac 688share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.mac
760share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.usg 689share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.usg
761share/maxima/${PKGVERSION}/share/contrib/rand/takens.mac 690share/maxima/${PKGVERSION}/share/contrib/rand/takens.mac
762share/maxima/${PKGVERSION}/share/contrib/rand/takens.usg 691share/maxima/${PKGVERSION}/share/contrib/rand/takens.usg
763share/maxima/${PKGVERSION}/share/contrib/rand/transfor.mac 692share/maxima/${PKGVERSION}/share/contrib/rand/transfor.mac
764share/maxima/${PKGVERSION}/share/contrib/rand/transfor.usg 693share/maxima/${PKGVERSION}/share/contrib/rand/transfor.usg
765share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac 694share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac
766share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg 695share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg
767share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac 696share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac
768share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg 697share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg
769share/maxima/${PKGVERSION}/share/contrib/rtest_lsquares.mac 698share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem
770share/maxima/${PKGVERSION}/share/contrib/rtest_opproperties.mac 699share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac
771share/maxima/${PKGVERSION}/share/contrib/rtest_sequence.mac 700share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf
772share/maxima/${PKGVERSION}/share/contrib/rtest_solve_rat_ineq.mac 701share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac
773share/maxima/${PKGVERSION}/share/contrib/rtest_to_poly_solver.mac 
774share/maxima/${PKGVERSION}/share/contrib/rtest_topoly.mac 
775share/maxima/${PKGVERSION}/share/contrib/rtest_z_transform.mac 
776share/maxima/${PKGVERSION}/share/contrib/rtestdefstruct.mac 
777share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac 702share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
778share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac 703share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac
779share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac 704share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac
780share/maxima/${PKGVERSION}/share/contrib/sarag/constants.mac 705share/maxima/${PKGVERSION}/share/contrib/sarag/constants.mac
781share/maxima/${PKGVERSION}/share/contrib/sarag/examples.mac 706share/maxima/${PKGVERSION}/share/contrib/sarag/examples.mac
782share/maxima/${PKGVERSION}/share/contrib/sarag/hard_test.mac 707share/maxima/${PKGVERSION}/share/contrib/sarag/hard_test.mac
783share/maxima/${PKGVERSION}/share/contrib/sarag/intervalArithmetic.mac 708share/maxima/${PKGVERSION}/share/contrib/sarag/intervalArithmetic.mac
784share/maxima/${PKGVERSION}/share/contrib/sarag/lowLevel.mac 709share/maxima/${PKGVERSION}/share/contrib/sarag/lowLevel.mac
785share/maxima/${PKGVERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac 710share/maxima/${PKGVERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac
786share/maxima/${PKGVERSION}/share/contrib/sarag/readme.txt 711share/maxima/${PKGVERSION}/share/contrib/sarag/readme.txt
787share/maxima/${PKGVERSION}/share/contrib/sarag/rootCounting.mac 712share/maxima/${PKGVERSION}/share/contrib/sarag/rootCounting.mac
788share/maxima/${PKGVERSION}/share/contrib/sarag/rootIsolation.mac 713share/maxima/${PKGVERSION}/share/contrib/sarag/rootIsolation.mac
789share/maxima/${PKGVERSION}/share/contrib/sarag/sarag.mac 714share/maxima/${PKGVERSION}/share/contrib/sarag/sarag.mac
790share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_initialization.mac 715share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_initialization.mac
791share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_linear_algebra.mac 716share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_linear_algebra.mac
792share/maxima/${PKGVERSION}/share/contrib/sarag/settings.mac 717share/maxima/${PKGVERSION}/share/contrib/sarag/settings.mac
793share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac 718share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac
794share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac 719share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac
795share/maxima/${PKGVERSION}/share/contrib/sarag/topology_examples.mac 720share/maxima/${PKGVERSION}/share/contrib/sarag/topology_examples.mac
796share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt 721share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt
797share/maxima/${PKGVERSION}/share/contrib/simplex/Readme.txt 
798share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/Readme.txt 
799share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/adlittle_A.csv 
800share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/adlittle_b.csv 
801share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/adlittle_c.csv 
802share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/afiro_A.csv 
803share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/afiro_b.csv 
804share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/afiro_c.csv 
805share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/kb2_A.csv 
806share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/kb2_b.csv 
807share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/kb2_c.csv 
808share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/klee_minty.mac 
809share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/sc50a_A.csv 
810share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/sc50a_b.csv 
811share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/sc50a_c.csv 
812share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/share2b_A.csv 
813share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/share2b_b.csv 
814share/maxima/${PKGVERSION}/share/contrib/simplex/Tests/share2b_c.csv 
815share/maxima/${PKGVERSION}/share/contrib/simplex/minimize_sx.mac 
816share/maxima/${PKGVERSION}/share/contrib/simplex/rtest_simplex.mac 
817share/maxima/${PKGVERSION}/share/contrib/simplex/simplex.mac 
818share/maxima/${PKGVERSION}/share/contrib/simplex/simplex_algorithm.lisp 
819share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp 722share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp
820share/maxima/${PKGVERSION}/share/contrib/solve_rat_ineq.mac 
821share/maxima/${PKGVERSION}/share/contrib/solve_rec/rtest_simplify_sum.mac 
822share/maxima/${PKGVERSION}/share/contrib/solve_rec/rtest_solve_rec.mac 
823share/maxima/${PKGVERSION}/share/contrib/solve_rec/simplify_sum.mac 
824share/maxima/${PKGVERSION}/share/contrib/solve_rec/simplify_sum_test.mac 
825share/maxima/${PKGVERSION}/share/contrib/solve_rec/solve_rec.dem 
826share/maxima/${PKGVERSION}/share/contrib/solve_rec/solve_rec.mac 
827share/maxima/${PKGVERSION}/share/contrib/state/a.cir 723share/maxima/${PKGVERSION}/share/contrib/state/a.cir
828share/maxima/${PKGVERSION}/share/contrib/state/b.cir 724share/maxima/${PKGVERSION}/share/contrib/state/b.cir
829share/maxima/${PKGVERSION}/share/contrib/state/c.cir 725share/maxima/${PKGVERSION}/share/contrib/state/c.cir
830share/maxima/${PKGVERSION}/share/contrib/state/d.cir 726share/maxima/${PKGVERSION}/share/contrib/state/d.cir
831share/maxima/${PKGVERSION}/share/contrib/state/matrix2.mac 727share/maxima/${PKGVERSION}/share/contrib/state/matrix2.mac
832share/maxima/${PKGVERSION}/share/contrib/state/readfile.lsp 728share/maxima/${PKGVERSION}/share/contrib/state/readfile.lsp
833share/maxima/${PKGVERSION}/share/contrib/state/sortem.mac 729share/maxima/${PKGVERSION}/share/contrib/state/sortem.mac
834share/maxima/${PKGVERSION}/share/contrib/state/state.mac 730share/maxima/${PKGVERSION}/share/contrib/state/state.mac
835share/maxima/${PKGVERSION}/share/contrib/state/tree.mac 731share/maxima/${PKGVERSION}/share/contrib/state/tree.mac
836share/maxima/${PKGVERSION}/share/contrib/stats/inference_result.lisp 
837share/maxima/${PKGVERSION}/share/contrib/stats/numstats.lisp 
838share/maxima/${PKGVERSION}/share/contrib/stats/rtest_stats.mac 
839share/maxima/${PKGVERSION}/share/contrib/stats/stats.mac 
840share/maxima/${PKGVERSION}/share/contrib/stirling.mac 732share/maxima/${PKGVERSION}/share/contrib/stirling.mac
841share/maxima/${PKGVERSION}/share/contrib/stringproc/eval_string.lisp 
842share/maxima/${PKGVERSION}/share/contrib/stringproc/pregexp.lisp 
843share/maxima/${PKGVERSION}/share/contrib/stringproc/printf.lisp 
844share/maxima/${PKGVERSION}/share/contrib/stringproc/rtestprintf.mac 
845share/maxima/${PKGVERSION}/share/contrib/stringproc/rteststringproc.mac 
846share/maxima/${PKGVERSION}/share/contrib/stringproc/sregex.lisp 
847share/maxima/${PKGVERSION}/share/contrib/stringproc/stringproc.lisp 
848share/maxima/${PKGVERSION}/share/contrib/stringproc/stringproc.mac 
849share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp 733share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
850share/maxima/${PKGVERSION}/share/contrib/to_poly_solve_extra.lisp 
851share/maxima/${PKGVERSION}/share/contrib/to_poly_solver.mac 
852share/maxima/${PKGVERSION}/share/contrib/tocl.lisp 734share/maxima/${PKGVERSION}/share/contrib/tocl.lisp
853share/maxima/${PKGVERSION}/share/contrib/topoly-user-doc.html 
854share/maxima/${PKGVERSION}/share/contrib/topoly-user-doc.texi 
855share/maxima/${PKGVERSION}/share/contrib/topoly.lisp 
856share/maxima/${PKGVERSION}/share/contrib/topoly_solver.mac 
857share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp 735share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
858share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac 736share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
859share/maxima/${PKGVERSION}/share/contrib/unit/unit.texi 737share/maxima/${PKGVERSION}/share/contrib/unit/unit.texi
860share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp 738share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp
861share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem 739share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem
862share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac 740share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac
863share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg 741share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg
864share/maxima/${PKGVERSION}/share/contrib/z_transform.mac 742share/maxima/${PKGVERSION}/share/descriptive/biomed.data
 743share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
 744share/maxima/${PKGVERSION}/share/descriptive/pidigits.data
 745share/maxima/${PKGVERSION}/share/descriptive/wind.data
865share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp 746share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp
866share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac 747share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac
867share/maxima/${PKGVERSION}/share/diff_form/diff_form.mac 748share/maxima/${PKGVERSION}/share/diff_form/diff_form.mac
868share/maxima/${PKGVERSION}/share/diff_form/example.txt 749share/maxima/${PKGVERSION}/share/diff_form/example.txt
869share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac 750share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac
870share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac 751share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac
871share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac 752share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac
872share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac 753share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac
873share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt 754share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt
874share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac 755share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac
875share/maxima/${PKGVERSION}/share/diff_form/poisson.mac 756share/maxima/${PKGVERSION}/share/diff_form/poisson.mac
876share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt 757share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt
877share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt 758share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt
878share/maxima/${PKGVERSION}/share/diffequations/abel.mac 759share/maxima/${PKGVERSION}/share/diffequations/abel.mac
879share/maxima/${PKGVERSION}/share/diffequations/desoln.mac 760share/maxima/${PKGVERSION}/share/diffequations/desoln.mac
880share/maxima/${PKGVERSION}/share/diffequations/desoln.usg 761share/maxima/${PKGVERSION}/share/diffequations/desoln.usg
881share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac 762share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac
882share/maxima/${PKGVERSION}/share/diffequations/exampl.mac 763share/maxima/${PKGVERSION}/share/diffequations/exampl.mac
883share/maxima/${PKGVERSION}/share/diffequations/linde1.mc 764share/maxima/${PKGVERSION}/share/diffequations/linde1.mc
884share/maxima/${PKGVERSION}/share/diffequations/ode2.mac 765share/maxima/${PKGVERSION}/share/diffequations/ode2.mac
885share/maxima/${PKGVERSION}/share/diffequations/ode2.usg 766share/maxima/${PKGVERSION}/share/diffequations/ode2.usg
886share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac 767share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac
887share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac 768share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac
888share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac 769share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac
889share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac 770share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac
890share/maxima/${PKGVERSION}/share/diffequations/pmain.mac 771share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
 772share/maxima/${PKGVERSION}/share/distrib/distrib.mac
 773share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp
 774share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac
891share/maxima/${PKGVERSION}/share/draw/draw.lisp 775share/maxima/${PKGVERSION}/share/draw/draw.lisp
892share/maxima/${PKGVERSION}/share/draw/drawutils.mac 776share/maxima/${PKGVERSION}/share/draw/drawutils.mac
893share/maxima/${PKGVERSION}/share/draw/drawutils.texi 777share/maxima/${PKGVERSION}/share/draw/drawutils.texi
894share/maxima/${PKGVERSION}/share/draw/grcommon.lisp 778share/maxima/${PKGVERSION}/share/draw/grcommon.lisp
895share/maxima/${PKGVERSION}/share/draw/implicit3d.lisp 779share/maxima/${PKGVERSION}/share/draw/implicit3d.lisp
896share/maxima/${PKGVERSION}/share/draw/picture.lisp 780share/maxima/${PKGVERSION}/share/draw/picture.lisp
897share/maxima/${PKGVERSION}/share/draw/rtest_draw.mac 781share/maxima/${PKGVERSION}/share/draw/rtest_draw.mac
898share/maxima/${PKGVERSION}/share/draw/vtk.lisp 782share/maxima/${PKGVERSION}/share/draw/vtk.lisp
899share/maxima/${PKGVERSION}/share/draw/wbd.lisp 783share/maxima/${PKGVERSION}/share/draw/wbd.lisp
900share/maxima/${PKGVERSION}/share/draw/worldmap.mac 784share/maxima/${PKGVERSION}/share/draw/worldmap.mac
901share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp 785share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp
902share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac 786share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac
903share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp 787share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp
904share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac 788share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac
905share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp 789share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp
 790share/maxima/${PKGVERSION}/share/ezunits/CODATA-2006.pdf
 791share/maxima/${PKGVERSION}/share/ezunits/ezunits.dem
 792share/maxima/${PKGVERSION}/share/ezunits/ezunits.lisp
 793share/maxima/${PKGVERSION}/share/ezunits/ezunits.mac
 794share/maxima/${PKGVERSION}/share/ezunits/ezunits_db.mac
 795share/maxima/${PKGVERSION}/share/ezunits/ezunits_functions.mac
 796share/maxima/${PKGVERSION}/share/ezunits/physical_constants.mac
 797share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_frink.mac
 798share/maxima/${PKGVERSION}/share/ezunits/rtestezunits.mac
 799share/maxima/${PKGVERSION}/share/finance/finance.mac
 800share/maxima/${PKGVERSION}/share/fourier_elim/fourier_elim.lisp
 801share/maxima/${PKGVERSION}/share/fourier_elim/rtest_fourier_elim.mac
 802share/maxima/${PKGVERSION}/share/fractals/fractals.mac
 803share/maxima/${PKGVERSION}/share/fractals/rtest_fractals.mac
 804share/maxima/${PKGVERSION}/share/graphs/cgraphs.mac
 805share/maxima/${PKGVERSION}/share/graphs/connectivity.mac
 806share/maxima/${PKGVERSION}/share/graphs/create_graph.mac
 807share/maxima/${PKGVERSION}/share/graphs/demoucron.lisp
 808share/maxima/${PKGVERSION}/share/graphs/dijkstra.lisp
 809share/maxima/${PKGVERSION}/share/graphs/draw_graph.mac
 810share/maxima/${PKGVERSION}/share/graphs/graph6.lisp
 811share/maxima/${PKGVERSION}/share/graphs/graph_core.lisp
 812share/maxima/${PKGVERSION}/share/graphs/graph_polynomials.mac
 813share/maxima/${PKGVERSION}/share/graphs/graphio.mac
 814share/maxima/${PKGVERSION}/share/graphs/graphs.mac
 815share/maxima/${PKGVERSION}/share/graphs/graphs.system
 816share/maxima/${PKGVERSION}/share/graphs/isomorphism.lisp
 817share/maxima/${PKGVERSION}/share/graphs/load-graphs.lisp
 818share/maxima/${PKGVERSION}/share/graphs/matching.lisp
 819share/maxima/${PKGVERSION}/share/graphs/rtest_graphs.mac
 820share/maxima/${PKGVERSION}/share/graphs/spring_embedding.lisp
 821share/maxima/${PKGVERSION}/share/graphs/wiener_index.lisp
906share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac 822share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac
907share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp 823share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp
908share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac 824share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac
909share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp 825share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp
910share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac 826share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac
911share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac 827share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac
912share/maxima/${PKGVERSION}/share/integequations/inteqn.mac 828share/maxima/${PKGVERSION}/share/integequations/inteqn.mac
913share/maxima/${PKGVERSION}/share/integequations/inteqn.usg 829share/maxima/${PKGVERSION}/share/integequations/inteqn.usg
914share/maxima/${PKGVERSION}/share/integequations/intexs.mac 830share/maxima/${PKGVERSION}/share/integequations/intexs.mac
 831share/maxima/${PKGVERSION}/share/integer_sequence/integer_sequence.lisp
 832share/maxima/${PKGVERSION}/share/integer_sequence/rtest_sequence.mac
915share/maxima/${PKGVERSION}/share/integration/antid.dem 833share/maxima/${PKGVERSION}/share/integration/antid.dem
916share/maxima/${PKGVERSION}/share/integration/antid.mac 834share/maxima/${PKGVERSION}/share/integration/antid.mac
917share/maxima/${PKGVERSION}/share/integration/bypart.mac 835share/maxima/${PKGVERSION}/share/integration/bypart.mac
918share/maxima/${PKGVERSION}/share/integration/delta.dem 836share/maxima/${PKGVERSION}/share/integration/delta.dem
919share/maxima/${PKGVERSION}/share/integration/delta.mac 837share/maxima/${PKGVERSION}/share/integration/delta.mac
920share/maxima/${PKGVERSION}/share/integration/delta.usg 838share/maxima/${PKGVERSION}/share/integration/delta.usg
921share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac 839share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac
922share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system 840share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system
923share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp 841share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp
924share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp 842share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp
925share/maxima/${PKGVERSION}/share/lapack/blas/daxpy.lisp 843share/maxima/${PKGVERSION}/share/lapack/blas/daxpy.lisp
926share/maxima/${PKGVERSION}/share/lapack/blas/dcabs1.lisp 844share/maxima/${PKGVERSION}/share/lapack/blas/dcabs1.lisp
927share/maxima/${PKGVERSION}/share/lapack/blas/dcopy.lisp 845share/maxima/${PKGVERSION}/share/lapack/blas/dcopy.lisp
@@ -1166,26 +1084,29 @@ share/maxima/${PKGVERSION}/share/lineara @@ -1166,26 +1084,29 @@ share/maxima/${PKGVERSION}/share/lineara
1166share/maxima/${PKGVERSION}/share/linearalgebra/load-linearalgebra-lisp-files.lisp 1084share/maxima/${PKGVERSION}/share/linearalgebra/load-linearalgebra-lisp-files.lisp
1167share/maxima/${PKGVERSION}/share/linearalgebra/lu.lisp 1085share/maxima/${PKGVERSION}/share/linearalgebra/lu.lisp
1168share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.lisp 1086share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.lisp
1169share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.usage 1087share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.usage
1170share/maxima/${PKGVERSION}/share/linearalgebra/mring.lisp 1088share/maxima/${PKGVERSION}/share/linearalgebra/mring.lisp
1171share/maxima/${PKGVERSION}/share/linearalgebra/polynomialp.lisp 1089share/maxima/${PKGVERSION}/share/linearalgebra/polynomialp.lisp
1172share/maxima/${PKGVERSION}/share/linearalgebra/test-cholesky.mac 1090share/maxima/${PKGVERSION}/share/linearalgebra/test-cholesky.mac
1173share/maxima/${PKGVERSION}/share/linearalgebra/test-eigens-by-jacobi.mac 1091share/maxima/${PKGVERSION}/share/linearalgebra/test-eigens-by-jacobi.mac
1174share/maxima/${PKGVERSION}/share/linearalgebra/test-linalg.mac 1092share/maxima/${PKGVERSION}/share/linearalgebra/test-linalg.mac
1175share/maxima/${PKGVERSION}/share/linearalgebra/test-lu.mac 1093share/maxima/${PKGVERSION}/share/linearalgebra/test-lu.mac
1176share/maxima/${PKGVERSION}/share/linearalgebra/test-matrixexp.mac 1094share/maxima/${PKGVERSION}/share/linearalgebra/test-matrixexp.mac
1177share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac 1095share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac
1178share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp 1096share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
 1097share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac
 1098share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac
 1099share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac
1179share/maxima/${PKGVERSION}/share/macro/autolo.mac 1100share/maxima/${PKGVERSION}/share/macro/autolo.mac
1180share/maxima/${PKGVERSION}/share/macro/basic.mac 1101share/maxima/${PKGVERSION}/share/macro/basic.mac
1181share/maxima/${PKGVERSION}/share/macro/caseq.mac 1102share/maxima/${PKGVERSION}/share/macro/caseq.mac
1182share/maxima/${PKGVERSION}/share/macro/contrl.mac 1103share/maxima/${PKGVERSION}/share/macro/contrl.mac
1183share/maxima/${PKGVERSION}/share/macro/defm.dem 1104share/maxima/${PKGVERSION}/share/macro/defm.dem
1184share/maxima/${PKGVERSION}/share/macro/defm.mac 1105share/maxima/${PKGVERSION}/share/macro/defm.mac
1185share/maxima/${PKGVERSION}/share/macro/defm.syn 1106share/maxima/${PKGVERSION}/share/macro/defm.syn
1186share/maxima/${PKGVERSION}/share/macro/defstm.mac 1107share/maxima/${PKGVERSION}/share/macro/defstm.mac
1187share/maxima/${PKGVERSION}/share/macro/defstmrun.mac 1108share/maxima/${PKGVERSION}/share/macro/defstmrun.mac
1188share/maxima/${PKGVERSION}/share/macro/fexpr.mac 1109share/maxima/${PKGVERSION}/share/macro/fexpr.mac
1189share/maxima/${PKGVERSION}/share/macro/keyarg.dem 1110share/maxima/${PKGVERSION}/share/macro/keyarg.dem
1190share/maxima/${PKGVERSION}/share/macro/keyarg.mac 1111share/maxima/${PKGVERSION}/share/macro/keyarg.mac
1191share/maxima/${PKGVERSION}/share/macro/packg.mac 1112share/maxima/${PKGVERSION}/share/macro/packg.mac
@@ -1235,33 +1156,33 @@ share/maxima/${PKGVERSION}/share/misc/ar @@ -1235,33 +1156,33 @@ share/maxima/${PKGVERSION}/share/misc/ar
1235share/maxima/${PKGVERSION}/share/misc/declin.dem 1156share/maxima/${PKGVERSION}/share/misc/declin.dem
1236share/maxima/${PKGVERSION}/share/misc/declin.mac 1157share/maxima/${PKGVERSION}/share/misc/declin.mac
1237share/maxima/${PKGVERSION}/share/misc/declin.usg 1158share/maxima/${PKGVERSION}/share/misc/declin.usg
1238share/maxima/${PKGVERSION}/share/misc/diffop.lisp 1159share/maxima/${PKGVERSION}/share/misc/diffop.lisp
1239share/maxima/${PKGVERSION}/share/misc/disran.lisp 1160share/maxima/${PKGVERSION}/share/misc/disran.lisp
1240share/maxima/${PKGVERSION}/share/misc/disran.usg 1161share/maxima/${PKGVERSION}/share/misc/disran.usg
1241share/maxima/${PKGVERSION}/share/misc/dump.lisp 1162share/maxima/${PKGVERSION}/share/misc/dump.lisp
1242share/maxima/${PKGVERSION}/share/misc/dump.usg 1163share/maxima/${PKGVERSION}/share/misc/dump.usg
1243share/maxima/${PKGVERSION}/share/misc/foptim.lisp 1164share/maxima/${PKGVERSION}/share/misc/foptim.lisp
1244share/maxima/${PKGVERSION}/share/misc/seqopt.dem 1165share/maxima/${PKGVERSION}/share/misc/seqopt.dem
1245share/maxima/${PKGVERSION}/share/misc/seqopt.lisp 1166share/maxima/${PKGVERSION}/share/misc/seqopt.lisp
1246share/maxima/${PKGVERSION}/share/misc/seqopt.usg 1167share/maxima/${PKGVERSION}/share/misc/seqopt.usg
1247share/maxima/${PKGVERSION}/share/misc/smacro.mac 1168share/maxima/${PKGVERSION}/share/misc/smacro.mac
 1169share/maxima/${PKGVERSION}/share/mnewton/mnewton.mac
 1170share/maxima/${PKGVERSION}/share/mnewton/rtest_mnewton.mac
 1171share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.lisp
 1172share/maxima/${PKGVERSION}/share/multiadditive/rtest_opproperties.mac
1248share/maxima/${PKGVERSION}/share/numeric/bffac.mac 1173share/maxima/${PKGVERSION}/share/numeric/bffac.mac
1249share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp 1174share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp
1250share/maxima/${PKGVERSION}/share/numeric/brmbrg.usg 1175share/maxima/${PKGVERSION}/share/numeric/brmbrg.usg
1251share/maxima/${PKGVERSION}/share/numeric/cfortr.dem 
1252share/maxima/${PKGVERSION}/share/numeric/cfortr.lisp 
1253share/maxima/${PKGVERSION}/share/numeric/cfortr.tst 
1254share/maxima/${PKGVERSION}/share/numeric/cfortr.usg 
1255share/maxima/${PKGVERSION}/share/numeric/dblint.dem 1176share/maxima/${PKGVERSION}/share/numeric/dblint.dem
1256share/maxima/${PKGVERSION}/share/numeric/dblint.mac 1177share/maxima/${PKGVERSION}/share/numeric/dblint.mac
1257share/maxima/${PKGVERSION}/share/numeric/dblint.usg 1178share/maxima/${PKGVERSION}/share/numeric/dblint.usg
1258share/maxima/${PKGVERSION}/share/numeric/dblint_1.dem 1179share/maxima/${PKGVERSION}/share/numeric/dblint_1.dem
1259share/maxima/${PKGVERSION}/share/numeric/diffeq.dem 1180share/maxima/${PKGVERSION}/share/numeric/diffeq.dem
1260share/maxima/${PKGVERSION}/share/numeric/diffeq.mac 1181share/maxima/${PKGVERSION}/share/numeric/diffeq.mac
1261share/maxima/${PKGVERSION}/share/numeric/expense.lisp 1182share/maxima/${PKGVERSION}/share/numeric/expense.lisp
1262share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp 1183share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp
1263share/maxima/${PKGVERSION}/share/numeric/fft.dem 1184share/maxima/${PKGVERSION}/share/numeric/fft.dem
1264share/maxima/${PKGVERSION}/share/numeric/fft.lisp 1185share/maxima/${PKGVERSION}/share/numeric/fft.lisp
1265share/maxima/${PKGVERSION}/share/numeric/fft.usg 1186share/maxima/${PKGVERSION}/share/numeric/fft.usg
1266share/maxima/${PKGVERSION}/share/numeric/forma1.lisp 1187share/maxima/${PKGVERSION}/share/numeric/forma1.lisp
1267share/maxima/${PKGVERSION}/share/numeric/forma1.usg 1188share/maxima/${PKGVERSION}/share/numeric/forma1.usg
@@ -1269,75 +1190,138 @@ share/maxima/${PKGVERSION}/share/numeric @@ -1269,75 +1190,138 @@ share/maxima/${PKGVERSION}/share/numeric
1269share/maxima/${PKGVERSION}/share/numeric/format.usg 1190share/maxima/${PKGVERSION}/share/numeric/format.usg
1270share/maxima/${PKGVERSION}/share/numeric/interpol.mac 1191share/maxima/${PKGVERSION}/share/numeric/interpol.mac
1271share/maxima/${PKGVERSION}/share/numeric/newton.mac 1192share/maxima/${PKGVERSION}/share/numeric/newton.mac
1272share/maxima/${PKGVERSION}/share/numeric/newton1.mac 1193share/maxima/${PKGVERSION}/share/numeric/newton1.mac
1273share/maxima/${PKGVERSION}/share/numeric/riemsum.mac 1194share/maxima/${PKGVERSION}/share/numeric/riemsum.mac
1274share/maxima/${PKGVERSION}/share/numeric/romberg.lisp 1195share/maxima/${PKGVERSION}/share/numeric/romberg.lisp
1275share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac 1196share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac
1276share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac 1197share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac
1277share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac 1198share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac
1278share/maxima/${PKGVERSION}/share/numeric/simpsn.dem 1199share/maxima/${PKGVERSION}/share/numeric/simpsn.dem
1279share/maxima/${PKGVERSION}/share/numeric/simpsn.mac 1200share/maxima/${PKGVERSION}/share/numeric/simpsn.mac
1280share/maxima/${PKGVERSION}/share/numeric/submac.dem 1201share/maxima/${PKGVERSION}/share/numeric/submac.dem
1281share/maxima/${PKGVERSION}/share/numeric/submac.mac 1202share/maxima/${PKGVERSION}/share/numeric/submac.mac
 1203share/maxima/${PKGVERSION}/share/numericalio/README
 1204share/maxima/${PKGVERSION}/share/numericalio/array.data
 1205share/maxima/${PKGVERSION}/share/numericalio/encode-decode-float.lisp
 1206share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp
 1207share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac
 1208share/maxima/${PKGVERSION}/share/numericalio/pipe.data
 1209share/maxima/${PKGVERSION}/share/numericalio/ragged.data
 1210share/maxima/${PKGVERSION}/share/numericalio/really-csv.data
 1211share/maxima/${PKGVERSION}/share/numericalio/really-space-separated.csv
 1212share/maxima/${PKGVERSION}/share/numericalio/rectangular.csv
 1213share/maxima/${PKGVERSION}/share/numericalio/rectangular.data
 1214share/maxima/${PKGVERSION}/share/numericalio/rtest_numericalio.mac
 1215share/maxima/${PKGVERSION}/share/numericalio/semicolon.data
 1216share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-lsb
 1217share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-msb
1282share/maxima/${PKGVERSION}/share/orthopoly/README 1218share/maxima/${PKGVERSION}/share/orthopoly/README
1283share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt 1219share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt
1284share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem 1220share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem
1285share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp 1221share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp
1286share/maxima/${PKGVERSION}/share/orthopoly/rtest_pochhammer.mac 1222share/maxima/${PKGVERSION}/share/orthopoly/rtest_pochhammer.mac
1287share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac 1223share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac
1288share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem 1224share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem
 1225share/maxima/${PKGVERSION}/share/pdiff/battex.sty
 1226share/maxima/${PKGVERSION}/share/pdiff/history.txt
 1227share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.pdf
 1228share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.tex
 1229share/maxima/${PKGVERSION}/share/pdiff/pdiff.lisp
 1230share/maxima/${PKGVERSION}/share/pdiff/rtest_pdiff.mac
1289share/maxima/${PKGVERSION}/share/physics/battex.sty 1231share/maxima/${PKGVERSION}/share/physics/battex.sty
1290share/maxima/${PKGVERSION}/share/physics/dimen.dem 1232share/maxima/${PKGVERSION}/share/physics/dimen.dem
1291share/maxima/${PKGVERSION}/share/physics/dimen.mac 1233share/maxima/${PKGVERSION}/share/physics/dimen.mac
1292share/maxima/${PKGVERSION}/share/physics/dimen.usg 1234share/maxima/${PKGVERSION}/share/physics/dimen.usg
1293share/maxima/${PKGVERSION}/share/physics/dimension.html 1235share/maxima/${PKGVERSION}/share/physics/dimension.html
1294share/maxima/${PKGVERSION}/share/physics/dimension.mac 1236share/maxima/${PKGVERSION}/share/physics/dimension.mac
1295share/maxima/${PKGVERSION}/share/physics/dimension.pdf 1237share/maxima/${PKGVERSION}/share/physics/dimension.pdf
1296share/maxima/${PKGVERSION}/share/physics/dimension.tex 1238share/maxima/${PKGVERSION}/share/physics/dimension.tex
1297share/maxima/${PKGVERSION}/share/physics/elec.lisp 1239share/maxima/${PKGVERSION}/share/physics/elec.lisp
1298share/maxima/${PKGVERSION}/share/physics/physconst.mac 1240share/maxima/${PKGVERSION}/share/physics/physconst.mac
1299share/maxima/${PKGVERSION}/share/physics/physconst.usg 1241share/maxima/${PKGVERSION}/share/physics/physconst.usg
1300share/maxima/${PKGVERSION}/share/physics/units.mac 1242share/maxima/${PKGVERSION}/share/physics/units.mac
1301share/maxima/${PKGVERSION}/share/physics/units.usg 1243share/maxima/${PKGVERSION}/share/physics/units.usg
1302share/maxima/${PKGVERSION}/share/readme-share.txt 1244share/maxima/${PKGVERSION}/share/readme-share.txt
1303share/maxima/${PKGVERSION}/share/share.usg 1245share/maxima/${PKGVERSION}/share/share.usg
1304share/maxima/${PKGVERSION}/share/share_testsuite.mac 1246share/maxima/${PKGVERSION}/share/share_testsuite.mac
 1247share/maxima/${PKGVERSION}/share/simplex/Readme.txt
 1248share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt
 1249share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv
 1250share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_b.csv
 1251share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_c.csv
 1252share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_A.csv
 1253share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_b.csv
 1254share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_c.csv
 1255share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_A.csv
 1256share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_b.csv
 1257share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_c.csv
 1258share/maxima/${PKGVERSION}/share/simplex/Tests/klee_minty.mac
 1259share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_A.csv
 1260share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_b.csv
 1261share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_c.csv
 1262share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_A.csv
 1263share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_b.csv
 1264share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_c.csv
 1265share/maxima/${PKGVERSION}/share/simplex/minimize_sx.mac
 1266share/maxima/${PKGVERSION}/share/simplex/rtest_simplex.mac
 1267share/maxima/${PKGVERSION}/share/simplex/simplex.mac
 1268share/maxima/${PKGVERSION}/share/simplex/simplex_algorithm.lisp
1305share/maxima/${PKGVERSION}/share/simplification/absimp.dem 1269share/maxima/${PKGVERSION}/share/simplification/absimp.dem
1306share/maxima/${PKGVERSION}/share/simplification/absimp.mac 1270share/maxima/${PKGVERSION}/share/simplification/absimp.mac
1307share/maxima/${PKGVERSION}/share/simplification/disol.dem 1271share/maxima/${PKGVERSION}/share/simplification/disol.dem
1308share/maxima/${PKGVERSION}/share/simplification/disol.mac 1272share/maxima/${PKGVERSION}/share/simplification/disol.mac
1309share/maxima/${PKGVERSION}/share/simplification/elim.mac 1273share/maxima/${PKGVERSION}/share/simplification/elim.mac
1310share/maxima/${PKGVERSION}/share/simplification/facex1.mac 1274share/maxima/${PKGVERSION}/share/simplification/facex1.mac
1311share/maxima/${PKGVERSION}/share/simplification/facexp.dem 1275share/maxima/${PKGVERSION}/share/simplification/facexp.dem
1312share/maxima/${PKGVERSION}/share/simplification/facexp.mac 1276share/maxima/${PKGVERSION}/share/simplification/facexp.mac
1313share/maxima/${PKGVERSION}/share/simplification/functs.dem 1277share/maxima/${PKGVERSION}/share/simplification/functs.dem
1314share/maxima/${PKGVERSION}/share/simplification/functs.mac 1278share/maxima/${PKGVERSION}/share/simplification/functs.mac
1315share/maxima/${PKGVERSION}/share/simplification/genut.mac 1279share/maxima/${PKGVERSION}/share/simplification/genut.mac
1316share/maxima/${PKGVERSION}/share/simplification/ineq.dem 1280share/maxima/${PKGVERSION}/share/simplification/ineq.dem
1317share/maxima/${PKGVERSION}/share/simplification/ineq.mac 1281share/maxima/${PKGVERSION}/share/simplification/ineq.mac
1318share/maxima/${PKGVERSION}/share/simplification/lrats.dem 1282share/maxima/${PKGVERSION}/share/simplification/lrats.dem
1319share/maxima/${PKGVERSION}/share/simplification/lrats.mac 1283share/maxima/${PKGVERSION}/share/simplification/lrats.mac
1320share/maxima/${PKGVERSION}/share/simplification/rducon.dem 1284share/maxima/${PKGVERSION}/share/simplification/rducon.dem
1321share/maxima/${PKGVERSION}/share/simplification/rducon.lisp 1285share/maxima/${PKGVERSION}/share/simplification/rducon.lisp
1322share/maxima/${PKGVERSION}/share/simplification/rncomb.dem 1286share/maxima/${PKGVERSION}/share/simplification/rncomb.dem
1323share/maxima/${PKGVERSION}/share/simplification/rncomb.mac 1287share/maxima/${PKGVERSION}/share/simplification/rncomb.mac
1324share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac 1288share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac
1325share/maxima/${PKGVERSION}/share/simplification/scifac.dem 1289share/maxima/${PKGVERSION}/share/simplification/scifac.dem
1326share/maxima/${PKGVERSION}/share/simplification/scifac.lisp 1290share/maxima/${PKGVERSION}/share/simplification/scifac.lisp
1327share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac 1291share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac
1328share/maxima/${PKGVERSION}/share/simplification/stopex.dem 1292share/maxima/${PKGVERSION}/share/simplification/stopex.dem
1329share/maxima/${PKGVERSION}/share/simplification/stopex.mac 1293share/maxima/${PKGVERSION}/share/simplification/stopex.mac
 1294share/maxima/${PKGVERSION}/share/solve_rat_ineq/rtest_solve_rat_ineq.mac
 1295share/maxima/${PKGVERSION}/share/solve_rat_ineq/solve_rat_ineq.mac
 1296share/maxima/${PKGVERSION}/share/solve_rec/rtest_simplify_sum.mac
 1297share/maxima/${PKGVERSION}/share/solve_rec/rtest_solve_rec.mac
 1298share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac
 1299share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac
 1300share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem
 1301share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac
1330share/maxima/${PKGVERSION}/share/specfun.lisp 1302share/maxima/${PKGVERSION}/share/specfun.lisp
 1303share/maxima/${PKGVERSION}/share/stats/inference_result.lisp
 1304share/maxima/${PKGVERSION}/share/stats/numstats.lisp
 1305share/maxima/${PKGVERSION}/share/stats/rtest_stats.mac
 1306share/maxima/${PKGVERSION}/share/stats/stats.mac
 1307share/maxima/${PKGVERSION}/share/stringproc/eval_string.lisp
 1308share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp
 1309share/maxima/${PKGVERSION}/share/stringproc/printf.lisp
 1310share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac
 1311share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac
 1312share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
 1313share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
 1314share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
1331share/maxima/${PKGVERSION}/share/sym/arite.lisp 1315share/maxima/${PKGVERSION}/share/sym/arite.lisp
1332share/maxima/${PKGVERSION}/share/sym/chbase.lisp 1316share/maxima/${PKGVERSION}/share/sym/chbase.lisp
1333share/maxima/${PKGVERSION}/share/sym/compile.lisp 1317share/maxima/${PKGVERSION}/share/sym/compile.lisp
1334share/maxima/${PKGVERSION}/share/sym/direct.lisp 1318share/maxima/${PKGVERSION}/share/sym/direct.lisp
1335share/maxima/${PKGVERSION}/share/sym/doconline 1319share/maxima/${PKGVERSION}/share/sym/doconline
1336share/maxima/${PKGVERSION}/share/sym/docsym-en.tex 1320share/maxima/${PKGVERSION}/share/sym/docsym-en.tex
1337share/maxima/${PKGVERSION}/share/sym/docsym-fr.tex 1321share/maxima/${PKGVERSION}/share/sym/docsym-fr.tex
1338share/maxima/${PKGVERSION}/share/sym/docsymidx.tex 1322share/maxima/${PKGVERSION}/share/sym/docsymidx.tex
1339share/maxima/${PKGVERSION}/share/sym/ecrivain.lisp 1323share/maxima/${PKGVERSION}/share/sym/ecrivain.lisp
1340share/maxima/${PKGVERSION}/share/sym/elem.lisp 1324share/maxima/${PKGVERSION}/share/sym/elem.lisp
1341share/maxima/${PKGVERSION}/share/sym/kak.lisp 1325share/maxima/${PKGVERSION}/share/sym/kak.lisp
1342share/maxima/${PKGVERSION}/share/sym/lecteur.lisp 1326share/maxima/${PKGVERSION}/share/sym/lecteur.lisp
1343share/maxima/${PKGVERSION}/share/sym/load-sym-lisp-files.lisp 1327share/maxima/${PKGVERSION}/share/sym/load-sym-lisp-files.lisp
@@ -1411,46 +1395,55 @@ share/maxima/${PKGVERSION}/share/tensor/ @@ -1411,46 +1395,55 @@ share/maxima/${PKGVERSION}/share/tensor/
1411share/maxima/${PKGVERSION}/share/tensor/reissner.dem 1395share/maxima/${PKGVERSION}/share/tensor/reissner.dem
1412share/maxima/${PKGVERSION}/share/tensor/rtest_atensor.mac 1396share/maxima/${PKGVERSION}/share/tensor/rtest_atensor.mac
1413share/maxima/${PKGVERSION}/share/tensor/rtest_ctensor.mac 1397share/maxima/${PKGVERSION}/share/tensor/rtest_ctensor.mac
1414share/maxima/${PKGVERSION}/share/tensor/rtest_itensor.mac 1398share/maxima/${PKGVERSION}/share/tensor/rtest_itensor.mac
1415share/maxima/${PKGVERSION}/share/tensor/schwarz.dem 1399share/maxima/${PKGVERSION}/share/tensor/schwarz.dem
1416share/maxima/${PKGVERSION}/share/tensor/spinor.dem 1400share/maxima/${PKGVERSION}/share/tensor/spinor.dem
1417share/maxima/${PKGVERSION}/share/tensor/symtry.lisp 1401share/maxima/${PKGVERSION}/share/tensor/symtry.lisp
1418share/maxima/${PKGVERSION}/share/tensor/taubnut.dem 1402share/maxima/${PKGVERSION}/share/tensor/taubnut.dem
1419share/maxima/${PKGVERSION}/share/tensor/tendemo.mac 1403share/maxima/${PKGVERSION}/share/tensor/tendemo.mac
1420share/maxima/${PKGVERSION}/share/tensor/tensor.dem 1404share/maxima/${PKGVERSION}/share/tensor/tensor.dem
1421share/maxima/${PKGVERSION}/share/tensor/tentex.lisp 1405share/maxima/${PKGVERSION}/share/tensor/tentex.lisp
1422share/maxima/${PKGVERSION}/share/tensor/tetrad.dem 1406share/maxima/${PKGVERSION}/share/tensor/tetrad.dem
1423share/maxima/${PKGVERSION}/share/tensor/weyl.dem 1407share/maxima/${PKGVERSION}/share/tensor/weyl.dem
 1408share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly.mac
 1409share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly_solve.mac
 1410share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly.lisp
 1411share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve.mac
 1412share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve_extra.lisp
 1413share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solver.mac
 1414share/maxima/${PKGVERSION}/share/to_poly_solve/topoly.lisp
1424share/maxima/${PKGVERSION}/share/trigonometry/atrig1.mac 1415share/maxima/${PKGVERSION}/share/trigonometry/atrig1.mac
1425share/maxima/${PKGVERSION}/share/trigonometry/atrig1.usg 1416share/maxima/${PKGVERSION}/share/trigonometry/atrig1.usg
1426share/maxima/${PKGVERSION}/share/trigonometry/ntrig.mac 1417share/maxima/${PKGVERSION}/share/trigonometry/ntrig.mac
1427share/maxima/${PKGVERSION}/share/trigonometry/ntrig.usg 1418share/maxima/${PKGVERSION}/share/trigonometry/ntrig.usg
1428share/maxima/${PKGVERSION}/share/trigonometry/spangl.mac 1419share/maxima/${PKGVERSION}/share/trigonometry/spangl.mac
1429share/maxima/${PKGVERSION}/share/trigonometry/spangl.usg 1420share/maxima/${PKGVERSION}/share/trigonometry/spangl.usg
1430share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac 1421share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac
1431share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp 1422share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp
1432share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp 1423share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp
1433share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac 1424share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac
1434share/maxima/${PKGVERSION}/share/vector/vect.dem 1425share/maxima/${PKGVERSION}/share/vector/vect.dem
1435share/maxima/${PKGVERSION}/share/vector/vect.mac 1426share/maxima/${PKGVERSION}/share/vector/vect.mac
1436share/maxima/${PKGVERSION}/share/vector/vect.usg 1427share/maxima/${PKGVERSION}/share/vector/vect.usg
1437share/maxima/${PKGVERSION}/share/vector/vect_transform.mac 1428share/maxima/${PKGVERSION}/share/vector/vect_transform.mac
1438share/maxima/${PKGVERSION}/share/vector/vector.dem 1429share/maxima/${PKGVERSION}/share/vector/vector.dem
1439share/maxima/${PKGVERSION}/share/vector/vector.mac 1430share/maxima/${PKGVERSION}/share/vector/vector.mac
1440share/maxima/${PKGVERSION}/share/vector/vector.usg 1431share/maxima/${PKGVERSION}/share/vector/vector.usg
1441share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp 1432share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp
1442share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac 1433share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac
1443share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg 1434share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg
 1435share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac
 1436share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac
1444share/maxima/${PKGVERSION}/src/acall.lisp 1437share/maxima/${PKGVERSION}/src/acall.lisp
1445share/maxima/${PKGVERSION}/src/airy.lisp 1438share/maxima/${PKGVERSION}/src/airy.lisp
1446share/maxima/${PKGVERSION}/src/algfac.lisp 1439share/maxima/${PKGVERSION}/src/algfac.lisp
1447share/maxima/${PKGVERSION}/src/algsys.lisp 1440share/maxima/${PKGVERSION}/src/algsys.lisp
1448share/maxima/${PKGVERSION}/src/ar.lisp 1441share/maxima/${PKGVERSION}/src/ar.lisp
1449share/maxima/${PKGVERSION}/src/askp.lisp 1442share/maxima/${PKGVERSION}/src/askp.lisp
1450share/maxima/${PKGVERSION}/src/asum.lisp 1443share/maxima/${PKGVERSION}/src/asum.lisp
1451share/maxima/${PKGVERSION}/src/autoconf-variables.lisp 1444share/maxima/${PKGVERSION}/src/autoconf-variables.lisp
1452share/maxima/${PKGVERSION}/src/autol.lisp 1445share/maxima/${PKGVERSION}/src/autol.lisp
1453share/maxima/${PKGVERSION}/src/bessel.lisp 1446share/maxima/${PKGVERSION}/src/bessel.lisp
1454share/maxima/${PKGVERSION}/src/buildq.lisp 1447share/maxima/${PKGVERSION}/src/buildq.lisp
1455share/maxima/${PKGVERSION}/src/cl-info.lisp 1448share/maxima/${PKGVERSION}/src/cl-info.lisp
1456share/maxima/${PKGVERSION}/src/clmacs.lisp 1449share/maxima/${PKGVERSION}/src/clmacs.lisp
@@ -1780,26 +1773,27 @@ share/maxima/${PKGVERSION}/tests/rtest_d @@ -1780,26 +1773,27 @@ share/maxima/${PKGVERSION}/tests/rtest_d
1780share/maxima/${PKGVERSION}/tests/rtest_dot.mac 1773share/maxima/${PKGVERSION}/tests/rtest_dot.mac
1781share/maxima/${PKGVERSION}/tests/rtest_elliptic.mac 1774share/maxima/${PKGVERSION}/tests/rtest_elliptic.mac
1782share/maxima/${PKGVERSION}/tests/rtest_equal.mac 1775share/maxima/${PKGVERSION}/tests/rtest_equal.mac
1783share/maxima/${PKGVERSION}/tests/rtest_everysome.mac 1776share/maxima/${PKGVERSION}/tests/rtest_everysome.mac
1784share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac 1777share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac
1785share/maxima/${PKGVERSION}/tests/rtest_gamma.mac 1778share/maxima/${PKGVERSION}/tests/rtest_gamma.mac
1786share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac 1779share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac
1787share/maxima/${PKGVERSION}/tests/rtest_integrate.mac 1780share/maxima/${PKGVERSION}/tests/rtest_integrate.mac
1788share/maxima/${PKGVERSION}/tests/rtest_integrate_special.mac 1781share/maxima/${PKGVERSION}/tests/rtest_integrate_special.mac
1789share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac 1782share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac
1790share/maxima/${PKGVERSION}/tests/rtest_log.mac 1783share/maxima/${PKGVERSION}/tests/rtest_log.mac
1791share/maxima/${PKGVERSION}/tests/rtest_map.mac 1784share/maxima/${PKGVERSION}/tests/rtest_map.mac
1792share/maxima/${PKGVERSION}/tests/rtest_mset.mac 1785share/maxima/${PKGVERSION}/tests/rtest_mset.mac
 1786share/maxima/${PKGVERSION}/tests/rtest_numth.mac
1793share/maxima/${PKGVERSION}/tests/rtest_plot.mac 1787share/maxima/${PKGVERSION}/tests/rtest_plot.mac
1794share/maxima/${PKGVERSION}/tests/rtest_power.mac 1788share/maxima/${PKGVERSION}/tests/rtest_power.mac
1795share/maxima/${PKGVERSION}/tests/rtest_round.mac 1789share/maxima/${PKGVERSION}/tests/rtest_round.mac
1796share/maxima/${PKGVERSION}/tests/rtest_scalarp.mac 1790share/maxima/${PKGVERSION}/tests/rtest_scalarp.mac
1797share/maxima/${PKGVERSION}/tests/rtest_sign.mac 1791share/maxima/${PKGVERSION}/tests/rtest_sign.mac
1798share/maxima/${PKGVERSION}/tests/rtest_signum.mac 1792share/maxima/${PKGVERSION}/tests/rtest_signum.mac
1799share/maxima/${PKGVERSION}/tests/rtest_sqrt.mac 1793share/maxima/${PKGVERSION}/tests/rtest_sqrt.mac
1800share/maxima/${PKGVERSION}/tests/rtest_taylor.mac 1794share/maxima/${PKGVERSION}/tests/rtest_taylor.mac
1801share/maxima/${PKGVERSION}/tests/rtest_translator.mac 1795share/maxima/${PKGVERSION}/tests/rtest_translator.mac
1802share/maxima/${PKGVERSION}/tests/rtest_trig.mac 1796share/maxima/${PKGVERSION}/tests/rtest_trig.mac
1803share/maxima/${PKGVERSION}/tests/rtest_zeta.mac 1797share/maxima/${PKGVERSION}/tests/rtest_zeta.mac
1804share/maxima/${PKGVERSION}/tests/rtestconjugate.mac 1798share/maxima/${PKGVERSION}/tests/rtestconjugate.mac
1805share/maxima/${PKGVERSION}/tests/rtesthyp.mac 1799share/maxima/${PKGVERSION}/tests/rtesthyp.mac

cvs diff -r1.21 -r1.22 pkgsrc/math/maxima/distinfo (expand / switch to unified diff)

--- pkgsrc/math/maxima/distinfo 2012/01/10 03:38:08 1.21
+++ pkgsrc/math/maxima/distinfo 2012/04/08 12:09:42 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2012/01/10 03:38:08 asau Exp $ 1$NetBSD: distinfo,v 1.22 2012/04/08 12:09:42 asau Exp $
2 2
3SHA1 (maxima-5.26.0.tar.gz) = bc7448486478b217c333605c6d8f6c0bbdd3526c 3SHA1 (maxima-5.27.0.tar.gz) = 8d8d0b3db27f002986cff5429dea96ada46a0576
4RMD160 (maxima-5.26.0.tar.gz) = 789bb0449d65f6936bb548134ab1f33fe16858d0 4RMD160 (maxima-5.27.0.tar.gz) = 9244f7397d6a6bf0cf363a6ad4d491160814bb35
5Size (maxima-5.26.0.tar.gz) = 26047841 bytes 5Size (maxima-5.27.0.tar.gz) = 27101764 bytes