Index: math/maxima-sage/Makefile =================================================================== --- math/maxima-sage/Makefile +++ math/maxima-sage/Makefile @@ -3,12 +3,12 @@ PORTNAME= maxima PORTVERSION= 5.43.2 -PORTREVISION= 3 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source +PKGNAMESUFFIX= -sage -MAINTAINER= salvadore@FreeBSD.org -COMMENT= Symbolic mathematics program +MAINTAINER= thierry@FreeBSD.org +COMMENT= Symbolic mathematics program - special version for ECL / SageMath LICENSE= GPLv2 MAXIMAEXTRACLAUSE LICENSE_COMB= multi @@ -16,62 +16,55 @@ LICENSE_FILE_MAXIMAEXTRACLAUSE= ${FILESDIR}/license-extra-clause.txt LICENSE_PERMS_MAXIMAEXTRACLAUSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= gnuplot:math/gnuplot \ +BUILD_DEPENDS= ecl-sage>0:lang/ecl-sage +LIB_DEPENDS= libecl.so:lang/ecl-sage \ + libgmp.so:math/gmp \ + libgc.so:devel/boehm-gc \ + libffi.so:devel/libffi +RUN_DEPENDS= gnuplot:math/gnuplot \ rlwrap:devel/rlwrap -USES= autoreconf gmake makeinfo shared-mime-info tk +USES= autoreconf gmake iconv makeinfo python:3.6+ shared-mime-info tk GNU_CONFIGURE= yes -CONFIGURE_ARGS= PYTHON=dummy +CONFIGURE_ARGS= PYTHON=${PYTHON_CMD} --enable-ecl git_found=false --with-wish=${WISH} +SSP_UNSAFE= yes # Teach ECL about -fstack-protector-strong to avoid that +CONFLICTS= maxima-5.* + INFO= imaxima maxima xmaxima abs_integrate drawutils kovacicODE logic -PLIST_SUB+= PORTVERSION=${PORTVERSION} -PORTDOCS= * -PORTDATA= * -PORTEXAMPLES= * +PLIST_SUB+= PORTVERSION=${PORTVERSION} ECL_VER=${ECL_VER} +DOCSDIR= ${DATADIR}/${PORTVERSION}/doc -OPTIONS_DEFINE= EXAMPLES DOCS NOUSERINIT MANPAGES TEST -OPTIONS_SINGLE= LISP -OPTIONS_SINGLE_LISP= CCL CMUCL SBCL - -OPTIONS_DEFAULT= NOUSERINIT MANPAGES SBCL +OPTIONS_DEFINE= EXAMPLES DOCS MANPAGES TEST +OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes -CCL_DESC= Build with Clozure Common Lisp -CCL_BUILD_DEPENDS= ccl:lang/ccl -CCL_RUN_DEPENDS= ccl:lang/ccl -CCL_CONFIGURE_ON= --with-ccl=ccl -CCL_PLIST_SUB= BINDIR=binary-openmcl BINNAME=maxima.image +TEST_TARGET= check +TEST_BUILD_DEPENDS= gnuplot:math/gnuplot \ + rlwrap:devel/rlwrap -CMUCL_DESC= Build with CMU Common Lisp -CMUCL_BUILD_DEPENDS= lisp:lang/cmucl -CMUCL_RUN_DEPENDS= lisp:lang/cmucl -CMUCL_CONFIGURE_ON= --enable-cmucl -CMUCL_PLIST_SUB= BINDIR=binary-cmucl BINNAME=maxima_core +ECL_VER= 16.1.3 +GET_ECLLIB= ecl -eval "(princ (SI:GET-LIBRARY-PATHNAME))" -eval "(quit)" -NOUSERINIT_DESC= Do not load user init file for lisp (only for sbcl) +post-extract: + ${FIND} ${WRKSRC} -name "*.orig" -delete -SBCL_DESC= Build with Steel Bank Common Lisp -SBCL_BUILD_DEPENDS= sbcl:lang/sbcl -SBCL_RUN_DEPENDS= sbcl:lang/sbcl -SBCL_CONFIGURE_ON= --enable-sbcl -SBCL_PLIST_SUB= BINDIR=binary-sbcl BINNAME=maxima_core - -TEST_TARGET= check -TEST_BUILD_DEPENDS= gnuplot:math/gnuplot \ - rlwrap:devel/rlwrap -post-patch: - ${GREP} -Fe '.core' -l -r ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} 's;\.core;_core;g' - ${FIND} -X ${WRKSRC}/interfaces/xmaxima -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} "s;tclsh;${TCLSH};g" +pre-configure: + ${GREP} -Fe '.core' -l -r ${WRKSRC} | \ + ${XARGS} ${REINPLACE_CMD} 's;\.core;_core;g' + ${FIND} -X ${WRKSRC}/interfaces/xmaxima -name 'Makefile.in' | \ + ${XARGS} ${REINPLACE_CMD} "s;tclsh;${TCLSH};g" ${REINPLACE_CMD} "s;/usr;${LOCALBASE};g" ${WRKSRC}/src/intl.lisp ${REINPLACE_CMD} 's;demo;;' ${WRKSRC}/Makefile.am -post-patch-TEST-off: +pre-configure-TEST-off: ${REINPLACE_CMD} 's;tests;;' ${WRKSRC}/Makefile.am -pre-build-CCL-on: - cd ${WRKSRC}/src/ && ${MKDIR} binary-ccl && ${LN} -s binary-ccl binary-openmcl +post-configure: + # Trim LDFLAGS + ${REINPLACE_CMD} '/ld-flags/s| ")|")|' ${WRKSRC}/src/autoconf-variables.lisp post-build-MANPAGES-on: ${GZIP_CMD} ${WRKSRC}/doc/man/maxima.1 @@ -79,21 +72,25 @@ post-build-TEST-on: do-test post-install: - for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done - ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/${INFO_PATH} + for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} \ + ${WRKSRC}/doc/info/maxima.info$$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done + ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp \ + ${STAGEDIR}${PREFIX}/${INFO_PATH} + ${MKDIR} ${STAGEDIR}$$(${GET_ECLLIB}) + ${INSTALL_DATA} ${WRKSRC}/src/binary-ecl/maxima.fas \ + ${STAGEDIR}$$(${GET_ECLLIB}) post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc/info && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-name maxima*\.html' + cd ${WRKSRC}/doc/info && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-name maxima*\.html' post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} '-name *\.dem' + cd ${WRKSRC}/demo && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} '-name *\.dem' post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/doc/man/maxima.1.gz ${STAGEDIR}${PREFIX}/man/man1 -post-install-NOUSERINIT-on: - ${REINPLACE_CMD} 's;--end-runtime-options;--end-runtime-options --no-userinit;' ${STAGEDIR}${PREFIX}/bin/maxima - .include Index: math/maxima-sage/files/patch-share_linearalgebra_matrixexp.lisp =================================================================== --- math/maxima-sage/files/patch-share_linearalgebra_matrixexp.lisp +++ math/maxima-sage/files/patch-share_linearalgebra_matrixexp.lisp @@ -0,0 +1,14 @@ +--- share/linearalgebra/matrixexp.lisp.orig 2019-10-21 03:38:58 UTC ++++ share/linearalgebra/matrixexp.lisp +@@ -138,8 +138,9 @@ + (print `(ratvars = ,$ratvars gcd = '$gcd algebraic = ,$algebraic)) + (print `(ratfac = ,$ratfac)) + (merror "Unable to find the spectrum"))) +- +- (setq res ($fullratsimp (ncpower (sub (mult z ($ident n)) mat) -1) z)) ++ ++;; patch borrowed from SageMath ++ (setq res ($fullratsimp ($invert_by_lu (sub (mult z ($ident n)) mat) '$crering) z)) + (setq m (length sp)) + (dotimes (i m) + (setq zi (nth i sp)) Index: math/maxima-sage/files/patch-src_grind.lisp =================================================================== --- math/maxima-sage/files/patch-src_grind.lisp +++ math/maxima-sage/files/patch-src_grind.lisp @@ -0,0 +1,18 @@ +--- src/grind.lisp.orig 2019-10-21 03:38:59 UTC ++++ src/grind.lisp +@@ -297,12 +297,13 @@ + (msz nil l r) + (do ((nl) (w 0)) + ((null (cdr x)) +- (setq nl (cons (if (stringp (car x)) ++;; Patch borrowed from SageMath: undoing_true_false_printing_patch ++ (setq nl (cons (if (atom (car x)) + (msz (makestring (car x)) l r) + (msize (car x) l r lop rop)) + nl)) + (cons (+ w (caar nl)) (nreverse nl))) +- (setq nl (cons (if (stringp (car x)) ++ (setq nl (cons (if (atom (car x)) + (msz (makestring (car x)) l r) + (msize (car x) l r lop rop)) + nl) Index: math/maxima-sage/files/patch-src_hayat.lisp =================================================================== --- math/maxima-sage/files/patch-src_hayat.lisp +++ math/maxima-sage/files/patch-src_hayat.lisp @@ -0,0 +1,86 @@ +--- src/hayat.lisp.orig 2019-10-21 03:38:59 UTC ++++ src/hayat.lisp +@@ -2205,6 +2205,25 @@ + (or (alike1 (exp-pt (get-datum (datum-var (car l)))) (exp-pt (car l))) + (return () )))) + ++;; Patch borrowed from SageMath: 0001-taylor2-Avoid-blowing-the-stack-when-diff-expand-isn ++;; ++;; SUBTREE-SEARCH ++;; ++;; Search for subtrees, ST, of TREE that contain an element equal to BRANCH ++;; under TEST as an immediate child and return them as a list. ++;; ++;; Examples: ++;; (SUBTREE-SEARCH 2 '(1 2 3)) => '((1 2 3)) ++;; (SUBTREE-SEARCH 2 '(1 2 2 3)) => '((1 2 2 3)) ++;; (SUBTREE-SEARCH 2 '(1 (2) 3)) => '((2)) ++;; (SUBTREE-SEARCH 4 '(1 (2) 3)) => NIL ++;; (SUBTREE-SEARCH 2 '(1 (2) 3 (2))) => '((2) (2)) ++ ++(defun subtree-search (branch tree &optional (test 'equalp)) ++ (unless (atom tree) ++ (if (find branch tree :test test) (list tree) ++ (mapcan (lambda (child) (subtree-search branch child test)) tree)))) ++ + (defun taylor2 (e) + (let ((last-exp e)) ;; lexp-non0 should be bound here when needed + (cond ((assolike e tlist) (var-expand e 1 () )) +@@ -2248,9 +2267,32 @@ + ((null l) t) + (or (free e (car l)) (return ())))) + (newsym e)) +- (t (let ((exact-poly () )) ; Taylor series aren't exact +- (taylor2 (diff-expand e tlist))))))) ++ (t ++ ;; When all else fails, call diff-expand to try to expand e around the ++ ;; point as a Taylor series by taking repeated derivatives. This might ++ ;; fail, unfortunately: If a required derivative doesn't exist, then ++ ;; DIFF-EXPAND will return a form of the form "f'(x)" with the ++ ;; variable, rather than the expansion point in it. ++ ;; ++ ;; Sometimes this works - in particular, if there is a genuine pole at ++ ;; the point, we end up passing a sum of terms like x^(-k) to a ++ ;; recursive invocation and all is good. Unfortunately, it can also ++ ;; fail. For example, if e is abs(sin(x)) and we try to expand to first ++ ;; order, the expression "1/1*(cos(x)*sin(x)/abs(sin(x)))*x^1+0" is ++ ;; returned. If we call taylor2 on that, we will end up recursing and ++ ;; blowing the stack. To avoid doing so, error out if EXPANSION ++ ;; contains E as a subtree. However, don't error if it occurs as an ++ ;; argument to %DERIVATIVE (in which case, we might well be fine). This ++ ;; happens from things like taylor(log(f(x)), x, x0, 1). + ++ (let* ((exact-poly nil) ; (Taylor series aren't exact) ++ (expansion (diff-expand e tlist))) ++ (when (find-if (lambda (subtree) ++ (not (eq ($op subtree) '%derivative))) ++ (subtree-search e expansion)) ++ (exp-pt-err)) ++ (taylor2 expansion)))))) ++ + (defun compatvarlist (a b c d) + (cond ((null a) t) + ((or (null b) (null c) (null d)) () ) +@@ -3024,7 +3066,21 @@ + (and (or (member '$inf pt-list :test #'eq) (member '$minf pt-list :test #'eq)) + (unfam-sing-err))) + +-(defun diff-expand (exp l) ;l is tlist ++;; DIFF-EXPAND ++;; ++;; Expand EXP in the variables as specified in L, which is a list of tlists. If ++;; L is a singleton, this just works by the classic Taylor expansion: ++;; ++;; f(x) = f(c) + f'(c) + f''(c)/2 + ... + f^(k)(c)/k! ++;; ++;; If L specifies multiple expansions, DIFF-EXPAND works recursively by ++;; expanding one variable at a time. The derivatives are computed using SDIFF. ++;; ++;; In some cases, f'(c) or some higher derivative might be an expression of the ++;; form 1/0. Instead of returning an error, DIFF-EXPAND uses f'(x) ++;; instead. (Note: This seems bogus to me (RJS), but I'm just describing how ++;; EVAL-DERIV works) ++(defun diff-expand (exp l) + (check-inf-sing (mapcar (function caddr) l)) + (cond ((not l) exp) + (t Index: math/maxima-sage/files/patch-src_maxima.system =================================================================== --- math/maxima-sage/files/patch-src_maxima.system +++ math/maxima-sage/files/patch-src_maxima.system @@ -0,0 +1,24 @@ +--- src/maxima.system.orig 2019-10-21 03:38:59 UTC ++++ src/maxima.system +@@ -1,5 +1,8 @@ + ;;; -*- Lisp -*- + ++(require :cmp) ++(setf c::*compile-in-constants* t) ++ + (in-package :cl-user) + + (pushnew :cl *features*) +@@ -75,6 +78,12 @@ + ;; Convert dir/foo.fas to dir/foo.o + (make-pathname :type "o" :defaults p)) + files))) ++;; Patch borrowed from SageMath: build the Maxima library ++ (c::build-fasl "binary-ecl/maxima" :lisp-files obj ++ :ld-flags ++ (let ((x (symbol-value (find-symbol "*AUTOCONF-LD-FLAGS*" ++ (find-package "MAXIMA"))))) ++ (if (and x (not (string= x ""))) (list x)))) + (c::build-program "binary-ecl/maxima" :lisp-files obj + :ld-flags + (let ((x (symbol-value (find-symbol "*AUTOCONF-LD-FLAGS*" Index: math/maxima-sage/pkg-descr =================================================================== --- math/maxima-sage/pkg-descr +++ math/maxima-sage/pkg-descr @@ -1,4 +1,7 @@ Maxima is a Common Lisp implementation of MIT's Macsyma system for computer based algebra. +This port is built with ECL, and it installs the Maxima library as +an ECL library, to be used by Sagemath. + WWW: http://maxima.sourceforge.net/ Index: math/maxima-sage/pkg-plist =================================================================== --- math/maxima-sage/pkg-plist +++ math/maxima-sage/pkg-plist @@ -1,8 +1,8 @@ bin/maxima bin/rmaxima bin/xmaxima -lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%% -%%CMUCL%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/lisp +lib/ecl-%%ECL_VER%%/maxima.fas +lib/maxima/%%PORTVERSION%%/binary-ecl/maxima libexec/maxima/%%PORTVERSION%%/mgnuplot %%MANPAGES%%man/man1/maxima.1.gz share/applications/net.sourceforge.maxima.xmaxima.desktop @@ -23,7 +23,2731 @@ share/emacs/site-lisp/setup-imaxima-imath.el share/emacs/site-lisp/smart-complete.el share/emacs/site-lisp/sshell.el +%%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 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_0.html +%%PORTDOCS%%%%DOCSDIR%%/maxima_1.html +%%PORTDOCS%%%%DOCSDIR%%/maxima_10.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_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%%/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-orig.mac +%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets.mac +%%DATADIR%%/%%PORTVERSION%%/share/algebra/charsets/charsets.mac.diff +%%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/charsets_set.lisp.diff +%%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/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/allgentran.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gentran.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gentran.system +%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gentrandemo1.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gentrandemo1c.mac +%%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/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/det.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/test/det.tem +%%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/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.ERR-modified +%%DATADIR%%/%%PORTVERSION%%/share/contrib/integration/rtest_abs_integrate.ERR-unmodified +%%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/lurkmathml/maximadiffs.txt.bak +%%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/odes/rtest_ode.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.lisp.orig +%%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/Ksimplifier.lisp +%%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%%/%%DATADIR%%-init.lisp +%%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.bar +%%DATADIR%%/%%PORTVERSION%%/share/numeric/rtest_interpol.foo +%%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-transpose-in-situ.lisp +%%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/rtest_dlsode.mac +%%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_orthopoly.mac +%%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/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/netlib.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.LISP +%%DATADIR%%/%%PORTVERSION%%/share/solve_rec/simplify_sum.UNLISP +%%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/solve_rec/tmp-simplify_sum-to_hypergeometric-patch +%%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.fas +%%DATADIR%%/%%PORTVERSION%%/share/stringproc/pregexp.lib +%%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/rtest_sym.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/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/killing.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/test_encodings/CP1252 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/CP1252.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-1 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-1.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-10 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-10.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-14 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-14.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-15 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-15.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-2 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-2.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-3 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-3.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-4 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-4.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-5 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-5.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-6 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-6.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-7 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-7.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-8.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-9 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/ISO-8859-9.UTF-8 +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/escape-double-quote +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/escape-double-quote.c +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-CP1252.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-CP1252.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-1.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-1.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-10.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-10.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-14.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-14.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-15.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-15.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-2.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-2.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-3.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-3.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-4.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-4.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-5.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-5.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-6.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-6.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-7.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-7.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-8.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-9.UTF-8.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo-ISO-8859-9.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo.mac-footer +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/foo.mac-header +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/generate_rtest.mac +%%DATADIR%%/%%PORTVERSION%%/share/test_encodings/rtest_encodings.mac +%%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.ERR-prev +%%DATADIR%%/%%PORTVERSION%%/share/vector/rtest_vect.ERR-w-bilinear-dot +%%DATADIR%%/%%PORTVERSION%%/share/vector/rtest_vect.ERR-w-explicit-000 +%%DATADIR%%/%%PORTVERSION%%/share/vector/rtest_vect.ERR-wout-explicit-000-patch +%%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/clisp-command2.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/configure-minimal.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/defmfun-check.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/makelist.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/share-subdirs_autogenerated.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/testsuite.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/msgs/es.msg +%%DATADIR%%/%%PORTVERSION%%/xmaxima/msgs/ru.msg +%%DATADIR%%/%%PORTVERSION%%/xmaxima/net.sourceforge.maxima.gif +%%DATADIR%%/%%PORTVERSION%%/xmaxima/net.sourceforge.maxima.png +%%DATADIR%%/%%PORTVERSION%%/xmaxima/net.sourceforge.maxima.svg +%%DATADIR%%/%%PORTVERSION%%/xmaxima/plotmaxima.html share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml share/mime/packages/x-mac.xml share/mime/packages/x-maxima-out.xml