aboutsummaryrefslogtreecommitdiff
path: root/math/maxima
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-04-23 09:34:03 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-04-23 09:34:03 +0000
commit27a09a8dfbe3974d329da310d3a546d0e1ed4a7e (patch)
treede565bb9205789d6676472f732777a9199a45319 /math/maxima
parent0eb8a47869c51f4daeb8b0d253e3e070df076a6f (diff)
downloadports-27a09a8dfbe3974d329da310d3a546d0e1ed4a7e.tar.gz
ports-27a09a8dfbe3974d329da310d3a546d0e1ed4a7e.zip
Notes
Diffstat (limited to 'math/maxima')
-rw-r--r--math/maxima/Makefile3
-rw-r--r--math/maxima/distinfo4
-rw-r--r--math/maxima/files/patch-doc__info__extract_categories.sh16
-rw-r--r--math/maxima/files/patch-doc__info__extract_categories1.sed15
-rw-r--r--math/maxima/pkg-plist478
5 files changed, 242 insertions, 274 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index a4c9c3492995..21fa42977682 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= maxima
-PORTVERSION= 5.26.0
-PORTREVISION= 1
+PORTVERSION= 5.27.0
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
diff --git a/math/maxima/distinfo b/math/maxima/distinfo
index 619bb149fe3a..7c61a2409be9 100644
--- a/math/maxima/distinfo
+++ b/math/maxima/distinfo
@@ -1,2 +1,2 @@
-SHA256 (maxima-5.26.0.tar.gz) = 887105c99a91122f3e622472aa39bdd1ca8ed6198cf09b49917f63f8396dced9
-SIZE (maxima-5.26.0.tar.gz) = 26047841
+SHA256 (maxima-5.27.0.tar.gz) = 9006803714f1385221c4395697fad53f125a13d29b50b188d045d08e25f8dca7
+SIZE (maxima-5.27.0.tar.gz) = 27101764
diff --git a/math/maxima/files/patch-doc__info__extract_categories.sh b/math/maxima/files/patch-doc__info__extract_categories.sh
deleted file mode 100644
index 5083e06fb3b2..000000000000
--- a/math/maxima/files/patch-doc__info__extract_categories.sh
+++ /dev/null
@@ -1,16 +0,0 @@
---- doc/info/extract_categories.sh.orig 2011-08-01 00:39:51.000000000 -0400
-+++ doc/info/extract_categories.sh 2011-12-16 09:05:05.000000000 -0500
-@@ -17,9 +17,10 @@
- if [ $f = "maxima.texi" ]
- then echo SKIP OVER $f
- else
-- sed 's/^@def\(fn\|vr\) *{[^}]*} *\([^[:blank:]]*\).*/@anchor{Item: \2}\
--\0/; s/^@node *\([^,]*\).*/@anchor{Item: \1}\
--\0/' "$f" > tmp.texi
-+ sed 's/^@deffn *{[^}]*} *\([^[:blank:]]*\).*/@anchor{Item: \1}\
-+&/; s/^@defvr *{[^}]*} *\([^[:blank:]]*\).*/@anchor{Item: \1}\
-+&/; s/^@node *\([^,]*\).*/@anchor{Item: \1}\
-+&/' "$f" > tmp.texi
- mv tmp.texi "$f"
- fi
- done
diff --git a/math/maxima/files/patch-doc__info__extract_categories1.sed b/math/maxima/files/patch-doc__info__extract_categories1.sed
deleted file mode 100644
index 5eef7139239f..000000000000
--- a/math/maxima/files/patch-doc__info__extract_categories1.sed
+++ /dev/null
@@ -1,15 +0,0 @@
---- doc/info/extract_categories1.sed.orig 2011-08-01 00:39:51.000000000 -0400
-+++ doc/info/extract_categories1.sed 2011-12-16 08:12:32.000000000 -0500
-@@ -1,6 +1,9 @@
--s/^@def\(fn\|vr\) *{[^}]*} *\([^[:blank:]]*\).*/items = ["\2"]/
--s/^@def\(fn\|vr\)x *{[^}]*} *\([^[:blank:]]*\).*/if not "\2" in items: items.append ("\2")/
--s/^@end def\(fn\|vr\)/items = []/
-+s/^@deffn *{[^}]*} *\([^[:blank:]]*\).*/items = ["\1"]/
-+s/^@defvr *{[^}]*} *\([^[:blank:]]*\).*/items = ["\1"]/
-+s/^@deffnx *{[^}]*} *\([^[:blank:]]*\).*/if not "\1" in items: items.append ("\1")/
-+s/^@defvrx *{[^}]*} *\([^[:blank:]]*\).*/if not "\1" in items: items.append ("\1")/
-+s/^@end deffn/items = []/
-+s/^@end defvr/items = []/
- s/^@node *\([^,]*\).*/items = ["\1"] # extracted from node/
- s/@opencatbox//
- s/@closecatbox//
diff --git a/math/maxima/pkg-plist b/math/maxima/pkg-plist
index d95572e003ad..d2ab79cf5eb2 100644
--- a/math/maxima/pkg-plist
+++ b/math/maxima/pkg-plist
@@ -113,7 +113,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima.html
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_1.html
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_10.html
-%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_100.html
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_11.html
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_12.html
%%DATADIR%%/%%PORTVERSION%%/doc/html/maxima_13.html
@@ -295,6 +294,16 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/solver1-en.html
%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/solver1.pdf
%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/test.mac
+%%DATADIR%%/%%PORTVERSION%%/share/amatrix/README
+%%DATADIR%%/%%PORTVERSION%%/share/amatrix/amatrix.dem
+%%DATADIR%%/%%PORTVERSION%%/share/amatrix/amatrix.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/amatrix/amatrix.mac
+%%DATADIR%%/%%PORTVERSION%%/share/amatrix/rtest_amatrix.mac
+%%DATADIR%%/%%PORTVERSION%%/share/amatrix/rtest_wilcoxon.mac
+%%DATADIR%%/%%PORTVERSION%%/share/amatrix/wilcoxon.mac
+%%DATADIR%%/%%PORTVERSION%%/share/bernstein/bernstein.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/bernstein/bernstein_utilities.mac
+%%DATADIR%%/%%PORTVERSION%%/share/bernstein/rtest_bernstein.mac
%%DATADIR%%/%%PORTVERSION%%/share/builtins-list.txt
%%DATADIR%%/%%PORTVERSION%%/share/calculus/asympa.mac
%%DATADIR%%/%%PORTVERSION%%/share/calculus/cartan.dem
@@ -416,17 +425,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_algorithm.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/altsimp/altsimp.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/README
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/amatrix.dem
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/amatrix.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/amatrix.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/rtest_amatrix.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/rtest_wilcoxon.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix/wilcoxon.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/augmented_lagrangian.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/bernstein/bernstein.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/bernstein/bernstein_utilities.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/bernstein/rtest_bernstein.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/bitwise.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/bitwise_specification.txt
%%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/rtest_bitwise.mac
@@ -436,10 +435,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/clebsch_gordan.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/clebsh-gordan.tex
%%DATADIR%%/%%PORTVERSION%%/share/contrib/colorterm.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/descriptive/biomed.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/descriptive/descriptive.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/descriptive/pidigits.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/descriptive/wind.data
%%DATADIR%%/%%PORTVERSION%%/share/contrib/devine.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/diag.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/README
@@ -494,19 +489,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_odelin.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_utils.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/testsuite.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/distrib/distrib.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/distrib/numdistrib.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/distrib/rtest_distrib.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits.dem
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits_db.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/ezunits_functions.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/physical_constants.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/rtest_ezunits_frink.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits/rtestezunits.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/f90.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/finance/finance.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/floatproperties.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/README
%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/autoload-m.macsyma
@@ -521,10 +504,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/format.ps
%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/pois2.demo
%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/pois2m.ps
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fourier_elim/fourier_elim.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fourier_elim/rtest_fourier_elim.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fractals/fractals.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fractals/rtest_fractals.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/d78.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fg.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/filter.mac
@@ -602,36 +581,15 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/vaxinit.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/vaxlsp.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_hard_test.ERR
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_hard_test.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_manual.pdf
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_manual.tex
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_test.ERR
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_test.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/whatsnew.txt
%%DATADIR%%/%%PORTVERSION%%/share/contrib/ggf.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/graph2d.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/cgraphs.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/connectivity.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/create_graph.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/demoucron.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/dijkstra.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/draw_graph.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graph6.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graph_core.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graph_polynomials.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graphio.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graphs.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/graphs.system
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/isomorphism.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/load-graphs.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/matching.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/rtest_graphs.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/spring_embedding.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs/wiener_index.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/impdiff.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/implicit_plot.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integer_sequence.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.html
%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.texi
@@ -643,7 +601,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/rtest_levin.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/lindstedt.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/log10.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lsquares.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/README
%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/mathml.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/mathml_ref_list_for_IE
@@ -664,9 +621,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/postscriptoutput.png
%%DATADIR%%/%%PORTVERSION%%/share/contrib/meijer_g.tex
%%DATADIR%%/%%PORTVERSION%%/share/contrib/meijer_gv2.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/mnewton/mnewton.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/mnewton/rtest_mnewton.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/multiadditive.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces/foo.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces/namespaces.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces/rtest_namespaces.mac
@@ -674,32 +628,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/noninteractive.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/noninteractive.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/rtest_noninteractive.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/nset/README
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/nset/announce-1.2.txt
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/nset/changes_1.0_to_1.2.txt
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/README
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/array.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/encode-decode-float.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/numericalio.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/numericalio.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/pipe.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/ragged.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/really-csv.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/really-space-separated.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/rectangular.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/rectangular.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/rtest_numericalio.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/semicolon.data
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/test-binary.f8-lsb
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio/test-binary.f8-msb
%%DATADIR%%/%%PORTVERSION%%/share/contrib/opsubst.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/battex.sty
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/history.txt
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/pdiff-doc.pdf
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/pdiff-doc.tex
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/pdiff.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff/rtest_pdiff.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/plsquares.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/powers.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex1.mac
@@ -760,14 +689,10 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/twovar.usg
%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/vandpol.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/vandpol.usg
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_lsquares.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_opproperties.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_sequence.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_solve_rat_ineq.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_to_poly_solver.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_topoly.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_z_transform.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtestdefstruct.mac
+%%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45/rkf45.dem
+%%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45/rkf45.mac
+%%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45/rkf45.pdf
+%%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45/rtest_rkf45.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/aliases.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/arag_test.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/certificateOfPositivity.mac
@@ -788,36 +713,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/topology.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/topology_examples.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/whatsnew.txt
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Readme.txt
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/Readme.txt
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/adlittle_A.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/adlittle_b.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/adlittle_c.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/afiro_A.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/afiro_b.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/afiro_c.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/kb2_A.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/kb2_b.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/kb2_c.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/klee_minty.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/sc50a_A.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/sc50a_b.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/sc50a_c.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/share2b_A.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/share2b_b.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests/share2b_c.csv
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/minimize_sx.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/rtest_simplex.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/simplex.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/simplex_algorithm.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplifying.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rat_ineq.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/rtest_simplify_sum.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/rtest_solve_rec.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/simplify_sum.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/simplify_sum_test.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/solve_rec.dem
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec/solve_rec.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/a.cir
%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/b.cir
%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/c.cir
@@ -827,27 +723,9 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/sortem.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/state.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/tree.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stats/inference_result.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stats/numstats.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stats/rtest_stats.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stats/stats.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/stirling.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/eval_string.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/pregexp.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/printf.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/rtestprintf.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/rteststringproc.mac
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/sregex.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/stringproc.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc/stringproc.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/tex2ooo.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/to_poly_solve_extra.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/to_poly_solver.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/tocl.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/topoly-user-doc.html
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/topoly-user-doc.texi
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/topoly.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/topoly_solver.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit-functions.lisp
%%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit.texi
@@ -855,7 +733,10 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/contrib/vector3d/vector3d.dem
%%DATADIR%%/%%PORTVERSION%%/share/contrib/vector3d/vector3d.mac
%%DATADIR%%/%%PORTVERSION%%/share/contrib/vector3d/vector3d.usg
-%%DATADIR%%/%%PORTVERSION%%/share/contrib/z_transform.mac
+%%DATADIR%%/%%PORTVERSION%%/share/descriptive/biomed.data
+%%DATADIR%%/%%PORTVERSION%%/share/descriptive/descriptive.mac
+%%DATADIR%%/%%PORTVERSION%%/share/descriptive/pidigits.data
+%%DATADIR%%/%%PORTVERSION%%/share/descriptive/wind.data
%%DATADIR%%/%%PORTVERSION%%/share/diff_form/cartan_new.lisp
%%DATADIR%%/%%PORTVERSION%%/share/diff_form/curvture2.mac
%%DATADIR%%/%%PORTVERSION%%/share/diff_form/diff_form.mac
@@ -882,6 +763,9 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/diffequations/phypgm.mac
%%DATADIR%%/%%PORTVERSION%%/share/diffequations/pivtr.mac
%%DATADIR%%/%%PORTVERSION%%/share/diffequations/pmain.mac
+%%DATADIR%%/%%PORTVERSION%%/share/distrib/distrib.mac
+%%DATADIR%%/%%PORTVERSION%%/share/distrib/numdistrib.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/distrib/rtest_distrib.mac
%%DATADIR%%/%%PORTVERSION%%/share/draw/draw.lisp
%%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.mac
%%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.texi
@@ -897,6 +781,38 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/dynamics/plotdf.lisp
%%DATADIR%%/%%PORTVERSION%%/share/dynamics/rtest_dynamics.mac
%%DATADIR%%/%%PORTVERSION%%/share/dynamics/visualization.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/CODATA-2006.pdf
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/ezunits.dem
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/ezunits.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/ezunits.mac
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/ezunits_db.mac
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/ezunits_functions.mac
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/physical_constants.mac
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/rtest_ezunits_frink.mac
+%%DATADIR%%/%%PORTVERSION%%/share/ezunits/rtestezunits.mac
+%%DATADIR%%/%%PORTVERSION%%/share/finance/finance.mac
+%%DATADIR%%/%%PORTVERSION%%/share/fourier_elim/fourier_elim.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/fourier_elim/rtest_fourier_elim.mac
+%%DATADIR%%/%%PORTVERSION%%/share/fractals/fractals.mac
+%%DATADIR%%/%%PORTVERSION%%/share/fractals/rtest_fractals.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/cgraphs.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/connectivity.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/create_graph.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/demoucron.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/dijkstra.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/draw_graph.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/graph6.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/graph_core.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/graph_polynomials.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/graphio.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/graphs.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/graphs.system
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/isomorphism.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/load-graphs.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/matching.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/rtest_graphs.mac
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/spring_embedding.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/graphs/wiener_index.lisp
%%DATADIR%%/%%PORTVERSION%%/share/hypergeometric/abramowitz_id.mac
%%DATADIR%%/%%PORTVERSION%%/share/hypergeometric/hypergeometric.lisp
%%DATADIR%%/%%PORTVERSION%%/share/hypergeometric/hypergeometric_mac.mac
@@ -906,6 +822,8 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/integequations/inteqn.mac
%%DATADIR%%/%%PORTVERSION%%/share/integequations/inteqn.usg
%%DATADIR%%/%%PORTVERSION%%/share/integequations/intexs.mac
+%%DATADIR%%/%%PORTVERSION%%/share/integer_sequence/integer_sequence.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/integer_sequence/rtest_sequence.mac
%%DATADIR%%/%%PORTVERSION%%/share/integration/antid.dem
%%DATADIR%%/%%PORTVERSION%%/share/integration/antid.mac
%%DATADIR%%/%%PORTVERSION%%/share/integration/bypart.mac
@@ -913,7 +831,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/integration/delta.mac
%%DATADIR%%/%%PORTVERSION%%/share/integration/delta.usg
%%DATADIR%%/%%PORTVERSION%%/share/integration/rtest_antid.mac
-%%DATADIR%%/%%PORTVERSION%%/share/lapack/rtest_dgeqrf.mac
%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/blas-lisp.system
%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/blas-package.lisp
%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dasum.lisp
@@ -1136,6 +1053,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunmhr.lisp
%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunmqr.lisp
%%DATADIR%%/%%PORTVERSION%%/share/lapack/load-lapack.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/lapack/rtest_dgeqrf.mac
%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/f2cl-lbfgs.lisp
%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lb1.lisp
%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lb2.lisp
@@ -1170,6 +1088,9 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/test-matrixexp.mac
%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/test-polynomialp.mac
%%DATADIR%%/%%PORTVERSION%%/share/lisp-utils/defsystem.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/lsquares/lsquares.mac
+%%DATADIR%%/%%PORTVERSION%%/share/lsquares/plsquares.mac
+%%DATADIR%%/%%PORTVERSION%%/share/lsquares/rtest_lsquares.mac
%%DATADIR%%/%%PORTVERSION%%/share/macro/autolo.mac
%%DATADIR%%/%%PORTVERSION%%/share/macro/basic.mac
%%DATADIR%%/%%PORTVERSION%%/share/macro/caseq.mac
@@ -1238,13 +1159,13 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/misc/seqopt.lisp
%%DATADIR%%/%%PORTVERSION%%/share/misc/seqopt.usg
%%DATADIR%%/%%PORTVERSION%%/share/misc/smacro.mac
+%%DATADIR%%/%%PORTVERSION%%/share/mnewton/mnewton.mac
+%%DATADIR%%/%%PORTVERSION%%/share/mnewton/rtest_mnewton.mac
+%%DATADIR%%/%%PORTVERSION%%/share/multiadditive/multiadditive.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/multiadditive/rtest_opproperties.mac
%%DATADIR%%/%%PORTVERSION%%/share/numeric/bffac.mac
%%DATADIR%%/%%PORTVERSION%%/share/numeric/brmbrg.lisp
%%DATADIR%%/%%PORTVERSION%%/share/numeric/brmbrg.usg
-%%DATADIR%%/%%PORTVERSION%%/share/numeric/cfortr.dem
-%%DATADIR%%/%%PORTVERSION%%/share/numeric/cfortr.lisp
-%%DATADIR%%/%%PORTVERSION%%/share/numeric/cfortr.tst
-%%DATADIR%%/%%PORTVERSION%%/share/numeric/cfortr.usg
%%DATADIR%%/%%PORTVERSION%%/share/numeric/dblint.dem
%%DATADIR%%/%%PORTVERSION%%/share/numeric/dblint.mac
%%DATADIR%%/%%PORTVERSION%%/share/numeric/dblint.usg
@@ -1272,6 +1193,21 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/numeric/simpsn.mac
%%DATADIR%%/%%PORTVERSION%%/share/numeric/submac.dem
%%DATADIR%%/%%PORTVERSION%%/share/numeric/submac.mac
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/README
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/array.data
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/encode-decode-float.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/numericalio.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/numericalio.mac
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/pipe.data
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/ragged.data
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/really-csv.data
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/really-space-separated.csv
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/rectangular.csv
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/rectangular.data
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/rtest_numericalio.mac
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/semicolon.data
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/test-binary.f8-lsb
+%%DATADIR%%/%%PORTVERSION%%/share/numericalio/test-binary.f8-msb
%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/README
%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/changes_0.9_to_0.94.txt
%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/h_atom.dem
@@ -1279,6 +1215,12 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/rtest_pochhammer.mac
%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/test_orthopoly.mac
%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/variational_method.dem
+%%DATADIR%%/%%PORTVERSION%%/share/pdiff/battex.sty
+%%DATADIR%%/%%PORTVERSION%%/share/pdiff/history.txt
+%%DATADIR%%/%%PORTVERSION%%/share/pdiff/pdiff-doc.pdf
+%%DATADIR%%/%%PORTVERSION%%/share/pdiff/pdiff-doc.tex
+%%DATADIR%%/%%PORTVERSION%%/share/pdiff/pdiff.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/pdiff/rtest_pdiff.mac
%%DATADIR%%/%%PORTVERSION%%/share/physics/battex.sty
%%DATADIR%%/%%PORTVERSION%%/share/physics/dimen.dem
%%DATADIR%%/%%PORTVERSION%%/share/physics/dimen.mac
@@ -1295,6 +1237,28 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/readme-share.txt
%%DATADIR%%/%%PORTVERSION%%/share/share.usg
%%DATADIR%%/%%PORTVERSION%%/share/share_testsuite.mac
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Readme.txt
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/Readme.txt
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/adlittle_A.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/adlittle_b.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/adlittle_c.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/afiro_A.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/afiro_b.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/afiro_c.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/kb2_A.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/kb2_b.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/kb2_c.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/klee_minty.mac
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/sc50a_A.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/sc50a_b.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/sc50a_c.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/share2b_A.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/share2b_b.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests/share2b_c.csv
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/minimize_sx.mac
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/rtest_simplex.mac
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/simplex.mac
+%%DATADIR%%/%%PORTVERSION%%/share/simplex/simplex_algorithm.lisp
%%DATADIR%%/%%PORTVERSION%%/share/simplification/absimp.dem
%%DATADIR%%/%%PORTVERSION%%/share/simplification/absimp.mac
%%DATADIR%%/%%PORTVERSION%%/share/simplification/disol.dem
@@ -1320,7 +1284,27 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/simplification/sqdnst.mac
%%DATADIR%%/%%PORTVERSION%%/share/simplification/stopex.dem
%%DATADIR%%/%%PORTVERSION%%/share/simplification/stopex.mac
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rat_ineq/rtest_solve_rat_ineq.mac
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rat_ineq/solve_rat_ineq.mac
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rec/rtest_simplify_sum.mac
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rec/rtest_solve_rec.mac
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rec/simplify_sum.mac
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rec/simplify_sum_test.mac
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rec/solve_rec.dem
+%%DATADIR%%/%%PORTVERSION%%/share/solve_rec/solve_rec.mac
%%DATADIR%%/%%PORTVERSION%%/share/specfun.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stats/inference_result.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stats/numstats.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stats/rtest_stats.mac
+%%DATADIR%%/%%PORTVERSION%%/share/stats/stats.mac
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/eval_string.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/pregexp.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/printf.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rtestprintf.mac
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rteststringproc.mac
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/sregex.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/stringproc.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/stringproc/stringproc.mac
%%DATADIR%%/%%PORTVERSION%%/share/sym/arite.lisp
%%DATADIR%%/%%PORTVERSION%%/share/sym/chbase.lisp
%%DATADIR%%/%%PORTVERSION%%/share/sym/compile.lisp
@@ -1414,6 +1398,13 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/tensor/tentex.lisp
%%DATADIR%%/%%PORTVERSION%%/share/tensor/tetrad.dem
%%DATADIR%%/%%PORTVERSION%%/share/tensor/weyl.dem
+%%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve/rtest_to_poly.mac
+%%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve/rtest_to_poly_solve.mac
+%%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve/to_poly.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve/to_poly_solve.mac
+%%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve/to_poly_solve_extra.lisp
+%%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve/to_poly_solver.mac
+%%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve/topoly.lisp
%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/atrig1.mac
%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/atrig1.usg
%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/ntrig.mac
@@ -1434,6 +1425,8 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector_rebuild.lisp
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector_rebuild.mac
%%DATADIR%%/%%PORTVERSION%%/share/vector/vector_rebuild.usg
+%%DATADIR%%/%%PORTVERSION%%/share/z_transform/rtest_z_transform.mac
+%%DATADIR%%/%%PORTVERSION%%/share/z_transform/z_transform.mac
%%DATADIR%%/%%PORTVERSION%%/src/acall.lisp
%%DATADIR%%/%%PORTVERSION%%/src/airy.lisp
%%DATADIR%%/%%PORTVERSION%%/src/algfac.lisp
@@ -1783,6 +1776,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_log.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_map.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_mset.mac
+%%DATADIR%%/%%PORTVERSION%%/tests/rtest_numth.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_plot.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_power.mac
%%DATADIR%%/%%PORTVERSION%%/tests/rtest_round.mac
@@ -1865,107 +1859,113 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot
%%DATADIR%%/%%PORTVERSION%%/xmaxima/msgs/es.msg
%%DATADIR%%/%%PORTVERSION%%/xmaxima/msgs/ru.msg
%%DATADIR%%/%%PORTVERSION%%/xmaxima/plotmaxima.html
-@dirrm %%DATADIR%%/%%PORTVERSION%%/demo
-@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/html/figures
-@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/html
-@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/implementation
-@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/misc
-@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/share
-@dirrm %%DATADIR%%/%%PORTVERSION%%/doc
-@dirrm %%DATADIR%%/%%PORTVERSION%%/emacs
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/affine
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/algebra/solver
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/algebra
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/calculus
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/cobyla
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/colnew
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/combinatorics
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/altsimp
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/amatrix
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/bernstein
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/boolsimp
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/descriptive
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/distrib
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/ezunits
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/finance
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/format
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/fourier_elim
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/fractals
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man
+@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima/msgs
+@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima/html/figures
+@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima/html
+@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima
+@dirrm %%DATADIR%%/%%PORTVERSION%%/tests/wester_problems
+@dirrm %%DATADIR%%/%%PORTVERSION%%/tests
+@dirrm %%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec
+@dirrm %%DATADIR%%/%%PORTVERSION%%/src/numerical
+@dirrm %%DATADIR%%/%%PORTVERSION%%/src
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/z_transform
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/vector
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/utils
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/trigonometry
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/to_poly_solve
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/tensor
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/sym
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/stringproc
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/stats
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/solve_rec
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/solve_rat_ineq
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/simplification
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/simplex/Tests
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/simplex
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/physics
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/pdiff
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/orthopoly
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/numericalio
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/numeric
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/multiadditive
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/mnewton
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/misc
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/minpack
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/matrix
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/macro
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lsquares
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lisp-utils
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lbfgs
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lapack/blas
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lapack
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/integration
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/integer_sequence
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/integequations
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/hypergeometric
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/graphs
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/fractals
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/fourier_elim
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/finance
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/ezunits
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/dynamics
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/draw
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/distrib
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/diffequations
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/diff_form
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/descriptive
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/vector3d
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/unit
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/state
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/rkf45
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/rand
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/prim
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/gf
@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man
@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/gf
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/graphs
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/integration
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/levin
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/mnewton
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/nset
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/numericalio
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/pdiff
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/prim
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/rand
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex/Tests
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/simplex
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/solve_rec
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/state
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/stats
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/stringproc
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/unit
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/vector3d
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/format
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/boolsimp
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/altsimp
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner
@dirrm %%DATADIR%%/%%PORTVERSION%%/share/contrib
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/diff_form
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/diffequations
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/draw
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/dynamics
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/hypergeometric
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/integequations
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/integration
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lapack/blas
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lapack
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lbfgs
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/linearalgebra
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/lisp-utils
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/macro
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/matrix
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/minpack
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/misc
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/numeric
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/orthopoly
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/physics
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/simplification
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/sym
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/tensor
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/trigonometry
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/utils
-@dirrm %%DATADIR%%/%%PORTVERSION%%/share/vector
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/combinatorics
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/colnew
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/cobyla
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/calculus
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/bernstein
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/amatrix
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/algebra/solver
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/algebra
+@dirrm %%DATADIR%%/%%PORTVERSION%%/share/affine
@dirrm %%DATADIR%%/%%PORTVERSION%%/share
-@dirrm %%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec
-@dirrm %%DATADIR%%/%%PORTVERSION%%/src/numerical
-@dirrm %%DATADIR%%/%%PORTVERSION%%/src
-@dirrm %%DATADIR%%/%%PORTVERSION%%/tests/wester_problems
-@dirrm %%DATADIR%%/%%PORTVERSION%%/tests
-@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima/html/figures
-@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima/html
-@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima/msgs
-@dirrm %%DATADIR%%/%%PORTVERSION%%/xmaxima
+@dirrm %%DATADIR%%/%%PORTVERSION%%/emacs
+@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/share
+@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/misc
+@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/implementation
+@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/html/figures
+@dirrm %%DATADIR%%/%%PORTVERSION%%/doc/html
+@dirrm %%DATADIR%%/%%PORTVERSION%%/doc
+@dirrm %%DATADIR%%/%%PORTVERSION%%/demo
@dirrm %%DATADIR%%/%%PORTVERSION%%
@dirrm %%DATADIR%%
@dirrm lib/maxima/%%PORTVERSION%%/%%BINDIR%%