FreeBSD Bugzilla – Attachment 204747 Details for
Bug 238268
math/maxima: Update to 5.43.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
maxima - Update to 5.43.0 (correction)
maxima.diff (text/plain), 159.23 KB, created by
Lorenzo Salvadore
on 2019-05-31 19:02:09 UTC
(
hide
)
Description:
maxima - Update to 5.43.0 (correction)
Filename:
MIME Type:
Creator:
Lorenzo Salvadore
Created:
2019-05-31 19:02:09 UTC
Size:
159.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 503127) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= maxima >-PORTVERSION= 5.42.2 >-PORTREVISION= 1 >+PORTVERSION= 5.43.0 > CATEGORIES= math lisp tk > MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source > >@@ -27,7 +26,12 @@ > INFO= imaxima maxima xmaxima abs_integrate drawutils kovacicODE logic > > PLIST_SUB+= PORTVERSION=${PORTVERSION} >+PORTDOCS= * >+PORTDATA= * >+PORTEXAMPLES= * > >+NO_ARCH= yes >+ > OPTIONS_DEFINE= EXAMPLES DOCS NOUSERINIT MANPAGES TEST > OPTIONS_SINGLE= LISP > OPTIONS_SINGLE_LISP= CCL CMUCL SBCL >@@ -55,7 +59,6 @@ > SBCL_CONFIGURE_ON= --enable-sbcl > SBCL_PLIST_SUB= BINDIR=binary-sbcl BINNAME=maxima_core > >-NO_ARCH= yes > TEST_TARGET= check > TEST_BUILD_DEPENDS= gnuplot:math/gnuplot \ > rlwrap:devel/rlwrap >Index: distinfo >=================================================================== >--- distinfo (revision 503127) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1548327238 >-SHA256 (maxima-5.42.2.tar.gz) = 167e11d6513a65c829a35f24d4ba539bcd0a82fc3dc7a6721e4f9f118c67b64d >-SIZE (maxima-5.42.2.tar.gz) = 41840181 >+TIMESTAMP = 1559293706 >+SHA256 (maxima-5.43.0.tar.gz) = dcfda54511035276fd074ac736e97d41905171e43a5802bb820914c3c885ca77 >+SIZE (maxima-5.43.0.tar.gz) = 34605709 >Index: files/patch-tests_Makefile.am >=================================================================== >--- files/patch-tests_Makefile.am (revision 503189) >+++ files/patch-tests_Makefile.am (nonexistent) >@@ -1,74 +0,0 @@ >---- tests/Makefile.am.orig 2018-10-21 19:17:00 UTC >-+++ tests/Makefile.am >-@@ -21,7 +21,7 @@ cmucl-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#cmucl#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/cmucl.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/cmucl_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/cmucl_share.log#' >- chmod a+x "$@" >- endif >- >-@@ -32,7 +32,7 @@ scl-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#scl#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/scl.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/scl_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/scl_share.log#' >- chmod a+x "$@" >- endif >- >-@@ -43,7 +43,7 @@ sbcl-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#sbcl#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/sbcl.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/sbcl_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/sbcl_share.log#' >- chmod a+x "$@" >- endif >- >-@@ -54,7 +54,7 @@ gcl-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#gcl#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/gcl.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/gcl_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/gcl_share.log#' >- chmod a+x "$@" >- endif >- >-@@ -65,7 +65,7 @@ acl-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#acl#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/acl.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/acl_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/acl_share.log#' >- chmod a+x "$@" >- endif >- >-@@ -76,7 +76,7 @@ openmcl-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#openmcl#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/openmcl.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/openmcl_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/openmcl_share.log#' >- chmod a+x "$@" >- endif >- >-@@ -87,7 +87,7 @@ ccl64-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#ccl64#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ccl64.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ccl64_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/ccl64_share.log#' >- chmod a+x "$@" >- endif >- >-@@ -98,7 +98,7 @@ ecl-test.sh: test.sh.in >- -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#' \ >- -e 's#!LISPNAME!#ecl#' \ >- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ecl.log#' \ >-- -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ecl_share.log#' >-+ -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/ecl_share.log#' >- chmod a+x "$@" >- endif >- > >Property changes on: files/patch-tests_Makefile.am >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-tests_test.sh.in >=================================================================== >--- files/patch-tests_test.sh.in (revision 503189) >+++ files/patch-tests_test.sh.in (nonexistent) >@@ -1,31 +0,0 @@ >---- tests/test.sh.in.orig 2018-10-24 11:11:22 UTC >-+++ tests/test.sh.in >-@@ -11,7 +11,6 @@ OUTPUT_SHARE_LOG="!OUTPUT_SHARE_LOG!" >- LISP="!LISPNAME!" >- >- # Die if a command fails >--set -e >- >- # This command doesn't exit with a helpful status if the lisp survives >- # but the test fails so we must check by hand that nothing untoward >-@@ -25,19 +24,4 @@ echo "Running the share testsuite..." >- $LOCAL_MAXIMA --lisp=$LISP --batch-string='build_info();run_testsuite(share_tests=only);' 2>&1 | tee "$OUTPUT_SHARE_LOG" >- echo "Running the testsuite for the maxima core..." >- $LOCAL_MAXIMA --lisp=$LISP --batch-string='build_info();load("testsuite.lisp");testsuite_files:cons("rtest_ask.mac",testsuite_files);run_testsuite();' < rtest_ask_input.mac 2>&1 | tee "$OUTPUT_LOG" >-- >--grep -q 'No unexpected errors' <"$OUTPUT_LOG" >--if test $? -ne 0 ; then >-- # We'll have another copy of the log from the output of this script, >-- # so there's no point in leaving the greppable one lying around. >-- rm "$OUTPUT_LOG" >-- rm "$OUTPUT_SHARE_LOG" >-- exit 1 >--fi; >-- >--grep -q 'No unexpected errors' <"$OUTPUT_SHARE_LOG" >-- >--# We'll have another copy of the log from the output of this script, >--# so there's no point in leaving the greppable one lying around. >--rm "$OUTPUT_LOG" >--rm "$OUTPUT_SHARE_LOG" >-+exit 0 > >Property changes on: files/patch-tests_test.sh.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 503127) >+++ pkg-plist (working copy) >@@ -5,2822 +5,29 @@ > %%CMUCL%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/lisp > libexec/maxima/%%PORTVERSION%%/mgnuplot > %%MANPAGES%%man/man1/maxima.1.gz >-share/applications/xmaxima.desktop >+share/applications/net.sourceforge.maxima.xmaxima.desktop > share/bash-completion/completions/maxima > share/bash-completion/completions/rmaxima > share/bash-completion/completions/xmaxima >+share/emacs/site-lisp/bookmode.el >+share/emacs/site-lisp/dbl.el >+share/emacs/site-lisp/emaxima.el >+share/emacs/site-lisp/emaxima.lisp >+share/emacs/site-lisp/emaxima.sty >+share/emacs/site-lisp/imath.el >+share/emacs/site-lisp/imaxima-autoconf-variables.el >+share/emacs/site-lisp/imaxima.el >+share/emacs/site-lisp/imaxima.lisp >+share/emacs/site-lisp/maxima-font-lock.el >+share/emacs/site-lisp/maxima.el >+share/emacs/site-lisp/setup-imaxima-imath.el >+share/emacs/site-lisp/smart-complete.el >+share/emacs/site-lisp/sshell.el > share/info/maxima-index.lisp >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_84.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_85.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_86.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_87.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_88.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_89.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_90.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_91.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_92.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_93.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_94.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_84.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_85.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_86.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_87.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_88.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_89.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_90.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_91.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_92.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_93.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_94.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/de/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_84.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_85.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_86.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_87.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_88.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_89.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_90.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_91.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_92.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_93.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_94.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_95.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_84.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_85.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_86.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_87.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_88.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_89.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_90.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_91.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_92.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_93.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_94.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_95.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/es/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_100.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_101.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_102.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_103.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_104.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_105.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_106.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_107.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_84.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_85.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_86.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_87.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_88.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_89.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_90.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_91.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_92.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_93.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_94.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_95.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_96.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_97.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_98.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_99.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_singlepage.html >-%%PORTDOCS%%%%DOCSDIR%%/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_84.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_85.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_86.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_87.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_88.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR.utf8/maxima_toc.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_1.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_10.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_11.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_12.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_13.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_14.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_15.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_16.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_17.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_18.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_19.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_2.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_20.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_21.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_22.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_23.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_24.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_25.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_26.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_27.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_28.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_29.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_3.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_30.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_31.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_32.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_33.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_34.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_35.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_36.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_37.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_38.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_39.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_4.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_40.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_41.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_42.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_43.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_44.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_45.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_46.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_47.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_48.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_49.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_5.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_50.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_51.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_52.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_53.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_54.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_55.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_56.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_57.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_58.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_59.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_6.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_60.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_61.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_62.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_63.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_64.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_65.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_66.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_67.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_68.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_69.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_7.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_70.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_71.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_72.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_73.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_74.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_75.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_76.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_77.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_78.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_79.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_8.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_80.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_81.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_82.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_83.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_84.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_85.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_86.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_87.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_88.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_9.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_abt.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_fot.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_ovr.html >-%%PORTDOCS%%%%DOCSDIR%%/pt_BR/maxima_toc.html >-%%DATADIR%%/%%PORTVERSION%%/%%DATADIR%%-init.lisp >-%%DATADIR%%/%%PORTVERSION%%/emacs/bookmode.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/dbl.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/emaxima.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/emaxima.lisp >-%%DATADIR%%/%%PORTVERSION%%/emacs/emaxima.sty >-%%DATADIR%%/%%PORTVERSION%%/emacs/imath.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/imaxima-autoconf-variables.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/imaxima.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/imaxima.lisp >-%%DATADIR%%/%%PORTVERSION%%/emacs/maxima-font-lock.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/maxima.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/setup-imaxima-imath.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/smart-complete.el >-%%DATADIR%%/%%PORTVERSION%%/emacs/sshell.el >-%%DATADIR%%/%%PORTVERSION%%/share/MYTOPIC-index.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/MYTOPIC.info >-%%DATADIR%%/%%PORTVERSION%%/share/README >-%%DATADIR%%/%%PORTVERSION%%/share/affine/README >-%%DATADIR%%/%%PORTVERSION%%/share/affine/affine.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/affine.system >-%%DATADIR%%/%%PORTVERSION%%/share/affine/amacros.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/aquotient.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/compat.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/dim-3.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/dim4-help.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/macbasic.mac >-%%DATADIR%%/%%PORTVERSION%%/share/affine/make.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/makefile >-%%DATADIR%%/%%PORTVERSION%%/share/affine/modsimp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/ndotsimp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/new-rat.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/polya.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/polyb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/polybas.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/polyc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/polyd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/polysmp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sheafa.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sheafb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sheafc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sparsemat.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sub-proj.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sys-declaim.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sys-proclaim.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/affine/sysdef.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/INTRODUCTION >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/README >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets.maple >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets.pdf >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets_flatten.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets_length.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets_powers.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets_set.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/fateman-len.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/rtestflatten.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/test.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/test.run >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/test1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/wsolve >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/gcdex.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/grob1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/nusum.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/recur.dem >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/recur.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/recur.transcript >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/rtest_recur.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/Solver.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/linsolve.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/misc.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/readme >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/slvrmsgs.mac >-%%DATADIR%%/%%PORTVERSION%%/share/algebra/solver/slvrtbox.mac >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/cartan.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/fourie.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/fourie.mac >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz.mac >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz.transcript >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz.usg >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz_1.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz_2.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz_3.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optmiz_4.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optvar.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optvar.mac >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optvar.transcript >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optvar.usg >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optvar_1.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/optvar_2.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/pade2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/qual.dem >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/qual.mac >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/qual.usg >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/qualsp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/revert.mac >-%%DATADIR%%/%%PORTVERSION%%/share/calculus/taylor1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/bf-cobyla-interface.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/bf_fmin_cobyla.demo >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/bf_fmin_cobyla.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/cobyla-interface.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/cobyla-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/cobyla-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/cobyla.system >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/die.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex10.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex5.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex6.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex7.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex8.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/ex9.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/ex/transport.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/fmin_cobyla.mac >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/bf-cobyla.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/bf-cobylb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/bf-trstlp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/calcfc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/cobyla.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/cobylb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/lisp/trstlp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/load-bf-cobyla.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/load-cobyla.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/cobyla/rtest_cobyla.mac >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew-if.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew.mac >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/colnew.system >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/approx.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/appsln.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/colnew.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/compat.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/consts.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/contrl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/daxpy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/ddot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/dgefa.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/dgesl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/dmzsol.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/dscal.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/errchk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/factrb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/fcblok.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/gblock.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/gderiv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/horder.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/idamax.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/lsyslv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/newmsh.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/rkbas.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/sbblok.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/shiftb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/skale.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/subbak.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/subfor.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/vmonde.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/lisp/vwblok.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/load-colnew.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/prob1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/prob2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/prob3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/colnew/prob4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/combinatorics/README >-%%DATADIR%%/%%PORTVERSION%%/share/combinatorics/combinatorics.dem >-%%DATADIR%%/%%PORTVERSION%%/share/combinatorics/combinatorics.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix.html >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix.rst >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Spline_T3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Step_T1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Step_TP.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Step_T_Stiff.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T1R.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T1RD.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T3N.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T5.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T5N.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T6.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T7.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_T8.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_TP.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_TS.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Table_T5.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Eulix/Eulix_Table_TC.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/grobner-demo.output >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/grobner.demo >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/grobner.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Grobner/rtest_grobner.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/Gosper.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/GosperEq.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/algUtil.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/compare_sums.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/compatible.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/constants.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/makeGosperForm.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/norm.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/numerical.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/readme.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/rtest_zeilberger.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/settings.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/shiftQuotient.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/testZeilberger.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/whatsnew.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zb_prover.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_algorithm.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_linear_algebra.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/alt-display/alt-display.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/alt-display/alt-display.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/alt-display/tex-display.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/altsimp/altsimp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/augmented_lagrangian.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/binsplit/binsplit.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/bitwise.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/bitwise_specification.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/rtest_bitwise.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/bode.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/boolsimp/boolsimp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/boolsimp/rtest_boolsimp.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/celine.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/cgrind.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/chebformax.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/clebsch_gordan.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/clebsh-gordan.tex >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/colorterm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/coma/COMA.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/coma/Control_Engineering_with_Maxima.pdf >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/coma/coma.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/devine.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diag.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diag_test.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/contrib_ode.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/contrib_ode.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/de-test.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/extrabessel.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/gauss.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/kummer.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/lazysolver.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/ode1_abel.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/ode1_clairault.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/ode1_factor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/ode1_lagrange.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/ode1_lie.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/ode1_nonlinear.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/ode1_riccati.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/odelin.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/odeutils.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/rtest_odelin.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/spherodialwave.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/sqfr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/testodelin.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/testodelin.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtest_ode1_abel.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtest_ode1_riccati.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtest_sym.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtest_sym2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_1_4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_1_5.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_1_6.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_2_1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_2_2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_2_3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_2_4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_kamke_2_5.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_1_1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac >-%%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/elliptic_curves/curve_parameters.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/ec2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/elliptic_curves.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/elliptic_curves.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/elliptic_curves.texi >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/figures/ec_Z13.pdf >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/figures/ec_Z13.png >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/modular_polynomials.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/elliptic_curves/rtest_elliptic_curves.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/engineering-format.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/f90.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/floatproperties.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/autoload-m.macsyma >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/autoload-mp.macsyma >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/coeflist.demo >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/coeflist.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/coeflistp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/format.announce >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/format.demo >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/format.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/format/format.mac >-%%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/format/rtest_format.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/d78.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fg.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/filter.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnel.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnel1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnelCStaylor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnelFG.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnelFGArrays.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnelFGTable.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnel_linear_values.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnel_linear_values1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/fresnelstudy.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/ft1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/randi.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/randil.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/readme.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/convmac.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/fdata.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gentran.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/global.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gtfix.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/init.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/intrfc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/lspc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/lspfor.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/lsprat.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/MANUAL.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/MANUAL.ps.gz >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/appA.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/appA1.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/appB.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/contents.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/doc.add >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/ref.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/sect1.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/sect2.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/sect3.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/sect4.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/sect5.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/sect6.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/title.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/tmp1.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/tmp2.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/man/tmp3.ms >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/opt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/output.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/parser.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/pre.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/read.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/segmnt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/templt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/array.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/array.output >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/datatest.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/datatest.out >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/for.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/graeffe.f >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/graeffe.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/graeffe.output >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/ham.in >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/loop.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/matrix.f >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/matrix.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/matrix.output >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/mcond.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/mdo.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/rk.in >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/rtest_gentran.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/runge.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/runge.output >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/runge.template >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/t.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/type.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/type.output >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/vaxinit.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/vaxlsp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/aes.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/aes2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_manual.pdf >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/gf_manual.tex >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/rtest_gf.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/gf/whatsnew.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/ggf.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/graph2d.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/impdiff.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/implicit_plot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.info >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/abs_integrate.texi >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/hyperint.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/integration-index.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/partition.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/rtest_abs_integrate.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/texinfo.tex >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/levin.dem >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/levin.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/levin/rtest_levin.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lindstedt.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lll.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/log10.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/mathml.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/mathml_ref_list_for_IE >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/mathmltest >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/lurkmathml/maximadiffs.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/makeOrders.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/kovacicODE.info >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/kovacicODE.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/kovacicODE.texi >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-odesolve/texinfo.tex >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maxima-server.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/CtMathML.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/PrMathML.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/mathml-maxima.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/mathml.readme >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/mathmldisplay.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/maximaMathML/maximaMathML.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/README >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/formula.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/listeneroutput.png >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/mcclim/maxima-repl-mcclim.lisp >-%%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/namespaces/foo.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces/namespaces.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/namespaces/rtest_namespaces.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/asksign1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/noninteractive/expand_branches.mac >-%%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/odes/odes-doc.pdf >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/odes/odes.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/operatingsystem/operatingsystem.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/operatingsystem/operatingsystem.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/operatingsystem/rtest_operatingsystem.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/opsubst.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim-ex1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/prim/prim.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/quaternion.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Avg3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Demo.bk1 >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Ima >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Laplace.bk1 >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Newimprv.bk1 >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Ode1.bk1 >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Oden.bk1 >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Read.me >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Reverse >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/Wkb >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/asympexp.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/asympexp.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/average.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/average.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/averm.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/averm.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/benard.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/cm.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/cm.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/composit.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/composit.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/duffing.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/duffing.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/hill.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/hill1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/hill2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/improved.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/improved.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/lc.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/lc.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/lc2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/lie.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/lie.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/mathieu.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/mathieu.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/mathieu0.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/nf.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/nf.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/recursiv.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/recursiv.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/reduct1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/reduct1.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/reduct2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/reduct2.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/reduct3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/reduct3.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/takens.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/takens.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/transfor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/transfor.usg >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rand/twovar.mac >-%%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/ratpow.lisp >-%%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/rtest_augmented_lagrangian.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_engineering_format.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_ggf.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/rtest_wrstcse.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/aliases.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/certificateOfPositivity.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/intervalArithmetic.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/lowLevel.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/multiCertificateOfPositivity.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/quickSignDetermination.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/readme.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/rootCounting.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/rootIsolation.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/rtest_arag.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/rtest_arag_hard.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/sarag.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/sarag_initialization.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/sarag_linear_algebra.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/settings.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/signDetermination.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/topology.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/sarag/whatsnew.txt >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/simplifying.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/smath/smath.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/smath/smath.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/a.cir >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/b.cir >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/c.cir >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/d.cir >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/matrix2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/state/readfile.lsp >-%%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/stirling.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/symplectic_ode/rtest_symplectic_ode.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/symplectic_ode/symplectic_ode.info >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/symplectic_ode/symplectic_ode.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/symplectic_ode/symplectic_ode.texi >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/tex2ooo.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/timeout.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/tocl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/trigtools/trigtools-doc.pdf >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/trigtools/trigtools.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unicodedata/grind-patch.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unicodedata/unicodedata-txt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unicodedata/unicodedata.el >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unicodedata/unicodedata.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unicodedata/unicodedata.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unicodedata/unicodedata.system >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit-functions.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unit/unit.mac >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/unwind_protect.lisp >-%%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/wrstcse.dem >-%%DATADIR%%/%%PORTVERSION%%/share/contrib/wrstcse.mac >-%%DATADIR%%/%%PORTVERSION%%/share/descriptive/biomed.data >-%%DATADIR%%/%%PORTVERSION%%/share/descriptive/descriptive.mac >-%%DATADIR%%/%%PORTVERSION%%/share/descriptive/descriptive_util.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/descriptive/pidigits.data >-%%DATADIR%%/%%PORTVERSION%%/share/descriptive/rtest_descriptive.mac >-%%DATADIR%%/%%PORTVERSION%%/share/descriptive/rtest_statgraph.mac >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/example.txt >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/f_star_test4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/frobenius.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/helpfunc.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/hodge_test3.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/lorentz_example.txt >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/new_cartan_test4.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/poisson.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/readme_diff_form.txt >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/surface_example.txt >-%%DATADIR%%/%%PORTVERSION%%/share/diff_form/tests/rtest_diff_form.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/abel.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/desoln.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/desoln.usg >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/drawdf.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/exampl.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/linde1.mc >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/ode2.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/ode2.usg >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/odeaux.mac >-%%DATADIR%%/%%PORTVERSION%%/share/diffequations/pdvtr.mac >-%%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-index.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/draw/draw.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/draw/draw.system >-%%DATADIR%%/%%PORTVERSION%%/share/draw/draw_gnuplot.dem >-%%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.info >-%%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.mac >-%%DATADIR%%/%%PORTVERSION%%/share/draw/drawutils.texi >-%%DATADIR%%/%%PORTVERSION%%/share/draw/gnuplot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/draw/grcommon.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/draw/picture.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/draw/rtest_draw.mac >-%%DATADIR%%/%%PORTVERSION%%/share/draw/texinfo.tex >-%%DATADIR%%/%%PORTVERSION%%/share/draw/vtk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/draw/wbd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/draw/worldmap.mac >-%%DATADIR%%/%%PORTVERSION%%/share/dynamics/complex_dynamics.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/dynamics/dynamics.mac >-%%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/rtest_ezunits_solve.mac >-%%DATADIR%%/%%PORTVERSION%%/share/ezunits/rtestezunits.mac >-%%DATADIR%%/%%PORTVERSION%%/share/finance/finance.mac >-%%DATADIR%%/%%PORTVERSION%%/share/finance/rtest_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 >-%%DATADIR%%/%%PORTVERSION%%/share/hypergeometric/nfloat.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/hypergeometric/rtest_hg.mac >-%%DATADIR%%/%%PORTVERSION%%/share/hypergeometric/rtest_nfloat.mac >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/share/integration/delta.dem >-%%DATADIR%%/%%PORTVERSION%%/share/integration/delta.mac >-%%DATADIR%%/%%PORTVERSION%%/share/integration/delta.usg >-%%DATADIR%%/%%PORTVERSION%%/share/integration/hermite_reduce.mac >-%%DATADIR%%/%%PORTVERSION%%/share/integration/rtest_antid.mac >-%%DATADIR%%/%%PORTVERSION%%/share/integration/rtest_hermite_reduce.mac >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/blas-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/blas-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dasum.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/daxpy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dcabs1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dcopy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ddot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dgbmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dgemm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dgemv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dger.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dnrm2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/drot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/drotg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dsbmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dscal.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dspmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dspr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dspr2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dswap.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dsymm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dsymv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dsyr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dsyr2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dsyr2k.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dsyrk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtbmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtbsv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtpmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtpsv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtrmm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtrmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtrsm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dtrsv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dzasum.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/dznrm2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/icamax.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/idamax.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/isamax.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/izamax.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/lsame.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/xerbla.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zaxpy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zcopy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zdotc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zdotu.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zdscal.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zgbmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zgemm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zgemv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zgerc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zgeru.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zhbmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zhemm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zhemv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zher.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zher2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zher2k.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zherk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zhpmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zhpr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zhpr2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zrotg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zscal.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zswap.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zsymm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zsyr2k.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/zsyrk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztbmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztbsv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztpmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztpsv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztrmm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztrmv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztrsm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/blas/ztrsv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/dgemm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/dgeqrf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/dgesv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/eigensys.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack.mac >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack.system >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dbdsdc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dbdsqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ddisna.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgebak.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgebal.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgebd2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgebrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgeev.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgeevx.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgehd2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgehrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgelq2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgelqf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgeqr2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgeqrf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgesdd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgesv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgesvd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgetf2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgetrf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dgetrs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dhseqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/disnan.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlabad.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlabrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlacon.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlacpy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dladiv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlae2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaed6.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaev2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaexc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlahqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlahrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaisnan.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaln2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlamc1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlamc2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlamc3.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlamc4.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlamc5.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlamch.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlamrg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlange.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlanhs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlanst.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlanv2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlapy2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlapy3.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaqtr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlarf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlarfb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlarfg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlarft.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlarfx.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlartg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlas2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlascl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd0.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd3.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd4.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd5.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd6.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd7.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasd8.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasda.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasdq.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasdt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaset.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasq1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasq2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasq3.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasq4.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasq5.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasq6.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasrt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlassq.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasv2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlaswp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dlasy2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorg2r.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorgbr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorghr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorgl2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorglq.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorgqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorm2r.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dormbr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dorml2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dormlq.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dormqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dsterf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dtrevc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dtrexc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/dtrsna.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ieeeck.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ilaenv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ilazlc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ilazlr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/lapack-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/lapack-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgebak.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgebal.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgeev.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgehd2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zgehrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zheev.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zhetd2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zhetrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zhseqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlacgv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlacpy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zladiv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlahqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlahr2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlange.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlanhe.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr0.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr3.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr4.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaqr5.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlarf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlarfb.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlarfg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlarft.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlartg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlascl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlaset.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlasr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlassq.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlatrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zlatrs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zrot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zsteqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ztrevc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/ztrexc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zung2l.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zung2r.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunghr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zungql.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zungqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zungtr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lapack/lapack/zunm2r.lisp >-%%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/lapack/rtest_dgesv.mac >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/f2cl-lbfgs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lb1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lb2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lbfgs-daxpy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lbfgs-ddot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lbfgs-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lbfgs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/lbfgs.mac >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/maxima-lbfgs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/mcsrch.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/mcstep.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/rtest_lbfgs.mac >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/run-lbfgs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/lbfgs/sdrive.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/announcement.txt >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/eigens-by-jacobi.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/linalg-extra.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/linalg-utilities.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/linalg.usage >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/linalgcholesky.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/linearalgebra.dem >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/linearalgebra.mac >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/load-linearalgebra-lisp-files.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/lu.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/matrixexp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/matrixexp.usage >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/mring.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/polynomialp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/rtest_cholesky.mac >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/rtest_eigens_by_jacobi.mac >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/rtest_linalg.mac >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/rtest_lu.mac >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/rtest_matrixexp.mac >-%%DATADIR%%/%%PORTVERSION%%/share/linearalgebra/rtest_polynomialp.mac >-%%DATADIR%%/%%PORTVERSION%%/share/lisp-utils/defsystem.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/logic/COPYING >-%%DATADIR%%/%%PORTVERSION%%/share/logic/TODO >-%%DATADIR%%/%%PORTVERSION%%/share/logic/logic-index.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.dem >-%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.info >-%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.mac >-%%DATADIR%%/%%PORTVERSION%%/share/logic/logic.texi >-%%DATADIR%%/%%PORTVERSION%%/share/logic/rtest_logic.mac >-%%DATADIR%%/%%PORTVERSION%%/share/logic/texinfo.tex >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/share/macro/contrl.mac >-%%DATADIR%%/%%PORTVERSION%%/share/macro/defm.dem >-%%DATADIR%%/%%PORTVERSION%%/share/macro/defm.mac >-%%DATADIR%%/%%PORTVERSION%%/share/macro/defm.syn >-%%DATADIR%%/%%PORTVERSION%%/share/macro/defstm.mac >-%%DATADIR%%/%%PORTVERSION%%/share/macro/defstmrun.mac >-%%DATADIR%%/%%PORTVERSION%%/share/macro/fexpr.mac >-%%DATADIR%%/%%PORTVERSION%%/share/macro/keyarg.dem >-%%DATADIR%%/%%PORTVERSION%%/share/macro/keyarg.mac >-%%DATADIR%%/%%PORTVERSION%%/share/macro/packg.mac >-%%DATADIR%%/%%PORTVERSION%%/share/macro/sum1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/eigen.dem >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/eigen.mac >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/eigen_1.dem >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/invert.mac >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/invert.usg >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/matfun.mac >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/nchrpl.dem >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/nchrpl.mac >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/pfaff.dem >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/pfaff.mac >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/pfaff.usg >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/rateig.mac >-%%DATADIR%%/%%PORTVERSION%%/share/matrix/rtest_eigen.mac >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/disclaimer >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/dogleg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/dpmpar.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/enorm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/fdjac1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/fdjac2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/hybrd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/hybrd1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/hybrj.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/hybrj1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/lmder.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/lmder1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/lmdif.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/lmdif1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/lmpar.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/qform.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/qrfac.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/qrsolv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/r1mpyq.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/lisp/r1updt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/load-minpack.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack-interface.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack.mac >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/minpack.system >-%%DATADIR%%/%%PORTVERSION%%/share/minpack/rtest_minpack.mac >-%%DATADIR%%/%%PORTVERSION%%/share/misc/arrfun.mac >-%%DATADIR%%/%%PORTVERSION%%/share/misc/declin.dem >-%%DATADIR%%/%%PORTVERSION%%/share/misc/declin.mac >-%%DATADIR%%/%%PORTVERSION%%/share/misc/declin.usg >-%%DATADIR%%/%%PORTVERSION%%/share/misc/diffop.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/misc/dump.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/misc/dump.usg >-%%DATADIR%%/%%PORTVERSION%%/share/misc/foptim.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/misc/seqopt.dem >-%%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/bilinear.mac >-%%DATADIR%%/%%PORTVERSION%%/share/multiadditive/multiadditive.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/multiadditive/multiadditive.mac >-%%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/dblint.dem >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/dblint.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/dblint.usg >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/dblint_1.dem >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/decfp-core.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/decfp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/diffeq.dem >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/diffeq.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/expense.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/fft-core.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/fft-interface.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/fft-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/fft.dem >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/fft.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/fft.usg >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/forma1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/forma1.usg >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/format.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/format.usg >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/interpol.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/newton.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/newton1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/riemsum.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/romberg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_bffac.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_decfp.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_fft.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_interpol.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_rfft.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_romberg.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numeric/simpsn.dem >-%%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/load-numericalio.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numericalio/numericalio.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/numericalio/numericalio.mac >-%%DATADIR%%/%%PORTVERSION%%/share/numericalio/numericalio.system >-%%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/odepack/demo-dlsode.mac >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/dlsode-interface.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/dlsode.mac >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/load-dlsode.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/load-odepack.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/maxima-odepack.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/odepack-lisp.system >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/odepack.asd >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/odepack.system >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/adjlr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/cdrv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/cntnzu.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/daigbt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dainvg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dainvgs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/datp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/datv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/daxpy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dbnorm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dcfode.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dcopy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/ddecbt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/ddot.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dewset.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dfnorm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dgbfa.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dgbsl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dgefa.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dgesl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dhefa.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dhels.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dheqr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dhesl.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dintdy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/diprep.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/diprepi.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlhin.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dls001.cmn >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsoda.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsodar.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsode.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsodes.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsodi.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsodis.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsodkr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsodpk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dlsoibt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dmnorm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dnrm2.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dorthog.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dpcg.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dpcgs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dpjibt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dpkset.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dprep.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dprepi.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dprepj.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dprepji.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dprja.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dprjis.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dprjs.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/drchek.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/droots.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dscal.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsetpk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dslsbt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsolbt.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsolpk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsolss.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsolsy.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dspigmr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dspiom.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsrcar.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsrckr.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsrcma.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsrcms.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsrcom.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dsrcpk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dstoda.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dstode.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dstodi.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dstodpk.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dstoka.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dumach.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dumsum.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dusol.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/dvnorm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/idamax.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/iumach.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/ixsav.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/jgroup.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/md.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/mdi.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/mdm.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/mdp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/mdu.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/nnfc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/nnsc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/nntc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/nroc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/nsfc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/odrv.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/package.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/sro.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/xerrwd.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/xsetf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/odepack/src/xsetun.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/README >-%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/changes_0.9_to_0.94.txt >-%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/h_atom.dem >-%%DATADIR%%/%%PORTVERSION%%/share/orthopoly/orthopoly.lisp >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/share/physics/dimen.usg >-%%DATADIR%%/%%PORTVERSION%%/share/physics/dimension.html >-%%DATADIR%%/%%PORTVERSION%%/share/physics/dimension.mac >-%%DATADIR%%/%%PORTVERSION%%/share/physics/dimension.pdf >-%%DATADIR%%/%%PORTVERSION%%/share/physics/dimension.tex >-%%DATADIR%%/%%PORTVERSION%%/share/physics/elec.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/physics/physconst.mac >-%%DATADIR%%/%%PORTVERSION%%/share/physics/physconst.usg >-%%DATADIR%%/%%PORTVERSION%%/share/physics/rtest_dimension.mac >-%%DATADIR%%/%%PORTVERSION%%/share/physics/units.mac >-%%DATADIR%%/%%PORTVERSION%%/share/physics/units.usg >-%%DATADIR%%/%%PORTVERSION%%/share/readme-share.txt >-%%DATADIR%%/%%PORTVERSION%%/share/share.usg >-%%DATADIR%%/%%PORTVERSION%%/share/share_testsuite.lisp >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/disol.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/elim.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/facex1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/facexp.dem >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/facexp.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/functs.dem >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/functs.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/genut.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/ineq.dem >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/ineq.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/lrats.dem >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/lrats.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/rducon.dem >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/rducon.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/rncomb.dem >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/rncomb.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/rtest_rncomb.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/rtest_sqdnst.mac >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/scifac.dem >-%%DATADIR%%/%%PORTVERSION%%/share/simplification/scifac.lisp >-%%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/sound/sound.lisp >-%%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/base64.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/cryptools.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/eval_string.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/md5.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/pregexp.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/printf.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rectangular.csv-utf-16be >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rectangular.csv-utf-16le >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rectangular.csv-utf-32be >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rectangular.csv-utf-32le >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rectangular.csv-utf-8 >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rtest_encoding.mac >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rtest_stringproc.mac >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rtestprintf.mac >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/rtestregex.mac >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/sha1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/sregex.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/sregex.mac >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/stringproc.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/stringproc.mac >-%%DATADIR%%/%%PORTVERSION%%/share/stringproc/unicode-sniffer.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/arite.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/chbase.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/compile.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/direct.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/doconline >-%%DATADIR%%/%%PORTVERSION%%/share/sym/docsym-en.tex >-%%DATADIR%%/%%PORTVERSION%%/share/sym/docsym-fr.tex >-%%DATADIR%%/%%PORTVERSION%%/share/sym/docsymidx.tex >-%%DATADIR%%/%%PORTVERSION%%/share/sym/ecrivain.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/elem.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/kak.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/lecteur.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/load-sym-lisp-files.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/macros.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/makefile >-%%DATADIR%%/%%PORTVERSION%%/share/sym/multmon.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/operations.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/partpol.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/permut.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/pui.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/resolcayley.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/resolv1.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/resolvante.mac >-%%DATADIR%%/%%PORTVERSION%%/share/sym/schur.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/sym.mac >-%%DATADIR%%/%%PORTVERSION%%/share/sym/sym.system >-%%DATADIR%%/%%PORTVERSION%%/share/sym/sym1.mac >-%%DATADIR%%/%%PORTVERSION%%/share/sym/symtest.mac >-%%DATADIR%%/%%PORTVERSION%%/share/sym/testsuite.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/treillis.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/tri.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/sym/util.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/template-standalone.texi >-%%DATADIR%%/%%PORTVERSION%%/share/template.texi >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ademo.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/adsitter.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/allnutt.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/atensor.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/atensor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/bianchi.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/bradic.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/canten.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/car_iden.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor1.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor2.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor3.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor4.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor5.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor6.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor7.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ctensor8.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/einhil.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ex_calc.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/ex_calc.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/friedmann.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/gener.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/godel.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/helicity.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/hodge.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/hydro.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/iframe.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor1.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor2.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor3.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor4.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor5.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor6.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor8.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/itensor9.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/kaluza.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/kruskal.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/lckdt.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/mail-archive.txt >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/maxwell.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/papapetrou.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/petrov.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/plasma.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/rainich.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/reissner.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/rtest_atensor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/rtest_ctensor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/rtest_itensor.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/schwarz.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/spinor.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/symtry.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/taubnut.dem >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/tendemo.mac >-%%DATADIR%%/%%PORTVERSION%%/share/tensor/tensor.dem >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/ntrig.usg >-%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/spangl.mac >-%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/spangl.usg >-%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/trgsmp.mac >-%%DATADIR%%/%%PORTVERSION%%/share/trigonometry/trigrat.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/utils/mactex-utilities.lisp >-%%DATADIR%%/%%PORTVERSION%%/share/vector/rtest_vect.mac >-%%DATADIR%%/%%PORTVERSION%%/share/vector/rtest_vector_rebuild.mac >-%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.dem >-%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.mac >-%%DATADIR%%/%%PORTVERSION%%/share/vector/vect.usg >-%%DATADIR%%/%%PORTVERSION%%/share/vector/vect_transform.mac >-%%DATADIR%%/%%PORTVERSION%%/share/vector/vector.dem >-%%DATADIR%%/%%PORTVERSION%%/share/vector/vector.mac >-%%DATADIR%%/%%PORTVERSION%%/share/vector/vector.usg >-%%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 >-%%DATADIR%%/%%PORTVERSION%%/src/algsys.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ar.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/askp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/asum.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/autoconf-variables.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/autol.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/bessel.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/buildq.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/cl-info.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/clmacs.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/combin.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/comm.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/comm2.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/commac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/command-line.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/compar.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/compat.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/conjugate.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/cpoly.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/csimp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/csimp2.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/db.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/defcal.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/defint.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/desoln.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/displa.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/displm.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/dskfn.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ecl-port.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/elim.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ellipt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/evalw.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/expintegral.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ezgcd.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/factor.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/fcall.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/float.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/fortra.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/gamma.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/gcl-compat.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/generate-sys-proclaim.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/generr.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/getopt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/gnuplot_def.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/grind.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/hayat.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/homog.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/hyp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/hypgeo.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ifactor.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/init-cl.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/inmis.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/intl.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/intpol.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/invert.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/irinte.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/laplac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/lesfac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/letmac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/limit.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/linnew.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/lmdcls.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/logarc.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/macdes.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/macsys.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mactex.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/marray.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mat.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/matcom.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/matrix.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/matrun.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/max_ext.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/maxima-build.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/maxima-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/maxmac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/maxmin.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mdebug.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mdefun.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mdot.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/merror.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mforma.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mformt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mhayat.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mlisp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mload.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mmacro.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mopers.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mormac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mrgmac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mstuff.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mtrace.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/mutils.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nalgfa.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/newdet.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/newinv.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nforma.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nisimp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nparse.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nrat4.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nregex.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nset.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numeric.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/f2cl-lib.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/f2cl-package.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/d9aimp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/d9b0mp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/d9b1mp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/d9lgmc.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/d9upak.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dai.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/daie.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dasyik.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dasyjy.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesi.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesi0.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesi1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesj.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesj0.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesj1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesk.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesk0.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesk1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesy.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesy0.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbesy1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbi.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbie.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbsi0e.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbsi1e.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbsk0e.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbsk1e.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbsknu.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dbsynu.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dcsevl.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/de1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dei.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/derf.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/derfc.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dgamlm.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dgamln.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dgamma.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dgtsl.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/djairy.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dlngam.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqag.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqage.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqagi.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqagie.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqagp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqagpe.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqags.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqagse.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqawc.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqawce.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqawf.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqawfe.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqawo.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqawoe.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqaws.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqawse.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqc25c.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqc25f.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqc25s.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqcheb.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqelg.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk15.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk15i.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk15w.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk21.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk31.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk41.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk51.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqk61.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqmomo.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqng.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqpsrt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqwgtc.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqwgtf.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dqwgts.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dspenc.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/dyairy.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/fdump.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/initds.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/j4save.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/quadpack.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/xercnt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/xerhlt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/xermsg.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/xerprn.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/xersve.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/xgetua.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zabs.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zacai.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zacon.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zairy.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zasyi.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbesh.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbesi.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbesj.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbesk.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbesy.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbinu.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbiry.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbknu.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbuni.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zbunk.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zdiv.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zexp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zkscl.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zlog.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zmlri.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zmlt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zrati.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zs1s2.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zseri.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zshch.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zsqrt.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zuchk.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zunhj.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zuni1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zuni2.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zunik.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zunk1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zunk2.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zuoik.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numerical/slatec/zwrsk.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/nummod.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/numth.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/opers.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/optim.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/optimize.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/option.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/outmis.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/pade.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/plasma.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/plot.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/pois2.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/pois3.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/polyrz.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/psolve.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rand-mt19937.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rat3a.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rat3b.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rat3c.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rat3d.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rat3e.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ratmac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ratout.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/residu.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/result.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/risch.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rpart.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/rzmac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/safe-recursion.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/schatc.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/scs.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/series.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/server.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/share-subdirs.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/simp.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/sin.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/sinint.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/sloop.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/solve.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/specfn.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/spgcd.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/sprdet.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/sqrtdenest.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/strmac.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/sublis.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/sumcon.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/suprv1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/tlimit.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/todd-coxeter.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trans1.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trans2.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trans3.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trans4.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trans5.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/transf.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/transl.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/transm.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/transq.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/transs.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trdata.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trgred.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trigi.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trigo.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trmode.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/troper.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trpred.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trprop.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/trutil.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/ufact.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/utils.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/xmaxima_def.lisp >-%%DATADIR%%/%%PORTVERSION%%/src/zero.lisp >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/demos.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/examples.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/figures/plot2d.gif >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/figures/plot3d.gif >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/figures/sliders.gif >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/figures/xmaxima.gif >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_1.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_2.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_3.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_4.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_5.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_6.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_7.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_8.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_abt.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/html/xmaxima_toc.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/intro.html >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/maxima-icon.gif >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/maxima-icon.ico >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/maxima-icon.png >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/maxima-new.gif >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/maxima-new.png >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/maxima-new.svg >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/msgs/es.msg >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/msgs/ru.msg >-%%DATADIR%%/%%PORTVERSION%%/xmaxima/plotmaxima.html >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cf.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eaton1.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eaton2.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ezgcd.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hypgeo.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/macex.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/macro.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newfac.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/romberg.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sumcon.dem >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trgsmp.dem >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/README.how-to >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/docdraw.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/mcond_display_elseif.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/mcond_display_elseif.out >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rexamples.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest1.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest10.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest11.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest12.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest13.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest13s.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest14.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest15.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest16.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest1a.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest2.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest3.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest4.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest5.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest6.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest6a.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest6b.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest7.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest8.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest9.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest9a.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_abs.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_algebraic.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_algsys.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_allnummod.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_ask.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_ask_input.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_boolean.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_carg.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_diff_invtrig.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_dot.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_elliptic.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_equal.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_everysome.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_expintegral.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_extra.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_float_inf.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_gamma.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_hypgeo.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_integrate.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_integrate_special.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_lambert_w.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_lapack.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_laplace.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_limit.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_log.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_map.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_mset.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_numth.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_plot.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_plotoptions.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_power.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_powerseries.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_round.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_rules.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_scalarp.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_sign.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_signum.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_sqrt.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_taylor.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_tex.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_tmlinsolve.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_trace.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_translator.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_trig.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtest_zeta.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestconjugate.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestdefstruct.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtesthyp.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestifactor.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestint.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestlabels.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestmcond_display.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestmt19937.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestnset.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestode.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestode_zp.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestparser_continuations_cr.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestparser_continuations_crnl.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestparser_continuations_nl.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/rtestsum.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/test_readbase_lisp.lisp >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/test_readbase_lisp_autoload.lisp >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/test_readbase_maxima.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/test_readbase_maxima_autoload.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/testbench_draw_manual.wxm >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/testbench_drawdf_manual.wxm >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/testbench_plotdf_manual.wxm >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/testsuite.lisp >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_algebra.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_boolean_logic.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_calculus.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_combinatorics.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_complex_domain.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_definite_integrals.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_equations.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_indefinite_integrals.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_inequalities.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_limits.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_math_vs_cs_local.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_math_vs_cs_match.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_matrix_theory.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_number_theory.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_numbers.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_numerical_analysis.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_odes.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_operators.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_pdes.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_pdes_heat.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_products.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_programming.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_programming_dif.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_series.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_set_theory.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_special_functions.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_statistics.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_sums.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_tensor_analysis.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_transforms.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_trigonometry.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_vector_analysis.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/test_zero_equivalence.mac >-%%TEST%%%%DATADIR%%/%%PORTVERSION%%/tests/wester_problems/wester-gpl-permission-message.txt >+share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml > share/mime/packages/x-mac.xml > share/mime/packages/x-maxima-out.xml >-share/pixmaps/maxima-new.png >-share/pixmaps/maxima-new.svg >+share/pixmaps/net.sourceforge.maxima.png >+share/pixmaps/net.sourceforge.maxima.svg > share/pixmaps/text-x-maxima-out.svg > share/pixmaps/text-x-maximasession.svg
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
salvadore
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 238268
:
204746
| 204747