Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2011 17:41:03 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156603: Update for math/octave
Message-ID:  <201104232241.p3NMf3Xu022115@wilberforce.math.missouri.edu>
Resent-Message-ID: <201104232250.p3NMoA5n040569@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156603
>Category:       ports
>Synopsis:       Update for math/octave
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 23 22:50:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 7.4-PRERELEASE FreeBSD 7.4-PRERELEASE #0: Wed Dec 1 20:53:06 CST 2010 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Update for math/octave
>How-To-Repeat:
	
>Fix:

	

Notice that several files get removed.


diff -ur /usr/ports/math/octave/Makefile octave/Makefile
--- /usr/ports/math/octave/Makefile	2010-12-04 07:32:38.000000000 +0000
+++ octave/Makefile	2011-04-23 21:52:13.000000000 +0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	octave
-PORTVERSION=	3.2.4
-PORTREVISION=	4
+PORTVERSION=	3.4.0
 CATEGORIES=	math
-MASTER_SITES=	ftp://ftp.octave.org/pub/octave/ \
+MASTER_SITES=	ftp://ftp.gnu.org/gnu/octave/ \
 		ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
 
 MAINTAINER=	maho@FreeBSD.org
@@ -18,9 +17,11 @@
 BUILD_DEPENDS+=	gnuplot:${PORTSDIR}/math/gnuplot \
 		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
 		gsed:${PORTSDIR}/textproc/gsed \
-		dvips:${PORTSDIR}/print/dvipsk-tetex
+		dvips:${PORTSDIR}/print/dvipsk-tetex \
+		${PREFIX}/bin/makeinfo:${PORTSDIR}/print/texinfo
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
-		gsed:${PORTSDIR}/textproc/gsed
+		gsed:${PORTSDIR}/textproc/gsed \
+		${PREFIX}/bin/makeinfo:${PORTSDIR}/print/texinfo
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
 		glpk.28:${PORTSDIR}/math/glpk \
 		umfpack.1:${PORTSDIR}/math/suitesparse \
@@ -39,8 +40,8 @@
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf
 
-INFO=		octave liboctave
-MAN1=		octave.1 octave-bug.1 mkoctfile.1 octave-config.1
+INFO=		octave liboctave OctaveFAQ
+MAN1=		octave.1 mkoctfile.1 octave-config.1
 
 OPTIONS=	LEGACY_HDF5 "Build with HDF5 v1.6 (otherwise with HDF5 v1.8)" on
 
@@ -90,15 +91,12 @@
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
 		CC="${CC}" \
 		CXX="${CXX}" \
-		TERMIOS_H="termios.h"
+		MAKEINFO=${PREFIX}/bin/makeinfo
 CONFIGURE_ARGS=	--host=${GNU_HOST} \
 		--with-blas="-L${LOCALBASE}/lib ${BLAS}" \
 		--with-lapack="${LAPACK}" \
 		--enable-shared
 
-SUB_FILES=	octave
-SUB_LIST=	OCTAVE_VERSION="${OCTAVE_VERSION}" GNU_HOST="${GNU_HOST}"
-
 .if (${OSVERSION} <= 700000)
 WITH_PTMALLOC=yes
 .endif
@@ -108,28 +106,17 @@
 CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib -lptmalloc"
 .endif
 
+post-patch:
+	${REINPLACE_CMD} 's+"makeinfo"+"/usr/local/bin/makeinfo"+' ${WRKSRC}/src/help.cc
+
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.info ${PREFIX}/info
-	${MV} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/libexec/${PORTNAME}/${PORTVERSION}/exec/${GNU_HOST}
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}-${PORTVERSION}
-	${LN} -fs ${PREFIX}/bin/${PORTNAME}-${PORTVERSION} ${PREFIX}/bin/${PORTNAME}
-	${MKDIR} ${DESKTOPDIR}
-	${INSTALL_DATA} ${WRKSRC}/examples/octave.desktop \
-	${DESKTOPDIR}/www.octave.org-octave.desktop
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in faq/Octave-FAQ.ps liboctave/liboctave.ps \
-	refcard/refcard-a4.ps refcard/refcard-legal.ps refcard/refcard-letter.ps
+.for file in faq/OctaveFAQ.ps liboctave/liboctave.ps \
+	refcard/refcard-a4.ps refcard/refcard-legal.ps \
+	refcard/refcard-letter.ps interpreter/octave.ps
 	${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
 .endfor
 .endif
-	 ${RM} -f ${WRKDIR}/PLIST
-.for d in ${PREFIX}/include/octave-${OCTAVE_VERSION} ${PREFIX}/share/octave ${PREFIX}/libexec/octave ${PREFIX}/lib/octave-${OCTAVE_VERSION}
-	@${FIND} -s $d -not -type d | \
-	${SED} -e 's#^${PREFIX}/##' >> ${WRKDIR}/PLIST
-	@${FIND} $d -type d | ${SORT} -r | \
-		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${WRKDIR}/PLIST
-.endfor
-	cd ${WRKDIR} ; ${SED} -i -e "/PLIST/ r PLIST" ${TMPPLIST}
 
 .include <bsd.port.post.mk>
diff -ur /usr/ports/math/octave/distinfo octave/distinfo
--- /usr/ports/math/octave/distinfo	2011-03-20 19:53:14.000000000 +0000
+++ octave/distinfo	2011-04-20 21:11:06.000000000 +0000
@@ -1,2 +1,2 @@
-SHA256 (octave-3.2.4.tar.bz2) = 48471d05c7ed9c0a5a4d5fa4ae8a857447ac3da1197f86cfe79b9d8f4fdfd147
-SIZE (octave-3.2.4.tar.bz2) = 12080959
+SHA256 (octave-3.4.0.tar.bz2) = 0fb4f78f43320eec82477c1bbde42877e0e490a9f4903966b1682a9600ffcc2b
+SIZE (octave-3.4.0.tar.bz2) = 14619487
Only in /usr/ports/math/octave/files: octave.in
Only in /usr/ports/math/octave/files: patch-configure.in
Only in /usr/ports/math/octave/files: patch-examples+Makefile.in
diff -ur /usr/ports/math/octave/files/patch-libcruft+mkf77def.in octave/files/patch-libcruft+mkf77def.in
--- /usr/ports/math/octave/files/patch-libcruft+mkf77def.in	2007-12-25 03:37:51.000000000 +0000
+++ octave/files/patch-libcruft+mkf77def.in	2011-04-20 23:28:04.000000000 +0000
@@ -1,10 +1,11 @@
---- libcruft/mkf77def.in~	Sat Oct 28 08:19:17 2006
-+++ libcruft/mkf77def.in	Wed Jun 27 16:17:36 2007
-@@ -1,6 +1,6 @@
- #! /bin/sh
+--- libcruft/mkf77def.in.orig	2011-02-08 04:00:51.000000000 -0600
++++ libcruft/mkf77def.in	2011-04-20 18:26:34.000000000 -0500
+@@ -18,7 +18,7 @@
+ # along with Octave; see the file COPYING.  If not, see
+ # <http://www.gnu.org/licenses/>.
  
 -SED=${SED:-'sed'}
 +SED=gsed
  AWK=${AWK:-'awk'}
  
- F77_TOLOWER=%F77_APPEND_UNDERSCORE%
+ F77_TOLOWER="@F77_APPEND_UNDERSCORE@"
diff -ur /usr/ports/math/octave/files/patch-mkoctfile.in octave/files/patch-mkoctfile.in
--- /usr/ports/math/octave/files/patch-mkoctfile.in	2008-09-02 02:10:57.000000000 +0000
+++ octave/files/patch-mkoctfile.in	2011-04-20 23:29:34.000000000 +0000
@@ -1,6 +1,6 @@
---- mkoctfile.in-orig	2008-08-27 17:46:53.000000000 -0500
-+++ mkoctfile.in	2008-08-27 17:47:45.000000000 -0500
-@@ -278,7 +278,7 @@
+--- mkoctfile.in.orig	2011-02-08 04:00:51.000000000 -0600
++++ mkoctfile.in	2011-04-20 18:28:16.000000000 -0500
+@@ -286,7 +286,7 @@
      -D*)
        defs="$defs $1"
      ;;
