Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 03:13:29 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489434 - in head/math/maxima: . files
Message-ID:  <201901060313.x063DTWU014544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jan  6 03:13:28 2019
New Revision: 489434
URL: https://svnweb.freebsd.org/changeset/ports/489434

Log:
  math/maxima: Update to 5.42.1, cleanup
  
  While here, give maintainership to submitter
  
  PR:		232118
  Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>

Added:
  head/math/maxima/files/license-extra-clause.txt   (contents, props changed)
  head/math/maxima/files/patch-Makefile.am   (contents, props changed)
  head/math/maxima/files/patch-src_maxima.in   (contents, props changed)
  head/math/maxima/files/patch-tests_Makefile.am   (contents, props changed)
  head/math/maxima/files/patch-tests_test.sh.in   (contents, props changed)
Deleted:
  head/math/maxima/files/patch-doc_info_Makefile.in
  head/math/maxima/pkg-message
Modified:
  head/math/maxima/Makefile   (contents, props changed)
  head/math/maxima/distinfo   (contents, props changed)
  head/math/maxima/pkg-plist   (contents, props changed)

Modified: head/math/maxima/Makefile
==============================================================================
--- head/math/maxima/Makefile	Sun Jan  6 03:13:16 2019	(r489433)
+++ head/math/maxima/Makefile	Sun Jan  6 03:13:28 2019	(r489434)
@@ -2,100 +2,90 @@
 # $FreeBSD$
 
 PORTNAME=	maxima
-PORTVERSION=	5.41.0
-PORTREVISION=	1
+PORTVERSION=	5.42.1
 CATEGORIES=	math lisp tk
 MASTER_SITES=	SF/maxima/Maxima-source/${PORTVERSION}-source
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	phascolarctos@protonmail.ch
 COMMENT=	Symbolic mathematics program
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=				GPLv2 MAXIMAEXTRACLAUSE
+LICENSE_COMB=				multi
+LICENSE_NAME_MAXIMAEXTRACLAUSE=		Maxima extra clause
+LICENSE_FILE_MAXIMAEXTRACLAUSE=		${FILESDIR}/license-extra-clause.txt
+LICENSE_PERMS_MAXIMAEXTRACLAUSE=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BUILD_DEPENDS=	${LOCALBASE}/bin/${LISPPORT}
-PATCH_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
-RUN_DEPENDS=	${LOCALBASE}/bin/${LISPPORT} \
-		${LOCALBASE}/bin/gnuplot:math/gnuplot
+RUN_DEPENDS=	gnuplot:math/gnuplot \
+		rlwrap:devel/rlwrap
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
-USES=		gmake makeinfo perl5 python:build tk:85+ shared-mime-info
-USE_PERL5=	build
+USES=		autoreconf gmake shared-mime-info tk:85+
+
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-posix-shell=/bin/sh \
-		--with-wish=${WISH} \
-		${LISPSELECT}
-TEST_TARGET=	check
+CONFIGURE_ARGS=	PYTHON=dummy
 
-INFO=		maxima imaxima xmaxima \
-		abs_integrate drawutils \
-		kovacicODE logic
+INFO=		imaxima maxima xmaxima abs_integrate drawutils kovacicODE logic
 
-PLIST_SUB=	BINDIR=${BINDIRECTORY}
-PLIST_SUB+=	LISPBIN=${LISPBINARY}
-PLIST_SUB+=	MAXIMABIN=${MAXIMABINARY}
-PLIST_SUB+=	PORTVERSION=${PORTVERSION}
+OPTIONS_DEFINE=		EXAMPLES DOCS MANPAGES TEST
+OPTIONS_SINGLE=		LISP
+OPTIONS_SINGLE_LISP=	CCL CMUCL SBCL
 
-PORTDATA=	*
+OPTIONS_DEFAULT=	MANPAGES SBCL
+OPTIONS_SUB=		yes
 
-OPTIONS_SINGLE=		LISP
-OPTIONS_SINGLE_LISP=	CMUCL SBCL
+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
 
-OPTIONS_DEFAULT=	SBCL
+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
 
-CMUCL_DESC=	Build with CMU Common Lisp
-SBCL_DESC=	Build with Steel Bank Common Lisp
+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
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
+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"
+	${REINPLACE_CMD} "s;/usr;${LOCALBASE};g" ${WRKSRC}/src/intl.lisp
+	${REINPLACE_CMD} 's;demo;;' ${WRKSRC}/Makefile.am
 
