summaryrefslogtreecommitdiff
path: root/math/octave-current
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-12-04 11:15:37 +0000
committeradam <adam@pkgsrc.org>2003-12-04 11:15:37 +0000
commitda57ef51ede77bcbf3dfe11e0a4c7cb97b1103a2 (patch)
treef5487d90e6e2b298ca006036bbe4d32878d84a94 /math/octave-current
parente8aec05bccbdf83fa5d704eabf518583b476e230 (diff)
downloadpkgsrc-da57ef51ede77bcbf3dfe11e0a4c7cb97b1103a2.tar.gz
Changes 2.1.52:
* Emacs fixes * The ++ and -- operators now work for indexed matrices * The built-in variable argv is now a list of strings instead of a string vec. * The new built-in variable `crash_dumps_octave_core' controls whether Octave writes user variables to the file `octave-core' when it crashes or is killed by a signal. * Loops of the form `for i = STRING ... endfor' are now allowed. * It is now possible to set the iteration limit for lsode using lsode_options ("step limit", N). * New functions * The save command now accepts the option -append to save the variables at the end of the file, leaving the existing contents. * New command-line option --no-history (also available using the single character option -H) inhibits saving command history. * The built-in variable `PWD' has been removed. * New operators. * New built-in data types. * Commas in global statements are no longer special. * It is now possible to declare static variables that retain their values across function calls. More --> See "NEWS"
Diffstat (limited to 'math/octave-current')
-rw-r--r--math/octave-current/Makefile68
-rw-r--r--math/octave-current/PLIST1888
-rw-r--r--math/octave-current/distinfo27
-rw-r--r--math/octave-current/patches/patch-aa156
-rw-r--r--math/octave-current/patches/patch-ab13
-rw-r--r--math/octave-current/patches/patch-ac42
-rw-r--r--math/octave-current/patches/patch-ad79
-rw-r--r--math/octave-current/patches/patch-ae30
-rw-r--r--math/octave-current/patches/patch-af79
-rw-r--r--math/octave-current/patches/patch-ag146
-rw-r--r--math/octave-current/patches/patch-ah13
-rw-r--r--math/octave-current/patches/patch-ai13
-rw-r--r--math/octave-current/patches/patch-aj13
-rw-r--r--math/octave-current/patches/patch-ak21
-rw-r--r--math/octave-current/patches/patch-al18
-rw-r--r--math/octave-current/patches/patch-aq19
16 files changed, 1123 insertions, 1502 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile
index d03ff11b801..c4c38e311a2 100644
--- a/math/octave-current/Makefile
+++ b/math/octave-current/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2003/09/28 17:54:14 kristerw Exp $
+# $NetBSD: Makefile,v 1.24 2003/12/04 11:15:37 adam Exp $
+#
-DISTNAME= octave-2.1.33
-PKGNAME= octave-2.1.34
-PKGREVISION= 1
+DISTNAME= octave-${OCTAVE_VER}
+PKGNAME= octave-current-${OCTAVE_VER}
CATEGORIES= math
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ \
@@ -10,63 +10,59 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \
ftp://ftp.task.gda.pl/pub/software/octave/bleeding-edge/
EXTRACT_SUFX= .tar.bz2
-PATCHFILES= octave-2.1.33-2.1.34.patch.gz
-PATCH_SITES= ${MASTER_SITES}
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= adam@netbsd.org
HOMEPAGE= http://www.che.wisc.edu/octave/
-COMMENT= High-level language, primarily intended for numerical computations
+COMMENT= High-level language, intended for numerical computations
-BUILD_DEPENDS+= teTeX{,2}>=1.0.7:../../print/teTeX
+BUILD_DEPENDS+= bison>=1.875:../../devel/bison
+BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf
DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
-GCC_REQD= 3.0
-.endif
-
-USE_X11= yes
-USE_BUILDLINK2= yes
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_FORTRAN= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS+=--with-g77
-CONFIGURE_ARGS+=--enable-shared --enable-rpath
-CONFIGURE_ARGS+=-prefix=${PREFIX}
+OCTAVE_VER= 2.1.52
+CONFLICTS+= octave-2.0.*
-CONFIGURE_ENV+= FFLAGS="${CFLAGS}" OBJECT_FMT="${OBJECT_FMT}"
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+.if (${MACHINE_ARCH} == "arm32")
+BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3)
+.endif
-USE_GNU_READLINE= # defined
-BUILDLINK_DEPENDS.readline= readline>=4.0
-LDFLAGS+= -L${BUILDLINK_PREFIX.readline}/lib
+USE_BUILDLINK2= YES
+USE_FORTRAN= YES
+USE_GMAKE= YES
+USE_GNU_READLINE= YES
+USE_MAKEINFO= YES
+USE_LIBTOOL= YES
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+GNU_CONFIGURE= YES
-USE_MAKEINFO= YES
INFO_FILES= octave.info liboctave.info
LIBOCTAVE_INFO= liboctave.info liboctave.info-1 \
liboctave.info-2 liboctave.info-3
OCTAVE_DOC= faq/Octave-FAQ.ps interpreter/octave.ps \
liboctave/liboctave.ps refcard/refcard-a4.ps \
refcard/refcard-legal.ps refcard/refcard-letter.ps
-OCTAVE_HTML= faq/Octave-FAQ_toc.html interpreter/octave_*.html \
- interpreter/octave.html liboctave/liboctave_*.html
+OCTAVE_HTML= faq/Octave-FAQ_*.html interpreter/octave_*.html \
+ liboctave/liboctave_*.html
-post-patch:
- @cd ${WRKSRC}/libcruft/misc && ${RM} -f xstopx.f dostop.c
+post-extract:
+ ${FIND} ${WRKSRC}/doc -type f -name '*.info*' -exec ${RM} -f {} \;
post-install:
.for f in ${LIBOCTAVE_INFO}
${INSTALL_DATA} ${WRKSRC}/doc/liboctave/$f ${PREFIX}/info
.endfor
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/octave
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/octave/${OCTAVE_VER}/doc
.for f in ${OCTAVE_DOC}
- ${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/octave
+ ${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/octave/${OCTAVE_VER}/doc
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/octave
.for f in ${OCTAVE_HTML}
${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/html/octave
.endfor
+.include "../../audio/libsndfile/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../math/blas/buildlink2.mk"
+.include "../../math/fftw2/buildlink2.mk"
+.include "../../math/lapack/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/octave-current/PLIST b/math/octave-current/PLIST
index 8e4180656b3..e10a2346103 100644
--- a/math/octave-current/PLIST
+++ b/math/octave-current/PLIST
@@ -1,277 +1,312 @@
-@comment $NetBSD: PLIST,v 1.4 2003/08/02 21:18:05 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2003/12/04 11:15:37 adam Exp $
bin/mkoctfile
-bin/mkoctfile-2.1.34
+bin/mkoctfile-${PKGVERSION}
bin/octave
-bin/${PKGNAME}
+bin/octave-${PKGVERSION}
bin/octave-bug
-bin/octave-bug-2.1.34
-include/octave
-include/${PKGNAME}/octave/Array-flags.h
-include/${PKGNAME}/octave/Array-idx.h
-include/${PKGNAME}/octave/Array.cc
-include/${PKGNAME}/octave/Array.h
-include/${PKGNAME}/octave/Array2-idx.h
-include/${PKGNAME}/octave/Array2.cc
-include/${PKGNAME}/octave/Array2.h
-include/${PKGNAME}/octave/Array3-idx.h
-include/${PKGNAME}/octave/Array3.cc
-include/${PKGNAME}/octave/Array3.h
-include/${PKGNAME}/octave/ArrayN-idx.h
-include/${PKGNAME}/octave/ArrayN.cc
-include/${PKGNAME}/octave/ArrayN.h
-include/${PKGNAME}/octave/BaseSLList.h
-include/${PKGNAME}/octave/Bounds.h
-include/${PKGNAME}/octave/CColVector.h
-include/${PKGNAME}/octave/CDiagMatrix.h
-include/${PKGNAME}/octave/CMatrix.h
-include/${PKGNAME}/octave/CRowVector.h
-include/${PKGNAME}/octave/Cell.h
-include/${PKGNAME}/octave/CmplxAEPBAL.h
-include/${PKGNAME}/octave/CmplxCHOL.h
-include/${PKGNAME}/octave/CmplxDET.h
-include/${PKGNAME}/octave/CmplxHESS.h
-include/${PKGNAME}/octave/CmplxLU.h
-include/${PKGNAME}/octave/CmplxQR.h
-include/${PKGNAME}/octave/CmplxQRP.h
-include/${PKGNAME}/octave/CmplxSCHUR.h
-include/${PKGNAME}/octave/CmplxSVD.h
-include/${PKGNAME}/octave/CollocWt.h
-include/${PKGNAME}/octave/DAE.h
-include/${PKGNAME}/octave/DAEFunc.h
-include/${PKGNAME}/octave/DASSL.h
-include/${PKGNAME}/octave/DLList.h
-include/${PKGNAME}/octave/DiagArray2.cc
-include/${PKGNAME}/octave/DiagArray2.h
-include/${PKGNAME}/octave/EIG.h
-include/${PKGNAME}/octave/FEGrid.h
-include/${PKGNAME}/octave/LP.h
-include/${PKGNAME}/octave/LPsolve.h
-include/${PKGNAME}/octave/LSODE.h
-include/${PKGNAME}/octave/LinConst.h
-include/${PKGNAME}/octave/MArray-defs.h
-include/${PKGNAME}/octave/MArray.cc
-include/${PKGNAME}/octave/MArray.h
-include/${PKGNAME}/octave/MArray2.cc
-include/${PKGNAME}/octave/MArray2.h
-include/${PKGNAME}/octave/MDiagArray2.cc
-include/${PKGNAME}/octave/MDiagArray2.h
-include/${PKGNAME}/octave/Map.h
-include/${PKGNAME}/octave/Matrix.h
-include/${PKGNAME}/octave/NLConst.h
-include/${PKGNAME}/octave/NLEqn.h
-include/${PKGNAME}/octave/NLFunc.h
-include/${PKGNAME}/octave/NLP.h
-include/${PKGNAME}/octave/ODE.h
-include/${PKGNAME}/octave/ODEFunc.h
-include/${PKGNAME}/octave/Objective.h
-include/${PKGNAME}/octave/Pix.h
-include/${PKGNAME}/octave/QP.h
-include/${PKGNAME}/octave/Quad.h
-include/${PKGNAME}/octave/Range.h
-include/${PKGNAME}/octave/SLList.h
-include/${PKGNAME}/octave/SLStack.h
-include/${PKGNAME}/octave/Stack.h
-include/${PKGNAME}/octave/base-de.h
-include/${PKGNAME}/octave/base-lu.cc
-include/${PKGNAME}/octave/base-lu.h
-include/${PKGNAME}/octave/base-min.h
-include/${PKGNAME}/octave/boolMatrix.h
-include/${PKGNAME}/octave/byte-swap.h
-include/${PKGNAME}/octave/c-file-ptr-stream.h
-include/${PKGNAME}/octave/chMatrix.h
-include/${PKGNAME}/octave/cmd-edit.h
-include/${PKGNAME}/octave/cmd-hist.h
-include/${PKGNAME}/octave/comment-list.h
-include/${PKGNAME}/octave/config.h
-include/${PKGNAME}/octave/dColVector.h
-include/${PKGNAME}/octave/dDiagMatrix.h
-include/${PKGNAME}/octave/dMatrix.h
-include/${PKGNAME}/octave/dRowVector.h
-include/${PKGNAME}/octave/data-conv.h
-include/${PKGNAME}/octave/dbleAEPBAL.h
-include/${PKGNAME}/octave/dbleCHOL.h
-include/${PKGNAME}/octave/dbleDET.h
-include/${PKGNAME}/octave/dbleHESS.h
-include/${PKGNAME}/octave/dbleLU.h
-include/${PKGNAME}/octave/dbleQR.h
-include/${PKGNAME}/octave/dbleQRP.h
-include/${PKGNAME}/octave/dbleSCHUR.h
-include/${PKGNAME}/octave/dbleSVD.h
-include/${PKGNAME}/octave/defaults.h
-include/${PKGNAME}/octave/defun-dld.h
-include/${PKGNAME}/octave/defun-int.h
-include/${PKGNAME}/octave/defun.h
-include/${PKGNAME}/octave/dir-ops.h
-include/${PKGNAME}/octave/dirfns.h
-include/${PKGNAME}/octave/dynamic-ld.h
-include/${PKGNAME}/octave/error.h
-include/${PKGNAME}/octave/f77-fcn.h
-include/${PKGNAME}/octave/file-io.h
-include/${PKGNAME}/octave/file-ops.h
-include/${PKGNAME}/octave/file-stat.h
-include/${PKGNAME}/octave/fn-cache.h
-include/${PKGNAME}/octave/getopt.h
-include/${PKGNAME}/octave/glob-match.h
-include/${PKGNAME}/octave/gripes.h
-include/${PKGNAME}/octave/help.h
-include/${PKGNAME}/octave/idx-vector.h
-include/${PKGNAME}/octave/input.h
-include/${PKGNAME}/octave/lex.h
-include/${PKGNAME}/octave/lo-error.h
-include/${PKGNAME}/octave/lo-ieee.h
-include/${PKGNAME}/octave/lo-mappers.h
-include/${PKGNAME}/octave/lo-specfun.h
-include/${PKGNAME}/octave/lo-sysdep.h
-include/${PKGNAME}/octave/lo-utils.h
-include/${PKGNAME}/octave/load-save.h
-include/${PKGNAME}/octave/mach-info.h
-include/${PKGNAME}/octave/mx-base.h
-include/${PKGNAME}/octave/mx-cdm-cm.h
-include/${PKGNAME}/octave/mx-cdm-cs.h
-include/${PKGNAME}/octave/mx-cdm-dm.h
-include/${PKGNAME}/octave/mx-cdm-m.h
-include/${PKGNAME}/octave/mx-cdm-s.h
-include/${PKGNAME}/octave/mx-cm-cdm.h
-include/${PKGNAME}/octave/mx-cm-dm.h
-include/${PKGNAME}/octave/mx-cm-m.h
-include/${PKGNAME}/octave/mx-cm-s.h
-include/${PKGNAME}/octave/mx-cs-cdm.h
-include/${PKGNAME}/octave/mx-cs-dm.h
-include/${PKGNAME}/octave/mx-cs-m.h
-include/${PKGNAME}/octave/mx-defs.h
-include/${PKGNAME}/octave/mx-dm-cdm.h
-include/${PKGNAME}/octave/mx-dm-cm.h
-include/${PKGNAME}/octave/mx-dm-cs.h
-include/${PKGNAME}/octave/mx-dm-m.h
-include/${PKGNAME}/octave/mx-dm-s.h
-include/${PKGNAME}/octave/mx-ext.h
-include/${PKGNAME}/octave/mx-inlines.cc
-include/${PKGNAME}/octave/mx-m-cdm.h
-include/${PKGNAME}/octave/mx-m-cm.h
-include/${PKGNAME}/octave/mx-m-cs.h
-include/${PKGNAME}/octave/mx-m-dm.h
-include/${PKGNAME}/octave/mx-op-defs.h
-include/${PKGNAME}/octave/mx-s-cdm.h
-include/${PKGNAME}/octave/mx-s-cm.h
-include/${PKGNAME}/octave/mx-s-dm.h
-include/${PKGNAME}/octave/oct-alloc.h
-include/${PKGNAME}/octave/oct-cmplx.h
-include/${PKGNAME}/octave/oct-conf.h
-include/${PKGNAME}/octave/oct-env.h
-include/${PKGNAME}/octave/oct-fstrm.h
-include/${PKGNAME}/octave/oct-getopt.h
-include/${PKGNAME}/octave/oct-gperf.h
-include/${PKGNAME}/octave/oct-group.h
-include/${PKGNAME}/octave/oct-hist.h
-include/${PKGNAME}/octave/oct-iostrm.h
-include/${PKGNAME}/octave/oct-kpse.h
-include/${PKGNAME}/octave/oct-lvalue.h
-include/${PKGNAME}/octave/oct-map.h
-include/${PKGNAME}/octave/oct-obj.h
-include/${PKGNAME}/octave/oct-passwd.h
-include/${PKGNAME}/octave/oct-prcstrm.h
-include/${PKGNAME}/octave/oct-procbuf.h
-include/${PKGNAME}/octave/oct-rl-edit.h
-include/${PKGNAME}/octave/oct-rl-hist.h
-include/${PKGNAME}/octave/oct-shlib.h
-include/${PKGNAME}/octave/oct-stdstrm.h
-include/${PKGNAME}/octave/oct-stream.h
-include/${PKGNAME}/octave/oct-strstrm.h
-include/${PKGNAME}/octave/oct-syscalls.h
-include/${PKGNAME}/octave/oct-time.h
-include/${PKGNAME}/octave/oct.h
-include/${PKGNAME}/octave/ops.h
-include/${PKGNAME}/octave/ov-base-mat.h
-include/${PKGNAME}/octave/ov-base-nd-array.h
-include/${PKGNAME}/octave/ov-base-scalar.h
-include/${PKGNAME}/octave/ov-base.h
-include/${PKGNAME}/octave/ov-bool-mat.h
-include/${PKGNAME}/octave/ov-bool.h
-include/${PKGNAME}/octave/ov-builtin.h
-include/${PKGNAME}/octave/ov-cell.h
-include/${PKGNAME}/octave/ov-ch-mat.h
-include/${PKGNAME}/octave/ov-colon.h
-include/${PKGNAME}/octave/ov-complex.h
-include/${PKGNAME}/octave/ov-cx-mat.h
-include/${PKGNAME}/octave/ov-dld-fcn.h
-include/${PKGNAME}/octave/ov-fcn.h
-include/${PKGNAME}/octave/ov-file.h
-include/${PKGNAME}/octave/ov-list.h
-include/${PKGNAME}/octave/ov-mapper.h
-include/${PKGNAME}/octave/ov-range.h
-include/${PKGNAME}/octave/ov-re-nd-array.h
-include/${PKGNAME}/octave/ov-re-mat.h
-include/${PKGNAME}/octave/ov-scalar.h
-include/${PKGNAME}/octave/ov-str-mat.h
-include/${PKGNAME}/octave/ov-struct.h
-include/${PKGNAME}/octave/ov-typeinfo.h
-include/${PKGNAME}/octave/ov-usr-fcn.h
-include/${PKGNAME}/octave/ov-va-args.h
-include/${PKGNAME}/octave/ov.h
-include/${PKGNAME}/octave/pager.h
-include/${PKGNAME}/octave/parse.h
-include/${PKGNAME}/octave/pathlen.h
-include/${PKGNAME}/octave/pathsearch.h
-include/${PKGNAME}/octave/pr-output.h
-include/${PKGNAME}/octave/procstream.h
-include/${PKGNAME}/octave/prog-args.h
-include/${PKGNAME}/octave/pt-all.h
-include/${PKGNAME}/octave/pt-arg-list.h
-include/${PKGNAME}/octave/pt-assign.h
-include/${PKGNAME}/octave/pt-binop.h
-include/${PKGNAME}/octave/pt-bp.h
-include/${PKGNAME}/octave/pt-cell.h
-include/${PKGNAME}/octave/pt-check.h
-include/${PKGNAME}/octave/pt-cmd.h
-include/${PKGNAME}/octave/pt-colon.h
-include/${PKGNAME}/octave/pt-const.h
-include/${PKGNAME}/octave/pt-decl.h
-include/${PKGNAME}/octave/pt-except.h
-include/${PKGNAME}/octave/pt-exp.h
-include/${PKGNAME}/octave/pt-id.h
-include/${PKGNAME}/octave/pt-idx.h
-include/${PKGNAME}/octave/pt-indir.h
-include/${PKGNAME}/octave/pt-jump.h
-include/${PKGNAME}/octave/pt-loop.h
-include/${PKGNAME}/octave/pt-mat.h
-include/${PKGNAME}/octave/pt-misc.h
-include/${PKGNAME}/octave/pt-plot.h
-include/${PKGNAME}/octave/pt-pr-code.h
-include/${PKGNAME}/octave/pt-select.h
-include/${PKGNAME}/octave/pt-stmt.h
-include/${PKGNAME}/octave/pt-unop.h
-include/${PKGNAME}/octave/pt-walk.h
-include/${PKGNAME}/octave/pt.h
-include/${PKGNAME}/octave/sighandlers.h
-include/${PKGNAME}/octave/siglist.h
-include/${PKGNAME}/octave/statdefs.h
-include/${PKGNAME}/octave/str-vec.h
-include/${PKGNAME}/octave/sun-utils.h
-include/${PKGNAME}/octave/symtab.h
-include/${PKGNAME}/octave/sysdep.h
-include/${PKGNAME}/octave/sysdir.h
-include/${PKGNAME}/octave/systime.h
-include/${PKGNAME}/octave/syswait.h
-include/${PKGNAME}/octave/token.h
-include/${PKGNAME}/octave/toplev.h
-include/${PKGNAME}/octave/unwind-prot.h
-include/${PKGNAME}/octave/utils.h
-include/${PKGNAME}/octave/variables.h
-include/${PKGNAME}/octave/version.h
-include/${PKGNAME}/octave/vx-ccv-cv.h
-include/${PKGNAME}/octave/vx-ccv-s.h
-include/${PKGNAME}/octave/vx-crv-rv.h
-include/${PKGNAME}/octave/vx-crv-s.h
-include/${PKGNAME}/octave/vx-cs-cv.h
-include/${PKGNAME}/octave/vx-cs-rv.h
-include/${PKGNAME}/octave/vx-cv-ccv.h
-include/${PKGNAME}/octave/vx-cv-cs.h
-include/${PKGNAME}/octave/vx-rv-crv.h
-include/${PKGNAME}/octave/vx-rv-cs.h
-include/${PKGNAME}/octave/vx-s-ccv.h
-include/${PKGNAME}/octave/vx-s-crv.h
-include/${PKGNAME}/octave/xdiv.h
-include/${PKGNAME}/octave/xpow.h
+bin/octave-bug-${PKGVERSION}
+bin/octave-config
+bin/octave-config-${PKGVERSION}
+include/octave-${PKGVERSION}/octave/Array-flags.h
+include/octave-${PKGVERSION}/octave/Array-util.h
+include/octave-${PKGVERSION}/octave/Array.cc
+include/octave-${PKGVERSION}/octave/Array.h
+include/octave-${PKGVERSION}/octave/Array2.h
+include/octave-${PKGVERSION}/octave/Array3.h
+include/octave-${PKGVERSION}/octave/ArrayN-idx.h
+include/octave-${PKGVERSION}/octave/ArrayN.cc
+include/octave-${PKGVERSION}/octave/ArrayN.h
+include/octave-${PKGVERSION}/octave/Bounds.h
+include/octave-${PKGVERSION}/octave/CColVector.h
+include/octave-${PKGVERSION}/octave/CDiagMatrix.h
+include/octave-${PKGVERSION}/octave/CMatrix.h
+include/octave-${PKGVERSION}/octave/CNDArray.h
+include/octave-${PKGVERSION}/octave/CRowVector.h
+include/octave-${PKGVERSION}/octave/Cell.h
+include/octave-${PKGVERSION}/octave/CmplxAEPBAL.h
+include/octave-${PKGVERSION}/octave/CmplxCHOL.h
+include/octave-${PKGVERSION}/octave/CmplxDET.h
+include/octave-${PKGVERSION}/octave/CmplxHESS.h
+include/octave-${PKGVERSION}/octave/CmplxLU.h
+include/octave-${PKGVERSION}/octave/CmplxQR.h
+include/octave-${PKGVERSION}/octave/CmplxQRP.h
+include/octave-${PKGVERSION}/octave/CmplxSCHUR.h
+include/octave-${PKGVERSION}/octave/CmplxSVD.h
+include/octave-${PKGVERSION}/octave/CollocWt.h
+include/octave-${PKGVERSION}/octave/DAE.h
+include/octave-${PKGVERSION}/octave/DAEFunc.h
+include/octave-${PKGVERSION}/octave/DAERT.h
+include/octave-${PKGVERSION}/octave/DAERTFunc.h
+include/octave-${PKGVERSION}/octave/DASPK-opts.h
+include/octave-${PKGVERSION}/octave/DASPK.h
+include/octave-${PKGVERSION}/octave/DASRT-opts.h
+include/octave-${PKGVERSION}/octave/DASRT.h
+include/octave-${PKGVERSION}/octave/DASSL-opts.h
+include/octave-${PKGVERSION}/octave/DASSL.h
+include/octave-${PKGVERSION}/octave/DiagArray2.cc
+include/octave-${PKGVERSION}/octave/DiagArray2.h
+include/octave-${PKGVERSION}/octave/EIG.h
+include/octave-${PKGVERSION}/octave/FEGrid.h
+include/octave-${PKGVERSION}/octave/LP.h
+include/octave-${PKGVERSION}/octave/LPsolve.h
+include/octave-${PKGVERSION}/octave/LSODE-opts.h
+include/octave-${PKGVERSION}/octave/LSODE.h
+include/octave-${PKGVERSION}/octave/LinConst.h
+include/octave-${PKGVERSION}/octave/MArray-defs.h
+include/octave-${PKGVERSION}/octave/MArray.cc
+include/octave-${PKGVERSION}/octave/MArray.h
+include/octave-${PKGVERSION}/octave/MArray2.cc
+include/octave-${PKGVERSION}/octave/MArray2.h
+include/octave-${PKGVERSION}/octave/MArrayN.cc
+include/octave-${PKGVERSION}/octave/MArrayN.h
+include/octave-${PKGVERSION}/octave/MDiagArray2.cc
+include/octave-${PKGVERSION}/octave/MDiagArray2.h
+include/octave-${PKGVERSION}/octave/Matrix.h
+include/octave-${PKGVERSION}/octave/NLConst.h
+include/octave-${PKGVERSION}/octave/NLEqn-opts.h
+include/octave-${PKGVERSION}/octave/NLEqn.h
+include/octave-${PKGVERSION}/octave/NLFunc.h
+include/octave-${PKGVERSION}/octave/NLP.h
+include/octave-${PKGVERSION}/octave/ODE.h
+include/octave-${PKGVERSION}/octave/ODEFunc.h
+include/octave-${PKGVERSION}/octave/ODES.h
+include/octave-${PKGVERSION}/octave/ODESFunc.h
+include/octave-${PKGVERSION}/octave/ODESSA-opts.h
+include/octave-${PKGVERSION}/octave/ODESSA.h
+include/octave-${PKGVERSION}/octave/Objective.h
+include/octave-${PKGVERSION}/octave/QP.h
+include/octave-${PKGVERSION}/octave/Quad-opts.h
+include/octave-${PKGVERSION}/octave/Quad.h
+include/octave-${PKGVERSION}/octave/Range.h
+include/octave-${PKGVERSION}/octave/base-dae.h
+include/octave-${PKGVERSION}/octave/base-de.h
+include/octave-${PKGVERSION}/octave/base-list.h
+include/octave-${PKGVERSION}/octave/base-lu.cc
+include/octave-${PKGVERSION}/octave/base-lu.h
+include/octave-${PKGVERSION}/octave/base-min.h
+include/octave-${PKGVERSION}/octave/boolMatrix.h
+include/octave-${PKGVERSION}/octave/boolNDArray.h
+include/octave-${PKGVERSION}/octave/byte-swap.h
+include/octave-${PKGVERSION}/octave/c-file-ptr-stream.h
+include/octave-${PKGVERSION}/octave/chMatrix.h
+include/octave-${PKGVERSION}/octave/chNDArray.h
+include/octave-${PKGVERSION}/octave/cmd-edit.h
+include/octave-${PKGVERSION}/octave/cmd-hist.h
+include/octave-${PKGVERSION}/octave/comment-list.h
+include/octave-${PKGVERSION}/octave/config.h
+include/octave-${PKGVERSION}/octave/dColVector.h
+include/octave-${PKGVERSION}/octave/dDiagMatrix.h
+include/octave-${PKGVERSION}/octave/dMatrix.h
+include/octave-${PKGVERSION}/octave/dNDArray.h
+include/octave-${PKGVERSION}/octave/dRowVector.h
+include/octave-${PKGVERSION}/octave/data-conv.h
+include/octave-${PKGVERSION}/octave/dbleAEPBAL.h
+include/octave-${PKGVERSION}/octave/dbleCHOL.h
+include/octave-${PKGVERSION}/octave/dbleDET.h
+include/octave-${PKGVERSION}/octave/dbleHESS.h
+include/octave-${PKGVERSION}/octave/dbleLU.h
+include/octave-${PKGVERSION}/octave/dbleQR.h
+include/octave-${PKGVERSION}/octave/dbleQRP.h
+include/octave-${PKGVERSION}/octave/dbleSCHUR.h
+include/octave-${PKGVERSION}/octave/dbleSVD.h
+include/octave-${PKGVERSION}/octave/defaults.h
+include/octave-${PKGVERSION}/octave/defun-dld.h
+include/octave-${PKGVERSION}/octave/defun-int.h
+include/octave-${PKGVERSION}/octave/defun.h
+include/octave-${PKGVERSION}/octave/dim-vector.h
+include/octave-${PKGVERSION}/octave/dir-ops.h
+include/octave-${PKGVERSION}/octave/dirfns.h
+include/octave-${PKGVERSION}/octave/dynamic-ld.h
+include/octave-${PKGVERSION}/octave/error.h
+include/octave-${PKGVERSION}/octave/f77-fcn.h
+include/octave-${PKGVERSION}/octave/file-io.h
+include/octave-${PKGVERSION}/octave/file-ops.h
+include/octave-${PKGVERSION}/octave/file-stat.h
+include/octave-${PKGVERSION}/octave/fn-cache.h
+include/octave-${PKGVERSION}/octave/getopt.h
+include/octave-${PKGVERSION}/octave/glob-match.h
+include/octave-${PKGVERSION}/octave/gripes.h
+include/octave-${PKGVERSION}/octave/help.h
+include/octave-${PKGVERSION}/octave/idx-vector.h
+include/octave-${PKGVERSION}/octave/input.h
+include/octave-${PKGVERSION}/octave/kpse-xfns.h
+include/octave-${PKGVERSION}/octave/kpse.cc
+include/octave-${PKGVERSION}/octave/lex.h
+include/octave-${PKGVERSION}/octave/lo-error.h
+include/octave-${PKGVERSION}/octave/lo-ieee.h
+include/octave-${PKGVERSION}/octave/lo-mappers.h
+include/octave-${PKGVERSION}/octave/lo-specfun.h
+include/octave-${PKGVERSION}/octave/lo-sstream.h
+include/octave-${PKGVERSION}/octave/lo-sysdep.h
+include/octave-${PKGVERSION}/octave/lo-utils.h
+include/octave-${PKGVERSION}/octave/load-save.h
+include/octave-${PKGVERSION}/octave/ls-hdf5.h
+include/octave-${PKGVERSION}/octave/ls-mat-ascii.h
+include/octave-${PKGVERSION}/octave/ls-mat4.h
+include/octave-${PKGVERSION}/octave/ls-mat5.h
+include/octave-${PKGVERSION}/octave/ls-oct-ascii.h
+include/octave-${PKGVERSION}/octave/ls-oct-binary.h
+include/octave-${PKGVERSION}/octave/ls-utils.h
+include/octave-${PKGVERSION}/octave/mach-info.h
+include/octave-${PKGVERSION}/octave/mx-base.h
+include/octave-${PKGVERSION}/octave/mx-cdm-cm.h
+include/octave-${PKGVERSION}/octave/mx-cdm-cs.h
+include/octave-${PKGVERSION}/octave/mx-cdm-dm.h
+include/octave-${PKGVERSION}/octave/mx-cdm-m.h
+include/octave-${PKGVERSION}/octave/mx-cdm-s.h
+include/octave-${PKGVERSION}/octave/mx-cm-cdm.h
+include/octave-${PKGVERSION}/octave/mx-cm-dm.h
+include/octave-${PKGVERSION}/octave/mx-cm-m.h
+include/octave-${PKGVERSION}/octave/mx-cm-s.h
+include/octave-${PKGVERSION}/octave/mx-cnda-nda.h
+include/octave-${PKGVERSION}/octave/mx-cnda-s.h
+include/octave-${PKGVERSION}/octave/mx-cs-cdm.h
+include/octave-${PKGVERSION}/octave/mx-cs-dm.h
+include/octave-${PKGVERSION}/octave/mx-cs-m.h
+include/octave-${PKGVERSION}/octave/mx-cs-nda.h
+include/octave-${PKGVERSION}/octave/mx-defs.h
+include/octave-${PKGVERSION}/octave/mx-dm-cdm.h
+include/octave-${PKGVERSION}/octave/mx-dm-cm.h
+include/octave-${PKGVERSION}/octave/mx-dm-cs.h
+include/octave-${PKGVERSION}/octave/mx-dm-m.h
+include/octave-${PKGVERSION}/octave/mx-dm-s.h
+include/octave-${PKGVERSION}/octave/mx-ext.h
+include/octave-${PKGVERSION}/octave/mx-inlines.cc
+include/octave-${PKGVERSION}/octave/mx-m-cdm.h
+include/octave-${PKGVERSION}/octave/mx-m-cm.h
+include/octave-${PKGVERSION}/octave/mx-m-cs.h
+include/octave-${PKGVERSION}/octave/mx-m-dm.h
+include/octave-${PKGVERSION}/octave/mx-nda-cnda.h
+include/octave-${PKGVERSION}/octave/mx-nda-cs.h
+include/octave-${PKGVERSION}/octave/mx-op-defs.h
+include/octave-${PKGVERSION}/octave/mx-ops.h
+include/octave-${PKGVERSION}/octave/mx-s-cdm.h
+include/octave-${PKGVERSION}/octave/mx-s-cm.h
+include/octave-${PKGVERSION}/octave/mx-s-cnda.h
+include/octave-${PKGVERSION}/octave/mx-s-dm.h
+include/octave-${PKGVERSION}/octave/oct-alloc.h
+include/octave-${PKGVERSION}/octave/oct-cmplx.h
+include/octave-${PKGVERSION}/octave/oct-conf.h
+include/octave-${PKGVERSION}/octave/oct-env.h
+include/octave-${PKGVERSION}/octave/oct-fftw.h
+include/octave-${PKGVERSION}/octave/oct-fstrm.h
+include/octave-${PKGVERSION}/octave/oct-getopt.h
+include/octave-${PKGVERSION}/octave/oct-gperf.h
+include/octave-${PKGVERSION}/octave/oct-group.h
+include/octave-${PKGVERSION}/octave/oct-hist.h
+include/octave-${PKGVERSION}/octave/oct-iostrm.h
+include/octave-${PKGVERSION}/octave/oct-lvalue.h
+include/octave-${PKGVERSION}/octave/oct-map.h
+include/octave-${PKGVERSION}/octave/oct-obj.h
+include/octave-${PKGVERSION}/octave/oct-passwd.h
+include/octave-${PKGVERSION}/octave/oct-prcstrm.h
+include/octave-${PKGVERSION}/octave/oct-procbuf.h
+include/octave-${PKGVERSION}/octave/oct-rand.h
+include/octave-${PKGVERSION}/octave/oct-rl-edit.h
+include/octave-${PKGVERSION}/octave/oct-rl-hist.h
+include/octave-${PKGVERSION}/octave/oct-shlib.h
+include/octave-${PKGVERSION}/octave/oct-stdstrm.h
+include/octave-${PKGVERSION}/octave/oct-stream.h
+include/octave-${PKGVERSION}/octave/oct-strstrm.h
+include/octave-${PKGVERSION}/octave/oct-syscalls.h
+include/octave-${PKGVERSION}/octave/oct-time.h
+include/octave-${PKGVERSION}/octave/oct.h
+include/octave-${PKGVERSION}/octave/octave.h
+include/octave-${PKGVERSION}/octave/ops.h
+include/octave-${PKGVERSION}/octave/ov-base-mat.h
+include/octave-${PKGVERSION}/octave/ov-base-scalar.h
+include/octave-${PKGVERSION}/octave/ov-base.h
+include/octave-${PKGVERSION}/octave/ov-bool-mat.h
+include/octave-${PKGVERSION}/octave/ov-bool.h
+include/octave-${PKGVERSION}/octave/ov-builtin.h
+include/octave-${PKGVERSION}/octave/ov-cell.h
+include/octave-${PKGVERSION}/octave/ov-ch-mat.h
+include/octave-${PKGVERSION}/octave/ov-colon.h
+include/octave-${PKGVERSION}/octave/ov-complex.h
+include/octave-${PKGVERSION}/octave/ov-cs-list.h
+include/octave-${PKGVERSION}/octave/ov-cx-mat.h
+include/octave-${PKGVERSION}/octave/ov-dld-fcn.h
+include/octave-${PKGVERSION}/octave/ov-fcn-handle.h
+include/octave-${PKGVERSION}/octave/ov-fcn.h
+include/octave-${PKGVERSION}/octave/ov-file.h
+include/octave-${PKGVERSION}/octave/ov-list.h
+include/octave-${PKGVERSION}/octave/ov-mapper.h
+include/octave-${PKGVERSION}/octave/ov-range.h
+include/octave-${PKGVERSION}/octave/ov-re-mat.h
+include/octave-${PKGVERSION}/octave/ov-scalar.h
+include/octave-${PKGVERSION}/octave/ov-str-mat.h
+include/octave-${PKGVERSION}/octave/ov-streamoff.h
+include/octave-${PKGVERSION}/octave/ov-struct.h
+include/octave-${PKGVERSION}/octave/ov-typeinfo.h
+include/octave-${PKGVERSION}/octave/ov-usr-fcn.h
+include/octave-${PKGVERSION}/octave/ov-va-args.h
+include/octave-${PKGVERSION}/octave/ov.h
+include/octave-${PKGVERSION}/octave/pager.h
+include/octave-${PKGVERSION}/octave/parse.h
+include/octave-${PKGVERSION}/octave/pathlen.h
+include/octave-${PKGVERSION}/octave/pathsearch.h
+include/octave-${PKGVERSION}/octave/pr-output.h
+include/octave-${PKGVERSION}/octave/procstream.h
+include/octave-${PKGVERSION}/octave/prog-args.h
+include/octave-${PKGVERSION}/octave/pt-all.h
+include/octave-${PKGVERSION}/octave/pt-arg-list.h
+include/octave-${PKGVERSION}/octave/pt-assign.h
+include/octave-${PKGVERSION}/octave/pt-binop.h
+include/octave-${PKGVERSION}/octave/pt-bp.h
+include/octave-${PKGVERSION}/octave/pt-cell.h
+include/octave-${PKGVERSION}/octave/pt-check.h
+include/octave-${PKGVERSION}/octave/pt-cmd.h
+include/octave-${PKGVERSION}/octave/pt-colon.h
+include/octave-${PKGVERSION}/octave/pt-const.h
+include/octave-${PKGVERSION}/octave/pt-decl.h
+include/octave-${PKGVERSION}/octave/pt-except.h
+include/octave-${PKGVERSION}/octave/pt-exp.h
+include/octave-${PKGVERSION}/octave/pt-fcn-handle.h
+include/octave-${PKGVERSION}/octave/pt-id.h
+include/octave-${PKGVERSION}/octave/pt-idx.h
+include/octave-${PKGVERSION}/octave/pt-jump.h
+include/octave-${PKGVERSION}/octave/pt-loop.h
+include/octave-${PKGVERSION}/octave/pt-mat.h
+include/octave-${PKGVERSION}/octave/pt-misc.h
+include/octave-${PKGVERSION}/octave/pt-plot.h
+include/octave-${PKGVERSION}/octave/pt-pr-code.h
+include/octave-${PKGVERSION}/octave/pt-select.h
+include/octave-${PKGVERSION}/octave/pt-stmt.h
+include/octave-${PKGVERSION}/octave/pt-unop.h
+include/octave-${PKGVERSION}/octave/pt-walk.h
+include/octave-${PKGVERSION}/octave/pt.h
+include/octave-${PKGVERSION}/octave/quit.h
+include/octave-${PKGVERSION}/octave/sighandlers.h
+include/octave-${PKGVERSION}/octave/siglist.h
+include/octave-${PKGVERSION}/octave/so-array.h
+include/octave-${PKGVERSION}/octave/statdefs.h
+include/octave-${PKGVERSION}/octave/str-vec.h
+include/octave-${PKGVERSION}/octave/sun-utils.h
+include/octave-${PKGVERSION}/octave/symtab.h
+include/octave-${PKGVERSION}/octave/sysdep.h
+include/octave-${PKGVERSION}/octave/sysdir.h
+include/octave-${PKGVERSION}/octave/systime.h
+include/octave-${PKGVERSION}/octave/syswait.h
+include/octave-${PKGVERSION}/octave/token.h
+include/octave-${PKGVERSION}/octave/toplev.h
+include/octave-${PKGVERSION}/octave/unwind-prot.h
+include/octave-${PKGVERSION}/octave/utils.h
+include/octave-${PKGVERSION}/octave/variables.h
+include/octave-${PKGVERSION}/octave/version.h
+include/octave-${PKGVERSION}/octave/vx-ccv-cv.h
+include/octave-${PKGVERSION}/octave/vx-ccv-s.h
+include/octave-${PKGVERSION}/octave/vx-crv-rv.h
+include/octave-${PKGVERSION}/octave/vx-crv-s.h
+include/octave-${PKGVERSION}/octave/vx-cs-cv.h
+include/octave-${PKGVERSION}/octave/vx-cs-rv.h
+include/octave-${PKGVERSION}/octave/vx-cv-ccv.h
+include/octave-${PKGVERSION}/octave/vx-cv-cs.h
+include/octave-${PKGVERSION}/octave/vx-rv-crv.h
+include/octave-${PKGVERSION}/octave/vx-rv-cs.h
+include/octave-${PKGVERSION}/octave/vx-s-ccv.h
+include/octave-${PKGVERSION}/octave/vx-s-crv.h
+include/octave-${PKGVERSION}/octave/xdiv.h
+include/octave-${PKGVERSION}/octave/xpow.h
info/liboctave.info
info/liboctave.info-1
info/liboctave.info-2
@@ -284,6 +319,7 @@ info/octave.info-12
info/octave.info-13
info/octave.info-14
info/octave.info-15
+info/octave.info-16
info/octave.info-2
info/octave.info-3
info/octave.info-4
@@ -296,592 +332,37 @@ lib/libcruft.a
lib/libcruft.la
lib/libcruft.so
lib/libcruft.so.2
-lib/libcruft.so.2.34
+lib/libcruft.so.2.52
lib/liboctave.a
lib/liboctave.la
lib/liboctave.so
lib/liboctave.so.2
-lib/liboctave.so.2.34
+lib/liboctave.so.2.52
lib/liboctinterp.a
lib/liboctinterp.la
lib/liboctinterp.so
lib/liboctinterp.so.2
-lib/liboctinterp.so.2.34
-lib/octave
-libexec/octave/2.1.34/exec/${MACHINE_GNU_PLATFORM}/info-emacs-info
-libexec/octave/2.1.34/exec/${MACHINE_GNU_PLATFORM}/info-emacs-octave-help
+lib/liboctinterp.so.2.52
+libexec/octave/${PKGVERSION}/exec/${MACHINE_GNU_PLATFORM}/info-emacs-info
+libexec/octave/${PKGVERSION}/exec/${MACHINE_GNU_PLATFORM}/info-emacs-octave-help
libexec/octave/ls-R
+man/man1/mkoctfile.1
man/man1/octave-bug.1
+man/man1/octave-config.1
man/man1/octave.1
-share/octave/2.1.34/imagelib/default.img
-share/octave/2.1.34/m/audio/lin2mu.m
-share/octave/2.1.34/m/audio/loadaudio.m
-share/octave/2.1.34/m/audio/mu2lin.m
-share/octave/2.1.34/m/audio/playaudio.m
-share/octave/2.1.34/m/audio/record.m
-share/octave/2.1.34/m/audio/saveaudio.m
-share/octave/2.1.34/m/audio/setaudio.m
-share/octave/2.1.34/m/control/base/DEMOcontrol.m
-share/octave/2.1.34/m/control/base/__bodquist__.m
-share/octave/2.1.34/m/control/base/__freqresp__.m
-share/octave/2.1.34/m/control/base/__stepimp__.m
-share/octave/2.1.34/m/control/base/analdemo.m
-share/octave/2.1.34/m/control/base/are.m
-share/octave/2.1.34/m/control/base/bddemo.m
-share/octave/2.1.34/m/control/base/bode.m
-share/octave/2.1.34/m/control/base/bode_bounds.m
-share/octave/2.1.34/m/control/base/controldemo.m
-share/octave/2.1.34/m/control/base/ctrb.m
-share/octave/2.1.34/m/control/base/damp.m
-share/octave/2.1.34/m/control/base/dare.m
-share/octave/2.1.34/m/control/base/dcgain.m
-share/octave/2.1.34/m/control/base/dgram.m
-share/octave/2.1.34/m/control/base/dkalman.m
-share/octave/2.1.34/m/control/base/dlqe.m
-share/octave/2.1.34/m/control/base/dlqr.m
-share/octave/2.1.34/m/control/base/dlyap.m
-share/octave/2.1.34/m/control/base/dre.m
-share/octave/2.1.34/m/control/base/frdemo.m
-share/octave/2.1.34/m/control/base/freqchkw.m
-share/octave/2.1.34/m/control/base/gram.m
-share/octave/2.1.34/m/control/base/impulse.m
-share/octave/2.1.34/m/control/base/lqe.m
-share/octave/2.1.34/m/control/base/lqg.m
-share/octave/2.1.34/m/control/base/lqr.m
-share/octave/2.1.34/m/control/base/lsim.m
-share/octave/2.1.34/m/control/base/ltifr.m
-share/octave/2.1.34/m/control/base/lyap.m
-share/octave/2.1.34/m/control/base/nichols.m
-share/octave/2.1.34/m/control/base/nyquist.m
-share/octave/2.1.34/m/control/base/obsv.m
-share/octave/2.1.34/m/control/base/place.m
-share/octave/2.1.34/m/control/base/pzmap.m
-share/octave/2.1.34/m/control/base/rldemo.m
-share/octave/2.1.34/m/control/base/rlocus.m
-share/octave/2.1.34/m/control/base/step.m
-share/octave/2.1.34/m/control/base/tzero.m
-share/octave/2.1.34/m/control/base/tzero2.m
-share/octave/2.1.34/m/control/hinf/dgkfdemo.m
-share/octave/2.1.34/m/control/hinf/dhinfdemo.m
-share/octave/2.1.34/m/control/hinf/h2norm.m
-share/octave/2.1.34/m/control/hinf/h2syn.m
-share/octave/2.1.34/m/control/hinf/hinf_ctr.m
-share/octave/2.1.34/m/control/hinf/hinfdemo.m
-share/octave/2.1.34/m/control/hinf/hinfnorm.m
-share/octave/2.1.34/m/control/hinf/hinfsyn.m
-share/octave/2.1.34/m/control/hinf/hinfsyn_chk.m
-share/octave/2.1.34/m/control/hinf/hinfsyn_ric.m
-share/octave/2.1.34/m/control/hinf/is_dgkf.m
-share/octave/2.1.34/m/control/hinf/wgt1o.m
-share/octave/2.1.34/m/control/obsolete/dezero.m
-share/octave/2.1.34/m/control/obsolete/dlqg.m
-share/octave/2.1.34/m/control/obsolete/minfo.m
-share/octave/2.1.34/m/control/obsolete/packsys.m
-share/octave/2.1.34/m/control/obsolete/qzval.m
-share/octave/2.1.34/m/control/obsolete/rotg.m
-share/octave/2.1.34/m/control/obsolete/series.m
-share/octave/2.1.34/m/control/obsolete/swapcols.m
-share/octave/2.1.34/m/control/obsolete/swaprows.m
-share/octave/2.1.34/m/control/obsolete/syschnames.m
-share/octave/2.1.34/m/control/obsolete/unpacksys.m
-share/octave/2.1.34/m/control/system/__abcddims__.m
-share/octave/2.1.34/m/control/system/__syschnamesl__.m
-share/octave/2.1.34/m/control/system/__syscont_disc__.m
-share/octave/2.1.34/m/control/system/__sysdefioname__.m
-share/octave/2.1.34/m/control/system/__sysdefstname__.m
-share/octave/2.1.34/m/control/system/__sysgroupn__.m
-share/octave/2.1.34/m/control/system/__tf2sysl__.m
-share/octave/2.1.34/m/control/system/__zp2ssg2__.m
-share/octave/2.1.34/m/control/system/abcddim.m
-share/octave/2.1.34/m/control/system/buildssic.m
-share/octave/2.1.34/m/control/system/c2d.m
-share/octave/2.1.34/m/control/system/d2c.m
-share/octave/2.1.34/m/control/system/dmr2d.m
-share/octave/2.1.34/m/control/system/fir2sys.m
-share/octave/2.1.34/m/control/system/is_abcd.m
-share/octave/2.1.34/m/control/system/is_controllable.m
-share/octave/2.1.34/m/control/system/is_detectable.m
-share/octave/2.1.34/m/control/system/is_digital.m
-share/octave/2.1.34/m/control/system/is_observable.m
-share/octave/2.1.34/m/control/system/is_sample.m
-share/octave/2.1.34/m/control/system/is_signal_list.m
-share/octave/2.1.34/m/control/system/is_siso.m
-share/octave/2.1.34/m/control/system/is_stabilizable.m
-share/octave/2.1.34/m/control/system/is_stable.m
-share/octave/2.1.34/m/control/system/jet707.m
-share/octave/2.1.34/m/control/system/listidx.m
-share/octave/2.1.34/m/control/system/moddemo.m
-share/octave/2.1.34/m/control/system/ord2.m
-share/octave/2.1.34/m/control/system/packedform.m
-share/octave/2.1.34/m/control/system/parallel.m
-share/octave/2.1.34/m/control/system/ss2sys.m
-share/octave/2.1.34/m/control/system/ss2tf.m
-share/octave/2.1.34/m/control/system/ss2zp.m
-share/octave/2.1.34/m/control/system/starp.m
-share/octave/2.1.34/m/control/system/sys2fir.m
-share/octave/2.1.34/m/control/system/sys2ss.m
-share/octave/2.1.34/m/control/system/sys2tf.m
-share/octave/2.1.34/m/control/system/sys2zp.m
-share/octave/2.1.34/m/control/system/sysadd.m
-share/octave/2.1.34/m/control/system/sysappend.m
-share/octave/2.1.34/m/control/system/syschtsam.m
-share/octave/2.1.34/m/control/system/sysconnect.m
-share/octave/2.1.34/m/control/system/syscont.m
-share/octave/2.1.34/m/control/system/sysdimensions.m
-share/octave/2.1.34/m/control/system/sysdisc.m
-share/octave/2.1.34/m/control/system/sysdup.m
-share/octave/2.1.34/m/control/system/sysgetsignals.m
-share/octave/2.1.34/m/control/system/sysgettsam.m
-share/octave/2.1.34/m/control/system/sysgettype.m
-share/octave/2.1.34/m/control/system/sysgroup.m
-share/octave/2.1.34/m/control/system/sysidx.m
-share/octave/2.1.34/m/control/system/sysmin.m
-share/octave/2.1.34/m/control/system/sysmult.m
-share/octave/2.1.34/m/control/system/sysout.m
-share/octave/2.1.34/m/control/system/sysprune.m
-share/octave/2.1.34/m/control/system/sysreorder.m
-share/octave/2.1.34/m/control/system/sysrepdemo.m
-share/octave/2.1.34/m/control/system/sysscale.m
-share/octave/2.1.34/m/control/system/syssetsignals.m
-share/octave/2.1.34/m/control/system/syssub.m
-share/octave/2.1.34/m/control/system/sysupdate.m
-share/octave/2.1.34/m/control/system/tf2ss.m
-share/octave/2.1.34/m/control/system/tf2sys.m
-share/octave/2.1.34/m/control/system/tf2zp.m
-share/octave/2.1.34/m/control/system/tfout.m
-share/octave/2.1.34/m/control/system/ugain.m
-share/octave/2.1.34/m/control/system/zp2ss.m
-share/octave/2.1.34/m/control/system/zp2sys.m
-share/octave/2.1.34/m/control/system/zp2tf.m
-share/octave/2.1.34/m/control/system/zpout.m
-share/octave/2.1.34/m/control/util/__outlist__.m
-share/octave/2.1.34/m/control/util/__zgpbal__.m
-share/octave/2.1.34/m/control/util/axis2dlim.m
-share/octave/2.1.34/m/control/util/prompt.m
-share/octave/2.1.34/m/control/util/run_cmd.m
-share/octave/2.1.34/m/control/util/sortcom.m
-share/octave/2.1.34/m/control/util/strappend.m
-share/octave/2.1.34/m/control/util/swap.m
-share/octave/2.1.34/m/control/util/zgfmul.m
-share/octave/2.1.34/m/control/util/zgfslv.m
-share/octave/2.1.34/m/control/util/zginit.m
-share/octave/2.1.34/m/control/util/zgreduce.m
-share/octave/2.1.34/m/control/util/zgrownorm.m
-share/octave/2.1.34/m/control/util/zgscal.m
-share/octave/2.1.34/m/control/util/zgsgiv.m
-share/octave/2.1.34/m/control/util/zgshsr.m
-share/octave/2.1.34/m/elfun/acot.m
-share/octave/2.1.34/m/elfun/acoth.m
-share/octave/2.1.34/m/elfun/acsc.m
-share/octave/2.1.34/m/elfun/acsch.m
-share/octave/2.1.34/m/elfun/asec.m
-share/octave/2.1.34/m/elfun/asech.m
-share/octave/2.1.34/m/elfun/cot.m
-share/octave/2.1.34/m/elfun/coth.m
-share/octave/2.1.34/m/elfun/csc.m
-share/octave/2.1.34/m/elfun/csch.m
-share/octave/2.1.34/m/elfun/gcd.m
-share/octave/2.1.34/m/elfun/lcm.m
-share/octave/2.1.34/m/elfun/sec.m
-share/octave/2.1.34/m/elfun/sech.m
-share/octave/2.1.34/m/finance/fv.m
-share/octave/2.1.34/m/finance/fvl.m
-share/octave/2.1.34/m/finance/irr.m
-share/octave/2.1.34/m/finance/nper.m
-share/octave/2.1.34/m/finance/npv.m
-share/octave/2.1.34/m/finance/pmt.m
-share/octave/2.1.34/m/finance/pv.m
-share/octave/2.1.34/m/finance/pvl.m
-share/octave/2.1.34/m/finance/rate.m
-share/octave/2.1.34/m/finance/vol.m
-share/octave/2.1.34/m/general/cart2pol.m
-share/octave/2.1.34/m/general/cart2sph.m
-share/octave/2.1.34/m/general/columns.m
-share/octave/2.1.34/m/general/common_size.m
-share/octave/2.1.34/m/general/diff.m
-share/octave/2.1.34/m/general/fliplr.m
-share/octave/2.1.34/m/general/flipud.m
-share/octave/2.1.34/m/general/int2str.m
-share/octave/2.1.34/m/general/is_duplicate_entry.m
-share/octave/2.1.34/m/general/is_scalar.m
-share/octave/2.1.34/m/general/is_square.m
-share/octave/2.1.34/m/general/is_symmetric.m
-share/octave/2.1.34/m/general/is_vector.m
-share/octave/2.1.34/m/general/logical.m
-share/octave/2.1.34/m/general/logspace.m
-share/octave/2.1.34/m/general/nargchk.m
-share/octave/2.1.34/m/general/nextpow2.m
-share/octave/2.1.34/m/general/num2str.m
-share/octave/2.1.34/m/general/perror.m
-share/octave/2.1.34/m/general/pol2cart.m
-share/octave/2.1.34/m/general/postpad.m
-share/octave/2.1.34/m/general/prepad.m
-share/octave/2.1.34/m/general/randperm.m
-share/octave/2.1.34/m/general/rem.m
-share/octave/2.1.34/m/general/reshape.m
-share/octave/2.1.34/m/general/rot90.m
-share/octave/2.1.34/m/general/rows.m
-share/octave/2.1.34/m/general/shift.m
-share/octave/2.1.34/m/general/sph2cart.m
-share/octave/2.1.34/m/general/strerror.m
-share/octave/2.1.34/m/general/tril.m
-share/octave/2.1.34/m/general/triu.m
-share/octave/2.1.34/m/image/colormap.m
-share/octave/2.1.34/m/image/gray.m
-share/octave/2.1.34/m/image/gray2ind.m
-share/octave/2.1.34/m/image/hsv2rgb.m
-share/octave/2.1.34/m/image/image.m
-share/octave/2.1.34/m/image/imagesc.m
-share/octave/2.1.34/m/image/imshow.m
-share/octave/2.1.34/m/image/ind2gray.m
-share/octave/2.1.34/m/image/ind2rgb.m
-share/octave/2.1.34/m/image/loadimage.m
-share/octave/2.1.34/m/image/ntsc2rgb.m
-share/octave/2.1.34/m/image/ocean.m
-share/octave/2.1.34/m/image/rgb2hsv.m
-share/octave/2.1.34/m/image/rgb2ind.m
-share/octave/2.1.34/m/image/rgb2ntsc.m
-share/octave/2.1.34/m/image/saveimage.m
-share/octave/2.1.34/m/io/printf.m
-share/octave/2.1.34/m/io/puts.m
-share/octave/2.1.34/m/linear-algebra/commutation_matrix.m
-share/octave/2.1.34/m/linear-algebra/cond.m
-share/octave/2.1.34/m/linear-algebra/cross.m
-share/octave/2.1.34/m/linear-algebra/dmult.m
-share/octave/2.1.34/m/linear-algebra/dot.m
-share/octave/2.1.34/m/linear-algebra/duplication_matrix.m
-share/octave/2.1.34/m/linear-algebra/housh.m
-share/octave/2.1.34/m/linear-algebra/kron.m
-share/octave/2.1.34/m/linear-algebra/krylov.m
-share/octave/2.1.34/m/linear-algebra/krylovb.m
-share/octave/2.1.34/m/linear-algebra/norm.m
-share/octave/2.1.34/m/linear-algebra/null.m
-share/octave/2.1.34/m/linear-algebra/orth.m
-share/octave/2.1.34/m/linear-algebra/qzhess.m
-share/octave/2.1.34/m/linear-algebra/rank.m
-share/octave/2.1.34/m/linear-algebra/trace.m
-share/octave/2.1.34/m/linear-algebra/vec.m
-share/octave/2.1.34/m/linear-algebra/vech.m
-share/octave/2.1.34/m/miscellaneous/bincoeff.m
-share/octave/2.1.34/m/miscellaneous/bug_report.m
-share/octave/2.1.34/m/miscellaneous/comma.m
-share/octave/2.1.34/m/miscellaneous/cputime.m
-share/octave/2.1.34/m/miscellaneous/dump_prefs.m
-share/octave/2.1.34/m/miscellaneous/etime.m
-share/octave/2.1.34/m/miscellaneous/flops.m
-share/octave/2.1.34/m/miscellaneous/is_leap_year.m
-share/octave/2.1.34/m/miscellaneous/list_primes.m
-share/octave/2.1.34/m/miscellaneous/menu.m
-share/octave/2.1.34/m/miscellaneous/pack.m
-share/octave/2.1.34/m/miscellaneous/paren.m
-share/octave/2.1.34/m/miscellaneous/path.m
-share/octave/2.1.34/m/miscellaneous/popen2.m
-share/octave/2.1.34/m/miscellaneous/semicolon.m
-share/octave/2.1.34/m/miscellaneous/texas_lotto.m
-share/octave/2.1.34/m/miscellaneous/tic.m
-share/octave/2.1.34/m/miscellaneous/toc.m
-share/octave/2.1.34/m/miscellaneous/version.m
-share/octave/2.1.34/m/miscellaneous/xor.m
-share/octave/2.1.34/m/plot/__axis_label__.m
-share/octave/2.1.34/m/plot/__errplot__.m
-share/octave/2.1.34/m/plot/__plr1__.m
-share/octave/2.1.34/m/plot/__plr2__.m
-share/octave/2.1.34/m/plot/__plr__.m
-share/octave/2.1.34/m/plot/__plt1__.m
-share/octave/2.1.34/m/plot/__plt2__.m
-share/octave/2.1.34/m/plot/__plt2mm__.m
-share/octave/2.1.34/m/plot/__plt2mv__.m
-share/octave/2.1.34/m/plot/__plt2ss__.m
-share/octave/2.1.34/m/plot/__plt2vm__.m
-share/octave/2.1.34/m/plot/__plt2vv__.m
-share/octave/2.1.34/m/plot/__plt__.m
-share/octave/2.1.34/m/plot/__pltopt1__.m
-share/octave/2.1.34/m/plot/__pltopt__.m
-share/octave/2.1.34/m/plot/axis.m
-share/octave/2.1.34/m/plot/bar.m
-share/octave/2.1.34/m/plot/bottom_title.m
-share/octave/2.1.34/m/plot/contour.m
-share/octave/2.1.34/m/plot/errorbar.m
-share/octave/2.1.34/m/plot/figure.m
-share/octave/2.1.34/m/plot/grid.m
-share/octave/2.1.34/m/plot/hist.m
-share/octave/2.1.34/m/plot/loglog.m
-share/octave/2.1.34/m/plot/mesh.m
-share/octave/2.1.34/m/plot/meshdom.m
-share/octave/2.1.34/m/plot/meshgrid.m
-share/octave/2.1.34/m/plot/mplot.m
-share/octave/2.1.34/m/plot/multiplot.m
-share/octave/2.1.34/m/plot/oneplot.m
-share/octave/2.1.34/m/plot/plot.m
-share/octave/2.1.34/m/plot/plot_border.m
-share/octave/2.1.34/m/plot/polar.m
-share/octave/2.1.34/m/plot/semilogx.m
-share/octave/2.1.34/m/plot/semilogy.m
-share/octave/2.1.34/m/plot/shg.m
-share/octave/2.1.34/m/plot/sombrero.m
-share/octave/2.1.34/m/plot/stairs.m
-share/octave/2.1.34/m/plot/subplot.m
-share/octave/2.1.34/m/plot/subwindow.m
-share/octave/2.1.34/m/plot/title.m
-share/octave/2.1.34/m/plot/top_title.m
-share/octave/2.1.34/m/plot/xlabel.m
-share/octave/2.1.34/m/plot/ylabel.m
-share/octave/2.1.34/m/plot/zlabel.m
-share/octave/2.1.34/m/polynomial/compan.m
-share/octave/2.1.34/m/polynomial/conv.m
-share/octave/2.1.34/m/polynomial/deconv.m
-share/octave/2.1.34/m/polynomial/poly.m
-share/octave/2.1.34/m/polynomial/polyder.m
-share/octave/2.1.34/m/polynomial/polyderiv.m
-share/octave/2.1.34/m/polynomial/polyfit.m
-share/octave/2.1.34/m/polynomial/polyinteg.m
-share/octave/2.1.34/m/polynomial/polyout.m
-share/octave/2.1.34/m/polynomial/polyreduce.m
-share/octave/2.1.34/m/polynomial/polyval.m
-share/octave/2.1.34/m/polynomial/polyvalm.m
-share/octave/2.1.34/m/polynomial/residue.m
-share/octave/2.1.34/m/polynomial/roots.m
-share/octave/2.1.34/m/quaternion/demoquat.m
-share/octave/2.1.34/m/quaternion/qconj.m
-share/octave/2.1.34/m/quaternion/qcoordinate_plot.m
-share/octave/2.1.34/m/quaternion/qderiv.m
-share/octave/2.1.34/m/quaternion/qderivmat.m
-share/octave/2.1.34/m/quaternion/qinv.m
-share/octave/2.1.34/m/quaternion/qmult.m
-share/octave/2.1.34/m/quaternion/qtrans.m
-share/octave/2.1.34/m/quaternion/qtransv.m
-share/octave/2.1.34/m/quaternion/qtransvmat.m
-share/octave/2.1.34/m/quaternion/quaternion.m
-share/octave/2.1.34/m/set/complement.m
-share/octave/2.1.34/m/set/create_set.m
-share/octave/2.1.34/m/set/intersection.m
-share/octave/2.1.34/m/set/union.m
-share/octave/2.1.34/m/signal/arch_fit.m
-share/octave/2.1.34/m/signal/arch_rnd.m
-share/octave/2.1.34/m/signal/arch_test.m
-share/octave/2.1.34/m/signal/arma_rnd.m
-share/octave/2.1.34/m/signal/autocor.m
-share/octave/2.1.34/m/signal/autocov.m
-share/octave/2.1.34/m/signal/autoreg_matrix.m
-share/octave/2.1.34/m/signal/bartlett.m
-share/octave/2.1.34/m/signal/blackman.m
-share/octave/2.1.34/m/signal/detrend.m
-share/octave/2.1.34/m/signal/diffpara.m
-share/octave/2.1.34/m/signal/durbinlevinson.m
-share/octave/2.1.34/m/signal/fftconv.m
-share/octave/2.1.34/m/signal/fftfilt.m
-share/octave/2.1.34/m/signal/fftshift.m
-share/octave/2.1.34/m/signal/fractdiff.m
-share/octave/2.1.34/m/signal/freqz.m
-share/octave/2.1.34/m/signal/hamming.m
-share/octave/2.1.34/m/signal/hanning.m
-share/octave/2.1.34/m/signal/hurst.m
-share/octave/2.1.34/m/signal/periodogram.m
-share/octave/2.1.34/m/signal/rectangle_lw.m
-share/octave/2.1.34/m/signal/rectangle_sw.m
-share/octave/2.1.34/m/signal/sinc.m
-share/octave/2.1.34/m/signal/sinetone.m
-share/octave/2.1.34/m/signal/sinewave.m
-share/octave/2.1.34/m/signal/spectral_adf.m
-share/octave/2.1.34/m/signal/spectral_xdf.m
-share/octave/2.1.34/m/signal/spencer.m
-share/octave/2.1.34/m/signal/stft.m
-share/octave/2.1.34/m/signal/synthesis.m
-share/octave/2.1.34/m/signal/triangle_lw.m
-share/octave/2.1.34/m/signal/triangle_sw.m
-share/octave/2.1.34/m/signal/yulewalker.m
-share/octave/2.1.34/m/specfun/bessel.m
-share/octave/2.1.34/m/specfun/beta.m
-share/octave/2.1.34/m/specfun/betai.m
-share/octave/2.1.34/m/specfun/erfinv.m
-share/octave/2.1.34/m/specfun/gammai.m
-share/octave/2.1.34/m/specfun/log2.m
-share/octave/2.1.34/m/specfun/pow2.m
-share/octave/2.1.34/m/special-matrix/hankel.m
-share/octave/2.1.34/m/special-matrix/hilb.m
-share/octave/2.1.34/m/special-matrix/invhilb.m
-share/octave/2.1.34/m/special-matrix/sylvester_matrix.m
-share/octave/2.1.34/m/special-matrix/toeplitz.m
-share/octave/2.1.34/m/special-matrix/vander.m
-share/octave/2.1.34/m/startup/octaverc
-share/octave/2.1.34/m/statistics/base/center.m
-share/octave/2.1.34/m/statistics/base/cloglog.m
-share/octave/2.1.34/m/statistics/base/cor.m
-share/octave/2.1.34/m/statistics/base/corrcoef.m
-share/octave/2.1.34/m/statistics/base/cov.m
-share/octave/2.1.34/m/statistics/base/cut.m
-share/octave/2.1.34/m/statistics/base/gls.m
-share/octave/2.1.34/m/statistics/base/iqr.m
-share/octave/2.1.34/m/statistics/base/kendall.m
-share/octave/2.1.34/m/statistics/base/kurtosis.m
-share/octave/2.1.34/m/statistics/base/logit.m
-share/octave/2.1.34/m/statistics/base/mahalanobis.m
-share/octave/2.1.34/m/statistics/base/mean.m
-share/octave/2.1.34/m/statistics/base/meansq.m
-share/octave/2.1.34/m/statistics/base/median.m
-share/octave/2.1.34/m/statistics/base/moment.m
-share/octave/2.1.34/m/statistics/base/ols.m
-share/octave/2.1.34/m/statistics/base/ppplot.m
-share/octave/2.1.34/m/statistics/base/probit.m
-share/octave/2.1.34/m/statistics/base/qqplot.m
-share/octave/2.1.34/m/statistics/base/range.m
-share/octave/2.1.34/m/statistics/base/ranks.m
-share/octave/2.1.34/m/statistics/base/run_count.m
-share/octave/2.1.34/m/statistics/base/skewness.m
-share/octave/2.1.34/m/statistics/base/spearman.m
-share/octave/2.1.34/m/statistics/base/statistics.m
-share/octave/2.1.34/m/statistics/base/std.m
-share/octave/2.1.34/m/statistics/base/studentize.m
-share/octave/2.1.34/m/statistics/base/table.m
-share/octave/2.1.34/m/statistics/base/values.m
-share/octave/2.1.34/m/statistics/base/var.m
-share/octave/2.1.34/m/statistics/distributions/beta_cdf.m
-share/octave/2.1.34/m/statistics/distributions/beta_inv.m
-share/octave/2.1.34/m/statistics/distributions/beta_pdf.m
-share/octave/2.1.34/m/statistics/distributions/beta_rnd.m
-share/octave/2.1.34/m/statistics/distributions/binomial_cdf.m
-share/octave/2.1.34/m/statistics/distributions/binomial_inv.m
-share/octave/2.1.34/m/statistics/distributions/binomial_pdf.m
-share/octave/2.1.34/m/statistics/distributions/binomial_rnd.m
-share/octave/2.1.34/m/statistics/distributions/cauchy_cdf.m
-share/octave/2.1.34/m/statistics/distributions/cauchy_inv.m
-share/octave/2.1.34/m/statistics/distributions/cauchy_pdf.m
-share/octave/2.1.34/m/statistics/distributions/cauchy_rnd.m
-share/octave/2.1.34/m/statistics/distributions/chisquare_cdf.m
-share/octave/2.1.34/m/statistics/distributions/chisquare_inv.m
-share/octave/2.1.34/m/statistics/distributions/chisquare_pdf.m
-share/octave/2.1.34/m/statistics/distributions/chisquare_rnd.m
-share/octave/2.1.34/m/statistics/distributions/discrete_cdf.m
-share/octave/2.1.34/m/statistics/distributions/discrete_inv.m
-share/octave/2.1.34/m/statistics/distributions/discrete_pdf.m
-share/octave/2.1.34/m/statistics/distributions/discrete_rnd.m
-share/octave/2.1.34/m/statistics/distributions/empirical_cdf.m
-share/octave/2.1.34/m/statistics/distributions/empirical_inv.m
-share/octave/2.1.34/m/statistics/distributions/empirical_pdf.m
-share/octave/2.1.34/m/statistics/distributions/empirical_rnd.m
-share/octave/2.1.34/m/statistics/distributions/exponential_cdf.m
-share/octave/2.1.34/m/statistics/distributions/exponential_inv.m
-share/octave/2.1.34/m/statistics/distributions/exponential_pdf.m
-share/octave/2.1.34/m/statistics/distributions/exponential_rnd.m
-share/octave/2.1.34/m/statistics/distributions/f_cdf.m
-share/octave/2.1.34/m/statistics/distributions/f_inv.m
-share/octave/2.1.34/m/statistics/distributions/f_pdf.m
-share/octave/2.1.34/m/statistics/distributions/f_rnd.m
-share/octave/2.1.34/m/statistics/distributions/gamma_cdf.m
-share/octave/2.1.34/m/statistics/distributions/gamma_inv.m
-share/octave/2.1.34/m/statistics/distributions/gamma_pdf.m
-share/octave/2.1.34/m/statistics/distributions/gamma_rnd.m
-share/octave/2.1.34/m/statistics/distributions/geometric_cdf.m
-share/octave/2.1.34/m/statistics/distributions/geometric_inv.m
-share/octave/2.1.34/m/statistics/distributions/geometric_pdf.m
-share/octave/2.1.34/m/statistics/distributions/geometric_rnd.m
-share/octave/2.1.34/m/statistics/distributions/hypergeometric_cdf.m
-share/octave/2.1.34/m/statistics/distributions/hypergeometric_inv.m
-share/octave/2.1.34/m/statistics/distributions/hypergeometric_pdf.m
-share/octave/2.1.34/m/statistics/distributions/hypergeometric_rnd.m
-share/octave/2.1.34/m/statistics/distributions/kolmogorov_smirnov_cdf.m
-share/octave/2.1.34/m/statistics/distributions/laplace_cdf.m
-share/octave/2.1.34/m/statistics/distributions/laplace_inv.m
-share/octave/2.1.34/m/statistics/distributions/laplace_pdf.m
-share/octave/2.1.34/m/statistics/distributions/laplace_rnd.m
-share/octave/2.1.34/m/statistics/distributions/logistic_cdf.m
-share/octave/2.1.34/m/statistics/distributions/logistic_inv.m
-share/octave/2.1.34/m/statistics/distributions/logistic_pdf.m
-share/octave/2.1.34/m/statistics/distributions/logistic_rnd.m
-share/octave/2.1.34/m/statistics/distributions/lognormal_cdf.m
-share/octave/2.1.34/m/statistics/distributions/lognormal_inv.m
-share/octave/2.1.34/m/statistics/distributions/lognormal_pdf.m
-share/octave/2.1.34/m/statistics/distributions/lognormal_rnd.m
-share/octave/2.1.34/m/statistics/distributions/normal_cdf.m
-share/octave/2.1.34/m/statistics/distributions/normal_inv.m
-share/octave/2.1.34/m/statistics/distributions/normal_pdf.m
-share/octave/2.1.34/m/statistics/distributions/normal_rnd.m
-share/octave/2.1.34/m/statistics/distributions/pascal_cdf.m
-share/octave/2.1.34/m/statistics/distributions/pascal_inv.m
-share/octave/2.1.34/m/statistics/distributions/pascal_pdf.m
-share/octave/2.1.34/m/statistics/distributions/pascal_rnd.m
-share/octave/2.1.34/m/statistics/distributions/poisson_cdf.m
-share/octave/2.1.34/m/statistics/distributions/poisson_inv.m
-share/octave/2.1.34/m/statistics/distributions/poisson_pdf.m
-share/octave/2.1.34/m/statistics/distributions/poisson_rnd.m
-share/octave/2.1.34/m/statistics/distributions/stdnormal_cdf.m
-share/octave/2.1.34/m/statistics/distributions/stdnormal_inv.m
-share/octave/2.1.34/m/statistics/distributions/stdnormal_pdf.m
-share/octave/2.1.34/m/statistics/distributions/stdnormal_rnd.m
-share/octave/2.1.34/m/statistics/distributions/t_cdf.m
-share/octave/2.1.34/m/statistics/distributions/t_inv.m
-share/octave/2.1.34/m/statistics/distributions/t_pdf.m
-share/octave/2.1.34/m/statistics/distributions/t_rnd.m
-share/octave/2.1.34/m/statistics/distributions/uniform_cdf.m
-share/octave/2.1.34/m/statistics/distributions/uniform_inv.m
-share/octave/2.1.34/m/statistics/distributions/uniform_pdf.m
-share/octave/2.1.34/m/statistics/distributions/uniform_rnd.m
-share/octave/2.1.34/m/statistics/distributions/weibull_cdf.m
-share/octave/2.1.34/m/statistics/distributions/weibull_inv.m
-share/octave/2.1.34/m/statistics/distributions/weibull_pdf.m
-share/octave/2.1.34/m/statistics/distributions/weibull_rnd.m
-share/octave/2.1.34/m/statistics/distributions/wiener_rnd.m
-share/octave/2.1.34/m/statistics/models/logistic_regression.m
-share/octave/2.1.34/m/statistics/models/logistic_regression_derivatives.m
-share/octave/2.1.34/m/statistics/models/logistic_regression_likelihood.m
-share/octave/2.1.34/m/statistics/tests/anova.m
-share/octave/2.1.34/m/statistics/tests/bartlett_test.m
-share/octave/2.1.34/m/statistics/tests/chisquare_test_homogeneity.m
-share/octave/2.1.34/m/statistics/tests/chisquare_test_independence.m
-share/octave/2.1.34/m/statistics/tests/cor_test.m
-share/octave/2.1.34/m/statistics/tests/f_test_regression.m
-share/octave/2.1.34/m/statistics/tests/hotelling_test.m
-share/octave/2.1.34/m/statistics/tests/hotelling_test_2.m
-share/octave/2.1.34/m/statistics/tests/kolmogorov_smirnov_test.m
-share/octave/2.1.34/m/statistics/tests/kolmogorov_smirnov_test_2.m
-share/octave/2.1.34/m/statistics/tests/kruskal_wallis_test.m
-share/octave/2.1.34/m/statistics/tests/manova.m
-share/octave/2.1.34/m/statistics/tests/mcnemar_test.m
-share/octave/2.1.34/m/statistics/tests/prop_test_2.m
-share/octave/2.1.34/m/statistics/tests/run_test.m
-share/octave/2.1.34/m/statistics/tests/sign_test.m
-share/octave/2.1.34/m/statistics/tests/t_test.m
-share/octave/2.1.34/m/statistics/tests/t_test_2.m
-share/octave/2.1.34/m/statistics/tests/t_test_regression.m
-share/octave/2.1.34/m/statistics/tests/u_test.m
-share/octave/2.1.34/m/statistics/tests/var_test.m
-share/octave/2.1.34/m/statistics/tests/welch_test.m
-share/octave/2.1.34/m/statistics/tests/wilcoxon_test.m
-share/octave/2.1.34/m/statistics/tests/z_test.m
-share/octave/2.1.34/m/statistics/tests/z_test_2.m
-share/octave/2.1.34/m/strings/base2dec.m
-share/octave/2.1.34/m/strings/bin2dec.m
-share/octave/2.1.34/m/strings/blanks.m
-share/octave/2.1.34/m/strings/com2str.m
-share/octave/2.1.34/m/strings/deblank.m
-share/octave/2.1.34/m/strings/dec2base.m
-share/octave/2.1.34/m/strings/dec2bin.m
-share/octave/2.1.34/m/strings/dec2hex.m
-share/octave/2.1.34/m/strings/findstr.m
-share/octave/2.1.34/m/strings/hex2dec.m
-share/octave/2.1.34/m/strings/index.m
-share/octave/2.1.34/m/strings/isletter.m
-share/octave/2.1.34/m/strings/lower.m
-share/octave/2.1.34/m/strings/rindex.m
-share/octave/2.1.34/m/strings/split.m
-share/octave/2.1.34/m/strings/str2mat.m
-share/octave/2.1.34/m/strings/str2num.m
-share/octave/2.1.34/m/strings/strjust.m
-share/octave/2.1.34/m/strings/strcat.m
-share/octave/2.1.34/m/strings/strcmp.m
-share/octave/2.1.34/m/strings/strrep.m
-share/octave/2.1.34/m/strings/substr.m
-share/octave/2.1.34/m/strings/upper.m
-share/octave/2.1.34/m/time/asctime.m
-share/octave/2.1.34/m/time/clock.m
-share/octave/2.1.34/m/time/ctime.m
-share/octave/2.1.34/m/time/date.m
-share/doc/octave/Octave-FAQ.ps
-share/doc/octave/liboctave.ps
-share/doc/octave/octave.ps
-share/doc/octave/refcard-a4.ps
-share/doc/octave/refcard-legal.ps
-share/doc/octave/refcard-letter.ps
+share/doc/html/octave/Octave-FAQ_1.html
+share/doc/html/octave/Octave-FAQ_10.html
+share/doc/html/octave/Octave-FAQ_11.html
+share/doc/html/octave/Octave-FAQ_12.html
+share/doc/html/octave/Octave-FAQ_2.html
+share/doc/html/octave/Octave-FAQ_3.html
+share/doc/html/octave/Octave-FAQ_4.html
+share/doc/html/octave/Octave-FAQ_5.html
+share/doc/html/octave/Octave-FAQ_6.html
+share/doc/html/octave/Octave-FAQ_7.html
+share/doc/html/octave/Octave-FAQ_8.html
+share/doc/html/octave/Octave-FAQ_9.html
+share/doc/html/octave/Octave-FAQ_foot.html
share/doc/html/octave/Octave-FAQ_toc.html
share/doc/html/octave/liboctave_1.html
share/doc/html/octave/liboctave_10.html
@@ -902,7 +383,6 @@ share/doc/html/octave/liboctave_7.html
share/doc/html/octave/liboctave_8.html
share/doc/html/octave/liboctave_9.html
share/doc/html/octave/liboctave_toc.html
-share/doc/html/octave/octave.html
share/doc/html/octave/octave_1.html
share/doc/html/octave/octave_10.html
share/doc/html/octave/octave_11.html
@@ -943,81 +423,671 @@ share/doc/html/octave/octave_42.html
share/doc/html/octave/octave_43.html
share/doc/html/octave/octave_44.html
share/doc/html/octave/octave_45.html
-share/doc/html/octave/octave_46.html
-share/doc/html/octave/octave_47.html
-share/doc/html/octave/octave_48.html
-share/doc/html/octave/octave_49.html
share/doc/html/octave/octave_5.html
-share/doc/html/octave/octave_50.html
-share/doc/html/octave/octave_51.html
-share/doc/html/octave/octave_52.html
-share/doc/html/octave/octave_53.html
-share/doc/html/octave/octave_54.html
share/doc/html/octave/octave_6.html
share/doc/html/octave/octave_7.html
share/doc/html/octave/octave_8.html
share/doc/html/octave/octave_9.html
share/doc/html/octave/octave_foot.html
share/doc/html/octave/octave_toc.html
-share/doc/html/octave/octave_abt.html
-share/doc/html/octave/octave_fot.html
-share/doc/html/octave/octave_ovr.html
-share/octave/site/m/startup/octaverc
+share/octave/${PKGVERSION}/doc/Octave-FAQ.ps
+share/octave/${PKGVERSION}/doc/liboctave.ps
+share/octave/${PKGVERSION}/doc/octave.ps
+share/octave/${PKGVERSION}/doc/refcard-a4.ps
+share/octave/${PKGVERSION}/doc/refcard-legal.ps
+share/octave/${PKGVERSION}/doc/refcard-letter.ps
+share/octave/${PKGVERSION}/imagelib/default.img
+share/octave/${PKGVERSION}/m/audio/lin2mu.m
+share/octave/${PKGVERSION}/m/audio/loadaudio.m
+share/octave/${PKGVERSION}/m/audio/mu2lin.m
+share/octave/${PKGVERSION}/m/audio/playaudio.m
+share/octave/${PKGVERSION}/m/audio/record.m
+share/octave/${PKGVERSION}/m/audio/saveaudio.m
+share/octave/${PKGVERSION}/m/audio/setaudio.m
+share/octave/${PKGVERSION}/m/control/base/DEMOcontrol.m
+share/octave/${PKGVERSION}/m/control/base/__bodquist__.m
+share/octave/${PKGVERSION}/m/control/base/__freqresp__.m
+share/octave/${PKGVERSION}/m/control/base/__stepimp__.m
+share/octave/${PKGVERSION}/m/control/base/analdemo.m
+share/octave/${PKGVERSION}/m/control/base/are.m
+share/octave/${PKGVERSION}/m/control/base/bddemo.m
+share/octave/${PKGVERSION}/m/control/base/bode.m
+share/octave/${PKGVERSION}/m/control/base/bode_bounds.m
+share/octave/${PKGVERSION}/m/control/base/controldemo.m
+share/octave/${PKGVERSION}/m/control/base/ctrb.m
+share/octave/${PKGVERSION}/m/control/base/damp.m
+share/octave/${PKGVERSION}/m/control/base/dare.m
+share/octave/${PKGVERSION}/m/control/base/dcgain.m
+share/octave/${PKGVERSION}/m/control/base/dgram.m
+share/octave/${PKGVERSION}/m/control/base/dkalman.m
+share/octave/${PKGVERSION}/m/control/base/dlqe.m
+share/octave/${PKGVERSION}/m/control/base/dlqr.m
+share/octave/${PKGVERSION}/m/control/base/dlyap.m
+share/octave/${PKGVERSION}/m/control/base/dre.m
+share/octave/${PKGVERSION}/m/control/base/frdemo.m
+share/octave/${PKGVERSION}/m/control/base/freqchkw.m
+share/octave/${PKGVERSION}/m/control/base/gram.m
+share/octave/${PKGVERSION}/m/control/base/impulse.m
+share/octave/${PKGVERSION}/m/control/base/lqe.m
+share/octave/${PKGVERSION}/m/control/base/lqg.m
+share/octave/${PKGVERSION}/m/control/base/lqr.m
+share/octave/${PKGVERSION}/m/control/base/lsim.m
+share/octave/${PKGVERSION}/m/control/base/ltifr.m
+share/octave/${PKGVERSION}/m/control/base/lyap.m
+share/octave/${PKGVERSION}/m/control/base/nichols.m
+share/octave/${PKGVERSION}/m/control/base/nyquist.m
+share/octave/${PKGVERSION}/m/control/base/obsv.m
+share/octave/${PKGVERSION}/m/control/base/place.m
+share/octave/${PKGVERSION}/m/control/base/pzmap.m
+share/octave/${PKGVERSION}/m/control/base/rldemo.m
+share/octave/${PKGVERSION}/m/control/base/rlocus.m
+share/octave/${PKGVERSION}/m/control/base/step.m
+share/octave/${PKGVERSION}/m/control/base/tzero.m
+share/octave/${PKGVERSION}/m/control/base/tzero2.m
+share/octave/${PKGVERSION}/m/control/hinf/dgkfdemo.m
+share/octave/${PKGVERSION}/m/control/hinf/dhinfdemo.m
+share/octave/${PKGVERSION}/m/control/hinf/h2norm.m
+share/octave/${PKGVERSION}/m/control/hinf/h2syn.m
+share/octave/${PKGVERSION}/m/control/hinf/hinf_ctr.m
+share/octave/${PKGVERSION}/m/control/hinf/hinfdemo.m
+share/octave/${PKGVERSION}/m/control/hinf/hinfnorm.m
+share/octave/${PKGVERSION}/m/control/hinf/hinfsyn.m
+share/octave/${PKGVERSION}/m/control/hinf/hinfsyn_chk.m
+share/octave/${PKGVERSION}/m/control/hinf/hinfsyn_ric.m
+share/octave/${PKGVERSION}/m/control/hinf/is_dgkf.m
+share/octave/${PKGVERSION}/m/control/hinf/wgt1o.m
+share/octave/${PKGVERSION}/m/control/obsolete/dezero.m
+share/octave/${PKGVERSION}/m/control/obsolete/dlqg.m
+share/octave/${PKGVERSION}/m/control/obsolete/minfo.m
+share/octave/${PKGVERSION}/m/control/obsolete/packsys.m
+share/octave/${PKGVERSION}/m/control/obsolete/qzval.m
+share/octave/${PKGVERSION}/m/control/obsolete/rotg.m
+share/octave/${PKGVERSION}/m/control/obsolete/series.m
+share/octave/${PKGVERSION}/m/control/obsolete/swapcols.m
+share/octave/${PKGVERSION}/m/control/obsolete/swaprows.m
+share/octave/${PKGVERSION}/m/control/obsolete/syschnames.m
+share/octave/${PKGVERSION}/m/control/obsolete/unpacksys.m
+share/octave/${PKGVERSION}/m/control/system/__abcddims__.m
+share/octave/${PKGVERSION}/m/control/system/__syschnamesl__.m
+share/octave/${PKGVERSION}/m/control/system/__syscont_disc__.m
+share/octave/${PKGVERSION}/m/control/system/__sysdefioname__.m
+share/octave/${PKGVERSION}/m/control/system/__sysdefstname__.m
+share/octave/${PKGVERSION}/m/control/system/__sysgroupn__.m
+share/octave/${PKGVERSION}/m/control/system/__tf2sysl__.m
+share/octave/${PKGVERSION}/m/control/system/__zp2ssg2__.m
+share/octave/${PKGVERSION}/m/control/system/abcddim.m
+share/octave/${PKGVERSION}/m/control/system/buildssic.m
+share/octave/${PKGVERSION}/m/control/system/c2d.m
+share/octave/${PKGVERSION}/m/control/system/d2c.m
+share/octave/${PKGVERSION}/m/control/system/dmr2d.m
+share/octave/${PKGVERSION}/m/control/system/fir2sys.m
+share/octave/${PKGVERSION}/m/control/system/is_abcd.m
+share/octave/${PKGVERSION}/m/control/system/is_controllable.m
+share/octave/${PKGVERSION}/m/control/system/is_detectable.m
+share/octave/${PKGVERSION}/m/control/system/is_digital.m
+share/octave/${PKGVERSION}/m/control/system/is_observable.m
+share/octave/${PKGVERSION}/m/control/system/is_sample.m
+share/octave/${PKGVERSION}/m/control/system/is_signal_list.m
+share/octave/${PKGVERSION}/m/control/system/is_siso.m
+share/octave/${PKGVERSION}/m/control/system/is_stabilizable.m
+share/octave/${PKGVERSION}/m/control/system/is_stable.m
+share/octave/${PKGVERSION}/m/control/system/jet707.m
+share/octave/${PKGVERSION}/m/control/system/listidx.m
+share/octave/${PKGVERSION}/m/control/system/moddemo.m
+share/octave/${PKGVERSION}/m/control/system/ord2.m
+share/octave/${PKGVERSION}/m/control/system/packedform.m
+share/octave/${PKGVERSION}/m/control/system/parallel.m
+share/octave/${PKGVERSION}/m/control/system/ss2sys.m
+share/octave/${PKGVERSION}/m/control/system/ss2tf.m
+share/octave/${PKGVERSION}/m/control/system/ss2zp.m
+share/octave/${PKGVERSION}/m/control/system/starp.m
+share/octave/${PKGVERSION}/m/control/system/sys2fir.m
+share/octave/${PKGVERSION}/m/control/system/sys2ss.m
+share/octave/${PKGVERSION}/m/control/system/sys2tf.m
+share/octave/${PKGVERSION}/m/control/system/sys2zp.m
+share/octave/${PKGVERSION}/m/control/system/sysadd.m
+share/octave/${PKGVERSION}/m/control/system/sysappend.m
+share/octave/${PKGVERSION}/m/control/system/syschtsam.m
+share/octave/${PKGVERSION}/m/control/system/sysconnect.m
+share/octave/${PKGVERSION}/m/control/system/syscont.m
+share/octave/${PKGVERSION}/m/control/system/sysdimensions.m
+share/octave/${PKGVERSION}/m/control/system/sysdisc.m
+share/octave/${PKGVERSION}/m/control/system/sysdup.m
+share/octave/${PKGVERSION}/m/control/system/sysgetsignals.m
+share/octave/${PKGVERSION}/m/control/system/sysgettsam.m
+share/octave/${PKGVERSION}/m/control/system/sysgettype.m
+share/octave/${PKGVERSION}/m/control/system/sysgroup.m
+share/octave/${PKGVERSION}/m/control/system/sysidx.m
+share/octave/${PKGVERSION}/m/control/system/sysmin.m
+share/octave/${PKGVERSION}/m/control/system/sysmult.m
+share/octave/${PKGVERSION}/m/control/system/sysout.m
+share/octave/${PKGVERSION}/m/control/system/sysprune.m
+share/octave/${PKGVERSION}/m/control/system/sysreorder.m
+share/octave/${PKGVERSION}/m/control/system/sysrepdemo.m
+share/octave/${PKGVERSION}/m/control/system/sysscale.m
+share/octave/${PKGVERSION}/m/control/system/syssetsignals.m
+share/octave/${PKGVERSION}/m/control/system/syssub.m
+share/octave/${PKGVERSION}/m/control/system/sysupdate.m
+share/octave/${PKGVERSION}/m/control/system/tf2ss.m
+share/octave/${PKGVERSION}/m/control/system/tf2sys.m
+share/octave/${PKGVERSION}/m/control/system/tf2zp.m
+share/octave/${PKGVERSION}/m/control/system/tfout.m
+share/octave/${PKGVERSION}/m/control/system/ugain.m
+share/octave/${PKGVERSION}/m/control/system/zp2ss.m
+share/octave/${PKGVERSION}/m/control/system/zp2sys.m
+share/octave/${PKGVERSION}/m/control/system/zp2tf.m
+share/octave/${PKGVERSION}/m/control/system/zpout.m
+share/octave/${PKGVERSION}/m/control/util/__outlist__.m
+share/octave/${PKGVERSION}/m/control/util/__zgpbal__.m
+share/octave/${PKGVERSION}/m/control/util/axis2dlim.m
+share/octave/${PKGVERSION}/m/control/util/prompt.m
+share/octave/${PKGVERSION}/m/control/util/run_cmd.m
+share/octave/${PKGVERSION}/m/control/util/sortcom.m
+share/octave/${PKGVERSION}/m/control/util/strappend.m
+share/octave/${PKGVERSION}/m/control/util/swap.m
+share/octave/${PKGVERSION}/m/control/util/zgfmul.m
+share/octave/${PKGVERSION}/m/control/util/zgfslv.m
+share/octave/${PKGVERSION}/m/control/util/zginit.m
+share/octave/${PKGVERSION}/m/control/util/zgreduce.m
+share/octave/${PKGVERSION}/m/control/util/zgrownorm.m
+share/octave/${PKGVERSION}/m/control/util/zgscal.m
+share/octave/${PKGVERSION}/m/control/util/zgsgiv.m
+share/octave/${PKGVERSION}/m/control/util/zgshsr.m
+share/octave/${PKGVERSION}/m/deprecated/is_bool.m
+share/octave/${PKGVERSION}/m/deprecated/is_complex.m
+share/octave/${PKGVERSION}/m/deprecated/is_global.m
+share/octave/${PKGVERSION}/m/deprecated/is_list.m
+share/octave/${PKGVERSION}/m/deprecated/is_matrix.m
+share/octave/${PKGVERSION}/m/deprecated/is_scalar.m
+share/octave/${PKGVERSION}/m/deprecated/is_square.m
+share/octave/${PKGVERSION}/m/deprecated/is_stream.m
+share/octave/${PKGVERSION}/m/deprecated/is_struct.m
+share/octave/${PKGVERSION}/m/deprecated/is_symmetric.m
+share/octave/${PKGVERSION}/m/deprecated/is_vector.m
+share/octave/${PKGVERSION}/m/deprecated/isstr.m
+share/octave/${PKGVERSION}/m/deprecated/setstr.m
+share/octave/${PKGVERSION}/m/deprecated/struct_contains.m
+share/octave/${PKGVERSION}/m/deprecated/struct_elements.m
+share/octave/${PKGVERSION}/m/elfun/acot.m
+share/octave/${PKGVERSION}/m/elfun/acoth.m
+share/octave/${PKGVERSION}/m/elfun/acsc.m
+share/octave/${PKGVERSION}/m/elfun/acsch.m
+share/octave/${PKGVERSION}/m/elfun/asec.m
+share/octave/${PKGVERSION}/m/elfun/asech.m
+share/octave/${PKGVERSION}/m/elfun/cot.m
+share/octave/${PKGVERSION}/m/elfun/coth.m
+share/octave/${PKGVERSION}/m/elfun/csc.m
+share/octave/${PKGVERSION}/m/elfun/csch.m
+share/octave/${PKGVERSION}/m/elfun/gcd.m
+share/octave/${PKGVERSION}/m/elfun/lcm.m
+share/octave/${PKGVERSION}/m/elfun/sec.m
+share/octave/${PKGVERSION}/m/elfun/sech.m
+share/octave/${PKGVERSION}/m/finance/fv.m
+share/octave/${PKGVERSION}/m/finance/fvl.m
+share/octave/${PKGVERSION}/m/finance/irr.m
+share/octave/${PKGVERSION}/m/finance/nper.m
+share/octave/${PKGVERSION}/m/finance/npv.m
+share/octave/${PKGVERSION}/m/finance/pmt.m
+share/octave/${PKGVERSION}/m/finance/pv.m
+share/octave/${PKGVERSION}/m/finance/pvl.m
+share/octave/${PKGVERSION}/m/finance/rate.m
+share/octave/${PKGVERSION}/m/finance/vol.m
+share/octave/${PKGVERSION}/m/general/cart2pol.m
+share/octave/${PKGVERSION}/m/general/cart2sph.m
+share/octave/${PKGVERSION}/m/general/columns.m
+share/octave/${PKGVERSION}/m/general/common_size.m
+share/octave/${PKGVERSION}/m/general/diff.m
+share/octave/${PKGVERSION}/m/general/fliplr.m
+share/octave/${PKGVERSION}/m/general/flipud.m
+share/octave/${PKGVERSION}/m/general/int2str.m
+share/octave/${PKGVERSION}/m/general/is_duplicate_entry.m
+share/octave/${PKGVERSION}/m/general/isdefinite.m
+share/octave/${PKGVERSION}/m/general/isscalar.m
+share/octave/${PKGVERSION}/m/general/issquare.m
+share/octave/${PKGVERSION}/m/general/issymmetric.m
+share/octave/${PKGVERSION}/m/general/isvector.m
+share/octave/${PKGVERSION}/m/general/logical.m
+share/octave/${PKGVERSION}/m/general/logspace.m
+share/octave/${PKGVERSION}/m/general/mod.m
+share/octave/${PKGVERSION}/m/general/nargchk.m
+share/octave/${PKGVERSION}/m/general/nextpow2.m
+share/octave/${PKGVERSION}/m/general/num2str.m
+share/octave/${PKGVERSION}/m/general/perror.m
+share/octave/${PKGVERSION}/m/general/pol2cart.m
+share/octave/${PKGVERSION}/m/general/postpad.m
+share/octave/${PKGVERSION}/m/general/prepad.m
+share/octave/${PKGVERSION}/m/general/randperm.m
+share/octave/${PKGVERSION}/m/general/rem.m
+share/octave/${PKGVERSION}/m/general/repmat.m
+share/octave/${PKGVERSION}/m/general/rot90.m
+share/octave/${PKGVERSION}/m/general/rows.m
+share/octave/${PKGVERSION}/m/general/shift.m
+share/octave/${PKGVERSION}/m/general/sph2cart.m
+share/octave/${PKGVERSION}/m/general/strerror.m
+share/octave/${PKGVERSION}/m/general/tril.m
+share/octave/${PKGVERSION}/m/general/triu.m
+share/octave/${PKGVERSION}/m/image/colormap.m
+share/octave/${PKGVERSION}/m/image/gray.m
+share/octave/${PKGVERSION}/m/image/gray2ind.m
+share/octave/${PKGVERSION}/m/image/hsv2rgb.m
+share/octave/${PKGVERSION}/m/image/image.m
+share/octave/${PKGVERSION}/m/image/imagesc.m
+share/octave/${PKGVERSION}/m/image/imshow.m
+share/octave/${PKGVERSION}/m/image/ind2gray.m
+share/octave/${PKGVERSION}/m/image/ind2rgb.m
+share/octave/${PKGVERSION}/m/image/loadimage.m
+share/octave/${PKGVERSION}/m/image/ntsc2rgb.m
+share/octave/${PKGVERSION}/m/image/ocean.m
+share/octave/${PKGVERSION}/m/image/rgb2hsv.m
+share/octave/${PKGVERSION}/m/image/rgb2ind.m
+share/octave/${PKGVERSION}/m/image/rgb2ntsc.m
+share/octave/${PKGVERSION}/m/image/saveimage.m
+share/octave/${PKGVERSION}/m/io/beep.m
+share/octave/${PKGVERSION}/m/linear-algebra/commutation_matrix.m
+share/octave/${PKGVERSION}/m/linear-algebra/cond.m
+share/octave/${PKGVERSION}/m/linear-algebra/cross.m
+share/octave/${PKGVERSION}/m/linear-algebra/dmult.m
+share/octave/${PKGVERSION}/m/linear-algebra/dot.m
+share/octave/${PKGVERSION}/m/linear-algebra/duplication_matrix.m
+share/octave/${PKGVERSION}/m/linear-algebra/housh.m
+share/octave/${PKGVERSION}/m/linear-algebra/krylov.m
+share/octave/${PKGVERSION}/m/linear-algebra/krylovb.m
+share/octave/${PKGVERSION}/m/linear-algebra/logm.m
+share/octave/${PKGVERSION}/m/linear-algebra/norm.m
+share/octave/${PKGVERSION}/m/linear-algebra/null.m
+share/octave/${PKGVERSION}/m/linear-algebra/orth.m
+share/octave/${PKGVERSION}/m/linear-algebra/qzhess.m
+share/octave/${PKGVERSION}/m/linear-algebra/rank.m
+share/octave/${PKGVERSION}/m/linear-algebra/trace.m
+share/octave/${PKGVERSION}/m/linear-algebra/vec.m
+share/octave/${PKGVERSION}/m/linear-algebra/vech.m
+share/octave/${PKGVERSION}/m/miscellaneous/bincoeff.m
+share/octave/${PKGVERSION}/m/miscellaneous/bug_report.m
+share/octave/${PKGVERSION}/m/miscellaneous/comma.m
+share/octave/${PKGVERSION}/m/miscellaneous/cputime.m
+share/octave/${PKGVERSION}/m/miscellaneous/dump_prefs.m
+share/octave/${PKGVERSION}/m/miscellaneous/etime.m
+share/octave/${PKGVERSION}/m/miscellaneous/fileparts.m
+share/octave/${PKGVERSION}/m/miscellaneous/flops.m
+share/octave/${PKGVERSION}/m/miscellaneous/fullfile.m
+share/octave/${PKGVERSION}/m/miscellaneous/horzcat.m
+share/octave/${PKGVERSION}/m/miscellaneous/is_leap_year.m
+share/octave/${PKGVERSION}/m/miscellaneous/list_primes.m
+share/octave/${PKGVERSION}/m/miscellaneous/menu.m
+share/octave/${PKGVERSION}/m/miscellaneous/pack.m
+share/octave/${PKGVERSION}/m/miscellaneous/paren.m
+share/octave/${PKGVERSION}/m/miscellaneous/path.m
+share/octave/${PKGVERSION}/m/miscellaneous/popen2.m
+share/octave/${PKGVERSION}/m/miscellaneous/semicolon.m
+share/octave/${PKGVERSION}/m/miscellaneous/tempdir.m
+share/octave/${PKGVERSION}/m/miscellaneous/tempname.m
+share/octave/${PKGVERSION}/m/miscellaneous/texas_lotto.m
+share/octave/${PKGVERSION}/m/miscellaneous/tic.m
+share/octave/${PKGVERSION}/m/miscellaneous/toc.m
+share/octave/${PKGVERSION}/m/miscellaneous/version.m
+share/octave/${PKGVERSION}/m/miscellaneous/vertcat.m
+share/octave/${PKGVERSION}/m/miscellaneous/xor.m
+share/octave/${PKGVERSION}/m/plot/PKG_ADD
+share/octave/${PKGVERSION}/m/plot/__axis_label__.m
+share/octave/${PKGVERSION}/m/plot/__errcomm__.m
+share/octave/${PKGVERSION}/m/plot/__errplot__.m
+share/octave/${PKGVERSION}/m/plot/__plr1__.m
+share/octave/${PKGVERSION}/m/plot/__plr2__.m
+share/octave/${PKGVERSION}/m/plot/__plr__.m
+share/octave/${PKGVERSION}/m/plot/__plt1__.m
+share/octave/${PKGVERSION}/m/plot/__plt2__.m
+share/octave/${PKGVERSION}/m/plot/__plt2mm__.m
+share/octave/${PKGVERSION}/m/plot/__plt2mv__.m
+share/octave/${PKGVERSION}/m/plot/__plt2ss__.m
+share/octave/${PKGVERSION}/m/plot/__plt2vm__.m
+share/octave/${PKGVERSION}/m/plot/__plt2vv__.m
+share/octave/${PKGVERSION}/m/plot/__plt__.m
+share/octave/${PKGVERSION}/m/plot/__pltopt1__.m
+share/octave/${PKGVERSION}/m/plot/__pltopt__.m
+share/octave/${PKGVERSION}/m/plot/axis.m
+share/octave/${PKGVERSION}/m/plot/bar.m
+share/octave/${PKGVERSION}/m/plot/bottom_title.m
+share/octave/${PKGVERSION}/m/plot/close.m
+share/octave/${PKGVERSION}/m/plot/contour.m
+share/octave/${PKGVERSION}/m/plot/errorbar.m
+share/octave/${PKGVERSION}/m/plot/figure.m
+share/octave/${PKGVERSION}/m/plot/grid.m
+share/octave/${PKGVERSION}/m/plot/hist.m
+share/octave/${PKGVERSION}/m/plot/loglog.m
+share/octave/${PKGVERSION}/m/plot/loglogerr.m
+share/octave/${PKGVERSION}/m/plot/mesh.m
+share/octave/${PKGVERSION}/m/plot/meshdom.m
+share/octave/${PKGVERSION}/m/plot/meshgrid.m
+share/octave/${PKGVERSION}/m/plot/mplot.m
+share/octave/${PKGVERSION}/m/plot/multiplot.m
+share/octave/${PKGVERSION}/m/plot/oneplot.m
+share/octave/${PKGVERSION}/m/plot/plot.m
+share/octave/${PKGVERSION}/m/plot/plot_border.m
+share/octave/${PKGVERSION}/m/plot/polar.m
+share/octave/${PKGVERSION}/m/plot/semilogx.m
+share/octave/${PKGVERSION}/m/plot/semilogxerr.m
+share/octave/${PKGVERSION}/m/plot/semilogy.m
+share/octave/${PKGVERSION}/m/plot/semilogyerr.m
+share/octave/${PKGVERSION}/m/plot/shg.m
+share/octave/${PKGVERSION}/m/plot/sombrero.m
+share/octave/${PKGVERSION}/m/plot/stairs.m
+share/octave/${PKGVERSION}/m/plot/subplot.m
+share/octave/${PKGVERSION}/m/plot/subwindow.m
+share/octave/${PKGVERSION}/m/plot/title.m
+share/octave/${PKGVERSION}/m/plot/top_title.m
+share/octave/${PKGVERSION}/m/plot/xlabel.m
+share/octave/${PKGVERSION}/m/plot/ylabel.m
+share/octave/${PKGVERSION}/m/plot/zlabel.m
+share/octave/${PKGVERSION}/m/polynomial/compan.m
+share/octave/${PKGVERSION}/m/polynomial/conv.m
+share/octave/${PKGVERSION}/m/polynomial/deconv.m
+share/octave/${PKGVERSION}/m/polynomial/poly.m
+share/octave/${PKGVERSION}/m/polynomial/polyder.m
+share/octave/${PKGVERSION}/m/polynomial/polyderiv.m
+share/octave/${PKGVERSION}/m/polynomial/polyfit.m
+share/octave/${PKGVERSION}/m/polynomial/polyinteg.m
+share/octave/${PKGVERSION}/m/polynomial/polyout.m
+share/octave/${PKGVERSION}/m/polynomial/polyreduce.m
+share/octave/${PKGVERSION}/m/polynomial/polyval.m
+share/octave/${PKGVERSION}/m/polynomial/polyvalm.m
+share/octave/${PKGVERSION}/m/polynomial/residue.m
+share/octave/${PKGVERSION}/m/polynomial/roots.m
+share/octave/${PKGVERSION}/m/quaternion/demoquat.m
+share/octave/${PKGVERSION}/m/quaternion/qconj.m
+share/octave/${PKGVERSION}/m/quaternion/qcoordinate_plot.m
+share/octave/${PKGVERSION}/m/quaternion/qderiv.m
+share/octave/${PKGVERSION}/m/quaternion/qderivmat.m
+share/octave/${PKGVERSION}/m/quaternion/qinv.m
+share/octave/${PKGVERSION}/m/quaternion/qmult.m
+share/octave/${PKGVERSION}/m/quaternion/qtrans.m
+share/octave/${PKGVERSION}/m/quaternion/qtransv.m
+share/octave/${PKGVERSION}/m/quaternion/qtransvmat.m
+share/octave/${PKGVERSION}/m/quaternion/quaternion.m
+share/octave/${PKGVERSION}/m/set/complement.m
+share/octave/${PKGVERSION}/m/set/create_set.m
+share/octave/${PKGVERSION}/m/set/intersection.m
+share/octave/${PKGVERSION}/m/set/union.m
+share/octave/${PKGVERSION}/m/signal/arch_fit.m
+share/octave/${PKGVERSION}/m/signal/arch_rnd.m
+share/octave/${PKGVERSION}/m/signal/arch_test.m
+share/octave/${PKGVERSION}/m/signal/arma_rnd.m
+share/octave/${PKGVERSION}/m/signal/autocor.m
+share/octave/${PKGVERSION}/m/signal/autocov.m
+share/octave/${PKGVERSION}/m/signal/autoreg_matrix.m
+share/octave/${PKGVERSION}/m/signal/bartlett.m
+share/octave/${PKGVERSION}/m/signal/blackman.m
+share/octave/${PKGVERSION}/m/signal/detrend.m
+share/octave/${PKGVERSION}/m/signal/diffpara.m
+share/octave/${PKGVERSION}/m/signal/durbinlevinson.m
+share/octave/${PKGVERSION}/m/signal/fftconv.m
+share/octave/${PKGVERSION}/m/signal/fftfilt.m
+share/octave/${PKGVERSION}/m/signal/fftshift.m
+share/octave/${PKGVERSION}/m/signal/fractdiff.m
+share/octave/${PKGVERSION}/m/signal/freqz.m
+share/octave/${PKGVERSION}/m/signal/freqz_plot.m
+share/octave/${PKGVERSION}/m/signal/hamming.m
+share/octave/${PKGVERSION}/m/signal/hanning.m
+share/octave/${PKGVERSION}/m/signal/hurst.m
+share/octave/${PKGVERSION}/m/signal/periodogram.m
+share/octave/${PKGVERSION}/m/signal/rectangle_lw.m
+share/octave/${PKGVERSION}/m/signal/rectangle_sw.m
+share/octave/${PKGVERSION}/m/signal/sinc.m
+share/octave/${PKGVERSION}/m/signal/sinetone.m
+share/octave/${PKGVERSION}/m/signal/sinewave.m
+share/octave/${PKGVERSION}/m/signal/spectral_adf.m
+share/octave/${PKGVERSION}/m/signal/spectral_xdf.m
+share/octave/${PKGVERSION}/m/signal/spencer.m
+share/octave/${PKGVERSION}/m/signal/stft.m
+share/octave/${PKGVERSION}/m/signal/synthesis.m
+share/octave/${PKGVERSION}/m/signal/triangle_lw.m
+share/octave/${PKGVERSION}/m/signal/triangle_sw.m
+share/octave/${PKGVERSION}/m/signal/unwrap.m
+share/octave/${PKGVERSION}/m/signal/yulewalker.m
+share/octave/${PKGVERSION}/m/specfun/bessel.m
+share/octave/${PKGVERSION}/m/specfun/beta.m
+share/octave/${PKGVERSION}/m/specfun/betai.m
+share/octave/${PKGVERSION}/m/specfun/erfinv.m
+share/octave/${PKGVERSION}/m/specfun/gammai.m
+share/octave/${PKGVERSION}/m/specfun/log2.m
+share/octave/${PKGVERSION}/m/specfun/pow2.m
+share/octave/${PKGVERSION}/m/special-matrix/hankel.m
+share/octave/${PKGVERSION}/m/special-matrix/hilb.m
+share/octave/${PKGVERSION}/m/special-matrix/invhilb.m
+share/octave/${PKGVERSION}/m/special-matrix/sylvester_matrix.m
+share/octave/${PKGVERSION}/m/special-matrix/toeplitz.m
+share/octave/${PKGVERSION}/m/special-matrix/vander.m
+share/octave/${PKGVERSION}/m/startup/octaverc
+share/octave/${PKGVERSION}/m/statistics/base/center.m
+share/octave/${PKGVERSION}/m/statistics/base/cloglog.m
+share/octave/${PKGVERSION}/m/statistics/base/cor.m
+share/octave/${PKGVERSION}/m/statistics/base/corrcoef.m
+share/octave/${PKGVERSION}/m/statistics/base/cov.m
+share/octave/${PKGVERSION}/m/statistics/base/cut.m
+share/octave/${PKGVERSION}/m/statistics/base/gls.m
+share/octave/${PKGVERSION}/m/statistics/base/iqr.m
+share/octave/${PKGVERSION}/m/statistics/base/kendall.m
+share/octave/${PKGVERSION}/m/statistics/base/kurtosis.m
+share/octave/${PKGVERSION}/m/statistics/base/logit.m
+share/octave/${PKGVERSION}/m/statistics/base/mahalanobis.m
+share/octave/${PKGVERSION}/m/statistics/base/mean.m
+share/octave/${PKGVERSION}/m/statistics/base/meansq.m
+share/octave/${PKGVERSION}/m/statistics/base/median.m
+share/octave/${PKGVERSION}/m/statistics/base/moment.m
+share/octave/${PKGVERSION}/m/statistics/base/ols.m
+share/octave/${PKGVERSION}/m/statistics/base/ppplot.m
+share/octave/${PKGVERSION}/m/statistics/base/probit.m
+share/octave/${PKGVERSION}/m/statistics/base/qqplot.m
+share/octave/${PKGVERSION}/m/statistics/base/range.m
+share/octave/${PKGVERSION}/m/statistics/base/ranks.m
+share/octave/${PKGVERSION}/m/statistics/base/run_count.m
+share/octave/${PKGVERSION}/m/statistics/base/skewness.m
+share/octave/${PKGVERSION}/m/statistics/base/spearman.m
+share/octave/${PKGVERSION}/m/statistics/base/statistics.m
+share/octave/${PKGVERSION}/m/statistics/base/std.m
+share/octave/${PKGVERSION}/m/statistics/base/studentize.m
+share/octave/${PKGVERSION}/m/statistics/base/table.m
+share/octave/${PKGVERSION}/m/statistics/base/values.m
+share/octave/${PKGVERSION}/m/statistics/base/var.m
+share/octave/${PKGVERSION}/m/statistics/distributions/beta_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/beta_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/beta_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/beta_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/binomial_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/binomial_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/binomial_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/binomial_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/cauchy_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/cauchy_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/cauchy_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/cauchy_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/chisquare_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/chisquare_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/chisquare_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/chisquare_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/discrete_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/discrete_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/discrete_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/discrete_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/empirical_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/empirical_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/empirical_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/empirical_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/exponential_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/exponential_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/exponential_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/exponential_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/f_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/f_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/f_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/f_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/gamma_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/gamma_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/gamma_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/gamma_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/geometric_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/geometric_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/geometric_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/geometric_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/hypergeometric_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/hypergeometric_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/hypergeometric_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/hypergeometric_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/kolmogorov_smirnov_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/laplace_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/laplace_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/laplace_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/laplace_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/logistic_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/logistic_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/logistic_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/logistic_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/lognormal_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/lognormal_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/lognormal_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/lognormal_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/normal_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/normal_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/normal_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/normal_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/pascal_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/pascal_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/pascal_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/pascal_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/poisson_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/poisson_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/poisson_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/poisson_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/stdnormal_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/stdnormal_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/stdnormal_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/stdnormal_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/t_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/t_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/t_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/t_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/uniform_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/uniform_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/uniform_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/uniform_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/weibull_cdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/weibull_inv.m
+share/octave/${PKGVERSION}/m/statistics/distributions/weibull_pdf.m
+share/octave/${PKGVERSION}/m/statistics/distributions/weibull_rnd.m
+share/octave/${PKGVERSION}/m/statistics/distributions/wiener_rnd.m
+share/octave/${PKGVERSION}/m/statistics/models/logistic_regression.m
+share/octave/${PKGVERSION}/m/statistics/models/logistic_regression_derivatives.m
+share/octave/${PKGVERSION}/m/statistics/models/logistic_regression_likelihood.m
+share/octave/${PKGVERSION}/m/statistics/tests/anova.m
+share/octave/${PKGVERSION}/m/statistics/tests/bartlett_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/chisquare_test_homogeneity.m
+share/octave/${PKGVERSION}/m/statistics/tests/chisquare_test_independence.m
+share/octave/${PKGVERSION}/m/statistics/tests/cor_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/f_test_regression.m
+share/octave/${PKGVERSION}/m/statistics/tests/hotelling_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/hotelling_test_2.m
+share/octave/${PKGVERSION}/m/statistics/tests/kolmogorov_smirnov_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/kolmogorov_smirnov_test_2.m
+share/octave/${PKGVERSION}/m/statistics/tests/kruskal_wallis_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/manova.m
+share/octave/${PKGVERSION}/m/statistics/tests/mcnemar_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/prop_test_2.m
+share/octave/${PKGVERSION}/m/statistics/tests/run_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/sign_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/t_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/t_test_2.m
+share/octave/${PKGVERSION}/m/statistics/tests/t_test_regression.m
+share/octave/${PKGVERSION}/m/statistics/tests/u_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/var_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/welch_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/wilcoxon_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/z_test.m
+share/octave/${PKGVERSION}/m/statistics/tests/z_test_2.m
+share/octave/${PKGVERSION}/m/strings/base2dec.m
+share/octave/${PKGVERSION}/m/strings/bin2dec.m
+share/octave/${PKGVERSION}/m/strings/blanks.m
+share/octave/${PKGVERSION}/m/strings/com2str.m
+share/octave/${PKGVERSION}/m/strings/deblank.m
+share/octave/${PKGVERSION}/m/strings/dec2base.m
+share/octave/${PKGVERSION}/m/strings/dec2bin.m
+share/octave/${PKGVERSION}/m/strings/dec2hex.m
+share/octave/${PKGVERSION}/m/strings/findstr.m
+share/octave/${PKGVERSION}/m/strings/hex2dec.m
+share/octave/${PKGVERSION}/m/strings/index.m
+share/octave/${PKGVERSION}/m/strings/isletter.m
+share/octave/${PKGVERSION}/m/strings/lower.m
+share/octave/${PKGVERSION}/m/strings/rindex.m
+share/octave/${PKGVERSION}/m/strings/split.m
+share/octave/${PKGVERSION}/m/strings/str2mat.m
+share/octave/${PKGVERSION}/m/strings/str2num.m
+share/octave/${PKGVERSION}/m/strings/strcat.m
+share/octave/${PKGVERSION}/m/strings/strcmp.m
+share/octave/${PKGVERSION}/m/strings/strjust.m
+share/octave/${PKGVERSION}/m/strings/strrep.m
+share/octave/${PKGVERSION}/m/strings/substr.m
+share/octave/${PKGVERSION}/m/strings/upper.m
+share/octave/${PKGVERSION}/m/time/asctime.m
+share/octave/${PKGVERSION}/m/time/clock.m
+share/octave/${PKGVERSION}/m/time/ctime.m
+share/octave/${PKGVERSION}/m/time/date.m
share/octave/ls-R
+share/octave/site/m/startup/octaverc
@dirrm share/octave/site/m/startup
-@dirrm share/octave/site/m
-@dirrm share/octave/site
-@dirrm share/octave/2.1.34/site/m
-@dirrm share/octave/2.1.34/site
-@dirrm share/octave/2.1.34/m/time
-@dirrm share/octave/2.1.34/m/strings
-@dirrm share/octave/2.1.34/m/statistics/tests
-@dirrm share/octave/2.1.34/m/statistics/models
-@dirrm share/octave/2.1.34/m/statistics/distributions
-@dirrm share/octave/2.1.34/m/statistics/base
-@dirrm share/octave/2.1.34/m/statistics
-@dirrm share/octave/2.1.34/m/startup
-@dirrm share/octave/2.1.34/m/special-matrix
-@dirrm share/octave/2.1.34/m/specfun
-@dirrm share/octave/2.1.34/m/signal
-@dirrm share/octave/2.1.34/m/set
-@dirrm share/octave/2.1.34/m/quaternion
-@dirrm share/octave/2.1.34/m/polynomial
-@dirrm share/octave/2.1.34/m/plot
-@dirrm share/octave/2.1.34/m/miscellaneous
-@dirrm share/octave/2.1.34/m/linear-algebra
-@dirrm share/octave/2.1.34/m/io
-@dirrm share/octave/2.1.34/m/image
-@dirrm share/octave/2.1.34/m/general
-@dirrm share/octave/2.1.34/m/finance
-@dirrm share/octave/2.1.34/m/elfun
-@dirrm share/octave/2.1.34/m/control/util
-@dirrm share/octave/2.1.34/m/control/system
-@dirrm share/octave/2.1.34/m/control/obsolete
-@dirrm share/octave/2.1.34/m/control/hinf
-@dirrm share/octave/2.1.34/m/control/base
-@dirrm share/octave/2.1.34/m/control
-@dirrm share/octave/2.1.34/m/audio
-@dirrm share/octave/2.1.34/m
-@dirrm share/octave/2.1.34/imagelib
-@dirrm share/octave/2.1.34
-@dirrm share/octave
-@dirrm share/doc/octave
+@dirrm share/octave/site/api-v3/m
+@dirrm share/octave/site/api-v3
+@dirrm share/octave/${PKGVERSION}/site/m
+@dirrm share/octave/${PKGVERSION}/site
+@dirrm share/octave/${PKGVERSION}/m/time
+@dirrm share/octave/${PKGVERSION}/m/strings
+@dirrm share/octave/${PKGVERSION}/m/statistics/tests
+@dirrm share/octave/${PKGVERSION}/m/statistics/models
+@dirrm share/octave/${PKGVERSION}/m/statistics/distributions
+@dirrm share/octave/${PKGVERSION}/m/statistics/base
+@dirrm share/octave/${PKGVERSION}/m/statistics
+@dirrm share/octave/${PKGVERSION}/m/startup
+@dirrm share/octave/${PKGVERSION}/m/special-matrix
+@dirrm share/octave/${PKGVERSION}/m/specfun
+@dirrm share/octave/${PKGVERSION}/m/signal
+@dirrm share/octave/${PKGVERSION}/m/set
+@dirrm share/octave/${PKGVERSION}/m/quaternion
+@dirrm share/octave/${PKGVERSION}/m/polynomial
+@dirrm share/octave/${PKGVERSION}/m/plot
+@dirrm share/octave/${PKGVERSION}/m/miscellaneous
+@dirrm share/octave/${PKGVERSION}/m/linear-algebra
+@dirrm share/octave/${PKGVERSION}/m/io
+@dirrm share/octave/${PKGVERSION}/m/image
+@dirrm share/octave/${PKGVERSION}/m/general
+@dirrm share/octave/${PKGVERSION}/m/finance
+@dirrm share/octave/${PKGVERSION}/m/elfun
+@dirrm share/octave/${PKGVERSION}/m/deprecated
+@dirrm share/octave/${PKGVERSION}/m/control/util
+@dirrm share/octave/${PKGVERSION}/m/control/system
+@dirrm share/octave/${PKGVERSION}/m/control/obsolete
+@dirrm share/octave/${PKGVERSION}/m/control/hinf
+@dirrm share/octave/${PKGVERSION}/m/control/base
+@dirrm share/octave/${PKGVERSION}/m/control
+@dirrm share/octave/${PKGVERSION}/m/audio
+@dirrm share/octave/${PKGVERSION}/m
+@dirrm share/octave/${PKGVERSION}/imagelib
+@dirrm share/octave/${PKGVERSION}/doc
+@dirrm share/octave/${PKGVERSION}
@dirrm share/doc/html/octave
+@dirrm libexec/octave/site/oct/api-v3/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/site/oct/api-v3
@dirrm libexec/octave/site/oct/${MACHINE_GNU_PLATFORM}
@dirrm libexec/octave/site/oct
@dirrm libexec/octave/site/exec/${MACHINE_GNU_PLATFORM}
@dirrm libexec/octave/site/exec
@dirrm libexec/octave/site
-@dirrm libexec/octave/2.1.34/site/oct/${MACHINE_GNU_PLATFORM}
-@dirrm libexec/octave/2.1.34/site/oct
-@dirrm libexec/octave/2.1.34/site
-@dirrm libexec/octave/2.1.34/oct/${MACHINE_GNU_PLATFORM}
-@dirrm libexec/octave/2.1.34/oct
-@dirrm libexec/octave/2.1.34/exec/${MACHINE_GNU_PLATFORM}
-@dirrm libexec/octave/2.1.34/exec
-@dirrm libexec/octave/2.1.34
+@dirrm libexec/octave/${PKGVERSION}/site/exec/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/${PKGVERSION}/site/exec
+@dirrm libexec/octave/${PKGVERSION}/site/oct/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/${PKGVERSION}/site/oct
+@dirrm libexec/octave/${PKGVERSION}/site
+@dirrm libexec/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/${PKGVERSION}/oct
+@dirrm libexec/octave/${PKGVERSION}/exec/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/${PKGVERSION}/exec
+@dirrm libexec/octave/${PKGVERSION}
@dirrm libexec/octave
-@dirrm lib/${PKGNAME}
-@dirrm include/${PKGNAME}/octave
-@dirrm include/${PKGNAME}
+@dirrm include/octave-${PKGVERSION}/octave
+@dirrm include/octave-${PKGVERSION}
diff --git a/math/octave-current/distinfo b/math/octave-current/distinfo
index 7eaa8f77c9a..d1f64e69cbb 100644
--- a/math/octave-current/distinfo
+++ b/math/octave-current/distinfo
@@ -1,19 +1,10 @@
-$NetBSD: distinfo,v 1.12 2003/08/02 21:18:06 seb Exp $
+$NetBSD: distinfo,v 1.13 2003/12/04 11:15:37 adam Exp $
-SHA1 (octave-2.1.33.tar.bz2) = 15a07d08647a2c2aeedb31917ac41ed3b7bb4245
-Size (octave-2.1.33.tar.bz2) = 3740256 bytes
-SHA1 (octave-2.1.33-2.1.34.patch.gz) = 0c7d17e781eecf256be9a05c9c21ebc37b51c979
-Size (octave-2.1.33-2.1.34.patch.gz) = 404608 bytes
-SHA1 (patch-aa) = 0be7fd7b9aeef26095dcbd7137b546b8a70cc5f3
-SHA1 (patch-ab) = 99b395668fd8a48ec03e47f2d24613128c0289da
-SHA1 (patch-ac) = bc02ce0417c8d921eb9aa3dc06e84f99cb45eaf3
-SHA1 (patch-ad) = 9d4e10e9097d98901ff5aa313b81b306d3b4e51b
-SHA1 (patch-ae) = f9c943521ea21ea6e452ffa50862dfbd9efc3cf8
-SHA1 (patch-af) = 5f03d2e78003ce5e256174d56533afc77f824108
-SHA1 (patch-ag) = 4fa71fc9adc0b8bfcaa9f859e4342e8e6ce0c5ab
-SHA1 (patch-ah) = 5e1b20562559124a33bbdcdff2194805929d06f9
-SHA1 (patch-ai) = 248dbc97c2233c47dc532f86b0fb2fd3ebd18068
-SHA1 (patch-aj) = 8e2bbe9afde5567540b32fc183f58b87fbf9a547
-SHA1 (patch-ak) = 9d2eddf1a099f852edb1d94eb2361c2c7b402714
-SHA1 (patch-al) = 7134c3cb12ce4fdd5cbe2a39c586aeac6dab2045
-SHA1 (patch-aq) = 511d7b42d23ef5e956060e4031105370e1824e2b
+SHA1 (octave-2.1.52.tar.bz2) = 50a2a48ff44635ceb0a03e1b979367d29aeebbc7
+Size (octave-2.1.52.tar.bz2) = 3869247 bytes
+SHA1 (patch-aa) = f8a65d2fef4e957d66856a5228fd8f1d98e2d810
+SHA1 (patch-ac) = e788ad9681bbc91fb986c1a53bc7405319990891
+SHA1 (patch-ad) = 879339a2600ad0d29e4e1123815ee402cf977bea
+SHA1 (patch-ae) = 79544d09268d41647b081680fc839f4fe481b111
+SHA1 (patch-af) = f4448a1d9be8fb44d56afdd3de54264159cea6af
+SHA1 (patch-ag) = 1a0f09384f7591726e24a559d65ef17b03e86583
diff --git a/math/octave-current/patches/patch-aa b/math/octave-current/patches/patch-aa
index 46d894ff13f..65641578fd3 100644
--- a/math/octave-current/patches/patch-aa
+++ b/math/octave-current/patches/patch-aa
@@ -1,127 +1,20 @@
-$NetBSD: patch-aa,v 1.3 2001/04/22 20:23:02 jtb Exp $
+$NetBSD: patch-aa,v 1.4 2003/12/04 11:15:37 adam Exp $
---- configure.orig Sun Apr 22 20:22:10 2001
-+++ configure Sun Apr 22 20:33:23 2001
-@@ -799,9 +799,9 @@
- ### Allow the user disable support for command line editing using GNU
- ### readline.
-
--READLINE_DIR=readline
-+READLINE_DIR=""
- USE_READLINE=true
--LIBREADLINE='$(TOPDIR)/readline/libreadline.$(LIBEXT)'
-+LIBREADLINE='${LOCALBASE}/lib/libreadline.so'
- # Check whether --enable-readline or --disable-readline was given.
- if test "${enable_readline+set}" = set; then
- enableval="$enable_readline"
-@@ -821,7 +821,7 @@
-
-
-
--LIBKPATHSEA='$(TOPDIR)/kpathsea/libkpathsea.$(LIBEXT)'
-+LIBKPATHSEA='$(TOPDIR)/kpathsea/libkpathsea.a'
-
-
- ### Make it possible to have Octave's array and matrix classes do bounds
-@@ -2414,7 +2414,7 @@
- echo "$ac_t""defining F77 to be $F77" 1>&6
- elif $use_g77; then
- if test "$with_g77" = yes; then
-- F77=g77
-+ F77=${CC}
- else
- F77="$with_g77"
- fi
-@@ -2704,13 +2704,8 @@
-
-
-
--if test "$cross_compiling" = yes; then
-+if true "$cross_compiling" = yes; then
- octave_cv_f2c_f77_compat=yes
-- if test "$octave_cv_f77_is_g77" = yes; then
-- echo "$ac_t""assuming ${F77-f77} cross compiler is f2c compatible" 1>&6
-- else
-- echo "configure: warning: assuming ${F77-f77} cross compiler is f2c compatible" 1>&2
-- fi
- else
- echo $ac_n "checking ${F77-f77}/f2c compatibility""... $ac_c" 1>&6
- echo "configure:2717: checking ${F77-f77}/f2c compatibility" >&5
-@@ -2755,7 +2750,7 @@
- }
- #if defined (sun)
- int MAIN_ () { return 0; }
--#elif defined (linux) && defined (__ELF__)
-+#elif (defined (linux) && defined (__ELF__)) || defined (__NetBSD)
- int MAIN__ () { return 0; }
- #endif
- EOF
-@@ -2844,10 +2839,8 @@
+--- configure.orig 2003-11-20 12:44:49.000000000 +0100
++++ configure
+@@ -7984,7 +7984,7 @@ if $have_fortran_compiler; then
%.c : %.f
%.o : %.f
- $(FC) -c $(ALL_FFLAGS) -o $@ $<
-+ ${LIBTOOL} --mode=compile $(FC) -c $(ALL_FFLAGS) $<
-
--pic/%.o : %.f
-- $(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@
++ ${LIBTOOL} --mode=compile --tag=CC $(FC) -c $(ALL_FFLAGS) $<
- EOF
- elif $have_f2c; then
-@@ -3026,11 +3019,11 @@
- fi
-
- FORTRAN_MAIN_FLAG=
--case "$canonical_host_type" in
-- *-linux-*)
-- FORTRAN_MAIN_FLAG="-u MAIN__"
-- ;;
--esac
-+if test "${OBJECT_FMT}" = "ELF"; then
-+FORTRAN_MAIN_FLAG="-u MAIN__"
-+else
-+FORTRAN_MAIN_FLAG="-Wl,-u_MAIN__"
-+fi
- if test -n "$FORTRAN_MAIN_FLAG"; then
- echo "$ac_t""defining FORTRAN_MAIN_FLAG to be $FORTRAN_MAIN_FLAG" 1>&6
- fi
-@@ -5145,7 +5138,7 @@
-
- GLOB_DIR=glob
- LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o'
--GLOB_INCFLAGS='-I$(top_srcdir)/glob -I$(TOPDIR)/glob'
-+GLOB_INCFLAGS='-I$(top_srcdir)/glob -I$(TOPDIR)/glob -I${LOCALBASE}/include'
- if test "$ac_cv_header_fnmatch_h" = yes \
- && test "$ac_cv_header_glob_h" = yes; then
- cat > conftest.$ac_ext <<EOF
-@@ -6305,7 +6298,7 @@
-
-
- TERMLIBS=""
--for termlib in ncurses curses termcap terminfo termlib; do
-+for termlib in curses termcap termlib; do
- echo $ac_n "checking for tputs in -l${termlib}""... $ac_c" 1>&6
- echo "configure:6311: checking for tputs in -l${termlib}" >&5
- ac_lib_var=`echo ${termlib}'_'tputs | sed 'y%./+-%__p_%'`
-@@ -6356,13 +6349,11 @@
-
-
- if test "$ac_cv_lib_termcap_tputs" = yes \
-- || test "$ac_cv_lib_terminfo_tputs" = yes \
-- || test "$ac_cv_lib_ncurses_tputs" = yes \
- || test "$ac_cv_lib_curses_tputs" = yes \
- || test "$ac_cv_lib_termlib_tputs" = yes; then
- true
- else
-- warn_termlibs="I couldn't find -ltermcap, -lterminfo, -lncurses, -lcurses, or -ltermlib!"
-+ warn_termlibs="I couldn't find -ltermcap, -lcurses, or -ltermlib!"
- echo "configure: warning: $warn_termlibs" 1>&2
- fi
-
-@@ -7069,19 +7060,19 @@
+ pic/%.o : %.f
+ $(FC) -c $(FPICFLAG) $(ALL_FFLAGS) $< -o $@
+@@ -18762,19 +18762,19 @@ case "$canonical_host_type" in
cat << \EOF > $bsd_gcc_kluge_targets_frag
- lex.o: lex.cc
+ lex.o: lex.cc
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
@@ -137,38 +30,9 @@ $NetBSD: patch-aa,v 1.3 2001/04/22 20:23:02 jtb Exp $
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
- unwind-prot.o: unwind-prot.cc
+ unwind-prot.o: unwind-prot.cc
- $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
EOF
;;
-@@ -7350,7 +7341,7 @@
- # ./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:7353: checking for a BSD compatible install" >&5
--if test -z "$INSTALL"; then
-+if true; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -7994,7 +7985,7 @@
- done
-
- ac_given_srcdir=$srcdir
--ac_given_INSTALL="$INSTALL"
-+ac_given_INSTALL="${INSTALL}"
-
- trap 'rm -fr `echo "Makefile octMakefile Makeconf install-octave \
- test/Makefile dlfcn/Makefile \
-@@ -8237,10 +8228,6 @@
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
-- case "$ac_given_INSTALL" in
-- [/$]*) INSTALL="$ac_given_INSTALL" ;;
-- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
-- esac
-
- echo creating "$ac_file"
- rm -f "$ac_file"
diff --git a/math/octave-current/patches/patch-ab b/math/octave-current/patches/patch-ab
deleted file mode 100644
index 927e831b047..00000000000
--- a/math/octave-current/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/03/27 12:06:55 wennmach Exp $
-
---- liboctave/f2c-main.c.orig Tue Sep 14 23:10:50 1999
-+++ liboctave/f2c-main.c Tue Sep 14 23:11:04 1999
-@@ -33,7 +33,7 @@
- assert (0);
- return 0;
- }
--#elif defined (__linux__)
-+#elif defined (__m68k__)
- int
- MAIN__ ()
- {
diff --git a/math/octave-current/patches/patch-ac b/math/octave-current/patches/patch-ac
index e08412c8a7f..5e1f2e6a2bf 100644
--- a/math/octave-current/patches/patch-ac
+++ b/math/octave-current/patches/patch-ac
@@ -1,50 +1,26 @@
-$NetBSD: patch-ac,v 1.2 2001/04/22 20:23:02 jtb Exp $
+$NetBSD: patch-ac,v 1.3 2003/12/04 11:15:37 adam Exp $
---- Makeconf.in.orig Sun Apr 22 20:22:09 2001
-+++ Makeconf.in Sun Apr 22 20:37:34 2001
-@@ -42,7 +42,7 @@
+--- Makeconf.in.orig 2003-11-16 01:33:50.000000000 +0100
++++ Makeconf.in
+@@ -73,7 +73,7 @@ SHLLINKEXT=
- RUNTEST = @RUNTEST@
-
--TEXI2DVI = $(top_srcdir)/texi2dvi
-+TEXI2DVI = /usr/bin/texi2dvi
-
- DEFAULT_PAGER = @DEFAULT_PAGER@
-
-@@ -59,7 +59,7 @@
- SHLEXT = @SHLEXT@
- SHLEXT_VER = $(SHLEXT).$(version)
+ INCLUDE_LINK_DEPS = @INCLUDE_LINK_DEPS@
-LIBEXT = a
+LIBEXT = la
# Fortran to C translator and associated flags.
-@@ -134,7 +134,7 @@
- $(LD_STATIC_FLAG) $(CPICFLAG) $(LDFLAGS)
-
- SH_LD = @SH_LD@
--SH_LDFLAGS = @SH_LDFLAGS@
-+SH_LDFLAGS = #@SH_LDFLAGS@
-
- SONAME_FLAGS = @SONAME_FLAGS@
-
-@@ -290,16 +290,12 @@
+@@ -334,10 +334,10 @@ NO_OCT_FILE_STRIP = @NO_OCT_FILE_STRIP@
# How to make .o files:
%.o : %.c
- $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $< -o $@
-+ ${LIBTOOL} --mode=compile $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
++ ${LIBTOOL} --mode=compile $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $< -o $@
%.o : %.cc
- $(CXX) -c $(CPPFLAGS) $(ALL_CXXFLAGS) $< -o $@
+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(ALL_CXXFLAGS) $< -o $@
--pic/%.o : %.c
-- $(CC) -c $(CPPFLAGS) $(CPICFLAG) $(ALL_CFLAGS) $< -o $@
-
--pic/%.o : %.cc
-- $(CXX) -c $(CPPFLAGS) $(CXXPICFLAG) $(ALL_CXXFLAGS) $< -o $@
-
- # Here is a rule for generating dependencies for .cc files:
-
+ pic/%.o : %.c
+ $(CC) -c $(CPPFLAGS) $(CPICFLAG) $(ALL_CFLAGS) $< -o $@
diff --git a/math/octave-current/patches/patch-ad b/math/octave-current/patches/patch-ad
index c14c4feb506..aedef1f279f 100644
--- a/math/octave-current/patches/patch-ad
+++ b/math/octave-current/patches/patch-ad
@@ -1,68 +1,27 @@
-$NetBSD: patch-ad,v 1.2 2001/04/22 20:23:02 jtb Exp $
+$NetBSD: patch-ad,v 1.3 2003/12/04 11:15:37 adam Exp $
---- libcruft/Makefile.in.orig Sun Apr 22 20:22:10 2001
-+++ libcruft/Makefile.in Sun Apr 22 20:41:53 2001
-@@ -61,39 +61,14 @@
- CRUFT_OBJ1 := $(patsubst %.f, %.o, $(CRUFT_OBJ2))
- CRUFT_OBJ := $(CRUFT_OBJ1) $(MISC_OBJ)
-
--ifeq ($(SHARED_LIBS), true)
-- ifdef FPICFLAG
-- CRUFT_OBJ_DIR := $(dir $(CRUFT_OBJ))
-- CRUFT_OBJ_PICDIR := $(addsuffix pic/, $(CRUFT_OBJ_DIR))
-- CRUFT_OBJ_NOTDIR := $(notdir $(CRUFT_OBJ))
-- CRUFT_PICOBJ := $(join $(CRUFT_OBJ_PICDIR), $(CRUFT_OBJ_NOTDIR))
-- else
-- CRUFT_PICOBJ := $(CRUFT_OBJ)
-- endif
--endif
--
--ifeq ($(SHARED_LIBS), true)
-- ifeq ($(STATIC_LIBS), true)
-- LIBRARIES = libcruft.$(LIBEXT) libcruft.$(SHLEXT)
-- else
-- LIBRARIES = libcruft.$(SHLEXT)
-- endif
--else
-- ifeq ($(STATIC_LIBS), true)
-- LIBRARIES = libcruft.$(LIBEXT)
-- else
-- LIBRARIES =
-- endif
--endif
-+LIBRARIES = libcruft.$(LIBEXT)
-
- libraries: $(SUBDIRS)
- $(MAKE) $(LIBRARIES)
- .PHONY: libraries
+--- libcruft/Makefile.in.orig 2003-10-30 17:48:09.000000000 +0100
++++ libcruft/Makefile.in
+@@ -100,8 +100,8 @@ libraries: $(SUBDIRS)
libcruft.$(LIBEXT): $(CRUFT_OBJ)
-- rm -f $@
+ rm -f $@
- $(AR) $(ARFLAGS) $@ $^
- $(RANLIB) $@
-+ ${LIBTOOL} --mode=link ${CC} -o libcruft.${LIBEXT} ${CRUFT_OBJ:.o=.lo} -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%}
++ ${LIBTOOL} --mode=link ${CC} -o libcruft.$(LIBEXT) $(CRUFT_OBJ:.o=.lo) \
++ -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%}
- libcruft.$(SHLEXT): libcruft.$(SHLEXT_VER)
+ libcruft.$(SHLEXT_VER): libcruft.$(SHLEXT)
rm -f $@
-@@ -113,20 +88,7 @@
-
- install::
- $(top_srcdir)/mkinstalldirs $(octlibdir)
-- if $(STATIC_LIBS); then \
-- rm -f $(octlibdir)/libcruft.$(LIBEXT) ; \
+@@ -126,9 +126,8 @@ install::
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(octlibdir)
+ if $(STATIC_LIBS); then \
+ rm -f $(DESTDIR)$(octlibdir)/libcruft.$(LIBEXT) ; \
- $(INSTALL_DATA) libcruft.$(LIBEXT) \
-- $(octlibdir)/libcruft.$(LIBEXT) ; \
-- $(RANLIB) $(octlibdir)/libcruft.$(LIBEXT) ; \
-- fi
-- if $(SHARED_LIBS); then \
-- rm -f $(octlibdir)/libcruft.$(SHLEXT_VER); \
-- $(INSTALL_PROGRAM) \
-- libcruft.$(SHLEXT_VER) $(octlibdir)/libcruft.$(SHLEXT_VER); \
-- cd $(octlibdir); \
-- rm -f libcruft.$(SHLEXT); \
-- $(LN_S) libcruft.$(SHLEXT_VER) libcruft.$(SHLEXT); \
-- fi
-+ ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} libcruft.${LIBEXT} ${PREFIX}/lib
- $(mk-libdir-link)
-
- install-strip::
+- $(DESTDIR)$(octlibdir)/libcruft.$(LIBEXT) ; \
+- $(RANLIB) $(DESTDIR)$(octlibdir)/libcruft.$(LIBEXT) ; \
++ ${LIBTOOL} --mode=install $(INSTALL_DATA) libcruft.$(LIBEXT) \
++ ${PREFIX}/lib; \
+ fi
+ if $(SHARED_LIBS); then \
+ rm -f $(DESTDIR)$(octlibdir)/libcruft.$(SHLLIB_VER); \
diff --git a/math/octave-current/patches/patch-ae b/math/octave-current/patches/patch-ae
index dc2b3e27f7e..06c7dbf343e 100644
--- a/math/octave-current/patches/patch-ae
+++ b/math/octave-current/patches/patch-ae
@@ -1,31 +1,13 @@
-$NetBSD: patch-ae,v 1.2 2001/04/22 20:23:02 jtb Exp $
+$NetBSD: patch-ae,v 1.3 2003/12/04 11:15:37 adam Exp $
---- libcruft/misc/Makefile.in.orig Sun Apr 22 20:22:10 2001
-+++ libcruft/misc/Makefile.in Sun Apr 22 20:43:27 2001
-@@ -27,15 +27,7 @@
-
- INCLUDES := f77-fcn.h lo-error.h
-
--ifeq ($(SHARED_LIBS), true)
-- ifdef CPICFLAG
-- CPICDEP := pic/machar.o pic/f77-fcn.o
-- endif
-- ifdef CXXPICFLAG
-- CXXPICDEP := pic/f77-extern.o pic/lo-error.o
-- endif
-- SPECIAL_PICDEPEND := $(CPICDEP) $(CXXPICDEP)
--endif
-+
-
- include ../Makerules
-
-@@ -56,7 +48,6 @@
+--- libcruft/misc/Makefile.in.orig 2003-11-20 13:50:06.000000000 +0100
++++ libcruft/misc/Makefile.in
+@@ -62,7 +62,7 @@ XCC = $(patsubst -O%, , $(CC))
XALL_CFLAGS = $(patsubst -O%, , $(ALL_CFLAGS))
machar.o: $(srcdir)/machar.c
- $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DDP $<
+ ${LIBTOOL} --mode=compile $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DDP $<
-+
--pic/machar.o: $(srcdir)/machar.c
-- $(XCC) -c $(CPPFLAGS) $(CPICFLAG) $(XALL_CFLAGS) -DDP $< -o $@
+ pic/machar.o: $(srcdir)/machar.c
+ $(XCC) -c $(CPPFLAGS) $(CPICFLAG) $(XALL_CFLAGS) -DDP $< -o $@
diff --git a/math/octave-current/patches/patch-af b/math/octave-current/patches/patch-af
index 20e6837bd61..96c9ab47fea 100644
--- a/math/octave-current/patches/patch-af
+++ b/math/octave-current/patches/patch-af
@@ -1,63 +1,28 @@
-$NetBSD: patch-af,v 1.3 2001/04/22 22:58:47 jtb Exp $
+$NetBSD: patch-af,v 1.4 2003/12/04 11:15:37 adam Exp $
---- liboctave/Makefile.in.orig Sun Apr 22 20:22:11 2001
-+++ liboctave/Makefile.in Sun Apr 22 20:47:03 2001
-@@ -18,7 +18,7 @@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
+--- liboctave/Makefile.in.orig 2003-11-15 03:01:46.000000000 +0100
++++ liboctave/Makefile.in
+@@ -204,8 +204,9 @@ endif
--LIBOCTAVE_LFLAGS = -L../libcruft -L../readline -L../kpathsea \
-+LIBOCTAVE_LFLAGS = -L../libcruft -L${LOCALBASE}/lib -L../kpathsea \
- -L../glob -L. $(RLD_FLAG)
-
- LIBOCTAVE_LIBS = -lcruft -lreadline -lkpathsea -lglob
-@@ -146,25 +146,11 @@
- mkdir pic; \
- fi
-
--ifeq ($(SHARED_LIBS), true)
-- ifeq ($(STATIC_LIBS), true)
-- libraries: liboctave.$(LIBEXT) liboctave.$(SHLEXT)
-- else
-- libraries: liboctave.$(SHLEXT)
-- endif
--else
-- ifeq ($(STATIC_LIBS), true)
-- libraries: liboctave.$(LIBEXT)
-- else
-- libraries:
-- endif
--endif
-+libraries: liboctave.$(LIBEXT)
- .PHONY: libraries
-
- liboctave.$(LIBEXT): $(OBJECTS)
-- rm -f $@
-- $(TEMPLATE_AR) $(TEMPLATE_ARFLAGS) $@ $^
+ liboctave.$(LIBEXT): $(LIBOCTAVE_OBJECTS)
+ rm -f $@
+- $(TEMPLATE_AR) $(TEMPLATE_ARFLAGS) $@ $(LIBOCTAVE_OBJECTS)
- $(RANLIB) $@
-+ ${LIBTOOL} --mode=link cc -o liboctave.${LIBEXT} ${OBJECTS:.o=.lo} -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%}
++ ${LIBTOOL} --mode=link ${CC} -o liboctave.$(LIBEXT) \
++ $(LIBOCTAVE_OBJECTS:.o=.lo) -rpath ${PREFIX}/lib \
++ -version-info ${version:2.1.%=2:%}
- liboctave.$(SHLEXT): liboctave.$(SHLEXT_VER)
+ liboctave.$(SHLEXT_VER): liboctave.$(SHLEXT)
rm -f $@
-@@ -188,20 +174,7 @@
-
- install-lib:
- $(top_srcdir)/mkinstalldirs $(octlibdir)
-- if $(STATIC_LIBS); then \
-- rm -f $(octlibdir)/liboctave.$(LIBEXT); \
+@@ -232,9 +233,8 @@ install-lib:
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(octlibdir)
+ if $(STATIC_LIBS); then \
+ rm -f $(DESTDIR)$(octlibdir)/liboctave.$(LIBEXT); \
- $(INSTALL_DATA) liboctave.$(LIBEXT) \
-- $(octlibdir)/liboctave.$(LIBEXT); \
-- $(RANLIB) $(octlibdir)/liboctave.$(LIBEXT); \
-- fi
-- if $(SHARED_LIBS); then \
-- rm -f $(octlibdir)/liboctave.$(SHLEXT_VER); \
-- $(INSTALL_PROGRAM) \
-- liboctave.$(SHLEXT_VER) $(octlibdir)/liboctave.$(SHLEXT_VER); \
-- cd $(octlibdir); \
-- rm -f liboctave.$(SHLEXT); \
-- $(LN_S) liboctave.$(SHLEXT_VER) liboctave.$(SHLEXT); \
-- fi
-+ ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} liboctave.${LIBEXT} ${PREFIX}/lib
- $(mk-libdir-link)
- .PHONY: install-lib
-
+- $(DESTDIR)$(octlibdir)/liboctave.$(LIBEXT); \
+- $(RANLIB) $(DESTDIR)$(octlibdir)/liboctave.$(LIBEXT); \
++ ${LIBTOOL} --mode=install $(INSTALL_DATA) liboctave.$(LIBEXT) \
++ ${PREFIX}/lib; \
+ fi
+ if $(SHARED_LIBS); then \
+ rm -f $(DESTDIR)$(octlibdir)/liboctave.$(SHLLIB_VER); \
diff --git a/math/octave-current/patches/patch-ag b/math/octave-current/patches/patch-ag
index b3d26250d94..67eb963574e 100644
--- a/math/octave-current/patches/patch-ag
+++ b/math/octave-current/patches/patch-ag
@@ -1,116 +1,44 @@
-$NetBSD: patch-ag,v 1.4 2002/03/07 06:18:36 jmc Exp $
+$NetBSD: patch-ag,v 1.5 2003/12/04 11:15:37 adam Exp $
---- src/Makefile.in.orig Thu Mar 7 00:07:18 2002
-+++ src/Makefile.in Thu Mar 7 05:14:39 2002
-@@ -143,13 +143,7 @@
- OBJECTS_1 := $(patsubst %.c, %.o, $(OBJECTS_2))
- OBJECTS := $(patsubst %.cc, %.o, $(OBJECTS_1))
+--- src/Makefile.in.orig 2003-11-15 03:41:38.000000000 +0100
++++ src/Makefile.in
+@@ -244,8 +244,9 @@ libraries: $(LIBRARIES)
--ifeq ($(SHARED_LIBS), true)
-- ifdef CXXPICFLAG
-- PICOBJ := $(addprefix pic/, $(OBJECTS))
-- else
-- PICOBJ := $(OBJECTS)
-- endif
--endif
-+PICOBJ := $(OBJECTS)
-
- # Ugh.
-
-@@ -184,8 +178,8 @@
-
- DOC_FILES := $(sort $(DEF_FILES) $(patsubst %, %.df, $(VAR_FILES)))
-
--OCTAVE_LFLAGS = -L$(TOPDIR)/liboctave -L$(TOPDIR)/libcruft \
-- -L$(TOPDIR)/src $(RLD_FLAG)
-+OCTAVE_LFLAGS = -L$(TOPDIR)/liboctave/.libs -L$(TOPDIR)/libcruft/.libs \
-+ -L$(TOPDIR)/src/.libs $(RLD_FLAG)
-
- OCTAVE_LIBS = $(LIBOCTINTERP) $(LIBOCTAVE) $(SPECIAL_MATH_LIB) $(LIBCRUFT) \
- $(LIBPLPLOT) $(LIBREADLINE) $(LIBKPATHSEA) $(LIBGLOB) $(LIBDLFCN)
-@@ -210,30 +204,13 @@
-
- XERBLA = ../libcruft/blas-xtra/xerbla.o
-
--ifeq ($(SHARED_LIBS), true)
-- ifeq ($(STATIC_LIBS), true)
-- LIBRARIES = liboctinterp.$(LIBEXT) liboctinterp.$(SHLEXT)
-- else
-- LIBRARIES = liboctinterp.$(SHLEXT)
-- XERBLA = ../libcruft/blas-xtra/pic/xerbla.o
-- endif
--else
-- ifeq ($(STATIC_LIBS), true)
-- LIBRARIES = liboctinterp.$(LIBEXT)
-- else
-- ## This is not going to work, but hey, you asked for it...
-- LIBRARIES =
-- XERBLA =
-- endif
--endif
-+LIBRARIES = liboctinterp.$(LIBEXT)
-
- libraries: $(LIBRARIES)
- .PHONY: libraries
-
- liboctinterp.$(LIBEXT): $(OBJECTS)
-- rm -f $@
+ liboctinterp.$(LIBEXT): $(OBJECTS) $(XERBLA)
+ rm -f $@
- $(TEMPLATE_AR) $(TEMPLATE_ARFLAGS) $@ $^
- $(RANLIB) $@
-+ ${LIBTOOL} --mode=link cc -o liboctinterp.la ${OBJECTS:.o=.lo} -rpath ${PREFIX}/lib -version-info ${version:2.1.%=2:%}
++ ${LIBTOOL} --mode=link ${CC} -o liboctinterp.$(LIBEXT) \
++ $(OBJECTS:.o=.lo) $(XERBLA:.o=.lo) -rpath ${PREFIX}/lib \
++ -version-info ${version:2.1.%=2:%}
- liboctinterp.$(SHLEXT): liboctinterp.$(SHLEXT_VER)
+ liboctinterp.$(SHLEXT_VER): liboctinterp.$(SHLEXT)
rm -f $@
-@@ -259,7 +236,7 @@
- octave.o builtins.o ops.o $(XERBLA) $(DLD_STATIC_OBJ) \
- $(OCTAVE_LFLAGS) \
- $(OCTAVE_LIBS) \
-- $(LEXLIB) $(TERMLIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
-+ $(LEXLIB) $(TERMLIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS) -lg2c
-
- stmp-pic: pic
- @if [ -f stmp-pic ]; then \
-@@ -288,6 +265,9 @@
- @$(srcdir)/mkbuiltins def-files var-files > $@.t
- @$(top_srcdir)/move-if-change $@.t $@
-
-+parse.o: parse.cc
-+ ${LIBTOOL} --mode=compile $(CXX) -c $(CPPFLAGS) $(filter-out -O -O2,$(ALL_CXXFLAGS)) $< -o $@
-+
- DOCSTRINGS: gendoc
- ./gendoc > $@.t
- mv $@.t $@
-@@ -344,20 +324,7 @@
-
- install-lib:
- $(top_srcdir)/mkinstalldirs $(octlibdir)
-- if $(STATIC_LIBS); then \
-- rm -f $(octlibdir)/liboctinterp.$(LIBEXT); \
+@@ -265,6 +266,7 @@ stamp-prereq: defaults.h oct-conf.h oct-
+ touch stamp-prereq
+
+ octave$(EXEEXT): stamp-prereq $(LIBRARIES) main.o $(DLD_STATIC_OBJ)
++ ${LIBTOOL} --mode=link \
+ $(LD_CXX) $(CPPFLAGS) $(ALL_CXXFLAGS) $(RDYNAMIC_FLAG) \
+ $(ALL_LDFLAGS) -o $@ \
+ main.o $(DLD_STATIC_OBJ) \
+@@ -345,6 +347,7 @@ install-strip:
+ install-bin:
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
+ rm -f $(DESTDIR)$(bindir)/octave$(EXEEXT)
++ ${LIBTOOL} --mode=install \
+ $(INSTALL_PROGRAM) octave$(EXEEXT) $(DESTDIR)$(bindir)/octave-$(version)$(EXEEXT)
+ $(LN_S) octave-$(version)$(EXEEXT) $(DESTDIR)$(bindir)/octave$(EXEEXT)
+ .PHONY: install-bin
+@@ -364,9 +367,8 @@ install-lib:
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(octlibdir)
+ if $(STATIC_LIBS); then \
+ rm -f $(DESTDIR)$(octlibdir)/liboctinterp.$(LIBEXT); \
- $(INSTALL_DATA) liboctinterp.$(LIBEXT) \
-- $(octlibdir)/liboctinterp.$(LIBEXT); \
-- $(RANLIB) $(octlibdir)/liboctinterp.$(LIBEXT); \
-- fi
-- if $(SHARED_LIBS); then \
-- rm -f $(octlibdir)/liboctinterp.$(SHLEXT_VER); \
-- $(INSTALL_PROGRAM) liboctinterp.$(SHLEXT_VER) \
-- $(octlibdir)/liboctinterp.$(SHLEXT_VER); \
-- cd $(octlibdir); \
-- rm -f liboctinterp.$(SHLEXT); \
-- $(LN_S) liboctinterp.$(SHLEXT_VER) liboctinterp.$(SHLEXT); \
-- fi
-+ ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} liboctinterp.la ${PREFIX}/lib
- $(mk-libdir-link)
- .PHONY: install-lib
-
-@@ -449,11 +416,6 @@
- .PHONY: bin-dist
-
- # Special rules -- these files need special things to be defined.
--
--parse.cc : parse.y
-- @echo "expect 11 shift/reduce conflicts"
-- $(YACC) $(YFLAGS) $<
-- @$(top_srcdir)/move-if-change y.tab.c $(@F)
-
- lex.cc : lex.l
- $(LEX) $(LFLAGS) $< > $(@F)
+- $(DESTDIR)$(octlibdir)/liboctinterp.$(LIBEXT); \
+- $(RANLIB) $(DESTDIR)$(octlibdir)/liboctinterp.$(LIBEXT); \
++ ${LIBTOOL} --mode=install $(INSTALL_DATA) liboctinterp.$(LIBEXT) \
++ ${PREFIX}/lib; \
+ fi
+ if $(SHARED_LIBS); then \
+ rm -f $(DESTDIR)$(octlibdir)/liboctinterp.$(SHLEXT_VER); \
diff --git a/math/octave-current/patches/patch-ah b/math/octave-current/patches/patch-ah
deleted file mode 100644
index 10f0858a854..00000000000
--- a/math/octave-current/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.2 2001/04/22 20:23:03 jtb Exp $
-
---- Makefile.in.orig Sat Dec 9 06:41:37 2000
-+++ Makefile.in Sun Apr 22 20:53:48 2001
-@@ -7,7 +7,7 @@
- # Department of Chemical Engineering
-
- TARGETS = octave-bug mkoctfile libcruft liboctave kpathsea dlfcn \
-- readline src scripts doc check octave.info INSTALL.OCTAVE BUGS \
-+ src scripts doc check octave.info INSTALL.OCTAVE BUGS \
- install install-strip uninstall tags TAGS dist conf-dist \
- snapshot snapshot-version
-
diff --git a/math/octave-current/patches/patch-ai b/math/octave-current/patches/patch-ai
deleted file mode 100644
index 2064cdc2764..00000000000
--- a/math/octave-current/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.1.1.1 2001/03/27 12:06:55 wennmach Exp $
-
---- Makefile.orig Fri Dec 29 22:07:09 2000
-+++ Makefile Fri Dec 29 22:07:16 2000
-@@ -8,7 +8,7 @@
- # Department of Chemical Engineering
-
- TARGETS = octave-bug mkoctfile libcruft liboctave kpathsea dlfcn \
-- readline src scripts doc check octave.info INSTALL.OCTAVE BUGS \
-+ src scripts doc check octave.info INSTALL.OCTAVE BUGS \
- install install-strip uninstall tags TAGS dist conf-dist \
- snapshot snapshot-version
-
diff --git a/math/octave-current/patches/patch-aj b/math/octave-current/patches/patch-aj
deleted file mode 100644
index c805c88e1e2..00000000000
--- a/math/octave-current/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 2001/03/27 12:06:55 wennmach Exp $
-
---- octMakefile.in.orig Fri Dec 29 22:08:42 2000
-+++ octMakefile.in Fri Dec 29 22:21:07 2000
-@@ -31,7 +31,7 @@
- ChangeLog ChangeLog.[0-9]
-
- # Complete directory trees to distribute.
--DISTDIRS = glob kpathsea readline # plplot
-+DISTDIRS = glob kpathsea # plplot
-
- # Subdirectories in which to run `make all'.
- SUBDIRS = @PLPLOT_DIR@ @READLINE_DIR@ @DLFCN_DIR@ @GLOB_DIR@ \
diff --git a/math/octave-current/patches/patch-ak b/math/octave-current/patches/patch-ak
deleted file mode 100644
index 30c341ffd99..00000000000
--- a/math/octave-current/patches/patch-ak
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ak,v 1.3 2003/08/02 21:18:07 seb Exp $
-
---- kpathsea/Makefile.in.orig Mon May 4 18:36:19 1998
-+++ kpathsea/Makefile.in
-@@ -148,6 +148,7 @@
- INSTALL_SCRIPT = $(INSTALL_PROGRAM)
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_LIBTOOL_LIBS = INSTALL_DATA='$(INSTALL_DATA)' $(LIBTOOL) install-lib
-+INSTALL_LIBTOOL_THISLIB = INSTALL_DATA='$(LN)' $(LIBTOOL) install-lib
- INSTALL_LIBTOOL_PROG = INSTALL_PROGRAM='$(INSTALL_PROGRAM)' $(LIBTOOL) install-prog
-
- # Creating (symbolic) links.
-@@ -253,7 +253,7 @@
-
- $(kpathsea): $(objects) klibtool.version
- $(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects)
-- $(INSTALL_LIBTOOL_LIBS) . lib$(library).la
-+ $(INSTALL_LIBTOOL_THISLIB) . lib$(library).la
-
- # All the objects depend on the klibtool configuration file.
- $(objects): klibtool.config
diff --git a/math/octave-current/patches/patch-al b/math/octave-current/patches/patch-al
deleted file mode 100644
index 369d9e60824..00000000000
--- a/math/octave-current/patches/patch-al
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-al,v 1.2 2001/04/19 15:10:36 dmcmahill Exp $
-
---- liboctave/lo-ieee.cc.orig Tue Jan 25 16:23:09 2000
-+++ liboctave/lo-ieee.cc Thu Apr 19 08:02:52 2001
-@@ -65,5 +65,5 @@
- double tmp = 1.0;
- octave_Inf = 1.0 / (tmp - tmp);
--#elif defined (__alpha__) && ! defined (linux)
-+#elif defined (__alpha__) && defined (__osf__)
- extern unsigned int DINFINITY[2];
- octave_Inf = (*(X_CAST(double *, DINFINITY)));
-@@ -84,5 +84,5 @@
- #if defined (HAVE_ISNAN)
-
--#if defined (__alpha__) && ! defined (linux)
-+#if defined (__alpha__) && defined (__osf__)
- extern unsigned int DQNAN[2];
- octave_NaN = (*(X_CAST(double *, DQNAN)));
diff --git a/math/octave-current/patches/patch-aq b/math/octave-current/patches/patch-aq
deleted file mode 100644
index f6609cfb2ab..00000000000
--- a/math/octave-current/patches/patch-aq
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aq,v 1.1 2003/08/02 21:18:14 seb Exp $
-
---- doc/liboctave/liboctave.texi.orig 2000-03-08 09:30:06.000000000 +0000
-+++ doc/liboctave/liboctave.texi
-@@ -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