@@ -8,4 +8,4 @@
 +    -[lLR]* | -pthread | -Wl,*)
        ldflags="$ldflags $1"
      ;;
-     -M | --depend)
+     -pthread)
diff -ur /usr/ports/math/octave/files/patch-scripts+pkg+pkg.m octave/files/patch-scripts+pkg+pkg.m
--- /usr/ports/math/octave/files/patch-scripts+pkg+pkg.m	2009-08-03 11:20:23.000000000 +0000
+++ octave/files/patch-scripts+pkg+pkg.m	2011-04-20 23:35:28.000000000 +0000
@@ -1,11 +1,11 @@
---- scripts/pkg/pkg.m~	2009-07-27 18:31:53.000000000 +0900
-+++ scripts/pkg/pkg.m	2009-07-27 18:32:52.000000000 +0900
-@@ -1247,7 +1247,7 @@
+--- scripts/pkg/pkg.m.orig	2011-04-20 18:29:53.000000000 -0500
++++ scripts/pkg/pkg.m	2011-04-20 18:35:01.000000000 -0500
+@@ -1326,7 +1326,7 @@
+ 
      ## Make.
      if (exist (fullfile (src, "Makefile"), "file"))
-       [status, output] = shell (cstrcat ("export INSTALLDIR=\"", desc.dir,
--					 "\"; make -C '", src, "'"));
-+					 "\"; gmake -C '", src, "'"));
+-      [status, output] = shell (cstrcat (scenv, "make -C '", src, "'"));
++      [status, output] = shell (cstrcat (scenv, "gmake -C '", src, "'"));
        if (status != 0)
- 	rm_rf (desc.dir);
- 	error ("'make' returned the following error: %s", output);
+         rm_rf (desc.dir);
+         error ("'make' returned the following error: %s", output);
diff -ur /usr/ports/math/octave/pkg-plist octave/pkg-plist
--- /usr/ports/math/octave/pkg-plist	2009-08-23 16:49:23.000000000 +0000
+++ octave/pkg-plist	2011-04-23 22:05:19.000000000 +0000
@@ -1,39 +1,1821 @@
-bin/mkoctfile
 bin/mkoctfile-%%OCTAVE_VERSION%%
-bin/octave
 bin/octave-%%OCTAVE_VERSION%%
-bin/octave-bug
-bin/octave-bug-%%OCTAVE_VERSION%%
-bin/octave-config
 bin/octave-config-%%OCTAVE_VERSION%%