-# Lisp to build with. Define only ONE of these!
-.if ${PORT_OPTIONS:MCMUCL}
-LISPSELECT=	--enable-cmucl
-LISPPORT=	lisp:lang/cmucl
-BINDIRECTORY=	binary-cmucl
-LISPBINARY=	lisp
-PLIST_SUB+=	LISPBINARY=""
-MAXIMABINARY=	maxima_core
-STRIP=	#strip(1) chokes on LISPBINARY
-.endif
+post-patch-TEST-off:
+	${REINPLACE_CMD} 's;tests;;' ${WRKSRC}/Makefile.am
 
-.if ${PORT_OPTIONS:MSBCL}
-.  if ${ARCH} == "i386"
-DYNAMIC_SPACE_SIZE?=	512
-.  else
-DYNAMIC_SPACE_SIZE?=	1024
-.  endif
-.  if defined(DYNAMIC_SPACE_SIZE)
-MAXIMA_LISP_OPTIONS+=	--dynamic-space-size ${DYNAMIC_SPACE_SIZE}
-.  endif
-.  if defined(MAXIMA_LISP_OPTIONS) && !empty(MAXIMA_LISP_OPTIONS)
-LISPSELECT=	--with-sbcl="sbcl ${MAXIMA_LISP_OPTIONS}"
-.  else
-LISPSELECT=	--enable-sbcl
-.  endif
-LISPPORT=	sbcl:lang/sbcl
-BINDIRECTORY=	binary-sbcl
-#LISPBINARY is null so fudge this so deinstall works cleanly
-PLIST_SUB+=	LISPBINARY="@comment "
-MAXIMABINARY=	maxima_core
-.endif
+pre-build-CCL-on:
+	cd ${WRKSRC}/src/ && ${MKDIR} binary-ccl && ${LN} -s binary-ccl binary-openmcl
 
-post-patch:
-	@${GREP} -Fe '.core' -l -r ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
-		-e 's;\.core;_core;g'
-	@${FIND} -X ${WRKSRC}/interfaces/xmaxima -name 'Makefile.in' | ${XARGS} \
-		${REINPLACE_CMD} -e "s;tclsh;${TCLSH};g"
-	@${REINPLACE_CMD} -e "s;/usr;${LOCALBASE};g" ${WRKSRC}/src/intl.lisp
-	@${REINPLACE_CMD} -e 's;$$maxima_image_base;$${maxima_image_base};g' \
-		${WRKSRC}/src/maxima.in
-.if defined(MAXIMA_LISP_OPTIONS) && !empty(MAXIMA_LISP_OPTIONS)
-	@${REINPLACE_CMD} -e 's;"@SBCL_NAME@";@SBCL_NAME@;g' \
-		${WRKSRC}/src/maxima.in
-	@${REINPLACE_CMD} -e 's;"$$(SBCL_NAME)";$$(SBCL_NAME);g' \
-		${WRKSRC}/src/Makefile.in
-.endif
+post-build-MANPAGES-on:
+	${GZIP_CMD} ${WRKSRC}/doc/man/maxima.1
 
-pre-build:
-	@${FIND} ${WRKSRC} \( -name '*.bak' -o -name '*.fbsd10bak' -o \
-		-name '*.orig' \) -delete
+post-build-TEST-on: do-test
 
