aboutsummaryrefslogtreecommitdiff
path: root/math/mupad
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-04-04 14:37:47 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-04-04 14:37:47 +0000
commit16409c908d973202df835564073129a18821ff1b (patch)
treee74b4f8aa86a1b8020b6f91899eb74973459a640 /math/mupad
parentbf6db12a193eac5bb097208207f884bed3d7b5f5 (diff)
downloadports-16409c908d973202df835564073129a18821ff1b.tar.gz
ports-16409c908d973202df835564073129a18821ff1b.zip
Add mupad, a sophisticated computer algebraic system, like mathematica
or maple. This is commercial software. There are single-user/non-commercial, and educational purpose license. note: The author agreed with us to distribute it o modify to make work on FreeBSD o on our ftp sites in as-is and packaged form. PR: 25366 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
Notes
Notes: svn path=/head/; revision=40838
Diffstat (limited to 'math/mupad')
-rw-r--r--math/mupad/Makefile54
-rw-r--r--math/mupad/distinfo3
-rw-r--r--math/mupad/files/patch-aa8
-rw-r--r--math/mupad/pkg-comment1
-rw-r--r--math/mupad/pkg-descr11
-rw-r--r--math/mupad/pkg-message2
-rw-r--r--math/mupad/pkg-plist1435
7 files changed, 1514 insertions, 0 deletions
diff --git a/math/mupad/Makefile b/math/mupad/Makefile
new file mode 100644
index 000000000000..b2bfd8bdfe3e
--- /dev/null
+++ b/math/mupad/Makefile
@@ -0,0 +1,54 @@
+# New ports collection makefile for: mupad
+# Date created: Apr 4 2001
+# Whom: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mupad
+PORTVERSION= 1.4.2
+CATEGORIES= math linux
+MASTER_SITES= ftp://ftp.mupad.de/MuPAD/distrib/unix/%SUBDIR%/ \
+ ftp://archives.cs.ehime-u.ac.jp/pub/MuPAD/distrib/unix/%SUBDIR%/
+MASTER_SITE_SUBDIR= . XVIEW
+DISTFILES= bin_linux_142.tgz share_142.tgz xview_linux.tgz
+DIST_SUBDIR= mupad
+
+MAINTAINER= chat95@mbox.kyoto-inet.or.jp
+
+NO_CDROM= "unsure to sell for profit"
+
+USE_LINUX= yes
+ONLY_FOR_ARCHS= i386
+
+INSTALLS_SHLIB= yes
+NO_FILTER_SHLIBS= yes
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+MAN1= mmg.1 mupad.1 xmupad.1
+MANN= xrastool.n xview.n
+
+post-extract:
+ @${RM} -f ${WRKSRC}/share/doc/man/man1/.#mmg.1.1.6
+
+do-install:
+ @${MKDIR} ${PREFIX}/mupad/freebsd/xview ${PREFIX}/mupad/share
+ find ${WRKSRC} -name "*.orig" | xargs ${RM}
+ ${TAR} cf - -C ${WRKSRC}/xview . | ${TAR} xf - -C ${PREFIX}/mupad/freebsd/xview
+ ${TAR} cf - -C ${WRKSRC}/linux . | ${TAR} xf - -C ${PREFIX}/mupad/freebsd
+ ${TAR} --exclude man1 --exclude mann -cf - -C ${WRKSRC}/share . | ${TAR} xf - -C ${PREFIX}/mupad/share
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/mupad
+.for d in COPYRIGHT INSTALL LICENSE LIC_EDU TroubleShooting
+ ${INSTALL_DATA} ${WRKSRC}/$d ${PREFIX}/mupad
+.endfor
+.for section in 1 n
+.for d in ${MAN${section:U}}
+ ${INSTALL_MAN} ${WRKSRC}/share/doc/man/man${section}/$d ${PREFIX}/man/man${section}
+.endfor
+.endfor
+
+post-install:
+ @${SED} -e 's,/usr/local,${PREFIX},g' ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/math/mupad/distinfo b/math/mupad/distinfo
new file mode 100644
index 000000000000..91d8ff0e3db6
--- /dev/null
+++ b/math/mupad/distinfo
@@ -0,0 +1,3 @@
+MD5 (mupad/bin_linux_142.tgz) = c8a4a2cd71ddfd4ad63f4c3ca8c81362
+MD5 (mupad/share_142.tgz) = 57bea219d365abc3b7ec24986c247517
+MD5 (mupad/xview_linux.tgz) = f2f50808866ef7fc363046ee9f8dd8ad
diff --git a/math/mupad/files/patch-aa b/math/mupad/files/patch-aa
new file mode 100644
index 000000000000..4c6ce84578eb
--- /dev/null
+++ b/math/mupad/files/patch-aa
@@ -0,0 +1,8 @@
+--- share/bin/xmupad~ Thu Nov 25 18:21:36 1999
++++ share/bin/xmupad Sun Feb 25 19:03:21 2001
+@@ -81,4 +81,4 @@
+
+ # This ensures that MuPAD and Xxmupad will find all of its modules.
+
+-$MuPAD_BIN/Xxmupad -r $MuPAD_BIN/mupad -m $MuPAD_LIB -l $MuPAD_LIB -d $MuPAD_DYNMOD -h $MuPAD_HELP -H $MuPAD_BIN/hypage -M $MuPAD_HHELP -f $MuPAD_BIN/vcam -D $MuPAD_ROOT_PATH/share/bin/mdx -L english $* & 2> /dev/null &
++$MuPAD_BIN/Xxmupad -r $MuPAD_BIN/mupad -m $MuPAD_LIB -l $MuPAD_LIB -d $MuPAD_DYNMOD -h $MuPAD_HELP -H $MuPAD_BIN/hypage -M $MuPAD_HHELP -f $MuPAD_BIN/vcam -D $MuPAD_ROOT_PATH/share/bin/mdx -L english $* & 2> /dev/null
diff --git a/math/mupad/pkg-comment b/math/mupad/pkg-comment
new file mode 100644
index 000000000000..b8f5609e0f14
--- /dev/null
+++ b/math/mupad/pkg-comment
@@ -0,0 +1 @@
+A sophisticated computer algebra system
diff --git a/math/mupad/pkg-descr b/math/mupad/pkg-descr
new file mode 100644
index 000000000000..9118a49d3b37
--- /dev/null
+++ b/math/mupad/pkg-descr
@@ -0,0 +1,11 @@
+Mupad is a sophisticated computer algebra system,
+an alternation for Mathematica and Maple.
+Mupad can handle not only algebraic calculation like integration,
+differentiate and matrix manipulation,
+but also numerical calculations, and draw a beautiful graphs.
+We can obtain free(!) single-user licenses for non-commercial
+educational and research use.
+
+WWW: http://www.mupad.de
+- NAKATA, Maho
+ E-mail: chat95@mbox.kyoto-inet.or.jp
diff --git a/math/mupad/pkg-message b/math/mupad/pkg-message
new file mode 100644
index 000000000000..59c9863caedd
--- /dev/null
+++ b/math/mupad/pkg-message
@@ -0,0 +1,2 @@
+To use this software you must accept license agreement "LICENSE" or "LIC_EDU"
+which found at /usr/local/mupad/.
diff --git a/math/mupad/pkg-plist b/math/mupad/pkg-plist
new file mode 100644
index 000000000000..31707e25849a
--- /dev/null
+++ b/math/mupad/pkg-plist
@@ -0,0 +1,1435 @@
+mupad/COPYRIGHT
+mupad/INSTALL
+mupad/LICENSE
+mupad/LIC_EDU
+mupad/TroubleShooting
+mupad/freebsd/bin/Xxmupad
+mupad/freebsd/bin/hypage
+mupad/freebsd/bin/mdx
+mupad/freebsd/bin/mmg
+mupad/freebsd/bin/mupad
+mupad/freebsd/bin/pnmtorast
+mupad/freebsd/bin/ppmtogif
+mupad/freebsd/bin/vcam
+mupad/freebsd/bin/xwdtopnm
+mupad/freebsd/modules/gdb.mdh
+mupad/freebsd/modules/gdb.mdm
+mupad/freebsd/modules/module.mdh
+mupad/freebsd/modules/slave.mdg
+mupad/freebsd/modules/slave.mdh
+mupad/freebsd/modules/slave.mdm
+mupad/freebsd/modules/stack.mdg
+mupad/freebsd/modules/stack.mdh
+mupad/freebsd/modules/stdmod.mdh
+mupad/freebsd/modules/stdmod.mdm
+mupad/freebsd/modules/string.mdh
+mupad/freebsd/modules/util.mdh
+mupad/freebsd/modules/util.mdm
+mupad/freebsd/xview/libX11.so.6
+mupad/freebsd/xview/libXext.so.6
+mupad/freebsd/xview/libolgx.so.3
+mupad/freebsd/xview/libstdc++.so.2.8
+mupad/freebsd/xview/libxview.so.3
+mupad/freebsd/xview/libX11.so.6.1
+mupad/freebsd/xview/libXext.so.6.3
+mupad/freebsd/xview/libolgx.so.3.2.4
+mupad/freebsd/xview/libstdc++.so.2.8.0
+mupad/freebsd/xview/libxview.so.3.2.4
+mupad/share/bin/hypage
+mupad/share/bin/manual
+mupad/share/bin/mdx
+mupad/share/bin/mmg
+mupad/share/bin/mprintps
+mupad/share/bin/mupad
+mupad/share/bin/mupadb
+mupad/share/bin/showpicture
+mupad/share/bin/sysinfo
+mupad/share/bin/vcam
+mupad/share/bin/xmupad
+mupad/share/bin/xrastool
+mupad/share/bin/xwd_to_gif
+mupad/share/bin/xwd_to_ps
+mupad/share/bin/xwd_to_rast
+mupad/share/copyright/pbmplus
+mupad/share/demo/advanced/int.mu
+mupad/share/demo/debugger/example1.mu
+mupad/share/demo/debugger/example2.mu
+mupad/share/demo/domains/GaussNum.mu
+mupad/share/demo/domains/IA.mu
+mupad/share/doc/ascii/.mupadhelpindex
+mupad/share/doc/ascii/.mupadhelpindextty
+mupad/share/doc/ascii/Ax.help
+mupad/share/doc/ascii/AxcanonicalOrder.help
+mupad/share/doc/ascii/AxcanonicalRep.help
+mupad/share/doc/ascii/AxcanonicalUnitNormal.help
+mupad/share/doc/ascii/AxclosedUnitNormals.help
+mupad/share/doc/ascii/AxeffectiveOperation.help
+mupad/share/doc/ascii/AxnoZeroDivisors.help
+mupad/share/doc/ascii/AxnormalRep.help
+mupad/share/doc/ascii/AxsystemRep.help
+mupad/share/doc/ascii/Cat.help
+mupad/share/doc/ascii/CatAbelianGroup.help
+mupad/share/doc/ascii/CatAbelianMonoid.help
+mupad/share/doc/ascii/CatAbelianSemiGroup.help
+mupad/share/doc/ascii/CatAlgebra.help
+mupad/share/doc/ascii/CatCancellationAbelianMonoid.help
+mupad/share/doc/ascii/CatCommutativeRing.help
+mupad/share/doc/ascii/CatDifferentialRing.help
+mupad/share/doc/ascii/CatEntireRing.help
+mupad/share/doc/ascii/CatEuclideanDomain.help
+mupad/share/doc/ascii/CatFactorialDomain.help
+mupad/share/doc/ascii/CatField.help
+mupad/share/doc/ascii/CatFiniteCollectionCat.help
+mupad/share/doc/ascii/CatGcdDomain.help
+mupad/share/doc/ascii/CatGroup.help
+mupad/share/doc/ascii/CatHomFiniteCollectionCat.help
+mupad/share/doc/ascii/CatHomFiniteProductCat.help
+mupad/share/doc/ascii/CatIntegralDomain.help
+mupad/share/doc/ascii/CatLeftModule.help
+mupad/share/doc/ascii/CatMatrixCat.help
+mupad/share/doc/ascii/CatModule.help
+mupad/share/doc/ascii/CatMonoid.help
+mupad/share/doc/ascii/CatOrderedSet.help
+mupad/share/doc/ascii/CatPartialDifferentialRing.help
+mupad/share/doc/ascii/CatPolynomialCat.help
+mupad/share/doc/ascii/CatPrincipalIdealDomain.help
+mupad/share/doc/ascii/CatQuotientField.help
+mupad/share/doc/ascii/CatRightModule.help
+mupad/share/doc/ascii/CatRing.help
+mupad/share/doc/ascii/CatRng.help
+mupad/share/doc/ascii/CatSemiGroup.help
+mupad/share/doc/ascii/CatSetCat.help
+mupad/share/doc/ascii/CatSkewField.help
+mupad/share/doc/ascii/CatSquareMatrixCat.help
+mupad/share/doc/ascii/CatUnivariatePolynomialCat.help
+mupad/share/doc/ascii/CatVectorSpace.help
+mupad/share/doc/ascii/Dom.help
+mupad/share/doc/ascii/DomAlgebraicExtension.help
+mupad/share/doc/ascii/DomArithmeticalExpression.help
+mupad/share/doc/ascii/DomBaseDomain.help
+mupad/share/doc/ascii/DomComplex.help
+mupad/share/doc/ascii/DomDihedralGroup.help
+mupad/share/doc/ascii/DomDiscrSet.help
+mupad/share/doc/ascii/DomDistributedPolynomial.help
+mupad/share/doc/ascii/DomExpression.help
+mupad/share/doc/ascii/DomExpressionField.help
+mupad/share/doc/ascii/DomFloat.help
+mupad/share/doc/ascii/DomFraction.help
+mupad/share/doc/ascii/DomFreeMod.help
+mupad/share/doc/ascii/DomGaloisField.help
+mupad/share/doc/ascii/DomIdeal.help
+mupad/share/doc/ascii/DomIntSet.help
+mupad/share/doc/ascii/DomInteger.help
+mupad/share/doc/ascii/DomIntegerMod.help
+mupad/share/doc/ascii/DomInterval.help
+mupad/share/doc/ascii/DomMatrix.help
+mupad/share/doc/ascii/DomMatrixGroup.help
+mupad/share/doc/ascii/DomMultiset.help
+mupad/share/doc/ascii/DomNumerical.help
+mupad/share/doc/ascii/DomPade.help
+mupad/share/doc/ascii/DomPermutationGroup.help
+mupad/share/doc/ascii/DomPolynomial.help
+mupad/share/doc/ascii/DomProduct.help
+mupad/share/doc/ascii/DomQuaternion.help
+mupad/share/doc/ascii/DomRational.help
+mupad/share/doc/ascii/DomReal.help
+mupad/share/doc/ascii/DomSquareMatrix.help
+mupad/share/doc/ascii/DomTruncatedPowerSeries.help
+mupad/share/doc/ascii/Network.help
+mupad/share/doc/ascii/NetworkAddEdge.help
+mupad/share/doc/ascii/NetworkAddVertex.help
+mupad/share/doc/ascii/NetworkAdmiss.help
+mupad/share/doc/ascii/NetworkAllShortPath.help
+mupad/share/doc/ascii/NetworkChangeEdge.help
+mupad/share/doc/ascii/NetworkChangeVertex.help
+mupad/share/doc/ascii/NetworkComplete.help
+mupad/share/doc/ascii/NetworkConvertSSQ.help
+mupad/share/doc/ascii/NetworkCycle.help
+mupad/share/doc/ascii/NetworkDelEdge.help
+mupad/share/doc/ascii/NetworkDelVertex.help
+mupad/share/doc/ascii/NetworkECapacity.help
+mupad/share/doc/ascii/NetworkEWeight.help
+mupad/share/doc/ascii/NetworkEdge.help
+mupad/share/doc/ascii/NetworkEpost.help
+mupad/share/doc/ascii/NetworkEpre.help
+mupad/share/doc/ascii/NetworkInDegree.help
+mupad/share/doc/ascii/NetworkIsEdge.help
+mupad/share/doc/ascii/NetworkIsVertex.help
+mupad/share/doc/ascii/NetworkLongPath.help
+mupad/share/doc/ascii/NetworkMaxFlow.help
+mupad/share/doc/ascii/NetworkMinCost.help
+mupad/share/doc/ascii/NetworkMinCut.help
+mupad/share/doc/ascii/NetworkOutDegree.help
+mupad/share/doc/ascii/NetworkPrintGraph.help
+mupad/share/doc/ascii/NetworkRandom.help
+mupad/share/doc/ascii/NetworkResidual.help
+mupad/share/doc/ascii/NetworkShortPath.help
+mupad/share/doc/ascii/NetworkShortPathTo.help
+mupad/share/doc/ascii/NetworkShowGraph.help
+mupad/share/doc/ascii/NetworkTopSort.help
+mupad/share/doc/ascii/NetworkVWeight.help
+mupad/share/doc/ascii/NetworkVertex.help
+mupad/share/doc/ascii/Networknew.help
+mupad/share/doc/ascii/Poly.help
+mupad/share/doc/ascii/RootOf.help
+mupad/share/doc/ascii/Si.help
+mupad/share/doc/ascii/Type.help
+mupad/share/doc/ascii/TypeAnyType.help
+mupad/share/doc/ascii/TypeIndep.help
+mupad/share/doc/ascii/TypeListOf.help
+mupad/share/doc/ascii/TypePolyExpr.help
+mupad/share/doc/ascii/TypePolyOf.help
+mupad/share/doc/ascii/TypePosInt.help
+mupad/share/doc/ascii/TypeRatExpr.help
+mupad/share/doc/ascii/TypeRelation.help
+mupad/share/doc/ascii/TypeSequenceOf.help
+mupad/share/doc/ascii/TypeSeries.help
+mupad/share/doc/ascii/TypeSetOf.help
+mupad/share/doc/ascii/TypeSingleton.help
+mupad/share/doc/ascii/TypeTableOfEnt.help
+mupad/share/doc/ascii/TypeTableOfInd.help
+mupad/share/doc/ascii/TypeUnion.help
+mupad/share/doc/ascii/abs.help
+mupad/share/doc/ascii/alias.help
+mupad/share/doc/ascii/anames.help
+mupad/share/doc/ascii/append.help
+mupad/share/doc/ascii/args.help
+mupad/share/doc/ascii/array.help
+mupad/share/doc/ascii/asselems.help
+mupad/share/doc/ascii/assign.help
+mupad/share/doc/ascii/assume.help
+mupad/share/doc/ascii/asympt.help
+mupad/share/doc/ascii/atan.help
+mupad/share/doc/ascii/bernoull.help
+mupad/share/doc/ascii/besselj.help
+mupad/share/doc/ascii/bessely.help
+mupad/share/doc/ascii/beta.help
+mupad/share/doc/ascii/bin_op.help
+mupad/share/doc/ascii/binomial.help
+mupad/share/doc/ascii/block.help
+mupad/share/doc/ascii/bool.help
+mupad/share/doc/ascii/built_in.help
+mupad/share/doc/ascii/bytes.help
+mupad/share/doc/ascii/ceil.help
+mupad/share/doc/ascii/changevr.help
+mupad/share/doc/ascii/coeff.help
+mupad/share/doc/ascii/collect.help
+mupad/share/doc/ascii/combinat.help
+mupad/share/doc/ascii/combinatbell.help
+mupad/share/doc/ascii/combinatcartesian.help
+mupad/share/doc/ascii/combinatchoose.help
+mupad/share/doc/ascii/combinatcomposit.help
+mupad/share/doc/ascii/combinatparts.help
+mupad/share/doc/ascii/combinatpermute.help
+mupad/share/doc/ascii/combinatpowerset.help
+mupad/share/doc/ascii/combinatstirl1.help
+mupad/share/doc/ascii/combinatstirl2.help
+mupad/share/doc/ascii/combine.help
+mupad/share/doc/ascii/conjugat.help
+mupad/share/doc/ascii/contains.help
+mupad/share/doc/ascii/content.help
+mupad/share/doc/ascii/context.help
+mupad/share/doc/ascii/contfrac.help
+mupad/share/doc/ascii/d.help
+mupad/share/doc/ascii/debug.help
+mupad/share/doc/ascii/decomp.help
+mupad/share/doc/ascii/degree.help
+mupad/share/doc/ascii/degreeve.help
+mupad/share/doc/ascii/denom.help
+mupad/share/doc/ascii/diff.help
+mupad/share/doc/ascii/digits.help
+mupad/share/doc/ascii/dilog.help
+mupad/share/doc/ascii/dirac.help
+mupad/share/doc/ascii/discont.help
+mupad/share/doc/ascii/discrim.help
+mupad/share/doc/ascii/divide.help
+mupad/share/doc/ascii/domain.help
+mupad/share/doc/ascii/domattr.help
+mupad/share/doc/ascii/domtype.help
+mupad/share/doc/ascii/dpoly.help
+mupad/share/doc/ascii/eint.help
+mupad/share/doc/ascii/erfc.help
+mupad/share/doc/ascii/error.help
+mupad/share/doc/ascii/eval.help
+mupad/share/doc/ascii/evalp.help
+mupad/share/doc/ascii/evalstmt.help
+mupad/share/doc/ascii/evassign.help
+mupad/share/doc/ascii/exnops.help
+mupad/share/doc/ascii/expand.help
+mupad/share/doc/ascii/export.help
+mupad/share/doc/ascii/expose.help
+mupad/share/doc/ascii/expr.help
+mupad/share/doc/ascii/expr2txt.help
+mupad/share/doc/ascii/exsubsop.help
+mupad/share/doc/ascii/extop.help
+mupad/share/doc/ascii/fact.help
+mupad/share/doc/ascii/factor.help
+mupad/share/doc/ascii/fclose.help
+mupad/share/doc/ascii/fft.help
+mupad/share/doc/ascii/finput.help
+mupad/share/doc/ascii/float.help
+mupad/share/doc/ascii/floor.help
+mupad/share/doc/ascii/fopen.help
+mupad/share/doc/ascii/fp.help
+mupad/share/doc/ascii/fpapply.help
+mupad/share/doc/ascii/fpbottom.help
+mupad/share/doc/ascii/fpcurry.help
+mupad/share/doc/ascii/fpfixargs.help
+mupad/share/doc/ascii/fpfixedpt.help
+mupad/share/doc/ascii/fpfold.help
+mupad/share/doc/ascii/fpnest.help
+mupad/share/doc/ascii/fpnestvals.help
+mupad/share/doc/ascii/fprint.help
+mupad/share/doc/ascii/fpunapply.help
+mupad/share/doc/ascii/frac.help
+mupad/share/doc/ascii/fread.help
+mupad/share/doc/ascii/ftxtinp.help
+mupad/share/doc/ascii/fun.help
+mupad/share/doc/ascii/func.help
+mupad/share/doc/ascii/func_env.help
+mupad/share/doc/ascii/funcattr.help
+mupad/share/doc/ascii/gamma.help
+mupad/share/doc/ascii/gcd.help
+mupad/share/doc/ascii/gcdex.help
+mupad/share/doc/ascii/generate.help
+mupad/share/doc/ascii/generatec.help
+mupad/share/doc/ascii/generatefortran.help
+mupad/share/doc/ascii/generatetex.help
+mupad/share/doc/ascii/genident.help
+mupad/share/doc/ascii/genpoly.help
+mupad/share/doc/ascii/getprop.help
+mupad/share/doc/ascii/global.help
+mupad/share/doc/ascii/groebner.help
+mupad/share/doc/ascii/groebnerMixedOrd.help
+mupad/share/doc/ascii/groebnerWeiDgFun.help
+mupad/share/doc/ascii/groebnerWeiDgOrd.help
+mupad/share/doc/ascii/groebnergbasis.help
+mupad/share/doc/ascii/groebnerlcoeff.help
+mupad/share/doc/ascii/groebnerlmonom.help
+mupad/share/doc/ascii/groebnerlterm.help
+mupad/share/doc/ascii/groebnernormalf.help
+mupad/share/doc/ascii/groebnerspoly.help
+mupad/share/doc/ascii/groebnertcoeff.help
+mupad/share/doc/ascii/has.help
+mupad/share/doc/ascii/hastype.help
+mupad/share/doc/ascii/heaviside.help
+mupad/share/doc/ascii/help.help
+mupad/share/doc/ascii/history.help
+mupad/share/doc/ascii/histvar.help
+mupad/share/doc/ascii/hold.help
+mupad/share/doc/ascii/icontent.help
+mupad/share/doc/ascii/id.help
+mupad/share/doc/ascii/idx_val.help
+mupad/share/doc/ascii/ifactor.help
+mupad/share/doc/ascii/ifft.help
+mupad/share/doc/ascii/igamma.help
+mupad/share/doc/ascii/igcd.help
+mupad/share/doc/ascii/igcdex.help
+mupad/share/doc/ascii/ilcm.help
+mupad/share/doc/ascii/im.help
+mupad/share/doc/ascii/indets.help
+mupad/share/doc/ascii/info.help
+mupad/share/doc/ascii/input.help
+mupad/share/doc/ascii/insord.help
+mupad/share/doc/ascii/int.help
+mupad/share/doc/ascii/io.help
+mupad/share/doc/ascii/ioreaddata.help
+mupad/share/doc/ascii/ioreadlisp.help
+mupad/share/doc/ascii/irreduc.help
+mupad/share/doc/ascii/is.help
+mupad/share/doc/ascii/isprime.help
+mupad/share/doc/ascii/isqrt.help
+mupad/share/doc/ascii/iszero.help
+mupad/share/doc/ascii/ithprime.help
+mupad/share/doc/ascii/lagrange.help
+mupad/share/doc/ascii/last.help
+mupad/share/doc/ascii/lcm.help
+mupad/share/doc/ascii/lcoeff.help
+mupad/share/doc/ascii/ldegree.help
+mupad/share/doc/ascii/length.help
+mupad/share/doc/ascii/level.help
+mupad/share/doc/ascii/levvar.help
+mupad/share/doc/ascii/limit.help
+mupad/share/doc/ascii/linalg.help
+mupad/share/doc/ascii/linalgaddcol.help
+mupad/share/doc/ascii/linalgaddrow.help
+mupad/share/doc/ascii/linalgadjoint.help
+mupad/share/doc/ascii/linalgangle.help
+mupad/share/doc/ascii/linalgbasis.help
+mupad/share/doc/ascii/linalgcharmat.help
+mupad/share/doc/ascii/linalgcharpoly.help
+mupad/share/doc/ascii/linalgcholesky.help
+mupad/share/doc/ascii/linalgcol.help
+mupad/share/doc/ascii/linalgconcat.help
+mupad/share/doc/ascii/linalgcrossmul.help
+mupad/share/doc/ascii/linalgcurl.help
+mupad/share/doc/ascii/linalgdelcol.help
+mupad/share/doc/ascii/linalgdelrow.help
+mupad/share/doc/ascii/linalgdet.help
+mupad/share/doc/ascii/linalgdimen.help
+mupad/share/doc/ascii/linalgdiverge.help
+mupad/share/doc/ascii/linalgeigenval.help
+mupad/share/doc/ascii/linalgeigenvec.help
+mupad/share/doc/ascii/linalgexpr2mat.help
+mupad/share/doc/ascii/linalgextract.help
+mupad/share/doc/ascii/linalgfactorqr.help
+mupad/share/doc/ascii/linalgfreeset.help
+mupad/share/doc/ascii/linalggauselim.help
+mupad/share/doc/ascii/linalggausjord.help
+mupad/share/doc/ascii/linalggrad.help
+mupad/share/doc/ascii/linalghermite.help
+mupad/share/doc/ascii/linalghessian.help
+mupad/share/doc/ascii/linalgintbasis.help
+mupad/share/doc/ascii/linalgisherm.help
+mupad/share/doc/ascii/linalgisorth.help
+mupad/share/doc/ascii/linalgisposdef.help
+mupad/share/doc/ascii/linalgjacobian.help
+mupad/share/doc/ascii/linalgjordan.help
+mupad/share/doc/ascii/linalglinsolve.help
+mupad/share/doc/ascii/linalgmulcol.help
+mupad/share/doc/ascii/linalgmulrow.help
+mupad/share/doc/ascii/linalgncols.help
+mupad/share/doc/ascii/linalgnonzeros.help
+mupad/share/doc/ascii/linalgnormaliz.help
+mupad/share/doc/ascii/linalgnrows.help
+mupad/share/doc/ascii/linalgnulspace.help
+mupad/share/doc/ascii/linalgogcoord.help
+mupad/share/doc/ascii/linalgogsystem.help
+mupad/share/doc/ascii/linalgonsystem.help
+mupad/share/doc/ascii/linalgrandmat.help
+mupad/share/doc/ascii/linalgrank.help
+mupad/share/doc/ascii/linalgrow.help
+mupad/share/doc/ascii/linalgscmult.help
+mupad/share/doc/ascii/linalgsetcol.help
+mupad/share/doc/ascii/linalgsetrow.help
+mupad/share/doc/ascii/linalgstack.help
+mupad/share/doc/ascii/linalgsumbasis.help
+mupad/share/doc/ascii/linalgswapcol.help
+mupad/share/doc/ascii/linalgswaprow.help
+mupad/share/doc/ascii/linalgsylv.help
+mupad/share/doc/ascii/linalgtrace.help
+mupad/share/doc/ascii/linalgtranspos.help
+mupad/share/doc/ascii/linalgvecdim.help
+mupad/share/doc/ascii/linalgvecpot.help
+mupad/share/doc/ascii/linalgvectof.help
+mupad/share/doc/ascii/linalgwiedemann.help
+mupad/share/doc/ascii/lineedit.help
+mupad/share/doc/ascii/linopt.help
+mupad/share/doc/ascii/linoptfeasible.help
+mupad/share/doc/ascii/linoptmaximize.help
+mupad/share/doc/ascii/linoptminimize.help
+mupad/share/doc/ascii/linoptsetup.help
+mupad/share/doc/ascii/linsert.help
+mupad/share/doc/ascii/linsolve.help
+mupad/share/doc/ascii/lllint.help
+mupad/share/doc/ascii/lmonom.help
+mupad/share/doc/ascii/load.help
+mupad/share/doc/ascii/loadlib.help
+mupad/share/doc/ascii/loadproc.help
+mupad/share/doc/ascii/lock.help
+mupad/share/doc/ascii/lterm.help
+mupad/share/doc/ascii/map.help
+mupad/share/doc/ascii/mapcoef.help
+mupad/share/doc/ascii/maprat.help
+mupad/share/doc/ascii/match.help
+mupad/share/doc/ascii/math.help
+mupad/share/doc/ascii/max.help
+mupad/share/doc/ascii/maxdepth.help
+mupad/share/doc/ascii/maxlevel.help
+mupad/share/doc/ascii/min.help
+mupad/share/doc/ascii/misc.help
+mupad/share/doc/ascii/misccheckfct.help
+mupad/share/doc/ascii/miscchecklib.help
+mupad/share/doc/ascii/miscfreeze.help
+mupad/share/doc/ascii/miscmapFun.help
+mupad/share/doc/ascii/misctabForm.help
+mupad/share/doc/ascii/misctest.help
+mupad/share/doc/ascii/misctestexit.help
+mupad/share/doc/ascii/misctestfunc.help
+mupad/share/doc/ascii/misctestinit.help
+mupad/share/doc/ascii/miscunfreeze.help
+mupad/share/doc/ascii/mod.help
+mupad/share/doc/ascii/multcoef.help
+mupad/share/doc/ascii/netsem.help
+mupad/share/doc/ascii/new.help
+mupad/share/doc/ascii/nops.help
+mupad/share/doc/ascii/norm.help
+mupad/share/doc/ascii/normal.help
+mupad/share/doc/ascii/nprime.help
+mupad/share/doc/ascii/nterms.help
+mupad/share/doc/ascii/nthcoeff.help
+mupad/share/doc/ascii/nthmonom.help
+mupad/share/doc/ascii/nthterm.help
+mupad/share/doc/ascii/null.help
+mupad/share/doc/ascii/numer.help
+mupad/share/doc/ascii/numeric.help
+mupad/share/doc/ascii/numericGLData.help
+mupad/share/doc/ascii/numericGTData.help
+mupad/share/doc/ascii/numericNCData.help
+mupad/share/doc/ascii/numericbairstow.help
+mupad/share/doc/ascii/numericbisect.help
+mupad/share/doc/ascii/numericbutcher.help
+mupad/share/doc/ascii/numericdet.help
+mupad/share/doc/ascii/numericeigenval.help
+mupad/share/doc/ascii/numericeigenvec.help
+mupad/share/doc/ascii/numericfactorCh.help
+mupad/share/doc/ascii/numericfactorLU.help
+mupad/share/doc/ascii/numericfactorQR.help
+mupad/share/doc/ascii/numericfint.help
+mupad/share/doc/ascii/numericfsolve.help
+mupad/share/doc/ascii/numericinverse.help
+mupad/share/doc/ascii/numericnewton.help
+mupad/share/doc/ascii/numericnumQuad.help
+mupad/share/doc/ascii/numericodesolve.help
+mupad/share/doc/ascii/numericsingval.help
+mupad/share/doc/ascii/numericsingvec.help
+mupad/share/doc/ascii/numericvonMises.help
+mupad/share/doc/ascii/numlib.help
+mupad/share/doc/ascii/numlibdecimal.help
+mupad/share/doc/ascii/numlibdivisors.help
+mupad/share/doc/ascii/numlibfibonacc.help
+mupad/share/doc/ascii/numlibfromAsc.help
+mupad/share/doc/ascii/numlibg_adic.help
+mupad/share/doc/ascii/numlibichrem.help
+mupad/share/doc/ascii/numlibigcdmult.help
+mupad/share/doc/ascii/numlibispower.help
+mupad/share/doc/ascii/numlibisqdres.help
+mupad/share/doc/ascii/numlibissqr.help
+mupad/share/doc/ascii/numlibjacobi.help
+mupad/share/doc/ascii/numliblambda.help
+mupad/share/doc/ascii/numliblegendre.help
+mupad/share/doc/ascii/numliblincongr.help
+mupad/share/doc/ascii/numlibmersenne.help
+mupad/share/doc/ascii/numlibmoebius.help
+mupad/share/doc/ascii/numlibmpqs.help
+mupad/share/doc/ascii/numlibmroots.help
+mupad/share/doc/ascii/numlibmsqrts.help
+mupad/share/doc/ascii/numlibnumdivs.help
+mupad/share/doc/ascii/numlibnumpdivs.help
+mupad/share/doc/ascii/numlibomega.help
+mupad/share/doc/ascii/numliborder.help
+mupad/share/doc/ascii/numlibpollard.help
+mupad/share/doc/ascii/numlibprevprim.help
+mupad/share/doc/ascii/numlibprfprime.help
+mupad/share/doc/ascii/numlibprimdivs.help
+mupad/share/doc/ascii/numlibprimroot.help
+mupad/share/doc/ascii/numlibsigma.help
+mupad/share/doc/ascii/numlibsumdivs.help
+mupad/share/doc/ascii/numlibtau.help
+mupad/share/doc/ascii/numlibtoAscii.help
+mupad/share/doc/ascii/o.help
+mupad/share/doc/ascii/ode.help
+mupad/share/doc/ascii/op.help
+mupad/share/doc/ascii/orthpoly.help
+mupad/share/doc/ascii/orthpolychebyshev1.help
+mupad/share/doc/ascii/orthpolychebyshev2.help
+mupad/share/doc/ascii/orthpolycurtz.help
+mupad/share/doc/ascii/orthpolygegenbauer.help
+mupad/share/doc/ascii/orthpolyhermite.help
+mupad/share/doc/ascii/orthpolyjacobi.help
+mupad/share/doc/ascii/orthpolylaguerre.help
+mupad/share/doc/ascii/orthpolylegendre.help
+mupad/share/doc/ascii/partfrac.help
+mupad/share/doc/ascii/path.help
+mupad/share/doc/ascii/pathname.help
+mupad/share/doc/ascii/pdioe.help
+mupad/share/doc/ascii/pdivide.help
+mupad/share/doc/ascii/phi.help
+mupad/share/doc/ascii/plot2d.help
+mupad/share/doc/ascii/plot3d.help
+mupad/share/doc/ascii/plotfunc.help
+mupad/share/doc/ascii/plotlib.help
+mupad/share/doc/ascii/plotlibcontour.help
+mupad/share/doc/ascii/plotlibdata.help
+mupad/share/doc/ascii/plotlibdensity.help
+mupad/share/doc/ascii/plotlibpl_cylin.help
+mupad/share/doc/ascii/plotlibpl_field.help
+mupad/share/doc/ascii/plotlibpl_impli.help
+mupad/share/doc/ascii/plotlibpl_polar.help
+mupad/share/doc/ascii/plotlibpl_polpl.help
+mupad/share/doc/ascii/plotlibpl_spher.help
+mupad/share/doc/ascii/plotlibpl_xrota.help
+mupad/share/doc/ascii/plotlibpl_yrota.help
+mupad/share/doc/ascii/plotopt.help
+mupad/share/doc/ascii/plotopt2.help
+mupad/share/doc/ascii/plotopt3.help
+mupad/share/doc/ascii/point.help
+mupad/share/doc/ascii/poly.help
+mupad/share/doc/ascii/poly2lst.help
+mupad/share/doc/ascii/polygon.help
+mupad/share/doc/ascii/powermod.help
+mupad/share/doc/ascii/pref.help
+mupad/share/doc/ascii/pretty.help
+mupad/share/doc/ascii/primpart.help
+mupad/share/doc/ascii/print.help
+mupad/share/doc/ascii/prlevel.help
+mupad/share/doc/ascii/product.help
+mupad/share/doc/ascii/profile.help
+mupad/share/doc/ascii/property.help
+mupad/share/doc/ascii/propertyDivs.help
+mupad/share/doc/ascii/propertyIV.help
+mupad/share/doc/ascii/propertyNRange.help
+mupad/share/doc/ascii/propertyProp.help
+mupad/share/doc/ascii/propertyRel.help
+mupad/share/doc/ascii/propertydelrule.help
+mupad/share/doc/ascii/propertygetrule.help
+mupad/share/doc/ascii/propertyloadrule.help
+mupad/share/doc/ascii/propertysaverule.help
+mupad/share/doc/ascii/propertysetrule.help
+mupad/share/doc/ascii/protect.help
+mupad/share/doc/ascii/protocol.help
+mupad/share/doc/ascii/psi.help
+mupad/share/doc/ascii/radsimp.help
+mupad/share/doc/ascii/random.help
+mupad/share/doc/ascii/randpoly.help
+mupad/share/doc/ascii/rational.help
+mupad/share/doc/ascii/re.help
+mupad/share/doc/ascii/read.help
+mupad/share/doc/ascii/readpipe.help
+mupad/share/doc/ascii/readqueu.help
+mupad/share/doc/ascii/rec.help
+mupad/share/doc/ascii/rectform.help
+mupad/share/doc/ascii/reset.help
+mupad/share/doc/ascii/resultan.help
+mupad/share/doc/ascii/return.help
+mupad/share/doc/ascii/revert.help
+mupad/share/doc/ascii/rewrite.help
+mupad/share/doc/ascii/round.help
+mupad/share/doc/ascii/rtime.help
+mupad/share/doc/ascii/select.help
+mupad/share/doc/ascii/semop.help
+mupad/share/doc/ascii/seq.help
+mupad/share/doc/ascii/series.help
+mupad/share/doc/ascii/setusinf.help
+mupad/share/doc/ascii/sharelib.help
+mupad/share/doc/ascii/sharelibRGB.help
+mupad/share/doc/ascii/sharelibanimate.help
+mupad/share/doc/ascii/sharelibiroots.help
+mupad/share/doc/ascii/sharelibrational.help
+mupad/share/doc/ascii/sharelibsetup.help
+mupad/share/doc/ascii/sharelibtrace.help
+mupad/share/doc/ascii/sharelibuntrace.help
+mupad/share/doc/ascii/sign.help
+mupad/share/doc/ascii/simplify.help
+mupad/share/doc/ascii/solve.help
+mupad/share/doc/ascii/sort.help
+mupad/share/doc/ascii/spline.help
+mupad/share/doc/ascii/split.help
+mupad/share/doc/ascii/sqrfree.help
+mupad/share/doc/ascii/stats.help
+mupad/share/doc/ascii/statschi.help
+mupad/share/doc/ascii/statsmean.help
+mupad/share/doc/ascii/statsmeantest.help
+mupad/share/doc/ascii/statsmedian.help
+mupad/share/doc/ascii/statsnormal.help
+mupad/share/doc/ascii/statsstdev.help
+mupad/share/doc/ascii/statstdist.help
+mupad/share/doc/ascii/statsvariance.help
+mupad/share/doc/ascii/string.help
+mupad/share/doc/ascii/stringcontains.help
+mupad/share/doc/ascii/stringdelete.help
+mupad/share/doc/ascii/stringformat.help
+mupad/share/doc/ascii/stringformatf.help
+mupad/share/doc/ascii/stringmatch.help
+mupad/share/doc/ascii/stringpos.help
+mupad/share/doc/ascii/stringsubs.help
+mupad/share/doc/ascii/stringsubsop.help
+mupad/share/doc/ascii/strlen.help
+mupad/share/doc/ascii/strmatch.help
+mupad/share/doc/ascii/student.help
+mupad/share/doc/ascii/studentKn.help
+mupad/share/doc/ascii/studentequate.help
+mupad/share/doc/ascii/studentgauselim.help
+mupad/share/doc/ascii/studentgenExpl.help
+mupad/share/doc/ascii/studentisFree.help
+mupad/share/doc/ascii/subs.help
+mupad/share/doc/ascii/subsex.help
+mupad/share/doc/ascii/subsop.help
+mupad/share/doc/ascii/substr.help
+mupad/share/doc/ascii/sum.help
+mupad/share/doc/ascii/sysname.help
+mupad/share/doc/ascii/sysorder.help
+mupad/share/doc/ascii/syspar.help
+mupad/share/doc/ascii/system.help
+mupad/share/doc/ascii/table.help
+mupad/share/doc/ascii/taylor.help
+mupad/share/doc/ascii/tbl2text.help
+mupad/share/doc/ascii/tcoeff.help
+mupad/share/doc/ascii/testargs.help
+mupad/share/doc/ascii/testtype.help
+mupad/share/doc/ascii/text2tbl.help
+mupad/share/doc/ascii/time.help
+mupad/share/doc/ascii/topology.help
+mupad/share/doc/ascii/trace.help
+mupad/share/doc/ascii/transform.help
+mupad/share/doc/ascii/transformfourier.help
+mupad/share/doc/ascii/transformifourier.help
+mupad/share/doc/ascii/transformilaplace.help
+mupad/share/doc/ascii/transformlaplace.help
+mupad/share/doc/ascii/transformmellin.help
+mupad/share/doc/ascii/traperr.help
+mupad/share/doc/ascii/trunc.help
+mupad/share/doc/ascii/txt2expr.help
+mupad/share/doc/ascii/txt2list.help
+mupad/share/doc/ascii/txtinput.help
+mupad/share/doc/ascii/txtwidth.help
+mupad/share/doc/ascii/type.help
+mupad/share/doc/ascii/unalias.help
+mupad/share/doc/ascii/unassign.help
+mupad/share/doc/ascii/unassume.help
+mupad/share/doc/ascii/unix.help
+mupad/share/doc/ascii/unlock.help
+mupad/share/doc/ascii/unprot.help
+mupad/share/doc/ascii/userinfo.help
+mupad/share/doc/ascii/val.help
+mupad/share/doc/ascii/version.help
+mupad/share/doc/ascii/write.help
+mupad/share/doc/ascii/writepip.help
+mupad/share/doc/ascii/writeque.help
+mupad/share/doc/ascii/zeta.help
+mupad/share/doc/ascii/zip.help
+mupad/share/doc/hytex/Ax.bsp
+mupad/share/doc/hytex/Ax.dvi
+mupad/share/doc/hytex/Ax.hyp
+mupad/share/doc/hytex/Ax.lab
+mupad/share/doc/hytex/Cat.bsp
+mupad/share/doc/hytex/Cat.dvi
+mupad/share/doc/hytex/Cat.hyp
+mupad/share/doc/hytex/Cat.lab
+mupad/share/doc/hytex/Dom.bsp
+mupad/share/doc/hytex/Dom.dvi
+mupad/share/doc/hytex/Dom.hyp
+mupad/share/doc/hytex/Dom.lab
+mupad/share/doc/hytex/Lsys.bsp
+mupad/share/doc/hytex/Lsys.dvi
+mupad/share/doc/hytex/Lsys.hyp
+mupad/share/doc/hytex/Lsys.lab
+mupad/share/doc/hytex/Network.bsp
+mupad/share/doc/hytex/Network.dvi
+mupad/share/doc/hytex/Network.hyp
+mupad/share/doc/hytex/Network.lab
+mupad/share/doc/hytex/Type.bsp
+mupad/share/doc/hytex/Type.dvi
+mupad/share/doc/hytex/Type.hyp
+mupad/share/doc/hytex/Type.lab
+mupad/share/doc/hytex/advdemo.bsp
+mupad/share/doc/hytex/advdemo.dvi
+mupad/share/doc/hytex/advdemo.hyp
+mupad/share/doc/hytex/advdemo.lab
+mupad/share/doc/hytex/combinat.bsp
+mupad/share/doc/hytex/combinat.dvi
+mupad/share/doc/hytex/combinat.hyp
+mupad/share/doc/hytex/combinat.lab
+mupad/share/doc/hytex/demo.bsp
+mupad/share/doc/hytex/demo.dvi
+mupad/share/doc/hytex/demo.hyp
+mupad/share/doc/hytex/demo.lab
+mupad/share/doc/hytex/dom-pack.bsp
+mupad/share/doc/hytex/dom-pack.dvi
+mupad/share/doc/hytex/dom-pack.hyp
+mupad/share/doc/hytex/dom-pack.lab
+mupad/share/doc/hytex/fonts/bbm10.118pk
+mupad/share/doc/hytex/fonts/bbm12.118pk
+mupad/share/doc/hytex/fonts/cmbx10.118pk
+mupad/share/doc/hytex/fonts/cmbx10.129pk
+mupad/share/doc/hytex/fonts/cmbx10.294pk
+mupad/share/doc/hytex/fonts/cmbx12.118pk
+mupad/share/doc/hytex/fonts/cmbx12.142pk
+mupad/share/doc/hytex/fonts/cmbx12.204pk
+mupad/share/doc/hytex/fonts/cmbx12.245pk
+mupad/share/doc/hytex/fonts/cmbx9.118pk
+mupad/share/doc/hytex/fonts/cmcsc10.106pk
+mupad/share/doc/hytex/fonts/cmcsc10.118pk
+mupad/share/doc/hytex/fonts/cmcsc10.129pk
+mupad/share/doc/hytex/fonts/cmex10.118pk
+mupad/share/doc/hytex/fonts/cmex10.129pk
+mupad/share/doc/hytex/fonts/cmex9.118pk
+mupad/share/doc/hytex/fonts/cmitt10.118pk
+mupad/share/doc/hytex/fonts/cmitt10.129pk
+mupad/share/doc/hytex/fonts/cmmi10.118pk
+mupad/share/doc/hytex/fonts/cmmi10.129pk
+mupad/share/doc/hytex/fonts/cmmi12.118pk
+mupad/share/doc/hytex/fonts/cmmi12.170pk
+mupad/share/doc/hytex/fonts/cmmi5.118pk
+mupad/share/doc/hytex/fonts/cmmi6.118pk
+mupad/share/doc/hytex/fonts/cmmi7.118pk
+mupad/share/doc/hytex/fonts/cmmi8.118pk
+mupad/share/doc/hytex/fonts/cmmi9.118pk
+mupad/share/doc/hytex/fonts/cmr10.118pk
+mupad/share/doc/hytex/fonts/cmr10.129pk
+mupad/share/doc/hytex/fonts/cmr12.118pk
+mupad/share/doc/hytex/fonts/cmr17.118pk
+mupad/share/doc/hytex/fonts/cmr17.170pk
+mupad/share/doc/hytex/fonts/cmr5.118pk
+mupad/share/doc/hytex/fonts/cmr6.118pk
+mupad/share/doc/hytex/fonts/cmr7.118pk
+mupad/share/doc/hytex/fonts/cmr8.118pk
+mupad/share/doc/hytex/fonts/cmr9.118pk
+mupad/share/doc/hytex/fonts/cmsl10.118pk
+mupad/share/doc/hytex/fonts/cmsl10.129pk
+mupad/share/doc/hytex/fonts/cmsl9.118pk
+mupad/share/doc/hytex/fonts/cmsltt10.129pk
+mupad/share/doc/hytex/fonts/cmss10.118pk
+mupad/share/doc/hytex/fonts/cmss10.129pk
+mupad/share/doc/hytex/fonts/cmss10.170pk
+mupad/share/doc/hytex/fonts/cmss12.118pk
+mupad/share/doc/hytex/fonts/cmss12.142pk
+mupad/share/doc/hytex/fonts/cmss12.170pk
+mupad/share/doc/hytex/fonts/cmss8.118pk
+mupad/share/doc/hytex/fonts/cmss9.118pk
+mupad/share/doc/hytex/fonts/cmssbx10.129pk
+mupad/share/doc/hytex/fonts/cmssbx10.142pk
+mupad/share/doc/hytex/fonts/cmssbx10.170pk
+mupad/share/doc/hytex/fonts/cmssbx10.294pk
+mupad/share/doc/hytex/fonts/cmssi10.129pk
+mupad/share/doc/hytex/fonts/cmssi12.118pk
+mupad/share/doc/hytex/fonts/cmssi17.294pk
+mupad/share/doc/hytex/fonts/cmssi17.478pk
+mupad/share/doc/hytex/fonts/cmsy10.118pk
+mupad/share/doc/hytex/fonts/cmsy10.129pk
+mupad/share/doc/hytex/fonts/cmsy10.142pk
+mupad/share/doc/hytex/fonts/cmsy10.170pk
+mupad/share/doc/hytex/fonts/cmsy10.204pk
+mupad/share/doc/hytex/fonts/cmsy6.118pk
+mupad/share/doc/hytex/fonts/cmsy7.118pk
+mupad/share/doc/hytex/fonts/cmsy8.118pk
+mupad/share/doc/hytex/fonts/cmsy9.118pk
+mupad/share/doc/hytex/fonts/cmtcsc10.106pk
+mupad/share/doc/hytex/fonts/cmtcsc10.118pk
+mupad/share/doc/hytex/fonts/cmtcsc10.129pk
+mupad/share/doc/hytex/fonts/cmti10.118pk
+mupad/share/doc/hytex/fonts/cmti10.129pk
+mupad/share/doc/hytex/fonts/cmti9.118pk
+mupad/share/doc/hytex/fonts/cmtt10.118pk
+mupad/share/doc/hytex/fonts/cmtt10.129pk
+mupad/share/doc/hytex/fonts/cmtt12.118pk
+mupad/share/doc/hytex/fonts/cmtt12.142pk
+mupad/share/doc/hytex/fonts/cmtt12.245pk
+mupad/share/doc/hytex/fonts/cmtt8.103pk
+mupad/share/doc/hytex/fonts/cmtt8.118pk
+mupad/share/doc/hytex/fonts/cmtt9.118pk
+mupad/share/doc/hytex/fonts/create_fonts.log
+mupad/share/doc/hytex/fonts/lcircle10.118pk
+mupad/share/doc/hytex/fonts/line10.118pk
+mupad/share/doc/hytex/fonts/linew10.118pk
+mupad/share/doc/hytex/fonts/msam10.118pk
+mupad/share/doc/hytex/fonts/msbm10.118pk
+mupad/share/doc/hytex/fonts/msbm10.129pk
+mupad/share/doc/hytex/fonts/unilogo.118pk
+mupad/share/doc/hytex/fp.bsp
+mupad/share/doc/hytex/fp.dvi
+mupad/share/doc/hytex/fp.hyp
+mupad/share/doc/hytex/fp.lab
+mupad/share/doc/hytex/generate.bsp
+mupad/share/doc/hytex/generate.dvi
+mupad/share/doc/hytex/generate.hyp
+mupad/share/doc/hytex/generate.lab
+mupad/share/doc/hytex/gif/Lsys/Lsys_ex1.gif
+mupad/share/doc/hytex/gif/Lsys/Lsys_ex2.gif
+mupad/share/doc/hytex/gif/Lsys/Lsys_ex3.gif
+mupad/share/doc/hytex/gif/Lsys/Lsys_ex4.gif
+mupad/share/doc/hytex/gif/Lsys/Lsys_ex5.gif
+mupad/share/doc/hytex/gif/Lsys/Lsys_ex6.gif
+mupad/share/doc/hytex/gif/advdemo/3dcolor.gif
+mupad/share/doc/hytex/gif/advdemo/bo2.gif
+mupad/share/doc/hytex/gif/advdemo/colfunc.gif
+mupad/share/doc/hytex/gif/advdemo/diffsty.gif
+mupad/share/doc/hytex/gif/advdemo/tetra.gif
+mupad/share/doc/hytex/gif/advdemo/userdef.gif
+mupad/share/doc/hytex/gif/demo/fieldplot.gif
+mupad/share/doc/hytex/gif/demo/fplot.gif
+mupad/share/doc/hytex/gif/demo/plot2d_circle.gif
+mupad/share/doc/hytex/gif/demo/plot3d_surface.gif
+mupad/share/doc/hytex/gif/demo/plotfunc_sin.gif
+mupad/share/doc/hytex/gif/demo/plotfunc_sincos.gif
+mupad/share/doc/hytex/gif/demo/singularity.gif
+mupad/share/doc/hytex/gif/demo/xrotate.gif
+mupad/share/doc/hytex/gif/int-hier.gif
+mupad/share/doc/hytex/gif/manual/3DBrowse.gif
+mupad/share/doc/hytex/gif/manual/3DPlot.gif
+mupad/share/doc/hytex/gif/manual/AxesLabe.gif
+mupad/share/doc/hytex/gif/manual/ChangeTy.gif
+mupad/share/doc/hytex/gif/manual/ColorPre.gif
+mupad/share/doc/hytex/gif/manual/Constrai.gif
+mupad/share/doc/hytex/gif/manual/Datawind.gif
+mupad/share/doc/hytex/gif/manual/DebugPre.gif
+mupad/share/doc/hytex/gif/manual/Debugger.gif
+mupad/share/doc/hytex/gif/manual/DrawingP.gif
+mupad/share/doc/hytex/gif/manual/Evaluate.gif
+mupad/share/doc/hytex/gif/manual/Find.gif
+mupad/share/doc/hytex/gif/manual/GotoLine.gif
+mupad/share/doc/hytex/gif/manual/GraphicE.gif
+mupad/share/doc/hytex/gif/manual/Man+Exam.gif
+mupad/share/doc/hytex/gif/manual/Man+Hype.gif
+mupad/share/doc/hytex/gif/manual/Man+Next.gif
+mupad/share/doc/hytex/gif/manual/Manual.gif
+mupad/share/doc/hytex/gif/manual/MuPADPre.gif
+mupad/share/doc/hytex/gif/manual/Perspect.gif
+mupad/share/doc/hytex/gif/manual/Registra.gif
+mupad/share/doc/hytex/gif/manual/SelectMa.gif
+mupad/share/doc/hytex/gif/manual/SessBeis.gif
+mupad/share/doc/hytex/gif/manual/Session.gif
+mupad/share/doc/hytex/gif/manual/SessionP.gif
+mupad/share/doc/hytex/gif/manual/Textwidt.gif
+mupad/share/doc/hytex/gif/manual/Titel.gif
+mupad/share/doc/hytex/gif/manual/Zooming.gif
+mupad/share/doc/hytex/gif/manual/base.gif
+mupad/share/doc/hytex/gif/manual/bsp1.gif
+mupad/share/doc/hytex/gif/manual/bsp1a.gif
+mupad/share/doc/hytex/gif/manual/bsp2a.gif
+mupad/share/doc/hytex/gif/manual/bsp3.gif
+mupad/share/doc/hytex/gif/manual/bsp3a.gif
+mupad/share/doc/hytex/gif/manual/copo.gif
+mupad/share/doc/hytex/gif/manual/defa.gif
+mupad/share/doc/hytex/gif/manual/defadr1.gif
+mupad/share/doc/hytex/gif/manual/defaob.gif
+mupad/share/doc/hytex/gif/manual/graph01.gif
+mupad/share/doc/hytex/gif/manual/graph02.gif
+mupad/share/doc/hytex/gif/manual/graph03.gif
+mupad/share/doc/hytex/gif/manual/graph04.gif
+mupad/share/doc/hytex/gif/manual/graph05.gif
+mupad/share/doc/hytex/gif/manual/graph06.gif
+mupad/share/doc/hytex/gif/manual/graph07.gif
+mupad/share/doc/hytex/gif/manual/graph08.gif
+mupad/share/doc/hytex/gif/manual/graph09.gif
+mupad/share/doc/hytex/gif/manual/graph10.gif
+mupad/share/doc/hytex/gif/manual/graph11.gif
+mupad/share/doc/hytex/gif/manual/graph12.gif
+mupad/share/doc/hytex/gif/manual/graph13.gif
+mupad/share/doc/hytex/gif/manual/graph14.gif
+mupad/share/doc/hytex/gif/manual/graph15.gif
+mupad/share/doc/hytex/gif/manual/graph16.gif
+mupad/share/doc/hytex/gif/manual/graph17.gif
+mupad/share/doc/hytex/gif/manual/graph18.gif
+mupad/share/doc/hytex/gif/manual/graph19.gif
+mupad/share/doc/hytex/gif/manual/graph20.gif
+mupad/share/doc/hytex/gif/manual/graph21.gif
+mupad/share/doc/hytex/gif/manual/graph22.gif
+mupad/share/doc/hytex/gif/manual/graph23.gif
+mupad/share/doc/hytex/gif/manual/graph24.gif
+mupad/share/doc/hytex/gif/manual/graph25.gif
+mupad/share/doc/hytex/gif/manual/graph26.gif
+mupad/share/doc/hytex/gif/manual/graph27.gif
+mupad/share/doc/hytex/gif/manual/graph28.gif
+mupad/share/doc/hytex/gif/manual/hhelp.gif
+mupad/share/doc/hytex/gif/manual/hload.gif
+mupad/share/doc/hytex/gif/manual/hsearch.gif
+mupad/share/doc/hytex/gif/manual/hytex.gif
+mupad/share/doc/hytex/gif/manual/in_plot.gif
+mupad/share/doc/hytex/gif/manual/mbase.gif
+mupad/share/doc/hytex/gif/manual/pers.gif
+mupad/share/doc/hytex/gif/manual/print.gif
+mupad/share/doc/hytex/gif/manual/pro.gif
+mupad/share/doc/hytex/gif/manual/prop.gif
+mupad/share/doc/hytex/gif/manual/read.gif
+mupad/share/doc/hytex/gif/manual/saplpo.gif
+mupad/share/doc/hytex/gif/manual/save.gif
+mupad/share/doc/hytex/gif/manual/scpo2.gif
+mupad/share/doc/hytex/gif/manual/scpo3.gif
+mupad/share/doc/hytex/gif/manual/xbasis.gif
+mupad/share/doc/hytex/gif/manual/xbsp1.gif
+mupad/share/doc/hytex/gif/manual/xbsp2.gif
+mupad/share/doc/hytex/gif/manual/xfont.gif
+mupad/share/doc/hytex/gif/manual/xsave.gif
+mupad/share/doc/hytex/gif/manual/xsetting.gif
+mupad/share/doc/hytex/gif/manual/xstatus.gif
+mupad/share/doc/hytex/gif/manual/xtools.gif
+mupad/share/doc/hytex/gif/manual/zoom.gif
+mupad/share/doc/hytex/gif/tutorium/MuPAD.gif
+mupad/share/doc/hytex/gif/tutorium/contour.gif
+mupad/share/doc/hytex/gif/tutorium/cube.gif
+mupad/share/doc/hytex/gif/tutorium/fieldplot.gif
+mupad/share/doc/hytex/gif/tutorium/hhelp.gif
+mupad/share/doc/hytex/gif/tutorium/kreis1.gif
+mupad/share/doc/hytex/gif/tutorium/kreis2.gif
+mupad/share/doc/hytex/gif/tutorium/rational.gif
+mupad/share/doc/hytex/gif/tutorium/sin1.gif
+mupad/share/doc/hytex/gif/tutorium/sin2.gif
+mupad/share/doc/hytex/gif/tutorium/sin3.gif
+mupad/share/doc/hytex/gif/tutorium/sin4.gif
+mupad/share/doc/hytex/gif/tutorium/sin5.gif
+mupad/share/doc/hytex/gif/tutorium/sin6.gif
+mupad/share/doc/hytex/gif/tutorium/singraph.gif
+mupad/share/doc/hytex/gif/tutorium/singular.gif
+mupad/share/doc/hytex/gif/tutorium/sinsquare1.gif
+mupad/share/doc/hytex/gif/tutorium/sinsquare2.gif
+mupad/share/doc/hytex/groebner.bsp
+mupad/share/doc/hytex/groebner.dvi
+mupad/share/doc/hytex/groebner.hyp
+mupad/share/doc/hytex/groebner.lab
+mupad/share/doc/hytex/io.bsp
+mupad/share/doc/hytex/io.dvi
+mupad/share/doc/hytex/io.hyp
+mupad/share/doc/hytex/io.lab
+mupad/share/doc/hytex/linalg.bsp
+mupad/share/doc/hytex/linalg.dvi
+mupad/share/doc/hytex/linalg.hyp
+mupad/share/doc/hytex/linalg.lab
+mupad/share/doc/hytex/linopt.bsp
+mupad/share/doc/hytex/linopt.dvi
+mupad/share/doc/hytex/linopt.hyp
+mupad/share/doc/hytex/linopt.lab
+mupad/share/doc/hytex/man_eng.bsp
+mupad/share/doc/hytex/man_eng.dvi
+mupad/share/doc/hytex/man_eng.hyp
+mupad/share/doc/hytex/man_eng.lab
+mupad/share/doc/hytex/misc.bsp
+mupad/share/doc/hytex/misc.dvi
+mupad/share/doc/hytex/misc.hyp
+mupad/share/doc/hytex/misc.lab
+mupad/share/doc/hytex/numeric.bsp
+mupad/share/doc/hytex/numeric.dvi
+mupad/share/doc/hytex/numeric.hyp
+mupad/share/doc/hytex/numeric.lab
+mupad/share/doc/hytex/numlib.bsp
+mupad/share/doc/hytex/numlib.dvi
+mupad/share/doc/hytex/numlib.hyp
+mupad/share/doc/hytex/numlib.lab
+mupad/share/doc/hytex/orthpoly.bsp
+mupad/share/doc/hytex/orthpoly.dvi
+mupad/share/doc/hytex/orthpoly.hyp
+mupad/share/doc/hytex/orthpoly.lab
+mupad/share/doc/hytex/pack-org.bsp
+mupad/share/doc/hytex/pack-org.dvi
+mupad/share/doc/hytex/pack-org.hyp
+mupad/share/doc/hytex/pack-org.lab
+mupad/share/doc/hytex/plotlib.bsp
+mupad/share/doc/hytex/plotlib.dvi
+mupad/share/doc/hytex/plotlib.hyp
+mupad/share/doc/hytex/plotlib.lab
+mupad/share/doc/hytex/property.bsp
+mupad/share/doc/hytex/property.dvi
+mupad/share/doc/hytex/property.hyp
+mupad/share/doc/hytex/property.lab
+mupad/share/doc/hytex/quickref.bsp
+mupad/share/doc/hytex/quickref.dvi
+mupad/share/doc/hytex/quickref.hyp
+mupad/share/doc/hytex/quickref.lab
+mupad/share/doc/hytex/sharelib.bsp
+mupad/share/doc/hytex/sharelib.dvi
+mupad/share/doc/hytex/sharelib.hyp
+mupad/share/doc/hytex/sharelib.lab
+mupad/share/doc/hytex/stats.bsp
+mupad/share/doc/hytex/stats.dvi
+mupad/share/doc/hytex/stats.hyp
+mupad/share/doc/hytex/stats.lab
+mupad/share/doc/hytex/string.bsp
+mupad/share/doc/hytex/string.dvi
+mupad/share/doc/hytex/string.hyp
+mupad/share/doc/hytex/string.lab
+mupad/share/doc/hytex/student.bsp
+mupad/share/doc/hytex/student.dvi
+mupad/share/doc/hytex/student.hyp
+mupad/share/doc/hytex/student.lab
+mupad/share/doc/hytex/transform.bsp
+mupad/share/doc/hytex/transform.dvi
+mupad/share/doc/hytex/transform.hyp
+mupad/share/doc/hytex/transform.lab
+mupad/share/doc/hytex/tutorium.bsp
+mupad/share/doc/hytex/tutorium.dvi
+mupad/share/doc/hytex/tutorium.hyp
+mupad/share/doc/hytex/tutorium.lab
+mupad/share/doc/man/man.cf
+mupad/share/examples/animation/README
+mupad/share/examples/animation/catenoid/demo/c1.Z
+mupad/share/examples/animation/catenoid/demo/c10.Z
+mupad/share/examples/animation/catenoid/demo/c11.Z
+mupad/share/examples/animation/catenoid/demo/c12.Z
+mupad/share/examples/animation/catenoid/demo/c13.Z
+mupad/share/examples/animation/catenoid/demo/c14.Z
+mupad/share/examples/animation/catenoid/demo/c15.Z
+mupad/share/examples/animation/catenoid/demo/c16.Z
+mupad/share/examples/animation/catenoid/demo/c17.Z
+mupad/share/examples/animation/catenoid/demo/c18.Z
+mupad/share/examples/animation/catenoid/demo/c19.Z
+mupad/share/examples/animation/catenoid/demo/c2.Z
+mupad/share/examples/animation/catenoid/demo/c20.Z
+mupad/share/examples/animation/catenoid/demo/c21.Z
+mupad/share/examples/animation/catenoid/demo/c3.Z
+mupad/share/examples/animation/catenoid/demo/c4.Z
+mupad/share/examples/animation/catenoid/demo/c5.Z
+mupad/share/examples/animation/catenoid/demo/c6.Z
+mupad/share/examples/animation/catenoid/demo/c7.Z
+mupad/share/examples/animation/catenoid/demo/c8.Z
+mupad/share/examples/animation/catenoid/demo/c9.Z
+mupad/share/examples/animation/catenoid/demo/cat_film.Z
+mupad/share/examples/animation/catenoid/prg/cat-heli.mu
+mupad/share/examples/animation/enneper/demo_1/README
+mupad/share/examples/animation/enneper/demo_1/e01.Z
+mupad/share/examples/animation/enneper/demo_1/e02.Z
+mupad/share/examples/animation/enneper/demo_1/e03.Z
+mupad/share/examples/animation/enneper/demo_1/e04.Z
+mupad/share/examples/animation/enneper/demo_1/e05.Z
+mupad/share/examples/animation/enneper/demo_1/e06.Z
+mupad/share/examples/animation/enneper/demo_1/e07.Z
+mupad/share/examples/animation/enneper/demo_1/e08.Z
+mupad/share/examples/animation/enneper/demo_1/e09.Z
+mupad/share/examples/animation/enneper/demo_1/e10.Z
+mupad/share/examples/animation/enneper/demo_1/e11.Z
+mupad/share/examples/animation/enneper/demo_1/e12.Z
+mupad/share/examples/animation/enneper/demo_1/e13.Z
+mupad/share/examples/animation/enneper/demo_1/e14.Z
+mupad/share/examples/animation/enneper/demo_1/e15.Z
+mupad/share/examples/animation/enneper/demo_1/e16.Z
+mupad/share/examples/animation/enneper/demo_2/enr.1.Z
+mupad/share/examples/animation/enneper/demo_2/enr.10.Z
+mupad/share/examples/animation/enneper/demo_2/enr.11.Z
+mupad/share/examples/animation/enneper/demo_2/enr.12.Z
+mupad/share/examples/animation/enneper/demo_2/enr.13.Z
+mupad/share/examples/animation/enneper/demo_2/enr.14.Z
+mupad/share/examples/animation/enneper/demo_2/enr.15.Z
+mupad/share/examples/animation/enneper/demo_2/enr.16.Z
+mupad/share/examples/animation/enneper/demo_2/enr.17.Z
+mupad/share/examples/animation/enneper/demo_2/enr.18.Z
+mupad/share/examples/animation/enneper/demo_2/enr.19.Z
+mupad/share/examples/animation/enneper/demo_2/enr.2.Z
+mupad/share/examples/animation/enneper/demo_2/enr.20.Z
+mupad/share/examples/animation/enneper/demo_2/enr.21.Z
+mupad/share/examples/animation/enneper/demo_2/enr.22.Z
+mupad/share/examples/animation/enneper/demo_2/enr.23.Z
+mupad/share/examples/animation/enneper/demo_2/enr.24.Z
+mupad/share/examples/animation/enneper/demo_2/enr.25.Z
+mupad/share/examples/animation/enneper/demo_2/enr.26.Z
+mupad/share/examples/animation/enneper/demo_2/enr.27.Z
+mupad/share/examples/animation/enneper/demo_2/enr.29.Z
+mupad/share/examples/animation/enneper/demo_2/enr.3.Z
+mupad/share/examples/animation/enneper/demo_2/enr.30.Z
+mupad/share/examples/animation/enneper/demo_2/enr.31.Z
+mupad/share/examples/animation/enneper/demo_2/enr.32.Z
+mupad/share/examples/animation/enneper/demo_2/enr.4.Z
+mupad/share/examples/animation/enneper/demo_2/enr.5.Z
+mupad/share/examples/animation/enneper/demo_2/enr.6.Z
+mupad/share/examples/animation/enneper/demo_2/enr.7.Z
+mupad/share/examples/animation/enneper/demo_2/enr.8.Z
+mupad/share/examples/animation/enneper/demo_2/enr.9.Z
+mupad/share/examples/animation/enneper/demo_2/enr_film.Z
+mupad/share/examples/animation/enneper/prg/enn.mu
+mupad/share/examples/animation/enneper/prg/ennradial.mu
+mupad/share/examples/animation/gauss/demo_1/g1.Z
+mupad/share/examples/animation/gauss/demo_1/g10.Z
+mupad/share/examples/animation/gauss/demo_1/g11.Z
+mupad/share/examples/animation/gauss/demo_1/g12.Z
+mupad/share/examples/animation/gauss/demo_1/g13.Z
+mupad/share/examples/animation/gauss/demo_1/g14.Z
+mupad/share/examples/animation/gauss/demo_1/g15.Z
+mupad/share/examples/animation/gauss/demo_1/g16.Z
+mupad/share/examples/animation/gauss/demo_1/g17.Z
+mupad/share/examples/animation/gauss/demo_1/g18.Z
+mupad/share/examples/animation/gauss/demo_1/g19.Z
+mupad/share/examples/animation/gauss/demo_1/g2.Z
+mupad/share/examples/animation/gauss/demo_1/g20.Z
+mupad/share/examples/animation/gauss/demo_1/g21.Z
+mupad/share/examples/animation/gauss/demo_1/g22.Z
+mupad/share/examples/animation/gauss/demo_1/g23.Z
+mupad/share/examples/animation/gauss/demo_1/g24.Z
+mupad/share/examples/animation/gauss/demo_1/g25.Z
+mupad/share/examples/animation/gauss/demo_1/g3.Z
+mupad/share/examples/animation/gauss/demo_1/g4.Z
+mupad/share/examples/animation/gauss/demo_1/g5.Z
+mupad/share/examples/animation/gauss/demo_1/g6.Z
+mupad/share/examples/animation/gauss/demo_1/g7.Z
+mupad/share/examples/animation/gauss/demo_1/g8.Z
+mupad/share/examples/animation/gauss/demo_1/g9.Z
+mupad/share/examples/animation/gauss/demo_1/gauss_film.Z
+mupad/share/examples/animation/gauss/demo_2/gn1.Z
+mupad/share/examples/animation/gauss/demo_2/gn10.Z
+mupad/share/examples/animation/gauss/demo_2/gn11.Z
+mupad/share/examples/animation/gauss/demo_2/gn12.Z
+mupad/share/examples/animation/gauss/demo_2/gn13.Z
+mupad/share/examples/animation/gauss/demo_2/gn14.Z
+mupad/share/examples/animation/gauss/demo_2/gn15.Z
+mupad/share/examples/animation/gauss/demo_2/gn16.Z
+mupad/share/examples/animation/gauss/demo_2/gn17.Z
+mupad/share/examples/animation/gauss/demo_2/gn18.Z
+mupad/share/examples/animation/gauss/demo_2/gn19.Z
+mupad/share/examples/animation/gauss/demo_2/gn2.Z
+mupad/share/examples/animation/gauss/demo_2/gn20.Z
+mupad/share/examples/animation/gauss/demo_2/gn21.Z
+mupad/share/examples/animation/gauss/demo_2/gn22.Z
+mupad/share/examples/animation/gauss/demo_2/gn23.Z
+mupad/share/examples/animation/gauss/demo_2/gn24.Z
+mupad/share/examples/animation/gauss/demo_2/gn25.Z
+mupad/share/examples/animation/gauss/demo_2/gn26.Z
+mupad/share/examples/animation/gauss/demo_2/gn27.Z
+mupad/share/examples/animation/gauss/demo_2/gn28.Z
+mupad/share/examples/animation/gauss/demo_2/gn29.Z
+mupad/share/examples/animation/gauss/demo_2/gn3.Z
+mupad/share/examples/animation/gauss/demo_2/gn30.Z
+mupad/share/examples/animation/gauss/demo_2/gn31.Z
+mupad/share/examples/animation/gauss/demo_2/gn4.Z
+mupad/share/examples/animation/gauss/demo_2/gn5.Z
+mupad/share/examples/animation/gauss/demo_2/gn6.Z
+mupad/share/examples/animation/gauss/demo_2/gn7.Z
+mupad/share/examples/animation/gauss/demo_2/gn8.Z
+mupad/share/examples/animation/gauss/demo_2/gn9.Z
+mupad/share/examples/animation/gauss/demo_2/gn_film.Z
+mupad/share/examples/animation/gauss/prg/gauss.mu
+mupad/share/examples/animation/gauss/prg/gaussn.mu
+mupad/share/examples/graphics/clipping/clip_3d.mu
+mupad/share/examples/graphics/color/angle.mu
+mupad/share/examples/graphics/color/attract.mu
+mupad/share/examples/graphics/color/plane.mu
+mupad/share/examples/graphics/color/sphere1.mu
+mupad/share/examples/graphics/contour/contour.mu
+mupad/share/examples/graphics/demo/README
+mupad/share/examples/graphics/demo/auto_show.mu
+mupad/share/examples/graphics/demo/graphic1
+mupad/share/examples/graphics/demo/graphic10
+mupad/share/examples/graphics/demo/graphic11
+mupad/share/examples/graphics/demo/graphic12
+mupad/share/examples/graphics/demo/graphic13
+mupad/share/examples/graphics/demo/graphic14
+mupad/share/examples/graphics/demo/graphic15
+mupad/share/examples/graphics/demo/graphic16
+mupad/share/examples/graphics/demo/graphic17
+mupad/share/examples/graphics/demo/graphic18
+mupad/share/examples/graphics/demo/graphic19
+mupad/share/examples/graphics/demo/graphic2
+mupad/share/examples/graphics/demo/graphic20
+mupad/share/examples/graphics/demo/graphic3
+mupad/share/examples/graphics/demo/graphic4
+mupad/share/examples/graphics/demo/graphic5
+mupad/share/examples/graphics/demo/graphic6
+mupad/share/examples/graphics/demo/graphic7
+mupad/share/examples/graphics/demo/graphic8
+mupad/share/examples/graphics/demo/graphic9
+mupad/share/examples/graphics/fractals/examples.mu
+mupad/share/examples/graphics/fractals/fractals.mu
+mupad/share/examples/graphics/fractals/mand2d_1.gif
+mupad/share/examples/graphics/fractals/mand3d_1.gif
+mupad/share/examples/graphics/gif/plane.gif
+mupad/share/examples/graphics/gif/sphere.gif
+mupad/share/examples/graphics/list/hexagon.mu
+mupad/share/examples/graphics/list/rectangl.mu
+mupad/share/examples/graphics/list/sier.mu
+mupad/share/examples/graphics/list/tetra.mu
+mupad/share/examples/graphics/list/tree.mu
+mupad/share/examples/graphics/minimal/catenoid.mu
+mupad/share/examples/graphics/minimal/complex.mu
+mupad/share/examples/graphics/minimal/enneper.mu
+mupad/share/examples/graphics/minimal/enneperr.mu
+mupad/share/examples/graphics/minimal/helicoid.mu
+mupad/share/examples/graphics/minimal/henneber.mu
+mupad/share/examples/graphics/minimal/planar.mu
+mupad/share/examples/graphics/minimal/radial.mu
+mupad/share/examples/graphics/minimal/riemann.mu
+mupad/share/examples/graphics/misc/butfly.mu
+mupad/share/examples/graphics/misc/klein.mu
+mupad/share/examples/graphics/misc/pebbles.mu
+mupad/share/examples/graphics/misc/rollkurve.mu
+mupad/share/examples/graphics/misc/snake.mu
+mupad/share/examples/graphics/misc/spiral.mu
+mupad/share/examples/graphics/primitiv/col_cube.mu
+mupad/share/examples/graphics/primitiv/cube.mu
+mupad/share/examples/graphics/primitiv/hexagon.mu
+mupad/share/examples/graphics/primitiv/rectangl.mu
+mupad/share/examples/graphics/primitiv/sier.mu
+mupad/share/examples/graphics/primitiv/tetra.mu
+mupad/share/examples/graphics/primitiv/tree.mu
+mupad/share/examples/graphics/solitons/burg_int.mu
+mupad/share/examples/graphics/solitons/burg_one.mu
+mupad/share/examples/graphics/solitons/burg_two.mu
+mupad/share/examples/graphics/solitons/kdv_int.mu
+mupad/share/examples/graphics/solitons/kdv_one.mu
+mupad/share/examples/graphics/solitons/kdv_two.mu
+mupad/share/examples/graphics/solitons/kdv_vir.mu
+mupad/share/examples/graphics/solitons/sg_one.mu
+mupad/share/examples/graphics/solitons/sg_two.mu
+mupad/share/examples/groebner/trinks1.mu
+mupad/share/examples/groebner/trinks2.mu
+mupad/share/examples/lindenmayer/lsys.mu
+mupad/share/examples/lindenmayer/plants.mu
+mupad/share/examples/net/SparseMatrixF2.mu
+mupad/share/examples/net/karazuba.mu
+mupad/share/examples/net/langemyr.mu
+mupad/share/examples/net/mpqs.mu
+mupad/share/examples/net/parsearch.mu
+mupad/share/examples/net/sparsemult.mu
+mupad/share/examples/net/sqrt.mu
+mupad/share/examples/net/wiedeman.mu
+mupad/share/lib/.MMMinit
+mupad/share/lib/.mupadsysinit
+mupad/share/lib/lib.tar
+mupad/share/lib/lib.toc
+mupad/share/lib/mdx.hlp
+mupad/share/lib/vcam.info
+mupad/share/lib/vcam_defaults
+mupad/share/mmg/include/acmatch/defs.h
+mupad/share/mmg/include/acmatch/free_types.h
+mupad/share/mmg/include/acmatch/functions.h
+mupad/share/mmg/include/acmatch/pure_types.h
+mupad/share/mmg/include/acmatch/state_types.h
+mupad/share/mmg/include/acmatch/term_types.h
+mupad/share/mmg/include/acmatch/tools.h
+mupad/share/mmg/include/kernel/MAM_ass_mem.h
+mupad/share/mmg/include/kernel/MAR_array.h
+mupad/share/mmg/include/kernel/MBC_bytecode.h
+mupad/share/mmg/include/kernel/MBC_not_implemented.h
+mupad/share/mmg/include/kernel/MCA_calc.h
+mupad/share/mmg/include/kernel/MCM_compare.h
+mupad/share/mmg/include/kernel/MCT_iostream.h
+mupad/share/mmg/include/kernel/MCT_secure_string.h
+mupad/share/mmg/include/kernel/MCT_tar_list.h
+mupad/share/mmg/include/kernel/MCT_tar_table.h
+mupad/share/mmg/include/kernel/MCT_tarfile.h
+mupad/share/mmg/include/kernel/MDB_debug.h
+mupad/share/mmg/include/kernel/MDE_declare.h
+mupad/share/mmg/include/kernel/MDF_diff.h
+mupad/share/mmg/include/kernel/MDI_debug_interface.h
+mupad/share/mmg/include/kernel/MDM_base.h
+mupad/share/mmg/include/kernel/MDM_kern.h
+mupad/share/mmg/include/kernel/MDM_mod.h
+mupad/share/mmg/include/kernel/MDM_pmod.h
+mupad/share/mmg/include/kernel/MEV_evaluate.h
+mupad/share/mmg/include/kernel/MEV_evaluate_help.h
+mupad/share/mmg/include/kernel/MEX_extern.h
+mupad/share/mmg/include/kernel/MFO_fileop.h
+mupad/share/mmg/include/kernel/MFO_open.h
+mupad/share/mmg/include/kernel/MGH_message.h
+mupad/share/mmg/include/kernel/MGR_calc.h
+mupad/share/mmg/include/kernel/MGR_check.h
+mupad/share/mmg/include/kernel/MGR_color.h
+mupad/share/mmg/include/kernel/MGR_command.h
+mupad/share/mmg/include/kernel/MGR_constants.h
+mupad/share/mmg/include/kernel/MGR_defaults.h
+mupad/share/mmg/include/kernel/MGR_extern.h
+mupad/share/mmg/include/kernel/MGR_file.h
+mupad/share/mmg/include/kernel/MGR_global.h
+mupad/share/mmg/include/kernel/MGR_init.h
+mupad/share/mmg/include/kernel/MGR_makro.h
+mupad/share/mmg/include/kernel/MGR_option_management.h
+mupad/share/mmg/include/kernel/MGR_sys_func.h
+mupad/share/mmg/include/kernel/MGR_types.h
+mupad/share/mmg/include/kernel/MGR_util.h
+mupad/share/mmg/include/kernel/MGS_simplify.h
+mupad/share/mmg/include/kernel/MGS_simplify_help.h
+mupad/share/mmg/include/kernel/MHI_history.h
+mupad/share/mmg/include/kernel/MIO_io.h
+mupad/share/mmg/include/kernel/MIO_local.h
+mupad/share/mmg/include/kernel/MKT_func.h
+mupad/share/mmg/include/kernel/MLE_lineedit.h
+mupad/share/mmg/include/kernel/MMMglobal.h
+mupad/share/mmg/include/kernel/MMMstorage.h
+mupad/share/mmg/include/kernel/MMMstorage_auto.h
+mupad/share/mmg/include/kernel/MMMstorage_gen.h
+mupad/share/mmg/include/kernel/MMMstorage_help.h
+mupad/share/mmg/include/kernel/MMMstorage_lean.h
+mupad/share/mmg/include/kernel/MMMstorage_macro.h
+mupad/share/mmg/include/kernel/MMMstorage_mem.h
+mupad/share/mmg/include/kernel/MMMstorage_seq.h
+mupad/share/mmg/include/kernel/MMMstorage_type.h
+mupad/share/mmg/include/kernel/MMMsysinit_seq.h
+mupad/share/mmg/include/kernel/MNS_namespace.h
+mupad/share/mmg/include/kernel/MPA_parser.h
+mupad/share/mmg/include/kernel/MPA_parser_help.h
+mupad/share/mmg/include/kernel/MPH_problemheap.h
+mupad/share/mmg/include/kernel/MPL_parallel.h
+mupad/share/mmg/include/kernel/MPM_acmatch.h
+mupad/share/mmg/include/kernel/MPM_match.h
+mupad/share/mmg/include/kernel/MPO_poly.h
+mupad/share/mmg/include/kernel/MPO_poly_help.h
+mupad/share/mmg/include/kernel/MPR_protocol.h
+mupad/share/mmg/include/kernel/MSC_scan.h
+mupad/share/mmg/include/kernel/MSE_set.h
+mupad/share/mmg/include/kernel/MSG_signature.h
+mupad/share/mmg/include/kernel/MSR_string.h
+mupad/share/mmg/include/kernel/MSTR_regex.h
+mupad/share/mmg/include/kernel/MSTR_string_match.h
+mupad/share/mmg/include/kernel/MST_stack.h
+mupad/share/mmg/include/kernel/MSU_eval_subs.h
+mupad/share/mmg/include/kernel/MSU_subs_help.h
+mupad/share/mmg/include/kernel/MSV_save.h
+mupad/share/mmg/include/kernel/MSW_int.h
+mupad/share/mmg/include/kernel/MSY_manipulation.h
+mupad/share/mmg/include/kernel/MSY_sys_func.h
+mupad/share/mmg/include/kernel/MSY_sys_func_help.h
+mupad/share/mmg/include/kernel/MTA_table.h
+mupad/share/mmg/include/kernel/MTR_tree.h
+mupad/share/mmg/include/kernel/MUP_constants.h
+mupad/share/mmg/include/kernel/MUP_extern.h
+mupad/share/mmg/include/kernel/MUP_funcs.h
+mupad/share/mmg/include/kernel/MUP_tar.h
+mupad/share/mmg/include/kernel/MUP_types.h
+mupad/share/mmg/include/kernel/MUT_debug.h
+mupad/share/mmg/include/kernel/MUT_registration.h
+mupad/share/mmg/include/kernel/MUT_utils.h
+mupad/share/mmg/include/kernel/MXP_expand.h
+mupad/share/mmg/include/kernel/module.h
+mupad/share/mmg/include/pari/erreurs.h
+mupad/share/mmg/include/pari/gen68k.h
+mupad/share/mmg/include/pari/gen68kplus.h
+mupad/share/mmg/include/pari/gencom.h
+mupad/share/mmg/include/pari/genpari.h
+mupad/share/mmg/include/pari/genpari68k.h
+mupad/share/mmg/include/pari/genparimac.h
+mupad/share/mmg/include/pari/genpariother.h
+mupad/share/mmg/include/pari/genport.h
+mupad/share/mmg/include/pari/mpansi.h
+mupad/share/mmg/include/pari/mpdefs.h
+mupad/share/mmg/include/pari/mpin.h
+mupad/share/mmg/include/pari/winstack.h
+mupad/share/tex/tgrind/README
+mupad/share/tex/tgrind/mupaddef
+mupad/share/utils/Mhelp_frame.tex
+mupad/share/xview/text_extras_menu
+@dirrm mupad/share/xview
+@dirrm mupad/share/utils
+@dirrm mupad/share/tex/tgrind
+@dirrm mupad/share/tex
+@dirrm mupad/share/mmg/include/pari
+@dirrm mupad/share/mmg/include/kernel
+@dirrm mupad/share/mmg/include/acmatch
+@dirrm mupad/share/mmg/include
+@dirrm mupad/share/mmg
+@dirrm mupad/share/lib
+@dirrm mupad/share/examples/net
+@dirrm mupad/share/examples/lindenmayer
+@dirrm mupad/share/examples/groebner
+@dirrm mupad/share/examples/graphics/solitons
+@dirrm mupad/share/examples/graphics/primitiv
+@dirrm mupad/share/examples/graphics/misc
+@dirrm mupad/share/examples/graphics/minimal
+@dirrm mupad/share/examples/graphics/list
+@dirrm mupad/share/examples/graphics/gif
+@dirrm mupad/share/examples/graphics/fractals
+@dirrm mupad/share/examples/graphics/demo
+@dirrm mupad/share/examples/graphics/contour
+@dirrm mupad/share/examples/graphics/color
+@dirrm mupad/share/examples/graphics/clipping
+@dirrm mupad/share/examples/graphics
+@dirrm mupad/share/examples/animation/gauss/prg
+@dirrm mupad/share/examples/animation/gauss/demo_2
+@dirrm mupad/share/examples/animation/gauss/demo_1
+@dirrm mupad/share/examples/animation/gauss
+@dirrm mupad/share/examples/animation/enneper/prg
+@dirrm mupad/share/examples/animation/enneper/demo_2
+@dirrm mupad/share/examples/animation/enneper/demo_1
+@dirrm mupad/share/examples/animation/enneper
+@dirrm mupad/share/examples/animation/catenoid/prg
+@dirrm mupad/share/examples/animation/catenoid/demo
+@dirrm mupad/share/examples/animation/catenoid
+@dirrm mupad/share/examples/animation
+@dirrm mupad/share/examples
+@dirrm mupad/share/doc/man
+@dirrm mupad/share/doc/hytex/gif/tutorium
+@dirrm mupad/share/doc/hytex/gif/manual
+@dirrm mupad/share/doc/hytex/gif/demo
+@dirrm mupad/share/doc/hytex/gif/advdemo
+@dirrm mupad/share/doc/hytex/gif/Lsys
+@dirrm mupad/share/doc/hytex/gif
+@dirrm mupad/share/doc/hytex/fonts
+@dirrm mupad/share/doc/hytex
+@dirrm mupad/share/doc/ascii
+@dirrm mupad/share/doc
+@dirrm mupad/share/demo/domains
+@dirrm mupad/share/demo/debugger
+@dirrm mupad/share/demo/advanced
+@dirrm mupad/share/demo
+@dirrm mupad/share/copyright
+@dirrm mupad/share/bin
+@dirrm mupad/share
+@dirrm mupad/freebsd/xview
+@dirrm mupad/freebsd/modules
+@dirrm mupad/freebsd/bin
+@dirrm mupad/freebsd
+@dirrm mupad