summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-11-25 23:56:53 +0000
committertron <tron@pkgsrc.org>1998-11-25 23:56:53 +0000
commitfc5654570a3bd8dfaf10bb57c3ebefb365b423ae (patch)
treece9f6928beee7e0d7f90c6f4841e345dfc365fdf /math/octave
parent6418c7c5f1126dd27725e94d5ba399944d35204e (diff)
downloadpkgsrc-fc5654570a3bd8dfaf10bb57c3ebefb365b423ae.tar.gz
NetBSD patches supplied by Rene Hexel in PR pkg/6476.
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile70
-rw-r--r--math/octave/files/md51
-rw-r--r--math/octave/patches/patch-aa30
-rw-r--r--math/octave/patches/patch-ac11
-rw-r--r--math/octave/patches/patch-ae26
-rw-r--r--math/octave/pkg/COMMENT2
-rw-r--r--math/octave/pkg/DESCR23
-rw-r--r--math/octave/pkg/PLIST995
8 files changed, 619 insertions, 539 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 30ae271b325..b8c8a833373 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,52 +1,46 @@
-# New ports collection makefile for: octave
-# Version required: 2.0.13
-# Date created: 8 September 1998
-# Whom: chuckr@freebsd.org
-#
+# $NetBSD: Makefile,v 1.2 1998/11/25 23:56:53 tron Exp $
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
#
DISTNAME= octave-2.0.13
CATEGORIES= math
-MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/
-
-MAINTAINER= chuckr@FreeBSD.ORG
+MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \
+ ftp://ftp.math.uni-hamburg.de/pub/soft/math/octave/ \
+ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/ \
+ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/ \
+ ftp://ftp.task.gda.pl/pub/software/octave/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.che.wisc.edu/octave/
+
+BUILD_DEPENDS+= makeinfo:../../devel/gtexinfo
+BUILD_DEPENDS+= tex:../../print/teTeX
+BUILD_DEPENDS+= dvips:../../print/teTeX
+DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+DEPENDS+= f2c-19980516p1:../../lang/f2c
+DEPENDS+= gnuplot-3.5:../../graphics/gnuplot
BROKEN_ELF= build
-RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-
-OCTAVE_VERSION= 2.0.13
-PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}
HAS_CONFIGURE= yes
-CONFIGURE_ENV= ${SETENV} "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_SCRIPT)"
-CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --disable-shared --host=i386-unknown-freebsd
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
USE_GMAKE= yes
-MAN1= octave.1
-
-LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3
+CONFIGURE_ENV= PATH="${PATH}"
-post-build:
- /usr/bin/strip $(WRKSRC)/src/octave
+INFO_FILES= liboctave.info octave.info
+LIBOCTAVE_INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3
post-install:
-.ifndef NOPORTDOCS
- install-info --defentry='* Octave: (octave). Interactive language for numerical computations.' $(WRKSRC)/doc/interpreter/octave.info $(PREFIX)/info/dir
- install-info --defentry='* LibOctave: (liboctave). C++ class library for Octave.' $(WRKSRC)/doc/liboctave/liboctave.info $(PREFIX)/info/dir
- $(MKDIR) $(PREFIX)/share/octave/doc
-.for file in $(LIBOCTAVE-INFO)
- $(INSTALL_DATA) $(WRKSRC)/doc/liboctave/$(file) $(PREFIX)/info
+ ${MKDIR} ${PREFIX}/share/octave/2.0.13/doc
+.for file in ${LIBOCTAVE_INFO}
+ ${INSTALL_DATA} ${WRKSRC}/doc/liboctave/${file} ${PREFIX}/info
.endfor
- $(INSTALL_DATA) $(WRKSRC)/doc/interpreter/octave.ps $(PREFIX)/share/octave/doc
- $(INSTALL_DATA) $(WRKSRC)/doc/liboctave/liboctave.ps $(PREFIX)/share/octave/doc
- $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-letter.ps $(PREFIX)/share/octave/doc
- $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-legal.ps $(PREFIX)/share/octave/doc
- $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-a4.ps $(PREFIX)/share/octave/doc
- $(INSTALL_DATA) $(WRKSRC)/doc/faq/Octave-FAQ.ps $(PREFIX)/share/octave/doc
- $(RM) -rf $(PREFIX)/libexec/octave/2.0.13/oct/i386-unknown-freebsd?
- $(RM) -rf $(PREFIX)/libexec/octave/2.0.13/exec/i386-unknown-freebsd?
- $(RM) -rf $(PREFIX)/libexec/octave/site/oct/i386-unknown-freebsd?
- $(RM) -rf $(PREFIX)/libexec/octave/site/exec/i386-unknown-freebsd?
-.endif
-
-.include <bsd.port.mk>
+ ${INSTALL_DATA} ${WRKSRC}/doc/interpreter/octave.ps ${PREFIX}/share/octave/2.0.13/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.ps ${PREFIX}/share/octave/2.0.13/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-letter.ps ${PREFIX}/share/octave/2.0.13/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-legal.ps ${PREFIX}/share/octave/2.0.13/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-a4.ps ${PREFIX}/share/octave/2.0.13/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/faq/Octave-FAQ.ps ${PREFIX}/share/octave/2.0.13/doc
+
+.include <../../mk/bsd.pkg.mk>
diff --git a/math/octave/files/md5 b/math/octave/files/md5
index 129691ea3f6..c269eca9c37 100644
--- a/math/octave/files/md5
+++ b/math/octave/files/md5
@@ -1 +1,2 @@
+$NetBSD: md5,v 1.2 1998/11/25 23:56:53 tron Exp $
MD5 (octave-2.0.13.tar.gz) = 1776ba49064657d70560fea6c1f7f218
diff --git a/math/octave/patches/patch-aa b/math/octave/patches/patch-aa
new file mode 100644
index 00000000000..f580056051d
--- /dev/null
+++ b/math/octave/patches/patch-aa
@@ -0,0 +1,30 @@
+--- configure.orig Thu May 21 20:16:26 1998
++++ configure Fri Nov 20 17:02:39 1998
+@@ -6100,7 +6100,6 @@
+ # ./install, which can be erroneously created by make from ./install.sh.
+ echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
+ echo "configure:6103: checking for a BSD compatible install" >&5
+-if test -z "$INSTALL"; then
+ if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+@@ -6139,7 +6138,6 @@
+ # removed, or if the path is relative.
+ INSTALL="$ac_install_sh"
+ fi
+-fi
+ echo "$ac_t""$INSTALL" 1>&6
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+@@ -7126,10 +7124,7 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
++ ac_given_INSTALL="${INSTALL}"
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/math/octave/patches/patch-ac b/math/octave/patches/patch-ac
new file mode 100644
index 00000000000..2e41e4d3348
--- /dev/null
+++ b/math/octave/patches/patch-ac
@@ -0,0 +1,11 @@
+--- Makeconf.in.orig Sun Oct 18 16:04:22 1998
++++ Makeconf.in Sun Oct 18 16:07:37 1998
+@@ -63,7 +63,7 @@
+ # cc and associated flags.
+
+ DLFCN_INCFLAGS = @DLFCN_INCFLAGS@
+-GLOB_INCFLAGS = @GLOB_INCFLAGS@
++GLOB_INCFLAGS = @GLOB_INCFLAGS@ -I ${PREFIX}/include
+
+ # Clean up INCFLAGS a bit if we are not compiling in a separate
+ # directory.
diff --git a/math/octave/patches/patch-ae b/math/octave/patches/patch-ae
new file mode 100644
index 00000000000..a0315c5ce03
--- /dev/null
+++ b/math/octave/patches/patch-ae
@@ -0,0 +1,26 @@
+--- doc/liboctave/liboctave.texi.orig Tue May 20 21:42:48 1997
++++ doc/liboctave/liboctave.texi Sat Nov 21 00:58:49 1998
+@@ -5,6 +5,14 @@
+ \input texinfo @c -*-texinfo-*-
+ @setfilename liboctave.info
+
++@ifinfo
++@format
++START-INFO-DIR-ENTRY
++* LibOctave: (liboctave). Octave library for numerical computations.
++END-INFO-DIR-ENTRY
++@end format
++@end ifinfo
++
+ @c @smallbook
+ @c @setchapternewpage odd
+ @c @cropmarks
+@@ -98,7 +106,7 @@
+ * Copying::
+ * Introduction::
+ * Arrays::
+-* Matrix and Vector @var{Operations}::
++* Matrix and Vector OPERATIONS::
+ * Matrix Factorizations::
+ * Ranges::
+ * Nonlinear Functions::
diff --git a/math/octave/pkg/COMMENT b/math/octave/pkg/COMMENT
index d0061c2c9c5..ef457e70530 100644
--- a/math/octave/pkg/COMMENT
+++ b/math/octave/pkg/COMMENT
@@ -1 +1 @@
-High-level interactive language for numerical computations.
+A high-level language, primarily intended for numerical computations.
diff --git a/math/octave/pkg/DESCR b/math/octave/pkg/DESCR
index c03244971e2..9222b85c729 100644
--- a/math/octave/pkg/DESCR
+++ b/math/octave/pkg/DESCR
@@ -1,5 +1,22 @@
-Octave is a high-level language, primarily intended for numerical
+GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
-other numerical experiments. It may also be used as a batch-oriented
-language.
+other numerical experiments using a language that is mostly compatible
+with Matlab. It may also be used as a batch-oriented language.
+
+Octave has extensive tools for solving common numerical linear algebra
+problems, finding the roots of nonlinear equations, integrating
+ordinary functions, manipulating polynomials, and integrating ordinary
+differential and differential-algebraic equations. It is easily extensible
+and customizable via user-defined functions written in Octave's own
+language, or using dynamically loaded modules written in C++, C, Fortran,
+or other languages.
+
+GNU Octave is also freely redistributable software. You may redistribute
+it and/or modify it under the terms of the GNU General Public License
+(GPL) as published by the Free Software Foundation.
+
+Octave was written by John W. Eaton and many others. Because Octave is
+free software you are encouraged to help make Octave more useful by writing
+and contributing additional functions for it, and by reporting any problems
+you may have.
diff --git a/math/octave/pkg/PLIST b/math/octave/pkg/PLIST
index c3eac216ecb..a1bd955a632 100644
--- a/math/octave/pkg/PLIST
+++ b/math/octave/pkg/PLIST
@@ -1,499 +1,221 @@
+@comment $NetBSD: PLIST,v 1.2 1998/11/25 23:56:53 tron Exp $
+bin/octave
bin/octave-bug
bin/mkoctfile
-include/octave-%%OCTAVE_VERSION%%/config.h
-include/octave-%%OCTAVE_VERSION%%/f77-fcn.h
-include/octave-%%OCTAVE_VERSION%%/lo-error.h
-include/octave-%%OCTAVE_VERSION%%/Bounds.h
-include/octave-%%OCTAVE_VERSION%%/CollocWt.h
-include/octave-%%OCTAVE_VERSION%%/DAE.h
-include/octave-%%OCTAVE_VERSION%%/DAEFunc.h
-include/octave-%%OCTAVE_VERSION%%/DASSL.h
-include/octave-%%OCTAVE_VERSION%%/FEGrid.h
-include/octave-%%OCTAVE_VERSION%%/LinConst.h
-include/octave-%%OCTAVE_VERSION%%/LP.h
-include/octave-%%OCTAVE_VERSION%%/LPsolve.h
-include/octave-%%OCTAVE_VERSION%%/LSODE.h
-include/octave-%%OCTAVE_VERSION%%/NLConst.h
-include/octave-%%OCTAVE_VERSION%%/NLEqn.h
-include/octave-%%OCTAVE_VERSION%%/NLFunc.h
-include/octave-%%OCTAVE_VERSION%%/NLP.h
-include/octave-%%OCTAVE_VERSION%%/ODE.h
-include/octave-%%OCTAVE_VERSION%%/ODEFunc.h
-include/octave-%%OCTAVE_VERSION%%/Objective.h
-include/octave-%%OCTAVE_VERSION%%/QP.h
-include/octave-%%OCTAVE_VERSION%%/Quad.h
-include/octave-%%OCTAVE_VERSION%%/Range.h
-include/octave-%%OCTAVE_VERSION%%/base-de.h
-include/octave-%%OCTAVE_VERSION%%/base-min.h
-include/octave-%%OCTAVE_VERSION%%/byte-swap.h
-include/octave-%%OCTAVE_VERSION%%/cmd-hist.h
-include/octave-%%OCTAVE_VERSION%%/data-conv.h
-include/octave-%%OCTAVE_VERSION%%/dbleBessel.h
-include/octave-%%OCTAVE_VERSION%%/dir-ops.h
-include/octave-%%OCTAVE_VERSION%%/file-ops.h
-include/octave-%%OCTAVE_VERSION%%/getopt.h
-include/octave-%%OCTAVE_VERSION%%/idx-vector.h
-include/octave-%%OCTAVE_VERSION%%/lo-ieee.h
-include/octave-%%OCTAVE_VERSION%%/lo-mappers.h
-include/octave-%%OCTAVE_VERSION%%/lo-specfun.h
-include/octave-%%OCTAVE_VERSION%%/lo-utils.h
-include/octave-%%OCTAVE_VERSION%%/mach-info.h
-include/octave-%%OCTAVE_VERSION%%/oct-alloc.h
-include/octave-%%OCTAVE_VERSION%%/oct-cmplx.h
-include/octave-%%OCTAVE_VERSION%%/oct-glob.h
-include/octave-%%OCTAVE_VERSION%%/oct-math.h
-include/octave-%%OCTAVE_VERSION%%/oct-term.h
-include/octave-%%OCTAVE_VERSION%%/pathsearch.h
-include/octave-%%OCTAVE_VERSION%%/prog-args.h
-include/octave-%%OCTAVE_VERSION%%/statdefs.h
-include/octave-%%OCTAVE_VERSION%%/str-vec.h
-include/octave-%%OCTAVE_VERSION%%/sun-utils.h
-include/octave-%%OCTAVE_VERSION%%/sysdir.h
-include/octave-%%OCTAVE_VERSION%%/Array.h
-include/octave-%%OCTAVE_VERSION%%/Array2.h
-include/octave-%%OCTAVE_VERSION%%/Array3.h
-include/octave-%%OCTAVE_VERSION%%/DiagArray2.h
-include/octave-%%OCTAVE_VERSION%%/Array-flags.h
-include/octave-%%OCTAVE_VERSION%%/Array-idx.h
-include/octave-%%OCTAVE_VERSION%%/Array2-idx.h
-include/octave-%%OCTAVE_VERSION%%/Array3-idx.h
-include/octave-%%OCTAVE_VERSION%%/MArray-defs.h
-include/octave-%%OCTAVE_VERSION%%/MArray.h
-include/octave-%%OCTAVE_VERSION%%/MArray2.h
-include/octave-%%OCTAVE_VERSION%%/MDiagArray2.h
-include/octave-%%OCTAVE_VERSION%%/Matrix.h
-include/octave-%%OCTAVE_VERSION%%/base-lu.h
-include/octave-%%OCTAVE_VERSION%%/mx-base.h
-include/octave-%%OCTAVE_VERSION%%/mx-defs.h
-include/octave-%%OCTAVE_VERSION%%/mx-ext.h
-include/octave-%%OCTAVE_VERSION%%/CColVector.h
-include/octave-%%OCTAVE_VERSION%%/CDiagMatrix.h
-include/octave-%%OCTAVE_VERSION%%/CMatrix.h
-include/octave-%%OCTAVE_VERSION%%/CRowVector.h
-include/octave-%%OCTAVE_VERSION%%/CmplxAEPBAL.h
-include/octave-%%OCTAVE_VERSION%%/CmplxCHOL.h
-include/octave-%%OCTAVE_VERSION%%/CmplxDET.h
-include/octave-%%OCTAVE_VERSION%%/CmplxHESS.h
-include/octave-%%OCTAVE_VERSION%%/CmplxLU.h
-include/octave-%%OCTAVE_VERSION%%/CmplxQR.h
-include/octave-%%OCTAVE_VERSION%%/CmplxQRP.h
-include/octave-%%OCTAVE_VERSION%%/CmplxSCHUR.h
-include/octave-%%OCTAVE_VERSION%%/CmplxSVD.h
-include/octave-%%OCTAVE_VERSION%%/EIG.h
-include/octave-%%OCTAVE_VERSION%%/chMatrix.h
-include/octave-%%OCTAVE_VERSION%%/dColVector.h
-include/octave-%%OCTAVE_VERSION%%/dDiagMatrix.h
-include/octave-%%OCTAVE_VERSION%%/dMatrix.h
-include/octave-%%OCTAVE_VERSION%%/dRowVector.h
-include/octave-%%OCTAVE_VERSION%%/dbleAEPBAL.h
-include/octave-%%OCTAVE_VERSION%%/dbleCHOL.h
-include/octave-%%OCTAVE_VERSION%%/dbleDET.h
-include/octave-%%OCTAVE_VERSION%%/dbleGEPBAL.h
-include/octave-%%OCTAVE_VERSION%%/dbleHESS.h
-include/octave-%%OCTAVE_VERSION%%/dbleLU.h
-include/octave-%%OCTAVE_VERSION%%/dbleQR.h
-include/octave-%%OCTAVE_VERSION%%/dbleQRP.h
-include/octave-%%OCTAVE_VERSION%%/dbleSCHUR.h
-include/octave-%%OCTAVE_VERSION%%/dbleSVD.h
-include/octave-%%OCTAVE_VERSION%%/Array.cc
-include/octave-%%OCTAVE_VERSION%%/Array2.cc
-include/octave-%%OCTAVE_VERSION%%/Array3.cc
-include/octave-%%OCTAVE_VERSION%%/DiagArray2.cc
-include/octave-%%OCTAVE_VERSION%%/MArray.cc
-include/octave-%%OCTAVE_VERSION%%/MArray2.cc
-include/octave-%%OCTAVE_VERSION%%/MDiagArray2.cc
-include/octave-%%OCTAVE_VERSION%%/base-lu.cc
-@exec /bin/ln -s %D/include/octave-%%OCTAVE_VERSION%% %D/include/octave
-@unexec /bin/rm -f %D/include/octave
-bin/octave
-bin/octave-%%OCTAVE_VERSION%%
-libexec/octave/%%OCTAVE_VERSION%%/exec/i386-unknown-freebsd/info-emacs-info
-libexec/octave/%%OCTAVE_VERSION%%/exec/i386-unknown-freebsd/info-emacs-octave-help
-libexec/octave/ls-R
-@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec/i386-unknown-freebsd
-@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec
-@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct/i386-unknown-freebsd
-@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct
-@dirrm libexec/octave/%%OCTAVE_VERSION%%
-@dirrm libexec/octave/site/exec/i386-unknown-freebsd
-@dirrm libexec/octave/site/exec
-@dirrm libexec/octave/site/oct/i386-unknown-freebsd
-@dirrm libexec/octave/site/oct
-@dirrm libexec/octave/site
-@dirrm libexec/octave
-include/octave-%%OCTAVE_VERSION%%/builtins.h
-include/octave-%%OCTAVE_VERSION%%/data.h
-include/octave-%%OCTAVE_VERSION%%/defun.h
-include/octave-%%OCTAVE_VERSION%%/defun-dld.h
-include/octave-%%OCTAVE_VERSION%%/defun-int.h
-include/octave-%%OCTAVE_VERSION%%/dirfns.h
-include/octave-%%OCTAVE_VERSION%%/dynamic-ld.h
-include/octave-%%OCTAVE_VERSION%%/error.h
-include/octave-%%OCTAVE_VERSION%%/file-io.h
-include/octave-%%OCTAVE_VERSION%%/fn-cache.h
-include/octave-%%OCTAVE_VERSION%%/gripes.h
-include/octave-%%OCTAVE_VERSION%%/help.h
-include/octave-%%OCTAVE_VERSION%%/input.h
-include/octave-%%OCTAVE_VERSION%%/lex.h
-include/octave-%%OCTAVE_VERSION%%/load-save.h
-include/octave-%%OCTAVE_VERSION%%/mappers.h
-include/octave-%%OCTAVE_VERSION%%/oct.h
-include/octave-%%OCTAVE_VERSION%%/oct-fstrm.h
-include/octave-%%OCTAVE_VERSION%%/oct-hist.h
-include/octave-%%OCTAVE_VERSION%%/oct-iostrm.h
-include/octave-%%OCTAVE_VERSION%%/oct-map.h
-include/octave-%%OCTAVE_VERSION%%/oct-obj.h
-include/octave-%%OCTAVE_VERSION%%/oct-prcstrm.h
-include/octave-%%OCTAVE_VERSION%%/oct-procbuf.h
-include/octave-%%OCTAVE_VERSION%%/oct-stdstrm.h
-include/octave-%%OCTAVE_VERSION%%/oct-stream.h
-include/octave-%%OCTAVE_VERSION%%/oct-strstrm.h
-include/octave-%%OCTAVE_VERSION%%/pager.h
-include/octave-%%OCTAVE_VERSION%%/parse.h
-include/octave-%%OCTAVE_VERSION%%/pathlen.h
-include/octave-%%OCTAVE_VERSION%%/pr-output.h
-include/octave-%%OCTAVE_VERSION%%/procstream.h
-include/octave-%%OCTAVE_VERSION%%/pt-base.h
-include/octave-%%OCTAVE_VERSION%%/pt-cmd.h
-include/octave-%%OCTAVE_VERSION%%/pt-const.h
-include/octave-%%OCTAVE_VERSION%%/pt-exp-base.h
-include/octave-%%OCTAVE_VERSION%%/pt-exp.h
-include/octave-%%OCTAVE_VERSION%%/pt-fcn.h
-include/octave-%%OCTAVE_VERSION%%/pt-fvc-base.h
-include/octave-%%OCTAVE_VERSION%%/pt-fvc.h
-include/octave-%%OCTAVE_VERSION%%/pt-mat.h
-include/octave-%%OCTAVE_VERSION%%/pt-misc.h
-include/octave-%%OCTAVE_VERSION%%/pt-mvr-base.h
-include/octave-%%OCTAVE_VERSION%%/pt-mvr.h
-include/octave-%%OCTAVE_VERSION%%/pt-plot.h
-include/octave-%%OCTAVE_VERSION%%/pt-pr-code.h
-include/octave-%%OCTAVE_VERSION%%/pt-walk.h
-include/octave-%%OCTAVE_VERSION%%/sighandlers.h
-include/octave-%%OCTAVE_VERSION%%/symtab.h
-include/octave-%%OCTAVE_VERSION%%/syscalls.h
-include/octave-%%OCTAVE_VERSION%%/sysdep.h
-include/octave-%%OCTAVE_VERSION%%/systime.h
-include/octave-%%OCTAVE_VERSION%%/syswait.h
-include/octave-%%OCTAVE_VERSION%%/token.h
-include/octave-%%OCTAVE_VERSION%%/toplev.h
-include/octave-%%OCTAVE_VERSION%%/unwind-prot.h
-include/octave-%%OCTAVE_VERSION%%/utils.h
-include/octave-%%OCTAVE_VERSION%%/variables.h
-include/octave-%%OCTAVE_VERSION%%/version.h
-include/octave-%%OCTAVE_VERSION%%/xdiv.h
-include/octave-%%OCTAVE_VERSION%%/xpow.h
-include/octave-%%OCTAVE_VERSION%%/BaseSLList.h
-include/octave-%%OCTAVE_VERSION%%/DLList.h
-include/octave-%%OCTAVE_VERSION%%/Map.h
-include/octave-%%OCTAVE_VERSION%%/Pix.h
-include/octave-%%OCTAVE_VERSION%%/SLList.h
-include/octave-%%OCTAVE_VERSION%%/SLStack.h
-include/octave-%%OCTAVE_VERSION%%/Stack.h
-include/octave-%%OCTAVE_VERSION%%/ov-re-mat.h
-include/octave-%%OCTAVE_VERSION%%/ov-cx-mat.h
-include/octave-%%OCTAVE_VERSION%%/ov-ch-mat.h
-include/octave-%%OCTAVE_VERSION%%/ov-struct.h
-include/octave-%%OCTAVE_VERSION%%/ov-scalar.h
-include/octave-%%OCTAVE_VERSION%%/ov-range.h
-include/octave-%%OCTAVE_VERSION%%/ov-complex.h
-include/octave-%%OCTAVE_VERSION%%/ov-va-args.h
-include/octave-%%OCTAVE_VERSION%%/ov-colon.h
-include/octave-%%OCTAVE_VERSION%%/ov-base.h
-include/octave-%%OCTAVE_VERSION%%/ov-str-mat.h
-include/octave-%%OCTAVE_VERSION%%/ov.h
-include/octave-%%OCTAVE_VERSION%%/ov-typeinfo.h
-include/octave-%%OCTAVE_VERSION%%/ops.h
-include/octave-%%OCTAVE_VERSION%%/op-cm-cm.h
-include/octave-%%OCTAVE_VERSION%%/op-cm-cs.h
-include/octave-%%OCTAVE_VERSION%%/op-cm-m.h
-include/octave-%%OCTAVE_VERSION%%/op-cm-s.h
-include/octave-%%OCTAVE_VERSION%%/op-cs-cm.h
-include/octave-%%OCTAVE_VERSION%%/op-cs-cs.h
-include/octave-%%OCTAVE_VERSION%%/op-cs-m.h
-include/octave-%%OCTAVE_VERSION%%/op-cs-s.h
-include/octave-%%OCTAVE_VERSION%%/op-m-cm.h
-include/octave-%%OCTAVE_VERSION%%/op-m-cs.h
-include/octave-%%OCTAVE_VERSION%%/op-m-m.h
-include/octave-%%OCTAVE_VERSION%%/op-m-s.h
-include/octave-%%OCTAVE_VERSION%%/op-s-cm.h
-include/octave-%%OCTAVE_VERSION%%/op-s-cs.h
-include/octave-%%OCTAVE_VERSION%%/op-s-m.h
-include/octave-%%OCTAVE_VERSION%%/op-s-s.h
-include/octave-%%OCTAVE_VERSION%%/op-str-str.h
-include/octave-%%OCTAVE_VERSION%%/defaults.h
-include/octave-%%OCTAVE_VERSION%%/oct-conf.h
-include/octave-%%OCTAVE_VERSION%%/oct-gperf.h
-@dirrm include/octave-%%OCTAVE_VERSION%%
-lib/octave-%%OCTAVE_VERSION%%/libcruft.a
-lib/octave-%%OCTAVE_VERSION%%/liboctave.a
-lib/octave-%%OCTAVE_VERSION%%/liboctinterp.a
-@dirrm lib/octave-%%OCTAVE_VERSION%%
-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/control/abcddim.m
-share/octave/%%OCTAVE_VERSION%%/m/control/are.m
-share/octave/%%OCTAVE_VERSION%%/m/control/c2d.m
-share/octave/%%OCTAVE_VERSION%%/m/control/dare.m
-share/octave/%%OCTAVE_VERSION%%/m/control/dgram.m
-share/octave/%%OCTAVE_VERSION%%/m/control/dlqe.m
-share/octave/%%OCTAVE_VERSION%%/m/control/dlqr.m
-share/octave/%%OCTAVE_VERSION%%/m/control/dlyap.m
-share/octave/%%OCTAVE_VERSION%%/m/control/is_controllable.m
-share/octave/%%OCTAVE_VERSION%%/m/control/is_observable.m
-share/octave/%%OCTAVE_VERSION%%/m/control/lqe.m
-share/octave/%%OCTAVE_VERSION%%/m/control/lqr.m
-share/octave/%%OCTAVE_VERSION%%/m/control/lyap.m
-share/octave/%%OCTAVE_VERSION%%/m/control/tzero.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/gcd.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m
-share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m
-share/octave/%%OCTAVE_VERSION%%/m/general/columns.m
-share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m
-share/octave/%%OCTAVE_VERSION%%/m/general/diff.m
-share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m
-share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m
-share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m
-share/octave/%%OCTAVE_VERSION%%/m/general/is_matrix.m
-share/octave/%%OCTAVE_VERSION%%/m/general/is_scalar.m
-share/octave/%%OCTAVE_VERSION%%/m/general/is_square.m
-share/octave/%%OCTAVE_VERSION%%/m/general/is_symmetric.m
-share/octave/%%OCTAVE_VERSION%%/m/general/is_vector.m
-share/octave/%%OCTAVE_VERSION%%/m/general/isempty.m
-share/octave/%%OCTAVE_VERSION%%/m/general/length.m
-share/octave/%%OCTAVE_VERSION%%/m/general/linspace.m
-share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m
-share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.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/postpad.m
-share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m
-share/octave/%%OCTAVE_VERSION%%/m/general/randperm.m
-share/octave/%%OCTAVE_VERSION%%/m/general/rem.m
-share/octave/%%OCTAVE_VERSION%%/m/general/reshape.m
-share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m
-share/octave/%%OCTAVE_VERSION%%/m/general/rows.m
-share/octave/%%OCTAVE_VERSION%%/m/general/shift.m
-share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m
-share/octave/%%OCTAVE_VERSION%%/m/general/tril.m
-share/octave/%%OCTAVE_VERSION%%/m/general/triu.m
-share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m
-share/octave/%%OCTAVE_VERSION%%/m/image/gray.m
-share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m
-share/octave/%%OCTAVE_VERSION%%/m/image/image.m
-share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m
-share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m
-share/octave/%%OCTAVE_VERSION%%/m/image/loadimage.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m
-share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m
-share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m
-share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m
-share/octave/%%OCTAVE_VERSION%%/m/image/saveimage.m
-share/octave/%%OCTAVE_VERSION%%/imagelib/default.img
-share/octave/%%OCTAVE_VERSION%%/m/io/printf.m
-share/octave/%%OCTAVE_VERSION%%/m/io/puts.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/cross.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/kron.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/pinv.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/trace.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m
-share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m
-share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plr1__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plr2__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plr__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt1__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/bottom_title.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/meshdom.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/subwindow.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/title.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/top_title.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m
-share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.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/poly.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/polyinteg.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/residue.m
-share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m
-share/octave/%%OCTAVE_VERSION%%/m/set/complement.m
-share/octave/%%OCTAVE_VERSION%%/m/set/create_set.m
-share/octave/%%OCTAVE_VERSION%%/m/set/intersection.m
-share/octave/%%OCTAVE_VERSION%%/m/set/union.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.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/freqz.m
-share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/betai.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/erfinv.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/gammai.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/log2.m
-share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.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/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/startup/octaverc
-share/octave/site/m/startup/octaverc
-share/octave/%%OCTAVE_VERSION%%/m/statistics/corrcoef.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/cov.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/gls.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/kurtosis.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/mahalanobis.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/mean.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/median.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/ols.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/skewness.m
-share/octave/%%OCTAVE_VERSION%%/m/statistics/std.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.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/lower.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/split.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/str2mat.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/strcmp.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/strrep.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m
-share/octave/%%OCTAVE_VERSION%%/m/strings/upper.m
-share/octave/%%OCTAVE_VERSION%%/m/time/asctime.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/ls-R
-share/octave/doc/Octave-FAQ.ps
-share/octave/doc/octave.ps
-share/octave/doc/liboctave.ps
-share/octave/doc/refcard-a4.ps
-share/octave/doc/refcard-legal.ps
-share/octave/doc/refcard-letter.ps
-@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/control
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/general
-@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
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/set
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal
-@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
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings
-@dirrm share/octave/%%OCTAVE_VERSION%%/m/time
-@dirrm share/octave/%%OCTAVE_VERSION%%/m
-@dirrm share/octave/%%OCTAVE_VERSION%%
-@dirrm share/octave/site/m/startup
-@dirrm share/octave/site/m
-@dirrm share/octave/site
-@dirrm share/octave/doc
-@dirrm share/octave
-@unexec install-info --delete --defentry='* Octave: (octave). Interactive language for numerical computations.' %D/info/octave.info %D/info/dir
-@unexec install-info --delete --defentry='* LibOctave: (liboctave). C++ class library for Octave.' %D/info/liboctave.info %D/info/dir
+bin/octave-2.0.13
+include/octave
+include/octave-2.0.13/config.h
+include/octave-2.0.13/f77-fcn.h
+include/octave-2.0.13/lo-error.h
+include/octave-2.0.13/Bounds.h
+include/octave-2.0.13/CollocWt.h
+include/octave-2.0.13/DAE.h
+include/octave-2.0.13/DAEFunc.h
+include/octave-2.0.13/DASSL.h
+include/octave-2.0.13/FEGrid.h
+include/octave-2.0.13/LinConst.h
+include/octave-2.0.13/LP.h
+include/octave-2.0.13/LPsolve.h
+include/octave-2.0.13/LSODE.h
+include/octave-2.0.13/NLConst.h
+include/octave-2.0.13/NLEqn.h
+include/octave-2.0.13/NLFunc.h
+include/octave-2.0.13/NLP.h
+include/octave-2.0.13/ODE.h
+include/octave-2.0.13/ODEFunc.h
+include/octave-2.0.13/Objective.h
+include/octave-2.0.13/QP.h
+include/octave-2.0.13/Quad.h
+include/octave-2.0.13/Range.h
+include/octave-2.0.13/base-de.h
+include/octave-2.0.13/base-min.h
+include/octave-2.0.13/byte-swap.h
+include/octave-2.0.13/cmd-hist.h
+include/octave-2.0.13/data-conv.h
+include/octave-2.0.13/dbleBessel.h
+include/octave-2.0.13/dir-ops.h
+include/octave-2.0.13/file-ops.h
+include/octave-2.0.13/getopt.h
+include/octave-2.0.13/idx-vector.h
+include/octave-2.0.13/lo-ieee.h
+include/octave-2.0.13/lo-mappers.h
+include/octave-2.0.13/lo-specfun.h
+include/octave-2.0.13/lo-utils.h
+include/octave-2.0.13/mach-info.h
+include/octave-2.0.13/oct-alloc.h
+include/octave-2.0.13/oct-cmplx.h
+include/octave-2.0.13/oct-glob.h
+include/octave-2.0.13/oct-math.h
+include/octave-2.0.13/oct-term.h
+include/octave-2.0.13/pathsearch.h
+include/octave-2.0.13/prog-args.h
+include/octave-2.0.13/statdefs.h
+include/octave-2.0.13/str-vec.h
+include/octave-2.0.13/sun-utils.h
+include/octave-2.0.13/sysdir.h
+include/octave-2.0.13/Array.h
+include/octave-2.0.13/EIG.h
+include/octave-2.0.13/Array2.h
+include/octave-2.0.13/Array3.h
+include/octave-2.0.13/DiagArray2.h
+include/octave-2.0.13/Array-flags.h
+include/octave-2.0.13/Array-idx.h
+include/octave-2.0.13/Array2-idx.h
+include/octave-2.0.13/Array3-idx.h
+include/octave-2.0.13/MArray-defs.h
+include/octave-2.0.13/MArray.h
+include/octave-2.0.13/MArray2.h
+include/octave-2.0.13/MDiagArray2.h
+include/octave-2.0.13/Matrix.h
+include/octave-2.0.13/base-lu.h
+include/octave-2.0.13/mx-base.h
+include/octave-2.0.13/mx-defs.h
+include/octave-2.0.13/mx-ext.h
+include/octave-2.0.13/CColVector.h
+include/octave-2.0.13/CDiagMatrix.h
+include/octave-2.0.13/CMatrix.h
+include/octave-2.0.13/CRowVector.h
+include/octave-2.0.13/CmplxAEPBAL.h
+include/octave-2.0.13/CmplxCHOL.h
+include/octave-2.0.13/CmplxDET.h
+include/octave-2.0.13/CmplxHESS.h
+include/octave-2.0.13/CmplxLU.h
+include/octave-2.0.13/CmplxQR.h
+include/octave-2.0.13/CmplxQRP.h
+include/octave-2.0.13/CmplxSCHUR.h
+include/octave-2.0.13/CmplxSVD.h
+include/octave-2.0.13/chMatrix.h
+include/octave-2.0.13/dColVector.h
+include/octave-2.0.13/dDiagMatrix.h
+include/octave-2.0.13/dMatrix.h
+include/octave-2.0.13/dRowVector.h
+include/octave-2.0.13/dbleAEPBAL.h
+include/octave-2.0.13/dbleCHOL.h
+include/octave-2.0.13/dbleDET.h
+include/octave-2.0.13/dbleGEPBAL.h
+include/octave-2.0.13/dbleHESS.h
+include/octave-2.0.13/dbleLU.h
+include/octave-2.0.13/dbleQR.h
+include/octave-2.0.13/dbleQRP.h
+include/octave-2.0.13/dbleSCHUR.h
+include/octave-2.0.13/dbleSVD.h
+include/octave-2.0.13/Array.cc
+include/octave-2.0.13/Array2.cc
+include/octave-2.0.13/Array3.cc
+include/octave-2.0.13/DiagArray2.cc
+include/octave-2.0.13/MArray.cc
+include/octave-2.0.13/MArray2.cc
+include/octave-2.0.13/MDiagArray2.cc
+include/octave-2.0.13/base-lu.cc
+include/octave-2.0.13/builtins.h
+include/octave-2.0.13/data.h
+include/octave-2.0.13/defun.h
+include/octave-2.0.13/defun-dld.h
+include/octave-2.0.13/defun-int.h
+include/octave-2.0.13/dirfns.h
+include/octave-2.0.13/dynamic-ld.h
+include/octave-2.0.13/error.h
+include/octave-2.0.13/file-io.h
+include/octave-2.0.13/fn-cache.h
+include/octave-2.0.13/gripes.h
+include/octave-2.0.13/help.h
+include/octave-2.0.13/input.h
+include/octave-2.0.13/lex.h
+include/octave-2.0.13/load-save.h
+include/octave-2.0.13/mappers.h
+include/octave-2.0.13/oct.h
+include/octave-2.0.13/oct-fstrm.h
+include/octave-2.0.13/oct-hist.h
+include/octave-2.0.13/oct-iostrm.h
+include/octave-2.0.13/oct-map.h
+include/octave-2.0.13/oct-obj.h
+include/octave-2.0.13/oct-prcstrm.h
+include/octave-2.0.13/oct-procbuf.h
+include/octave-2.0.13/oct-stdstrm.h
+include/octave-2.0.13/oct-stream.h
+include/octave-2.0.13/oct-strstrm.h
+include/octave-2.0.13/pager.h
+include/octave-2.0.13/parse.h
+include/octave-2.0.13/pathlen.h
+include/octave-2.0.13/pr-output.h
+include/octave-2.0.13/procstream.h
+include/octave-2.0.13/pt-base.h
+include/octave-2.0.13/pt-cmd.h
+include/octave-2.0.13/pt-const.h
+include/octave-2.0.13/pt-exp-base.h
+include/octave-2.0.13/pt-exp.h
+include/octave-2.0.13/pt-fcn.h
+include/octave-2.0.13/pt-fvc-base.h
+include/octave-2.0.13/pt-fvc.h
+include/octave-2.0.13/pt-mat.h
+include/octave-2.0.13/pt-misc.h
+include/octave-2.0.13/pt-mvr-base.h
+include/octave-2.0.13/pt-mvr.h
+include/octave-2.0.13/pt-plot.h
+include/octave-2.0.13/pt-pr-code.h
+include/octave-2.0.13/pt-walk.h
+include/octave-2.0.13/sighandlers.h
+include/octave-2.0.13/symtab.h
+include/octave-2.0.13/syscalls.h
+include/octave-2.0.13/sysdep.h
+include/octave-2.0.13/systime.h
+include/octave-2.0.13/syswait.h
+include/octave-2.0.13/token.h
+include/octave-2.0.13/toplev.h
+include/octave-2.0.13/unwind-prot.h
+include/octave-2.0.13/utils.h
+include/octave-2.0.13/variables.h
+include/octave-2.0.13/version.h
+include/octave-2.0.13/xdiv.h
+include/octave-2.0.13/xpow.h
+include/octave-2.0.13/BaseSLList.h
+include/octave-2.0.13/DLList.h
+include/octave-2.0.13/Map.h
+include/octave-2.0.13/Pix.h
+include/octave-2.0.13/SLList.h
+include/octave-2.0.13/SLStack.h
+include/octave-2.0.13/Stack.h
+include/octave-2.0.13/ov-re-mat.h
+include/octave-2.0.13/ov-cx-mat.h
+include/octave-2.0.13/ov-ch-mat.h
+include/octave-2.0.13/ov-struct.h
+include/octave-2.0.13/ov-scalar.h
+include/octave-2.0.13/ov-range.h
+include/octave-2.0.13/ov-complex.h
+include/octave-2.0.13/ov-va-args.h
+include/octave-2.0.13/ov-colon.h
+include/octave-2.0.13/ov-base.h
+include/octave-2.0.13/ov-str-mat.h
+include/octave-2.0.13/ov.h
+include/octave-2.0.13/ov-typeinfo.h
+include/octave-2.0.13/ops.h
+include/octave-2.0.13/op-cm-cm.h
+include/octave-2.0.13/op-cm-cs.h
+include/octave-2.0.13/op-cm-m.h
+include/octave-2.0.13/op-cm-s.h
+include/octave-2.0.13/op-cs-cm.h
+include/octave-2.0.13/op-cs-cs.h
+include/octave-2.0.13/op-cs-m.h
+include/octave-2.0.13/op-cs-s.h
+include/octave-2.0.13/op-m-cm.h
+include/octave-2.0.13/op-m-cs.h
+include/octave-2.0.13/op-m-m.h
+include/octave-2.0.13/op-m-s.h
+include/octave-2.0.13/op-s-cm.h
+include/octave-2.0.13/op-s-cs.h
+include/octave-2.0.13/op-s-m.h
+include/octave-2.0.13/op-s-s.h
+include/octave-2.0.13/op-str-str.h
+include/octave-2.0.13/defaults.h
+include/octave-2.0.13/oct-conf.h
+include/octave-2.0.13/oct-gperf.h
+@unexec %D/bin/install-info --delete %D/info/octave.info %D/info/dir
+@unexec %D/bin/install-info --delete %D/info/liboctave.info %D/info/dir
info/octave.info
info/octave.info-1
+info/octave.info-10
+info/octave.info-11
+info/octave.info-12
info/octave.info-2
info/octave.info-3
info/octave.info-4
@@ -502,12 +224,291 @@ info/octave.info-6
info/octave.info-7
info/octave.info-8
info/octave.info-9
-info/octave.info-10
-info/octave.info-11
-info/octave.info-12
info/liboctave.info
info/liboctave.info-1
info/liboctave.info-2
info/liboctave.info-3
-@exec install-info --defentry='* Octave: (octave). Interactive language for numerical computations.' %D/octave.info %D/info/dir
-@exec install-info --defentry='* LibOctave: (liboctave). C++ class library for Octave.' %D/liboctave.info %D/info/dir
+@exec %D/bin/install-info %D/info/liboctave.info %D/info/dir
+@exec %D/bin/install-info %D/info/octave.info %D/info/dir
+lib/octave-2.0.13/libcruft.a
+lib/octave-2.0.13/liboctave.a
+lib/octave-2.0.13/liboctinterp.a
+libexec/octave/2.0.13/exec/i386--netbsd/info-emacs-info
+libexec/octave/2.0.13/exec/i386--netbsd/info-emacs-octave-help
+libexec/octave/ls-R
+man/man1/octave.1
+share/octave/2.0.13/doc/Octave-FAQ.ps
+share/octave/2.0.13/doc/octave.ps
+share/octave/2.0.13/doc/liboctave.ps
+share/octave/2.0.13/doc/refcard-letter.ps
+share/octave/2.0.13/doc/refcard-legal.ps
+share/octave/2.0.13/doc/refcard-a4.ps
+share/octave/2.0.13/m/audio/lin2mu.m
+share/octave/2.0.13/m/audio/loadaudio.m
+share/octave/2.0.13/m/audio/mu2lin.m
+share/octave/2.0.13/m/audio/playaudio.m
+share/octave/2.0.13/m/audio/record.m
+share/octave/2.0.13/m/audio/saveaudio.m
+share/octave/2.0.13/m/audio/setaudio.m
+share/octave/2.0.13/m/control/abcddim.m
+share/octave/2.0.13/m/control/are.m
+share/octave/2.0.13/m/control/c2d.m
+share/octave/2.0.13/m/control/dare.m
+share/octave/2.0.13/m/control/dgram.m
+share/octave/2.0.13/m/control/dlqe.m
+share/octave/2.0.13/m/control/dlqr.m
+share/octave/2.0.13/m/control/dlyap.m
+share/octave/2.0.13/m/control/is_controllable.m
+share/octave/2.0.13/m/control/is_observable.m
+share/octave/2.0.13/m/control/lqe.m
+share/octave/2.0.13/m/control/lqr.m
+share/octave/2.0.13/m/control/lyap.m
+share/octave/2.0.13/m/control/tzero.m
+share/octave/2.0.13/m/elfun/acot.m
+share/octave/2.0.13/m/elfun/acoth.m
+share/octave/2.0.13/m/elfun/acsc.m
+share/octave/2.0.13/m/elfun/acsch.m
+share/octave/2.0.13/m/elfun/asec.m
+share/octave/2.0.13/m/elfun/asech.m
+share/octave/2.0.13/m/elfun/cot.m
+share/octave/2.0.13/m/elfun/coth.m
+share/octave/2.0.13/m/elfun/csc.m
+share/octave/2.0.13/m/elfun/csch.m
+share/octave/2.0.13/m/elfun/gcd.m
+share/octave/2.0.13/m/elfun/lcm.m
+share/octave/2.0.13/m/elfun/sec.m
+share/octave/2.0.13/m/elfun/sech.m
+share/octave/2.0.13/m/general/columns.m
+share/octave/2.0.13/m/general/common_size.m
+share/octave/2.0.13/m/general/diff.m
+share/octave/2.0.13/m/general/fliplr.m
+share/octave/2.0.13/m/general/flipud.m
+share/octave/2.0.13/m/general/int2str.m
+share/octave/2.0.13/m/general/is_matrix.m
+share/octave/2.0.13/m/general/is_scalar.m
+share/octave/2.0.13/m/general/is_square.m
+share/octave/2.0.13/m/general/is_symmetric.m
+share/octave/2.0.13/m/general/is_vector.m
+share/octave/2.0.13/m/general/isempty.m
+share/octave/2.0.13/m/general/length.m
+share/octave/2.0.13/m/general/linspace.m
+share/octave/2.0.13/m/general/logspace.m
+share/octave/2.0.13/m/general/nargchk.m
+share/octave/2.0.13/m/general/nextpow2.m
+share/octave/2.0.13/m/general/num2str.m
+share/octave/2.0.13/m/general/perror.m
+share/octave/2.0.13/m/general/postpad.m
+share/octave/2.0.13/m/general/prepad.m
+share/octave/2.0.13/m/general/randperm.m
+share/octave/2.0.13/m/general/rem.m
+share/octave/2.0.13/m/general/reshape.m
+share/octave/2.0.13/m/general/rot90.m
+share/octave/2.0.13/m/general/rows.m
+share/octave/2.0.13/m/general/shift.m
+share/octave/2.0.13/m/general/strerror.m
+share/octave/2.0.13/m/general/tril.m
+share/octave/2.0.13/m/general/triu.m
+share/octave/2.0.13/m/image/colormap.m
+share/octave/2.0.13/m/image/gray.m
+share/octave/2.0.13/m/image/gray2ind.m
+share/octave/2.0.13/m/image/image.m
+share/octave/2.0.13/m/image/imagesc.m
+share/octave/2.0.13/m/image/imshow.m
+share/octave/2.0.13/m/image/ind2gray.m
+share/octave/2.0.13/m/image/ind2rgb.m
+share/octave/2.0.13/m/image/loadimage.m
+share/octave/2.0.13/m/image/ntsc2rgb.m
+share/octave/2.0.13/m/image/ocean.m
+share/octave/2.0.13/m/image/rgb2ind.m
+share/octave/2.0.13/m/image/rgb2ntsc.m
+share/octave/2.0.13/m/image/saveimage.m
+share/octave/2.0.13/m/io/printf.m
+share/octave/2.0.13/m/io/puts.m
+share/octave/2.0.13/m/linear-algebra/commutation_matrix.m
+share/octave/2.0.13/m/linear-algebra/cond.m
+share/octave/2.0.13/m/linear-algebra/cross.m
+share/octave/2.0.13/m/linear-algebra/dot.m
+share/octave/2.0.13/m/linear-algebra/duplication_matrix.m
+share/octave/2.0.13/m/linear-algebra/kron.m
+share/octave/2.0.13/m/linear-algebra/norm.m
+share/octave/2.0.13/m/linear-algebra/null.m
+share/octave/2.0.13/m/linear-algebra/orth.m
+share/octave/2.0.13/m/linear-algebra/pinv.m
+share/octave/2.0.13/m/linear-algebra/qzhess.m
+share/octave/2.0.13/m/linear-algebra/rank.m
+share/octave/2.0.13/m/linear-algebra/trace.m
+share/octave/2.0.13/m/linear-algebra/vec.m
+share/octave/2.0.13/m/linear-algebra/vech.m
+share/octave/2.0.13/m/miscellaneous/bincoeff.m
+share/octave/2.0.13/m/miscellaneous/bug_report.m
+share/octave/2.0.13/m/miscellaneous/comma.m
+share/octave/2.0.13/m/miscellaneous/cputime.m
+share/octave/2.0.13/m/miscellaneous/dump_prefs.m
+share/octave/2.0.13/m/miscellaneous/etime.m
+share/octave/2.0.13/m/miscellaneous/flops.m
+share/octave/2.0.13/m/miscellaneous/is_leap_year.m
+share/octave/2.0.13/m/miscellaneous/list_primes.m
+share/octave/2.0.13/m/miscellaneous/menu.m
+share/octave/2.0.13/m/miscellaneous/paren.m
+share/octave/2.0.13/m/miscellaneous/path.m
+share/octave/2.0.13/m/miscellaneous/popen2.m
+share/octave/2.0.13/m/miscellaneous/semicolon.m
+share/octave/2.0.13/m/miscellaneous/texas_lotto.m
+share/octave/2.0.13/m/miscellaneous/tic.m
+share/octave/2.0.13/m/miscellaneous/toc.m
+share/octave/2.0.13/m/miscellaneous/version.m
+share/octave/2.0.13/m/miscellaneous/xor.m
+share/octave/2.0.13/m/plot/__plr1__.m
+share/octave/2.0.13/m/plot/__plr2__.m
+share/octave/2.0.13/m/plot/__plr__.m
+share/octave/2.0.13/m/plot/__plt1__.m
+share/octave/2.0.13/m/plot/__plt2__.m
+share/octave/2.0.13/m/plot/__plt2mm__.m
+share/octave/2.0.13/m/plot/__plt2mv__.m
+share/octave/2.0.13/m/plot/__plt2ss__.m
+share/octave/2.0.13/m/plot/__plt2vm__.m
+share/octave/2.0.13/m/plot/__plt2vv__.m
+share/octave/2.0.13/m/plot/__plt__.m
+share/octave/2.0.13/m/plot/__pltopt1__.m
+share/octave/2.0.13/m/plot/__pltopt__.m
+share/octave/2.0.13/m/plot/axis.m
+share/octave/2.0.13/m/plot/bar.m
+share/octave/2.0.13/m/plot/bottom_title.m
+share/octave/2.0.13/m/plot/contour.m
+share/octave/2.0.13/m/plot/figure.m
+share/octave/2.0.13/m/plot/grid.m
+share/octave/2.0.13/m/plot/hist.m
+share/octave/2.0.13/m/plot/loglog.m
+share/octave/2.0.13/m/plot/mesh.m
+share/octave/2.0.13/m/plot/meshdom.m
+share/octave/2.0.13/m/plot/mplot.m
+share/octave/2.0.13/m/plot/meshgrid.m
+share/octave/2.0.13/m/plot/multiplot.m
+share/octave/2.0.13/m/plot/oneplot.m
+share/octave/2.0.13/m/plot/plot.m
+share/octave/2.0.13/m/plot/plot_border.m
+share/octave/2.0.13/m/plot/polar.m
+share/octave/2.0.13/m/plot/semilogx.m
+share/octave/2.0.13/m/plot/semilogy.m
+share/octave/2.0.13/m/plot/shg.m
+share/octave/2.0.13/m/plot/sombrero.m
+share/octave/2.0.13/m/plot/stairs.m
+share/octave/2.0.13/m/plot/subplot.m
+share/octave/2.0.13/m/plot/subwindow.m
+share/octave/2.0.13/m/plot/title.m
+share/octave/2.0.13/m/plot/top_title.m
+share/octave/2.0.13/m/plot/xlabel.m
+share/octave/2.0.13/m/plot/ylabel.m
+share/octave/2.0.13/m/plot/zlabel.m
+share/octave/2.0.13/m/polynomial/compan.m
+share/octave/2.0.13/m/polynomial/conv.m
+share/octave/2.0.13/m/polynomial/deconv.m
+share/octave/2.0.13/m/polynomial/poly.m
+share/octave/2.0.13/m/polynomial/polyder.m
+share/octave/2.0.13/m/polynomial/polyderiv.m
+share/octave/2.0.13/m/polynomial/polyfit.m
+share/octave/2.0.13/m/polynomial/polyinteg.m
+share/octave/2.0.13/m/polynomial/polyreduce.m
+share/octave/2.0.13/m/polynomial/polyval.m
+share/octave/2.0.13/m/polynomial/polyvalm.m
+share/octave/2.0.13/m/polynomial/residue.m
+share/octave/2.0.13/m/polynomial/roots.m
+share/octave/2.0.13/m/set/complement.m
+share/octave/2.0.13/m/set/create_set.m
+share/octave/2.0.13/m/set/intersection.m
+share/octave/2.0.13/m/set/union.m
+share/octave/2.0.13/m/signal/detrend.m
+share/octave/2.0.13/m/signal/fftconv.m
+share/octave/2.0.13/m/signal/fftfilt.m
+share/octave/2.0.13/m/signal/fftshift.m
+share/octave/2.0.13/m/signal/freqz.m
+share/octave/2.0.13/m/signal/sinc.m
+share/octave/2.0.13/m/specfun/bessel.m
+share/octave/2.0.13/m/specfun/beta.m
+share/octave/2.0.13/m/specfun/betai.m
+share/octave/2.0.13/m/specfun/erfinv.m
+share/octave/2.0.13/m/specfun/gammai.m
+share/octave/2.0.13/m/specfun/log2.m
+share/octave/2.0.13/m/specfun/pow2.m
+share/octave/2.0.13/m/special-matrix/hankel.m
+share/octave/2.0.13/m/special-matrix/hilb.m
+share/octave/2.0.13/m/special-matrix/invhilb.m
+share/octave/2.0.13/m/special-matrix/sylvester_matrix.m
+share/octave/2.0.13/m/special-matrix/toeplitz.m
+share/octave/2.0.13/m/special-matrix/vander.m
+share/octave/2.0.13/m/startup/octaverc
+share/octave/2.0.13/m/statistics/corrcoef.m
+share/octave/2.0.13/m/statistics/cov.m
+share/octave/2.0.13/m/statistics/gls.m
+share/octave/2.0.13/m/statistics/kurtosis.m
+share/octave/2.0.13/m/statistics/mahalanobis.m
+share/octave/2.0.13/m/statistics/mean.m
+share/octave/2.0.13/m/statistics/median.m
+share/octave/2.0.13/m/statistics/ols.m
+share/octave/2.0.13/m/statistics/skewness.m
+share/octave/2.0.13/m/statistics/std.m
+share/octave/2.0.13/m/strings/bin2dec.m
+share/octave/2.0.13/m/strings/blanks.m
+share/octave/2.0.13/m/strings/deblank.m
+share/octave/2.0.13/m/strings/dec2bin.m
+share/octave/2.0.13/m/strings/dec2hex.m
+share/octave/2.0.13/m/strings/findstr.m
+share/octave/2.0.13/m/strings/hex2dec.m
+share/octave/2.0.13/m/strings/index.m
+share/octave/2.0.13/m/strings/isletter.m
+share/octave/2.0.13/m/strings/lower.m
+share/octave/2.0.13/m/strings/rindex.m
+share/octave/2.0.13/m/strings/split.m
+share/octave/2.0.13/m/strings/str2mat.m
+share/octave/2.0.13/m/strings/str2num.m
+share/octave/2.0.13/m/strings/strcat.m
+share/octave/2.0.13/m/strings/strcmp.m
+share/octave/2.0.13/m/strings/strrep.m
+share/octave/2.0.13/m/strings/substr.m
+share/octave/2.0.13/m/strings/upper.m
+share/octave/2.0.13/m/time/asctime.m
+share/octave/2.0.13/m/time/clock.m
+share/octave/2.0.13/m/time/ctime.m
+share/octave/2.0.13/m/time/date.m
+share/octave/2.0.13/imagelib/default.img
+share/octave/site/m/startup/octaverc
+share/octave/ls-R
+@dirrm include/octave-2.0.13
+@dirrm lib/octave-2.0.13
+@dirrm libexec/octave/site/exec/i386--netbsd
+@dirrm libexec/octave/site/exec
+@dirrm libexec/octave/site/oct/i386--netbsd
+@dirrm libexec/octave/site/oct
+@dirrm libexec/octave/site
+@dirrm libexec/octave/2.0.13/exec/i386--netbsd
+@dirrm libexec/octave/2.0.13/exec
+@dirrm libexec/octave/2.0.13/oct/i386--netbsd
+@dirrm libexec/octave/2.0.13/oct
+@dirrm libexec/octave/2.0.13
+@dirrm libexec/octave
+@dirrm share/octave/2.0.13/doc
+@dirrm share/octave/2.0.13/imagelib
+@dirrm share/octave/2.0.13/m/audio
+@dirrm share/octave/2.0.13/m/control
+@dirrm share/octave/2.0.13/m/elfun
+@dirrm share/octave/2.0.13/m/general
+@dirrm share/octave/2.0.13/m/image
+@dirrm share/octave/2.0.13/m/io
+@dirrm share/octave/2.0.13/m/linear-algebra
+@dirrm share/octave/2.0.13/m/miscellaneous
+@dirrm share/octave/2.0.13/m/plot
+@dirrm share/octave/2.0.13/m/polynomial
+@dirrm share/octave/2.0.13/m/set
+@dirrm share/octave/2.0.13/m/signal
+@dirrm share/octave/2.0.13/m/specfun
+@dirrm share/octave/2.0.13/m/special-matrix
+@dirrm share/octave/2.0.13/m/startup
+@dirrm share/octave/2.0.13/m/statistics
+@dirrm share/octave/2.0.13/m/strings
+@dirrm share/octave/2.0.13/m/time
+@dirrm share/octave/2.0.13/m
+@dirrm share/octave/2.0.13
+@dirrm share/octave/site/m/startup
+@dirrm share/octave/site/m
+@dirrm share/octave/site
+@dirrm share/octave