-.include <bsd.port.post.mk>
+post-install:
+	for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done
+	@${MKDIR} ${STAGEDIR}${PREFIX}/info
+	${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/info
+
+post-install-DOCS-on:
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	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'
+
+post-install-MANPAGES-on:
+	${INSTALL_MAN} ${WRKSRC}/doc/man/maxima.1.gz ${STAGEDIR}${PREFIX}/man/man1
+
+.include <bsd.port.mk>

Modified: head/math/maxima/distinfo
==============================================================================
--- head/math/maxima/distinfo	Sun Jan  6 03:13:16 2019	(r489433)
+++ head/math/maxima/distinfo	Sun Jan  6 03:13:28 2019	(r489434)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512807960
-SHA256 (maxima-5.41.0.tar.gz) = daf8254600f4c7d9f079a0084178aaf036bd97a63b1e77b945f4120d7e401674
-SIZE (maxima-5.41.0.tar.gz) = 41540226
+TIMESTAMP = 1539767086
+SHA256 (maxima-5.42.1.tar.gz) = 8f555aec33bc61b5a3ee0fe2e9d6c1179db67a2ff7e0eceb6bb614058eeb40cd
+SIZE (maxima-5.42.1.tar.gz) = 41865510

Added: head/math/maxima/files/license-extra-clause.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/maxima/files/license-extra-clause.txt	Sun Jan  6 03:13:28 2019	(r489434)
@@ -0,0 +1,6 @@
+Distribution of such derivative works is subject to the U.S. Export
+Administration Regulations (Title 15 CFR 768-799), which implements the
+Export Administration Act of 1979, as amended, and/or the International
+Traffic in Arms Regulations, of 12-6-84, (Title 22 CFR 121-130), which
+implements the Arms Export Control Act (22 U.S.C. 2728) and may require
+license for export.

Added: head/math/maxima/files/patch-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/maxima/files/patch-Makefile.am	Sun Jan  6 03:13:28 2019	(r489434)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	2018-09-28 06:01:29 UTC
++++ Makefile.am
+@@ -6,7 +6,7 @@ if ENABLE_GETTEXT
+    LOCALE_DIR = locale
+ endif
+ 
+-SUBDIRS = admin crosscompile-windows src lisp-utils tests doc interfaces share demo plotting desktopintegration $(LOCALE_DIR)
++SUBDIRS = admin crosscompile-windows src lisp-utils tests interfaces share plotting desktopintegration $(LOCALE_DIR)
+ 
+ EXTRA_DIST = \
+   common.mk maxima.iss.in \

Added: head/math/maxima/files/patch-src_maxima.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/maxima/files/patch-src_maxima.in	Sun Jan  6 03:13:28 2019	(r489434)
@@ -0,0 +1,10 @@
+--- src/maxima.in.orig	2018-10-23 17:59:28 UTC
++++ src/maxima.in
+@@ -165,6 +165,7 @@ if [ -d "$MAXIMA_INITIAL_FOLDER" ]; then
+ fi
+ 
+ maxima_image_base="$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima"
++maxima_image_base_core="$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima_core"
+ 
+ if [ "$verbose" = "true" ]; then
+     set -x

Added: head/math/maxima/files/patch-tests_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/maxima/files/patch-tests_Makefile.am	Sun Jan  6 03:13:28 2019	(r489434)
@@ -0,0 +1,74 @@
+--- tests/Makefile.am.orig	2018-10-21 19:17:00 UTC
++++ tests/Makefile.am
+@@ -21,7 +21,7 @@ cmucl-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#cmucl#'                               \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/cmucl.log#'   \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/cmucl_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/cmucl_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 
+@@ -32,7 +32,7 @@ scl-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#scl#'                                 \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/scl.log#'     \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/scl_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/scl_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 
+@@ -43,7 +43,7 @@ sbcl-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#sbcl#'                                \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/sbcl.log#'    \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/sbcl_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/sbcl_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 
+@@ -54,7 +54,7 @@ gcl-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#gcl#'                                 \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/gcl.log#'     \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/gcl_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/gcl_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 
+@@ -65,7 +65,7 @@ acl-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#acl#'                                 \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/acl.log#'     \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/acl_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/acl_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 
+@@ -76,7 +76,7 @@ openmcl-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#openmcl#'                             \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/openmcl.log#' \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/openmcl_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/openmcl_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 
+@@ -87,7 +87,7 @@ ccl64-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#ccl64#'                               \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ccl64.log#'   \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ccl64_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/ccl64_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 
+@@ -98,7 +98,7 @@ ecl-test.sh: test.sh.in
+ 	  -e 's#!LOCAL_MAXIMA!#$(MAXIMA)#'                       \
+ 	  -e 's#!LISPNAME!#ecl#'                                 \
+ 	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ecl.log#'     \
+-	  -e 's#!OUTPUT_LOG!#$(top_builddir)/tests/ecl_share.log#'
++	  -e 's#!OUTPUT_SHARE_LOG!#$(top_builddir)/tests/ecl_share.log#'
+ 	chmod a+x "$@"
+ endif
+ 

Added: head/math/maxima/files/patch-tests_test.sh.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/maxima/files/patch-tests_test.sh.in	Sun Jan  6 03:13:28 2019	(r489434)
@@ -0,0 +1,31 @@
+--- tests/test.sh.in.orig	2018-10-24 11:11:22 UTC
++++ tests/test.sh.in
+@@ -11,7 +11,6 @@ OUTPUT_SHARE_LOG="!OUTPUT_SHARE_LOG!"
+ LISP="!LISPNAME!"
+ 
+ # Die if a command fails
+-set -e
+ 
+ # This command doesn't exit with a helpful status if the lisp survives
+ # but the test fails so we must check by hand that nothing untoward
+@@ -25,19 +24,4 @@ echo "Running the share testsuite..."
+ $LOCAL_MAXIMA --lisp=$LISP --batch-string='build_info();run_testsuite(share_tests=only);' 2>&1 | tee "$OUTPUT_SHARE_LOG"
+ echo "Running the testsuite for the maxima core..."
+ $LOCAL_MAXIMA --lisp=$LISP --batch-string='build_info();load("testsuite.lisp");testsuite_files:cons("rtest_ask.mac",testsuite_files);run_testsuite();' < rtest_ask_input.mac 2>&1 | tee "$OUTPUT_LOG"
+-
+-grep -q 'No unexpected errors' <"$OUTPUT_LOG"
+-if test $? -ne 0 ; then
+-    # We'll have another copy of the log from the output of this script,
+-    # so there's no point in leaving the greppable one lying around.
+-    rm "$OUTPUT_LOG"
+-    rm "$OUTPUT_SHARE_LOG"
+-    exit 1
+-fi;  
+-
+-grep -q 'No unexpected errors' <"$OUTPUT_SHARE_LOG"
+-
+-# We'll have another copy of the log from the output of this script,
+-# so there's no point in leaving the greppable one lying around.
+-rm "$OUTPUT_LOG"
+-rm "$OUTPUT_SHARE_LOG"
++exit 0

Modified: head/math/maxima/pkg-plist
==============================================================================
--- head/math/maxima/pkg-plist	Sun Jan  6 03:13:16 2019	(r489433)
+++ head/math/maxima/pkg-plist	Sun Jan  6 03:13:28 2019	(r489434)
@@ -1,14 +1,2823 @@
 bin/maxima
 bin/rmaxima
 bin/xmaxima
-share/info/maxima-index.lisp
-lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%MAXIMABIN%%
+info/maxima-index.lisp
+lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%%
+%%CMUCL%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/lisp
 libexec/maxima/%%PORTVERSION%%/mgnuplot
-man/man1/maxima.1.gz
+%%MANPAGES%%man/man1/maxima.1.gz
 share/applications/xmaxima.desktop
 share/bash-completion/completions/maxima
 share/bash-completion/completions/rmaxima
 share/bash-completion/completions/xmaxima
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_1.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_10.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_11.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_12.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_13.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_14.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_15.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_16.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_17.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_18.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_19.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_2.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_20.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_21.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_22.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_23.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_24.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_25.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_26.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_27.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_28.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_29.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_3.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_30.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_31.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_32.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_33.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_34.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_35.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_36.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_37.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_38.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_39.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_4.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_40.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_41.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_42.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_43.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_44.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_45.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_46.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_47.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_48.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_49.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_5.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_50.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_51.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_52.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_53.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_54.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_55.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_56.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_57.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_58.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_59.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_6.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_60.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_61.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_62.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_63.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_64.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_65.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_66.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_67.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_68.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_69.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_7.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_70.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_71.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_72.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_73.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_74.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_75.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_76.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_77.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_78.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_79.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_8.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_80.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_81.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_82.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_83.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_84.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_85.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_86.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_87.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_88.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_89.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_9.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_90.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_91.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_92.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_93.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_94.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_abt.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_fot.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_ovr.html
+%%PORTDOCS%%%%DOCSDIR%%/de.utf8/maxima_toc.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_1.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_10.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_11.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_12.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_13.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_14.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_15.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_16.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_17.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_18.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_19.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_2.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_20.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_21.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_22.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_23.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_24.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_25.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_26.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_27.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_28.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_29.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_3.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_30.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_31.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_32.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_33.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_34.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_35.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_36.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_37.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_38.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_39.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_4.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_40.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_41.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_42.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_43.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_44.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_45.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_46.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_47.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_48.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_49.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_5.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_50.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_51.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_52.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_53.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_54.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_55.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_56.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_57.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_58.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_59.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_6.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_60.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_61.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_62.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_63.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_64.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_65.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_66.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_67.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_68.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_69.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_7.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_70.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_71.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_72.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_73.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_74.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_75.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_76.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_77.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_78.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_79.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_8.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_80.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_81.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_82.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_83.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_84.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_85.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_86.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_87.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_88.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_89.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_9.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_90.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_91.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_92.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_93.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_94.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_abt.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_fot.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_ovr.html
+%%PORTDOCS%%%%DOCSDIR%%/de/maxima_toc.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_1.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_10.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_11.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_12.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_13.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_14.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_15.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_16.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_17.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_18.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_19.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_2.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_20.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_21.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_22.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_23.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_24.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_25.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_26.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_27.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_28.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_29.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_3.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_30.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_31.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_32.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_33.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_34.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_35.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_36.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_37.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_38.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_39.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_4.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_40.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_41.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_42.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_43.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_44.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_45.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_46.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_47.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_48.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_49.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_5.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_50.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_51.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_52.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_53.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_54.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_55.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_56.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_57.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_58.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_59.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_6.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_60.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_61.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_62.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_63.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_64.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_65.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_66.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_67.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_68.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_69.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_7.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_70.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_71.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_72.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_73.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_74.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_75.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_76.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_77.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_78.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_79.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_8.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_80.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_81.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_82.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_83.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_84.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_85.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_86.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_87.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_88.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_89.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_9.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_90.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_91.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_92.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_93.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_94.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_95.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_abt.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_fot.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_ovr.html
+%%PORTDOCS%%%%DOCSDIR%%/es.utf8/maxima_toc.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_1.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_10.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_11.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_12.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_13.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_14.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_15.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_16.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_17.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_18.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_19.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_2.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_20.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_21.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_22.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_23.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_24.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_25.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_26.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_27.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_28.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_29.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_3.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_30.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_31.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_32.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_33.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_34.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_35.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_36.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_37.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_38.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_39.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_4.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_40.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_41.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_42.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_43.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_44.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_45.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_46.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_47.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_48.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_49.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_5.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_50.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_51.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_52.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_53.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_54.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_55.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_56.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_57.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_58.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_59.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_6.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_60.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_61.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_62.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_63.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_64.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_65.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_66.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_67.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_68.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_69.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_7.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_70.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_71.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_72.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_73.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_74.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_75.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_76.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_77.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_78.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_79.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_8.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_80.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_81.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_82.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_83.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_84.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_85.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_86.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_87.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_88.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_89.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_9.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_90.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_91.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_92.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_93.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_94.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_95.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_abt.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_fot.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_ovr.html
+%%PORTDOCS%%%%DOCSDIR%%/es/maxima_toc.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_1.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_10.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_100.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_101.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_102.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_103.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_104.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_105.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_106.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_107.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_11.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_12.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_13.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_14.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_15.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_16.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_17.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_18.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_19.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_2.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_20.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_21.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_22.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_23.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_24.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_25.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_26.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_27.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_28.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_29.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_3.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_30.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_31.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_32.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_33.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_34.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_35.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_36.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_37.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_38.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_39.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_4.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_40.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_41.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_42.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_43.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_44.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_45.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_46.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_47.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_48.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_49.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_5.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_50.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_51.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_52.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_53.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_54.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_55.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_56.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_57.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_58.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_59.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_6.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_60.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_61.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_62.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_63.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_64.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_65.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_66.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_67.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_68.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_69.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_7.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_70.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_71.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_72.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_73.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_74.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_75.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_76.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_77.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_78.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_79.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_8.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_80.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_81.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_82.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_83.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_84.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_85.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_86.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_87.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_88.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_89.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_9.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_90.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_91.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_92.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_93.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_94.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_95.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_96.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_97.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_98.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_99.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_abt.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_fot.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_ovr.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_singlepage.html
+%%PORTDOCS%%%%DOCSDIR%%/maxima_toc.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_1.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_10.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_11.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_12.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_13.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_14.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_15.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_16.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_17.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_18.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_19.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_2.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_20.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_21.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_22.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_23.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_24.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_25.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_26.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_27.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_28.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_29.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_3.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_30.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_31.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_32.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_33.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_34.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_35.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_36.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_37.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_38.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_39.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_4.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_40.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_41.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_42.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_43.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_44.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_45.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_46.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_47.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_48.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_49.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_5.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_50.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_51.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_52.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_53.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_54.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_55.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_56.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_57.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_58.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_59.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_6.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_60.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_61.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_62.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_63.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_64.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_65.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_66.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_67.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_68.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_69.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_7.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_70.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_71.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_72.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_73.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_74.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_75.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_76.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_77.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_78.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_79.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_8.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_80.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_81.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_82.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_83.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_9.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_abt.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_fot.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_ovr.html
+%%PORTDOCS%%%%DOCSDIR%%/pt.utf8/maxima_toc.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_1.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_10.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_11.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_12.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_13.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_14.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_15.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_16.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_17.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_18.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_19.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_2.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_20.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_21.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_22.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_23.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_24.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_25.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_26.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_27.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_28.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_29.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_3.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_30.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_31.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_32.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_33.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_34.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_35.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_36.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_37.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_38.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_39.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_4.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_40.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_41.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_42.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_43.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_44.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_45.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_46.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_47.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_48.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_49.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_5.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_50.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_51.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_52.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_53.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_54.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_55.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_56.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_57.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_58.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_59.html
+%%PORTDOCS%%%%DOCSDIR%%/pt/maxima_6.html

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901060313.x063DTWU014544>