+include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h
+include/octave-%%OCTAVE_VERSION%%/octave/Array.cc
+include/octave-%%OCTAVE_VERSION%%/octave/Array.h
+include/octave-%%OCTAVE_VERSION%%/octave/Array2.h
+include/octave-%%OCTAVE_VERSION%%/octave/Array3.h
+include/octave-%%OCTAVE_VERSION%%/octave/ArrayN.h
+include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/Cell.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxAEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxGEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h
+include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.h
+include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h
+include/octave-%%OCTAVE_VERSION%%/octave/DAE.h
+include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h
+include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h
+include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h
+include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h
+include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h
+include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h
+include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h
+include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h
+include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h
+include/octave-%%OCTAVE_VERSION%%/octave/DET.h
+include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc
+include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h
+include/octave-%%OCTAVE_VERSION%%/octave/EIG.h
+include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h
+include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h
+include/octave-%%OCTAVE_VERSION%%/octave/MArray-decl.h
+include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc
+include/octave-%%OCTAVE_VERSION%%/octave/MArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/MArray2.h
+include/octave-%%OCTAVE_VERSION%%/octave/MArrayN.h
+include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc
+include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h
+include/octave-%%OCTAVE_VERSION%%/octave/MSparse-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/MSparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h
+include/octave-%%OCTAVE_VERSION%%/octave/ODE.h
+include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h
+include/octave-%%OCTAVE_VERSION%%/octave/ODES.h
+include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h
+include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h
+include/octave-%%OCTAVE_VERSION%%/octave/Quad.h
+include/octave-%%OCTAVE_VERSION%%/octave/Range.h
+include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxCHOL.h
+include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxLU.h
+include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxQR.h
+include/octave-%%OCTAVE_VERSION%%/octave/SparseQR.h
+include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleCHOL.h
+include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleLU.h
+include/octave-%%OCTAVE_VERSION%%/octave/base-aepbal.h
+include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h
+include/octave-%%OCTAVE_VERSION%%/octave/base-de.h
+include/octave-%%OCTAVE_VERSION%%/octave/base-list.h
+include/octave-%%OCTAVE_VERSION%%/octave/base-lu.cc
+include/octave-%%OCTAVE_VERSION%%/octave/base-lu.h
+include/octave-%%OCTAVE_VERSION%%/octave/base-min.h
+include/octave-%%OCTAVE_VERSION%%/octave/base-qr.cc
+include/octave-%%OCTAVE_VERSION%%/octave/base-qr.h
+include/octave-%%OCTAVE_VERSION%%/octave/boolMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/boolNDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/boolSparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-decl.h
+include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-defs.cc
+include/octave-%%OCTAVE_VERSION%%/octave/builtins.h
+include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h
+include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h
+include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h
+include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h
+include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h
+include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h
+include/octave-%%OCTAVE_VERSION%%/octave/config.h
+include/octave-%%OCTAVE_VERSION%%/octave/cutils.h
+include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/dSparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleAEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleCHOL.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleGEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleHESS.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleLU.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleQR.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleQRP.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleSCHUR.h
+include/octave-%%OCTAVE_VERSION%%/octave/dbleSVD.h
+include/octave-%%OCTAVE_VERSION%%/octave/debug.h
+include/octave-%%OCTAVE_VERSION%%/octave/defaults.h
+include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h
+include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h
+include/octave-%%OCTAVE_VERSION%%/octave/defun.h
+include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h
+include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h
+include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h
+include/octave-%%OCTAVE_VERSION%%/octave/display.h
+include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h
+include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.cc
+include/octave-%%OCTAVE_VERSION%%/octave/error.h
+include/octave-%%OCTAVE_VERSION%%/octave/f77-fcn.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCDiagMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxAEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxCHOL.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxGEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxHESS.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxLU.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxQR.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxQRP.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSCHUR.h
+include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSVD.h
+include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/fDiagMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/fEIG.h
+include/octave-%%OCTAVE_VERSION%%/octave/fMatrix.h
+include/octave-%%OCTAVE_VERSION%%/octave/fNDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/fRowVector.h
+include/octave-%%OCTAVE_VERSION%%/octave/file-io.h
+include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h
+include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatAEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatCHOL.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatGEPBAL.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatHESS.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatLU.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatQR.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatQRP.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatSCHUR.h
+include/octave-%%OCTAVE_VERSION%%/octave/floatSVD.h
+include/octave-%%OCTAVE_VERSION%%/octave/functor.h
+include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h
+include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-renderer.h
+include/octave-%%OCTAVE_VERSION%%/octave/gl2ps.h
+include/octave-%%OCTAVE_VERSION%%/octave/glob-match.h
+include/octave-%%OCTAVE_VERSION%%/octave/graphics-props.cc
+include/octave-%%OCTAVE_VERSION%%/octave/graphics.h
+include/octave-%%OCTAVE_VERSION%%/octave/gripes.h
+include/octave-%%OCTAVE_VERSION%%/octave/help.h
+include/octave-%%OCTAVE_VERSION%%/octave/idx-vector.h
+include/octave-%%OCTAVE_VERSION%%/octave/input.h
+include/octave-%%OCTAVE_VERSION%%/octave/int16NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/int32NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/int64NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/int8NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.cc
+include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/kpse.cc
+include/octave-%%OCTAVE_VERSION%%/octave/lex.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-array-gripes.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-cutils.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-error.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-ieee.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-macros.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-mappers.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-math.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-specfun.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-sysdep.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-traits.h
+include/octave-%%OCTAVE_VERSION%%/octave/lo-utils.h
+include/octave-%%OCTAVE_VERSION%%/octave/load-path.h
+include/octave-%%OCTAVE_VERSION%%/octave/load-save.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-ascii-helper.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-hdf5.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h
+include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h
+include/octave-%%OCTAVE_VERSION%%/octave/mex.h
+include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-m.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-cdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-dm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-m.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-pm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-dm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-m.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-m.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ext.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fcm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fcdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-pm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-pm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-inlines.cc
+include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-m-dm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-m-pm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-op-decl.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-op-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ops.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-cm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fcm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-m.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cdm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cm.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fnda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h
+include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h
+include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-convn.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-env.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-errno.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-fftw.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-fstrm.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-glob.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-gperf.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-hdf5.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-iostrm.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-locbuf.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-md5.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-mem.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-mutex.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-norm.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-openmp.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-passwd.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-rand.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-refcount.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-hist.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-shlib.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.cc
+include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-sparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-spparms.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-stdstrm.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-stream.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-strstrm.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-syscalls.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-uname.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct.h
+include/octave-%%OCTAVE_VERSION%%/octave/octave.h
+include/octave-%%OCTAVE_VERSION%%/octave/op-dm-template.cc
+include/octave-%%OCTAVE_VERSION%%/octave/op-dms-template.cc
+include/octave-%%OCTAVE_VERSION%%/octave/op-int.h
+include/octave-%%OCTAVE_VERSION%%/octave/op-pm-template.cc
+include/octave-%%OCTAVE_VERSION%%/octave/ops.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-diag.cc
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-diag.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.cc
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.cc
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.cc
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base-sparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.cc
+include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-sparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-builtin.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-class.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-cs-list.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-diag.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-sparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-handle.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-inline.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-float.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-complex.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-diag.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-diag.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-int-traits.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-int16.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-int32.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-int64.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-int8.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-intx.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-lazy-idx.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-mex-fcn.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-null-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-perm.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-range.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-re-diag.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-re-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-re-sparse.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-scalar.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-str-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-type-conv.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-uint16.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-uint32.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-uint8.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov.h
+include/octave-%%OCTAVE_VERSION%%/octave/pager.h
+include/octave-%%OCTAVE_VERSION%%/octave/parse.h
+include/octave-%%OCTAVE_VERSION%%/octave/pathlen.h
+include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h
+include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h
+include/octave-%%OCTAVE_VERSION%%/octave/procstream.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-decl.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-eval.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-jump.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-loop.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-mat.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-misc.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-pr-code.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-select.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-stmt.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt.h
+include/octave-%%OCTAVE_VERSION%%/octave/quit.h
+include/octave-%%OCTAVE_VERSION%%/octave/randgamma.h
+include/octave-%%OCTAVE_VERSION%%/octave/randmtzig.h
+include/octave-%%OCTAVE_VERSION%%/octave/randpoisson.h
+include/octave-%%OCTAVE_VERSION%%/octave/regex-match.h
+include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h
+include/octave-%%OCTAVE_VERSION%%/octave/siglist.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-bm-sbm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-scm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-sm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-cs-sm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-m-scm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-m-sm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-s-scm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-sbm-bm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-cm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-m.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-sm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cm.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cs.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-m.h
+include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-scm.h
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-chol.cc
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-chol.h
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.cc
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.h
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.cc
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-sort.h
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h
+include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h
+include/octave-%%OCTAVE_VERSION%%/octave/statdefs.h
+include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h
+include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h
+include/octave-%%OCTAVE_VERSION%%/octave/symtab.h
+include/octave-%%OCTAVE_VERSION%%/octave/sysdep.h
+include/octave-%%OCTAVE_VERSION%%/octave/sysdir.h
+include/octave-%%OCTAVE_VERSION%%/octave/syswait.h
+include/octave-%%OCTAVE_VERSION%%/octave/token.h
+include/octave-%%OCTAVE_VERSION%%/octave/toplev.h
+include/octave-%%OCTAVE_VERSION%%/octave/txt-eng-ft.h
+include/octave-%%OCTAVE_VERSION%%/octave/txt-eng.h
+include/octave-%%OCTAVE_VERSION%%/octave/uint16NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/uint32NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/uint64NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/uint8NDArray.h
+include/octave-%%OCTAVE_VERSION%%/octave/unwind-prot.h
+include/octave-%%OCTAVE_VERSION%%/octave/utils.h
+include/octave-%%OCTAVE_VERSION%%/octave/variables.h
+include/octave-%%OCTAVE_VERSION%%/octave/version.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-cv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-rv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-s.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-cv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-rv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-ccv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-cs.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fcv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-frv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-fs.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-fcv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-frv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fccv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fcs.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcrv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcs.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fccv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fcrv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-crv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-cs.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-s-ccv.h
+include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h
+include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h
+include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h
+include/octave-%%OCTAVE_VERSION%%/octave/xpow.h
+include/octave-%%OCTAVE_VERSION%%/octave/zfstream.h
+lib/octave-%%OCTAVE_VERSION%%/libcruft-3.4.0.so
+lib/octave-%%OCTAVE_VERSION%%/libcruft.la
+lib/octave-%%OCTAVE_VERSION%%/liboctave-3.4.0.so
+lib/octave-%%OCTAVE_VERSION%%/liboctave.la
+lib/octave-%%OCTAVE_VERSION%%/liboctinterp-3.4.0.so
+lib/octave-%%OCTAVE_VERSION%%/liboctinterp.la
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__contourc__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__dispatch__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__dsearchn__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__glpk__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__lin_interpn__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__magick_read__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__pchip_deriv__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__qp__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/balance.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/besselj.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/betainc.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/bsxfun.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ccolamd.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/cellfun.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colamd.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colloc.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/conv2.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/daspk.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dasrt.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dassl.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/det.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dlmread.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dmperm.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dot.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/eig.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/eigs.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fft2.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftn.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/filter.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/find.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gammainc.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gcd.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getgrent.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getpwent.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/getrusage.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/givens.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/hess.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/hex2num.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/inv.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/kron.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lookup.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lu.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/luinc.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/matrix_type.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/max.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/md5sum.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/onCleanup.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/pinv.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quadcc.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qz.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/rand.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/rcond.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/regexp.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/schur.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/spparms.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sqrtm.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/str2double.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/strfind.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/sub2ind.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/svd.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/syl.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symbfact.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symrcm.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/time.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/tril.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/tsearch.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/typecast.oct
+libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/urlwrite.oct
 share/applications/www.octave.org-octave.desktop
-%%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps
+share/octave/%%OCTAVE_VERSION%%/etc/NEWS
+share/octave/%%OCTAVE_VERSION%%/etc/doc-cache
+share/octave/%%OCTAVE_VERSION%%/imagelib/default.img
+share/octave/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico
+share/octave/%%OCTAVE_VERSION%%/imagelib/octave-logo.png
+share/octave/%%OCTAVE_VERSION%%/imagelib/octave-logo.svg
+share/octave/%%OCTAVE_VERSION%%/imagelib/octave-sombrero.png
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/ascii.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/binary.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/cd.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/close.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/delete.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/dir.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/display.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/ftp.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/loadobj.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/mget.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/mkdir.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/mput.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/rename.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/rmdir.m
+share/octave/%%OCTAVE_VERSION%%/m/@ftp/saveobj.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/record.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/wavread.m
+share/octave/%%OCTAVE_VERSION%%/m/audio/wavwrite.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/autocor.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/autocov.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/betai.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/cellidx.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/clg.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/complement.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/create_set.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/dispatch.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/dmult.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/fstat.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/gammai.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/glpkmex.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/intwarning.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/is_global.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/iscommand.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/israwcommand.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/isstr.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/krylovb.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/lchol.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/loadimage.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/mark_as_command.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/mark_as_rawcommand.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/replot.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/saveimage.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/setstr.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spatan2.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spchol.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spchol2inv.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spcholinv.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spcumprod.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spcumsum.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spdet.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spdiag.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spfind.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/sphcat.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spinv.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spkron.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/splchol.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/split.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/splu.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spmax.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spmin.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spprod.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spqr.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spsum.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spsumsq.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/spvcat.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/str2mat.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/unmark_command.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/unmark_rawcommand.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/values.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibinv.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/deprecated/weibrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/acosd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/acotd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/acscd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/asecd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/asind.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/atand.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/cosd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/cotd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/cscd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/secd.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/sind.m
+share/octave/%%OCTAVE_VERSION%%/m/elfun/tand.m
+share/octave/%%OCTAVE_VERSION%%/m/general/accumarray.m
+share/octave/%%OCTAVE_VERSION%%/m/general/accumdim.m
+share/octave/%%OCTAVE_VERSION%%/m/general/arrayfun.m
+share/octave/%%OCTAVE_VERSION%%/m/general/bicubic.m
+share/octave/%%OCTAVE_VERSION%%/m/general/bitcmp.m
+share/octave/%%OCTAVE_VERSION%%/m/general/bitget.m
+share/octave/%%OCTAVE_VERSION%%/m/general/bitset.m
+share/octave/%%OCTAVE_VERSION%%/m/general/blkdiag.m
+share/octave/%%OCTAVE_VERSION%%/m/general/cart2pol.m
+share/octave/%%OCTAVE_VERSION%%/m/general/cart2sph.m
+share/octave/%%OCTAVE_VERSION%%/m/general/cell2mat.m
+share/octave/%%OCTAVE_VERSION%%/m/general/celldisp.m
+share/octave/%%OCTAVE_VERSION%%/m/general/chop.m
+share/octave/%%OCTAVE_VERSION%%/m/general/circshift.m
+share/octave/%%OCTAVE_VERSION%%/m/general/colon.m
+share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m
+share/octave/%%OCTAVE_VERSION%%/m/general/cplxpair.m
+share/octave/%%OCTAVE_VERSION%%/m/general/cumtrapz.m
+share/octave/%%OCTAVE_VERSION%%/m/general/curl.m
+share/octave/%%OCTAVE_VERSION%%/m/general/dblquad.m
+share/octave/%%OCTAVE_VERSION%%/m/general/deal.m
+share/octave/%%OCTAVE_VERSION%%/m/general/del2.m
+share/octave/%%OCTAVE_VERSION%%/m/general/display.m
+share/octave/%%OCTAVE_VERSION%%/m/general/divergence.m
+share/octave/%%OCTAVE_VERSION%%/m/general/flipdim.m
+share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m
+share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m
+share/octave/%%OCTAVE_VERSION%%/m/general/genvarname.m
+share/octave/%%OCTAVE_VERSION%%/m/general/gradient.m
+share/octave/%%OCTAVE_VERSION%%/m/general/idivide.m
+share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m
+share/octave/%%OCTAVE_VERSION%%/m/general/interp1.m
+share/octave/%%OCTAVE_VERSION%%/m/general/interp1q.m
+share/octave/%%OCTAVE_VERSION%%/m/general/interp2.m
+share/octave/%%OCTAVE_VERSION%%/m/general/interp3.m
+share/octave/%%OCTAVE_VERSION%%/m/general/interpft.m
+share/octave/%%OCTAVE_VERSION%%/m/general/interpn.m
+share/octave/%%OCTAVE_VERSION%%/m/general/is_duplicate_entry.m
+share/octave/%%OCTAVE_VERSION%%/m/general/isa.m
+share/octave/%%OCTAVE_VERSION%%/m/general/isdir.m
+share/octave/%%OCTAVE_VERSION%%/m/general/isequal.m
+share/octave/%%OCTAVE_VERSION%%/m/general/isequalwithequalnans.m
+share/octave/%%OCTAVE_VERSION%%/m/general/isscalar.m
+share/octave/%%OCTAVE_VERSION%%/m/general/issquare.m
+share/octave/%%OCTAVE_VERSION%%/m/general/isvector.m
+share/octave/%%OCTAVE_VERSION%%/m/general/loadobj.m
+share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m
+share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m
+share/octave/%%OCTAVE_VERSION%%/m/general/nargoutchk.m
+share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m
+share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m
+share/octave/%%OCTAVE_VERSION%%/m/general/perror.m
+share/octave/%%OCTAVE_VERSION%%/m/general/pol2cart.m
+share/octave/%%OCTAVE_VERSION%%/m/general/polyarea.m
+share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m
+share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m
+share/octave/%%OCTAVE_VERSION%%/m/general/private/__isequal__.m
+share/octave/%%OCTAVE_VERSION%%/m/general/private/__splinen__.m
+share/octave/%%OCTAVE_VERSION%%/m/general/quadgk.m
+share/octave/%%OCTAVE_VERSION%%/m/general/quadl.m
+share/octave/%%OCTAVE_VERSION%%/m/general/quadv.m
+share/octave/%%OCTAVE_VERSION%%/m/general/randi.m
+share/octave/%%OCTAVE_VERSION%%/m/general/rat.m
+share/octave/%%OCTAVE_VERSION%%/m/general/repmat.m
+share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m
+share/octave/%%OCTAVE_VERSION%%/m/general/rotdim.m
+share/octave/%%OCTAVE_VERSION%%/m/general/runlength.m
+share/octave/%%OCTAVE_VERSION%%/m/general/saveobj.m
+share/octave/%%OCTAVE_VERSION%%/m/general/shift.m
+share/octave/%%OCTAVE_VERSION%%/m/general/shiftdim.m
+share/octave/%%OCTAVE_VERSION%%/m/general/sortrows.m
+share/octave/%%OCTAVE_VERSION%%/m/general/sph2cart.m
+share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m
+share/octave/%%OCTAVE_VERSION%%/m/general/structfun.m
+share/octave/%%OCTAVE_VERSION%%/m/general/subsindex.m
+share/octave/%%OCTAVE_VERSION%%/m/general/trapz.m
+share/octave/%%OCTAVE_VERSION%%/m/general/triplequad.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/convhull.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/delaunay.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/delaunay3.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/delaunayn.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/dsearch.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/dsearchn.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/griddata.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/griddata3.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/griddatan.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/inpolygon.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/rectint.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/trimesh.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/triplot.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/trisurf.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/tsearchn.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/voronoi.m
+share/octave/%%OCTAVE_VERSION%%/m/geometry/voronoin.m
+share/octave/%%OCTAVE_VERSION%%/m/help/__makeinfo__.m
+share/octave/%%OCTAVE_VERSION%%/m/help/__strip_html_tags__.m
+share/octave/%%OCTAVE_VERSION%%/m/help/doc.m
+share/octave/%%OCTAVE_VERSION%%/m/help/gen_doc_cache.m
+share/octave/%%OCTAVE_VERSION%%/m/help/get_first_help_sentence.m
+share/octave/%%OCTAVE_VERSION%%/m/help/help.m
+share/octave/%%OCTAVE_VERSION%%/m/help/lookfor.m
+share/octave/%%OCTAVE_VERSION%%/m/help/print_usage.m
+share/octave/%%OCTAVE_VERSION%%/m/help/private/__additional_help_message__.m
+share/octave/%%OCTAVE_VERSION%%/m/help/type.m
+share/octave/%%OCTAVE_VERSION%%/m/help/which.m
+share/octave/%%OCTAVE_VERSION%%/m/image/autumn.m
+share/octave/%%OCTAVE_VERSION%%/m/image/bone.m
+share/octave/%%OCTAVE_VERSION%%/m/image/brighten.m
+share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m
+share/octave/%%OCTAVE_VERSION%%/m/image/contrast.m
+share/octave/%%OCTAVE_VERSION%%/m/image/cool.m
+share/octave/%%OCTAVE_VERSION%%/m/image/copper.m
+share/octave/%%OCTAVE_VERSION%%/m/image/flag.m
+share/octave/%%OCTAVE_VERSION%%/m/image/gmap40.m
+share/octave/%%OCTAVE_VERSION%%/m/image/gray.m
+share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m
+share/octave/%%OCTAVE_VERSION%%/m/image/hot.m
+share/octave/%%OCTAVE_VERSION%%/m/image/hsv.m
+share/octave/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m
+share/octave/%%OCTAVE_VERSION%%/m/image/image.m
+share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m
+share/octave/%%OCTAVE_VERSION%%/m/image/imfinfo.m
+share/octave/%%OCTAVE_VERSION%%/m/image/imread.m
+share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m
+share/octave/%%OCTAVE_VERSION%%/m/image/imwrite.m
+share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m
+share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m
+share/octave/%%OCTAVE_VERSION%%/m/image/jet.m
+share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m
+share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m
+share/octave/%%OCTAVE_VERSION%%/m/image/pink.m
+share/octave/%%OCTAVE_VERSION%%/m/image/prism.m
+share/octave/%%OCTAVE_VERSION%%/m/image/rainbow.m
+share/octave/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m
+share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m
+share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m
+share/octave/%%OCTAVE_VERSION%%/m/image/spring.m
+share/octave/%%OCTAVE_VERSION%%/m/image/summer.m
+share/octave/%%OCTAVE_VERSION%%/m/image/white.m
+share/octave/%%OCTAVE_VERSION%%/m/image/winter.m
+share/octave/%%OCTAVE_VERSION%%/m/io/beep.m
+share/octave/%%OCTAVE_VERSION%%/m/io/csvread.m
+share/octave/%%OCTAVE_VERSION%%/m/io/csvwrite.m
+share/octave/%%OCTAVE_VERSION%%/m/io/dlmwrite.m
+share/octave/%%OCTAVE_VERSION%%/m/io/fileread.m
+share/octave/%%OCTAVE_VERSION%%/m/io/is_valid_file_id.m
+share/octave/%%OCTAVE_VERSION%%/m/io/strread.m
+share/octave/%%OCTAVE_VERSION%%/m/io/textread.m
+share/octave/%%OCTAVE_VERSION%%/m/io/textscan.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/condest.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/expm.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/isdefinite.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/ishermitian.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/issymmetric.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/normest.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/onenormest.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/planerot.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rref.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/subspace.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m
+share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ans.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bunzip2.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bzip2.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cast.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/compare_versions.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/copyfile.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/debug.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dos.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/edit.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileattrib.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/getappdata.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/getfield.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/gunzip.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/gzip.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/info.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/inputname.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isappdata.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isdeployed.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ismac.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/license.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ls.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ls_command.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/mex.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/mexext.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/mkoctfile.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/movefile.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/namelengthmax.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/news.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/orderfields.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/parseparams.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/perl.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/private/__xzip__.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/rmappdata.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/run.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/setappdata.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/setfield.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/substruct.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/swapbytes.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/symvar.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tar.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unimplemented.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unpack.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/untar.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/unzip.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/ver.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/warning_ids.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/what.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m
+share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/PKG_ADD
+share/octave/%%OCTAVE_VERSION%%/m/optimization/__all_opts__.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/fminbnd.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/fminunc.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/fsolve.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/fzero.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/glpk.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/lsqnonneg.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/optimget.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/optimset.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/pqpnonneg.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/private/__fdjac__.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/qp.m
+share/octave/%%OCTAVE_VERSION%%/m/optimization/sqp.m
+share/octave/%%OCTAVE_VERSION%%/m/path/matlabroot.m
+share/octave/%%OCTAVE_VERSION%%/m/path/pathdef.m
+share/octave/%%OCTAVE_VERSION%%/m/path/savepath.m
+share/octave/%%OCTAVE_VERSION%%/m/pkg/get_forge_pkg.m
+share/octave/%%OCTAVE_VERSION%%/m/pkg/pkg.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__fltk_ginput__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__fltk_print__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_drawnow__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_get_var__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_ginput__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_has_feature__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_open_stream__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_print__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__gnuplot_version__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__go_close_all__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__go_draw_axes__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__go_draw_figure__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__marching_cube__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__next_line_color__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__next_line_style__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__plt_get_axis_arg__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/__print_parse_opts__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/allchild.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ancestor.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/area.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/axes.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/barh.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/box.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/caxis.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/cla.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/clabel.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/clf.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/close.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/closereq.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/colorbar.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/comet.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/comet3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/compass.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/contour3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/contourc.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/contourf.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/cylinder.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/daspect.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/diffuse.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ellipsoid.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/errorbar.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezcontour.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezcontourf.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezmesh.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezmeshc.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezplot.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezplot3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezpolar.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezsurf.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ezsurfc.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/feather.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/fill.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/findall.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/findobj.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/fplot.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/gca.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/gcbf.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/gcbo.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/gcf.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ginput.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/gnuplot_binary.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/graphics_toolkit.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/gtext.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/hggroup.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/hidden.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/hold.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/isfigure.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ishghandle.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ishold.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/isocolors.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/isonormals.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/isosurface.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/isprop.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/legend.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/line.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/linkprop.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/loglogerr.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/meshc.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/meshz.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ndgrid.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/newplot.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/orient.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/pareto.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/patch.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/pbaspect.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/pcolor.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/peaks.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/pie.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/pie3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/plot3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/plotmatrix.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/plotyy.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/print.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__actual_axis_position__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__add_datasource__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__add_default_menu__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__axes_limits__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__axis_label__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__bar__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__clabel__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__color_str_rgb__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__contour__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__default_plot_options__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__errcomm__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__errplot__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__ezplot__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__fltk_file_filter__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__getlegenddata__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__ghostscript__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__gnuplot_has_terminal__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__interp_cube__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__line__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__patch__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__pie__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__plt__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__pltopt__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__quiver__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__scatter__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__stem__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/private/__tight_eps_bbox__.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/quiver.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/quiver3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/refresh.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/refreshdata.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ribbon.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/rose.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/saveas.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/scatter.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/scatter3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/semilogxerr.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/semilogyerr.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/shading.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/slice.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/specular.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/sphere.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/spinmap.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/stem.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/stem3.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/surf.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/surface.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/surfc.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/surfl.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/surfnorm.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/text.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/title.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/uigetdir.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/uigetfile.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/uimenu.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/uiputfile.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/view.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/waitforbuttonpress.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/whitebg.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/xlim.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/ylim.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m
+share/octave/%%OCTAVE_VERSION%%/m/plot/zlim.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/mkpp.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/mpoles.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/pchip.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyaffine.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polygcd.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyint.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyout.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppder.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppint.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppjumps.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/ppval.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/spline.m
+share/octave/%%OCTAVE_VERSION%%/m/polynomial/unmkpp.m
+share/octave/%%OCTAVE_VERSION%%/m/set/intersect.m
+share/octave/%%OCTAVE_VERSION%%/m/set/ismember.m
+share/octave/%%OCTAVE_VERSION%%/m/set/powerset.m
+share/octave/%%OCTAVE_VERSION%%/m/set/private/validargs.m
+share/octave/%%OCTAVE_VERSION%%/m/set/setdiff.m
+share/octave/%%OCTAVE_VERSION%%/m/set/setxor.m
+share/octave/%%OCTAVE_VERSION%%/m/set/union.m
+share/octave/%%OCTAVE_VERSION%%/m/set/unique.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/arch_fit.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/arch_test.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/bartlett.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/blackman.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/diffpara.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/filter2.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/fractdiff.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/hamming.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/hanning.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/hurst.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/ifftshift.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/periodogram.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_lw.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/rectangle_sw.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/sinetone.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/sinewave.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/spencer.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/stft.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/synthesis.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_lw.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/triangle_sw.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/unwrap.m
+share/octave/%%OCTAVE_VERSION%%/m/signal/yulewalker.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/bicgstab.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/cgs.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/colperm.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/etreeplot.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/gplot.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/nonzeros.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/pcg.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/pcr.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/spaugment.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/spconvert.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/spdiags.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/speye.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/spfun.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/spones.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/sprand.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/sprandn.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/sprandsym.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/spstats.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/spy.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/svds.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/treelayout.m
+share/octave/%%OCTAVE_VERSION%%/m/sparse/treeplot.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/betaln.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/factor.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/factorial.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/isprime.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/legendre.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/nchoosek.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/nthroot.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/perms.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/primes.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/reallog.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/realpow.m
+share/octave/%%OCTAVE_VERSION%%/m/specfun/realsqrt.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hadamard.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/magic.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/pascal.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/rosser.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m
+share/octave/%%OCTAVE_VERSION%%/m/special-matrix/wilkinson.m
+share/octave/%%OCTAVE_VERSION%%/m/startup/__finish__.m
+share/octave/%%OCTAVE_VERSION%%/m/startup/inputrc
+share/octave/%%OCTAVE_VERSION%%/m/startup/local-rcfile
+share/octave/%%OCTAVE_VERSION%%/m/startup/main-rcfile
+share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/center.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cor.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/corrcoef.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cov.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/cut.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/gls.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/histc.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/logit.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mean.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/median.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/mode.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/moment.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ols.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/prctile.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/probit.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/quantile.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/range.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/std.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/studentize.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/table.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/base/var.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betacdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binocdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binoinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binopdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/binornd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2inv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2pdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/expcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/expinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exppdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/exprnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/fcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/finv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/fpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/frnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gaminv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gampdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/gamrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geocdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geoinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geopdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/geornd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygecdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygeinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygepdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/hygernd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logncdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/logninv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/lognrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbincdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbininv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/norminv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/normrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisscdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poissinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poisspdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/poissrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/tcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/tinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/tpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/trnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unidrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/unifrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblcdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblinv.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblpdf.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wblrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions/wienrnd.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_derivatives.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression_likelihood.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m
+share/octave/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/base2dec.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/cstrcat.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/dec2base.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/index.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/isstrprop.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/mat2str.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/regexptranslate.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strchr.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strjust.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strmatch.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strsplit.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strtok.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strtrim.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/strtrunc.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/untabify.m
+share/octave/%%OCTAVE_VERSION%%/m/strings/validatestring.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/assert.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/demo.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/example.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/fail.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/rundemos.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/runtests.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/speed.m
+share/octave/%%OCTAVE_VERSION%%/m/testfun/test.m
+share/octave/%%OCTAVE_VERSION%%/m/time/addtodate.m
+share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m
+share/octave/%%OCTAVE_VERSION%%/m/time/calendar.m
+share/octave/%%OCTAVE_VERSION%%/m/time/clock.m
+share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m
+share/octave/%%OCTAVE_VERSION%%/m/time/date.m
+share/octave/%%OCTAVE_VERSION%%/m/time/datenum.m
+share/octave/%%OCTAVE_VERSION%%/m/time/datestr.m
+share/octave/%%OCTAVE_VERSION%%/m/time/datetick.m
+share/octave/%%OCTAVE_VERSION%%/m/time/datevec.m
+share/octave/%%OCTAVE_VERSION%%/m/time/eomday.m
+share/octave/%%OCTAVE_VERSION%%/m/time/etime.m
+share/octave/%%OCTAVE_VERSION%%/m/time/is_leap_year.m
+share/octave/%%OCTAVE_VERSION%%/m/time/now.m
+share/octave/%%OCTAVE_VERSION%%/m/time/weekday.m
+share/octave/site/m/startup/octaverc
+bin/mkoctfile
+bin/octave
+bin/octave-config
+lib/octave-%%OCTAVE_VERSION%%/libcruft.so
+lib/octave-%%OCTAVE_VERSION%%/liboctave.so
+lib/octave-%%OCTAVE_VERSION%%/liboctinterp.so
+%%PORTDOCS%%%%DOCSDIR%%/OctaveFAQ.ps
 %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
+%%PORTDOCS%%%%DOCSDIR%%/octave.ps
+@dirrm include/octave-%%OCTAVE_VERSION%%/octave
+@dirrm include/octave-%%OCTAVE_VERSION%%
+@dirrm lib/octave-%%OCTAVE_VERSION%%
+@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%
+@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct
+@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
+@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/exec
+@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%
+@dirrm libexec/octave/%%OCTAVE_VERSION%%/site/oct
+@dirrm libexec/octave/%%OCTAVE_VERSION%%/site
+@dirrm libexec/octave/%%OCTAVE_VERSION%%
+@dirrm libexec/octave/api-v47+/site/exec/%%GNU_HOST%%
+@dirrm libexec/octave/api-v47+/site/exec
+@dirrm libexec/octave/api-v47+/site
+@dirrm libexec/octave/api-v47+
+@dirrm libexec/octave/site/exec/%%GNU_HOST%%
+@dirrm libexec/octave/site/exec
+@dirrm libexec/octave/site/oct/%%GNU_HOST%%
+@dirrm libexec/octave/site/oct/api-v47+/%%GNU_HOST%%
+@dirrm libexec/octave/site/oct/api-v47+
+@dirrm libexec/octave/site/oct
+@dirrm libexec/octave/site
+@dirrm libexec/octave
+@dirrm share/octave/%%OCTAVE_VERSION%%/etc
+@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/@ftp
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/deprecated
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/general/private
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/general
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/geometry
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/help/private
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/help
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/image
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/io
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/private
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/optimization/private
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/optimization
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/path
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/pkg
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot/private
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/set/private
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/set
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/sparse
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/base
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/distributions
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/models
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics/tests
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/testfun
+@dirrm share/octave/%%OCTAVE_VERSION%%/m/time
+@dirrm share/octave/%%OCTAVE_VERSION%%/m
+@dirrm share/octave/%%OCTAVE_VERSION%%/site/m
+@dirrm share/octave/%%OCTAVE_VERSION%%/site
+@dirrm share/octave/%%OCTAVE_VERSION%%
+@dirrm share/octave/site/api-v47+/m
+@dirrm share/octave/site/api-v47+
+@dirrm share/octave/site/m/startup
+@dirrm share/octave/site/m
+@dirrm share/octave/site
+@dirrm share/octave
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @comment octave diggs some empty directories
-@exec mkdir -p %D/share/octave/site/m/startup/octaverc 2>/dev/null || true
-@exec mkdir -p %D/share/octave/site/api-v37/m 2>/dev/null || true
-@exec mkdir -p %D/share/octave/site/api-v37 2>/dev/null || true
+@exec mkdir -p %D/share/octave/site/api-v47+/m 2>/dev/null || true
+@exec mkdir -p %D/share/octave/site/api-v47+ 2>/dev/null || true
 @exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site/m 2>/dev/null || true
 @exec mkdir -p %D/share/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/oct/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/site/oct/api-v37/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/site/oct/api-v37 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/site/oct/api-v47+/%%GNU_HOST%% 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/site/oct/api-v47+ 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/oct 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/exec/%%GNU_HOST%% 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site/exec 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/site 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v37/site/exec/%%GNU_HOST%% 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v37/site/exec 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v37/site 2>/dev/null || true
-@exec mkdir -p %D/libexec/octave/api-v37 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v47+/site/exec/%%GNU_HOST%% 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v47+/site/exec 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v47+/site 2>/dev/null || true
+@exec mkdir -p %D/libexec/octave/api-v47+ 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/oct 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site/exec 2>/dev/null || true
 @exec mkdir -p %D/libexec/octave/%%OCTAVE_VERSION%%/site 2>/dev/null || true
-@comment Insert PLIST here
 @dirrmtry share/applications
>Release-Note:
>Audit-Trail:
>Unformatted:



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