summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-07-02 20:58:34 +0000
committerjtb <jtb@pkgsrc.org>2003-07-02 20:58:34 +0000
commitc4189c6825a9c4cc7824d02cf704fe9e610c3c2d (patch)
treec491d3c798f4a3427f98208c8beb3fd34573b05b /math/octave
parent61df76cce117375cf4c8e7fa883aec7a1f67eb8b (diff)
downloadpkgsrc-c4189c6825a9c4cc7824d02cf704fe9e610c3c2d.tar.gz
Update to version 2.0.17. Convert to using buildlink.
Summary of changes for version 2.0.17: ------------------------------------- This will probably be the last release in the 2.0.x series. There are a few bug fixes, but the major change is to print a message saying that Octave 2.0.x cannot be compiled with gcc 3.0.x or gcc 2.96. If you want to build Octave 2.0.x, you will need to use gcc 2.95.x. If you want to use gcc 3.0.x or some later version, you should be using the Octave 2.1.35 sources or a more recent version.
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile21
-rw-r--r--math/octave/PLIST1340
-rw-r--r--math/octave/distinfo9
-rw-r--r--math/octave/patches/patch-aa50
4 files changed, 719 insertions, 701 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 48446c7cf52..d35b4a045bf 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.32 2003/06/02 01:18:28 jschauma Exp $
+# $NetBSD: Makefile,v 1.33 2003/07/02 20:58:34 jtb Exp $
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
-DISTNAME= octave-2.0.16
-PKGREVISION= 1
+DISTNAME= octave-2.0.17
CATEGORIES= math
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \
ftp://ftp.math.uni-hamburg.de/pub/soft/math/octave/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/ \
ftp://ftp.task.gda.pl/pub/software/octave/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.che.wisc.edu/octave/
@@ -19,6 +19,7 @@ DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
CONFLICTS+= octave-2.1.*
+USE_BUILDLINK2= yes
USE_X11= yes
GNU_CONFIGURE= yes
USE_FORTRAN= yes
@@ -35,16 +36,16 @@ post-extract:
${FIND} ${WRKSRC}/doc -type f -name \*.info\* | ${XARGS} ${RM} -f
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/octave/2.0.16/doc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/octave/2.0.17/doc
.for file in ${LIBOCTAVE_INFO}
${INSTALL_DATA} ${WRKSRC}/doc/liboctave/${file} ${PREFIX}/info
.endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/interpreter/octave.ps ${PREFIX}/share/octave/2.0.16/doc
- ${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.ps ${PREFIX}/share/octave/2.0.16/doc
- ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-letter.ps ${PREFIX}/share/octave/2.0.16/doc
- ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-legal.ps ${PREFIX}/share/octave/2.0.16/doc
- ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-a4.ps ${PREFIX}/share/octave/2.0.16/doc
- ${INSTALL_DATA} ${WRKSRC}/doc/faq/Octave-FAQ.ps ${PREFIX}/share/octave/2.0.16/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/interpreter/octave.ps ${PREFIX}/share/octave/2.0.17/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/liboctave/liboctave.ps ${PREFIX}/share/octave/2.0.17/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-letter.ps ${PREFIX}/share/octave/2.0.17/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-legal.ps ${PREFIX}/share/octave/2.0.17/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/refcard/refcard-a4.ps ${PREFIX}/share/octave/2.0.17/doc
+ ${INSTALL_DATA} ${WRKSRC}/doc/faq/Octave-FAQ.ps ${PREFIX}/share/octave/2.0.17/doc
.include "../../mk/bsd.prefs.mk"
diff --git a/math/octave/PLIST b/math/octave/PLIST
index 04c5048b874..68e414b801c 100644
--- a/math/octave/PLIST
+++ b/math/octave/PLIST
@@ -1,216 +1,222 @@
-@comment $NetBSD: PLIST,v 1.5 2002/06/26 10:29:49 seb Exp $
-bin/octave
-bin/octave-bug
+@comment $NetBSD: PLIST,v 1.6 2003/07/02 20:58:34 jtb Exp $
bin/mkoctfile
+bin/mkoctfile-${PKGVERSION}
+bin/octave
bin/${PKGNAME}
-include/${PKGNAME}/config.h
-include/${PKGNAME}/f77-fcn.h
-include/${PKGNAME}/lo-error.h
-include/${PKGNAME}/Bounds.h
-include/${PKGNAME}/CollocWt.h
-include/${PKGNAME}/DAE.h
-include/${PKGNAME}/DAEFunc.h
-include/${PKGNAME}/DASSL.h
-include/${PKGNAME}/FEGrid.h
-include/${PKGNAME}/LinConst.h
-include/${PKGNAME}/LP.h
-include/${PKGNAME}/LPsolve.h
-include/${PKGNAME}/LSODE.h
-include/${PKGNAME}/NLConst.h
-include/${PKGNAME}/NLEqn.h
-include/${PKGNAME}/NLFunc.h
-include/${PKGNAME}/NLP.h
-include/${PKGNAME}/ODE.h
-include/${PKGNAME}/ODEFunc.h
-include/${PKGNAME}/Objective.h
-include/${PKGNAME}/QP.h
-include/${PKGNAME}/Quad.h
-include/${PKGNAME}/Range.h
-include/${PKGNAME}/base-de.h
-include/${PKGNAME}/base-min.h
-include/${PKGNAME}/byte-swap.h
-include/${PKGNAME}/cmd-hist.h
-include/${PKGNAME}/data-conv.h
-include/${PKGNAME}/dir-ops.h
-include/${PKGNAME}/file-ops.h
-include/${PKGNAME}/getopt.h
-include/${PKGNAME}/idx-vector.h
-include/${PKGNAME}/lo-ieee.h
-include/${PKGNAME}/lo-mappers.h
-include/${PKGNAME}/lo-specfun.h
-include/${PKGNAME}/lo-utils.h
-include/${PKGNAME}/mach-info.h
-include/${PKGNAME}/oct-alloc.h
-include/${PKGNAME}/oct-cmplx.h
-include/${PKGNAME}/oct-glob.h
-include/${PKGNAME}/oct-math.h
-include/${PKGNAME}/oct-term.h
-include/${PKGNAME}/pathsearch.h
-include/${PKGNAME}/prog-args.h
-include/${PKGNAME}/statdefs.h
-include/${PKGNAME}/str-vec.h
-include/${PKGNAME}/sun-utils.h
-include/${PKGNAME}/sysdir.h
-include/${PKGNAME}/Array.h
-include/${PKGNAME}/EIG.h
-include/${PKGNAME}/Array2.h
-include/${PKGNAME}/Array3.h
-include/${PKGNAME}/DiagArray2.h
-include/${PKGNAME}/Array-flags.h
-include/${PKGNAME}/Array-idx.h
-include/${PKGNAME}/Array2-idx.h
-include/${PKGNAME}/Array3-idx.h
-include/${PKGNAME}/MArray-defs.h
-include/${PKGNAME}/MArray.h
-include/${PKGNAME}/MArray2.h
-include/${PKGNAME}/MDiagArray2.h
-include/${PKGNAME}/Matrix.h
-include/${PKGNAME}/base-lu.h
-include/${PKGNAME}/mx-base.h
-include/${PKGNAME}/mx-defs.h
-include/${PKGNAME}/mx-ext.h
-include/${PKGNAME}/CColVector.h
-include/${PKGNAME}/CDiagMatrix.h
-include/${PKGNAME}/CMatrix.h
-include/${PKGNAME}/CRowVector.h
-include/${PKGNAME}/CmplxAEPBAL.h
-include/${PKGNAME}/CmplxCHOL.h
-include/${PKGNAME}/CmplxDET.h
-include/${PKGNAME}/CmplxHESS.h
-include/${PKGNAME}/CmplxLU.h
-include/${PKGNAME}/CmplxQR.h
-include/${PKGNAME}/CmplxQRP.h
-include/${PKGNAME}/CmplxSCHUR.h
-include/${PKGNAME}/CmplxSVD.h
-include/${PKGNAME}/chMatrix.h
-include/${PKGNAME}/dColVector.h
-include/${PKGNAME}/dDiagMatrix.h
-include/${PKGNAME}/dMatrix.h
-include/${PKGNAME}/dRowVector.h
-include/${PKGNAME}/dbleAEPBAL.h
-include/${PKGNAME}/dbleCHOL.h
-include/${PKGNAME}/dbleDET.h
-include/${PKGNAME}/dbleGEPBAL.h
-include/${PKGNAME}/dbleHESS.h
-include/${PKGNAME}/dbleLU.h
-include/${PKGNAME}/dbleQR.h
-include/${PKGNAME}/dbleQRP.h
-include/${PKGNAME}/dbleSCHUR.h
-include/${PKGNAME}/dbleSVD.h
-include/${PKGNAME}/Array.cc
-include/${PKGNAME}/Array2.cc
-include/${PKGNAME}/Array3.cc
-include/${PKGNAME}/DiagArray2.cc
-include/${PKGNAME}/MArray.cc
-include/${PKGNAME}/MArray2.cc
-include/${PKGNAME}/MDiagArray2.cc
-include/${PKGNAME}/base-lu.cc
-include/${PKGNAME}/builtins.h
-include/${PKGNAME}/data.h
-include/${PKGNAME}/defun.h
-include/${PKGNAME}/defun-dld.h
-include/${PKGNAME}/defun-int.h
-include/${PKGNAME}/dirfns.h
-include/${PKGNAME}/dynamic-ld.h
-include/${PKGNAME}/error.h
-include/${PKGNAME}/file-io.h
-include/${PKGNAME}/fn-cache.h
-include/${PKGNAME}/gripes.h
-include/${PKGNAME}/help.h
-include/${PKGNAME}/input.h
-include/${PKGNAME}/lex.h
-include/${PKGNAME}/load-save.h
-include/${PKGNAME}/mappers.h
-include/${PKGNAME}/oct.h
-include/${PKGNAME}/oct-fstrm.h
-include/${PKGNAME}/oct-hist.h
-include/${PKGNAME}/oct-iostrm.h
-include/${PKGNAME}/oct-map.h
-include/${PKGNAME}/oct-obj.h
-include/${PKGNAME}/oct-prcstrm.h
-include/${PKGNAME}/oct-procbuf.h
-include/${PKGNAME}/oct-stdstrm.h
-include/${PKGNAME}/oct-stream.h
-include/${PKGNAME}/oct-strstrm.h
-include/${PKGNAME}/pager.h
-include/${PKGNAME}/parse.h
-include/${PKGNAME}/pathlen.h
-include/${PKGNAME}/pr-output.h
-include/${PKGNAME}/procstream.h
-include/${PKGNAME}/pt-base.h
-include/${PKGNAME}/pt-cmd.h
-include/${PKGNAME}/pt-const.h
-include/${PKGNAME}/pt-exp-base.h
-include/${PKGNAME}/pt-exp.h
-include/${PKGNAME}/pt-fcn.h
-include/${PKGNAME}/pt-fvc-base.h
-include/${PKGNAME}/pt-fvc.h
-include/${PKGNAME}/pt-mat.h
-include/${PKGNAME}/pt-misc.h
-include/${PKGNAME}/pt-mvr-base.h
-include/${PKGNAME}/pt-mvr.h
-include/${PKGNAME}/pt-plot.h
-include/${PKGNAME}/pt-pr-code.h
-include/${PKGNAME}/pt-walk.h
-include/${PKGNAME}/sighandlers.h
-include/${PKGNAME}/symtab.h
-include/${PKGNAME}/syscalls.h
-include/${PKGNAME}/sysdep.h
-include/${PKGNAME}/systime.h
-include/${PKGNAME}/syswait.h
-include/${PKGNAME}/token.h
-include/${PKGNAME}/toplev.h
-include/${PKGNAME}/unwind-prot.h
-include/${PKGNAME}/utils.h
-include/${PKGNAME}/variables.h
-include/${PKGNAME}/version.h
-include/${PKGNAME}/xdiv.h
-include/${PKGNAME}/xpow.h
-include/${PKGNAME}/BaseSLList.h
-include/${PKGNAME}/DLList.h
-include/${PKGNAME}/Map.h
-include/${PKGNAME}/Pix.h
-include/${PKGNAME}/SLList.h
-include/${PKGNAME}/SLStack.h
-include/${PKGNAME}/Stack.h
-include/${PKGNAME}/ov-re-mat.h
-include/${PKGNAME}/ov-cx-mat.h
-include/${PKGNAME}/ov-ch-mat.h
-include/${PKGNAME}/ov-struct.h
-include/${PKGNAME}/ov-scalar.h
-include/${PKGNAME}/ov-range.h
-include/${PKGNAME}/ov-complex.h
-include/${PKGNAME}/ov-va-args.h
-include/${PKGNAME}/ov-colon.h
-include/${PKGNAME}/ov-base.h
-include/${PKGNAME}/ov-str-mat.h
-include/${PKGNAME}/ov.h
-include/${PKGNAME}/ov-typeinfo.h
-include/${PKGNAME}/ops.h
-include/${PKGNAME}/op-cm-cm.h
-include/${PKGNAME}/op-cm-cs.h
-include/${PKGNAME}/op-cm-m.h
-include/${PKGNAME}/op-cm-s.h
-include/${PKGNAME}/op-cs-cm.h
-include/${PKGNAME}/op-cs-cs.h
-include/${PKGNAME}/op-cs-m.h
-include/${PKGNAME}/op-cs-s.h
-include/${PKGNAME}/op-m-cm.h
-include/${PKGNAME}/op-m-cs.h
-include/${PKGNAME}/op-m-m.h
-include/${PKGNAME}/op-m-s.h
-include/${PKGNAME}/op-s-cm.h
-include/${PKGNAME}/op-s-cs.h
-include/${PKGNAME}/op-s-m.h
-include/${PKGNAME}/op-s-s.h
-include/${PKGNAME}/op-str-str.h
-include/${PKGNAME}/defaults.h
-include/${PKGNAME}/oct-conf.h
-include/${PKGNAME}/oct-gperf.h
+bin/octave-bug
+bin/octave-bug-${PKGVERSION}
+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/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/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/builtins.h
+include/${PKGNAME}/octave/byte-swap.h
+include/${PKGNAME}/octave/chMatrix.h
+include/${PKGNAME}/octave/cmd-hist.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/data.h
+include/${PKGNAME}/octave/dbleAEPBAL.h
+include/${PKGNAME}/octave/dbleCHOL.h
+include/${PKGNAME}/octave/dbleDET.h
+include/${PKGNAME}/octave/dbleGEPBAL.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/fn-cache.h
+include/${PKGNAME}/octave/getopt.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-utils.h
+include/${PKGNAME}/octave/load-save.h
+include/${PKGNAME}/octave/mach-info.h
+include/${PKGNAME}/octave/mappers.h
+include/${PKGNAME}/octave/mx-base.h
+include/${PKGNAME}/octave/mx-defs.h
+include/${PKGNAME}/octave/mx-ext.h
+include/${PKGNAME}/octave/oct-alloc.h
+include/${PKGNAME}/octave/oct-cmplx.h
+include/${PKGNAME}/octave/oct-conf.h
+include/${PKGNAME}/octave/oct-fstrm.h
+include/${PKGNAME}/octave/oct-glob.h
+include/${PKGNAME}/octave/oct-gperf.h
+include/${PKGNAME}/octave/oct-hist.h
+include/${PKGNAME}/octave/oct-iostrm.h
+include/${PKGNAME}/octave/oct-map.h
+include/${PKGNAME}/octave/oct-math.h
+include/${PKGNAME}/octave/oct-obj.h
+include/${PKGNAME}/octave/oct-prcstrm.h
+include/${PKGNAME}/octave/oct-procbuf.h
+include/${PKGNAME}/octave/oct-stdstrm.h
+include/${PKGNAME}/octave/oct-stream.h
+include/${PKGNAME}/octave/oct-strstrm.h
+include/${PKGNAME}/octave/oct-term.h
+include/${PKGNAME}/octave/oct.h
+include/${PKGNAME}/octave/op-cm-cm.h
+include/${PKGNAME}/octave/op-cm-cs.h
+include/${PKGNAME}/octave/op-cm-m.h
+include/${PKGNAME}/octave/op-cm-s.h
+include/${PKGNAME}/octave/op-cs-cm.h
+include/${PKGNAME}/octave/op-cs-cs.h
+include/${PKGNAME}/octave/op-cs-m.h
+include/${PKGNAME}/octave/op-cs-s.h
+include/${PKGNAME}/octave/op-m-cm.h
+include/${PKGNAME}/octave/op-m-cs.h
+include/${PKGNAME}/octave/op-m-m.h
+include/${PKGNAME}/octave/op-m-s.h
+include/${PKGNAME}/octave/op-s-cm.h
+include/${PKGNAME}/octave/op-s-cs.h
+include/${PKGNAME}/octave/op-s-m.h
+include/${PKGNAME}/octave/op-s-s.h
+include/${PKGNAME}/octave/op-str-str.h
+include/${PKGNAME}/octave/ops.h
+include/${PKGNAME}/octave/ov-base.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-range.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-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-base.h
+include/${PKGNAME}/octave/pt-cmd.h
+include/${PKGNAME}/octave/pt-const.h
+include/${PKGNAME}/octave/pt-exp-base.h
+include/${PKGNAME}/octave/pt-exp.h
+include/${PKGNAME}/octave/pt-fcn.h
+include/${PKGNAME}/octave/pt-fvc-base.h
+include/${PKGNAME}/octave/pt-fvc.h
+include/${PKGNAME}/octave/pt-mat.h
+include/${PKGNAME}/octave/pt-misc.h
+include/${PKGNAME}/octave/pt-mvr-base.h
+include/${PKGNAME}/octave/pt-mvr.h
+include/${PKGNAME}/octave/pt-plot.h
+include/${PKGNAME}/octave/pt-pr-code.h
+include/${PKGNAME}/octave/pt-walk.h
+include/${PKGNAME}/octave/sighandlers.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/syscalls.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/xdiv.h
+include/${PKGNAME}/octave/xpow.h
@exec ln -s ${PKGNAME} %D/include/octave
@unexec ${RM} -f %D/include/octave
@unexec ${INSTALL_INFO} --delete %D/info/octave.info %D/info/dir
@unexec ${INSTALL_INFO} --delete %D/info/liboctave.info %D/info/dir
+info/liboctave.info
+info/liboctave.info-1
+info/liboctave.info-2
+info/liboctave.info-3
info/octave.info
info/octave.info-1
info/octave.info-10
@@ -224,10 +230,6 @@ info/octave.info-6
info/octave.info-7
info/octave.info-8
info/octave.info-9
-info/liboctave.info
-info/liboctave.info-1
-info/liboctave.info-2
-info/liboctave.info-3
@exec ${INSTALL_INFO} %D/info/liboctave.info %D/info/dir
@exec ${INSTALL_INFO} %D/info/octave.info %D/info/dir
lib/${PKGNAME}/libcruft.a
@@ -235,464 +237,472 @@ lib/${PKGNAME}/liboctave.a
lib/${PKGNAME}/liboctinterp.a
@exec ln -s ${PKGNAME} %D/lib/octave
@unexec ${RM} -f %D/lib/octave
-libexec/octave/2.0.16/exec/${MACHINE_GNU_PLATFORM}/info-emacs-info
-libexec/octave/2.0.16/exec/${MACHINE_GNU_PLATFORM}/info-emacs-octave-help
-@exec ${MKDIR} %D/libexec/octave/2.0.16/oct/${MACHINE_GNU_PLATFORM}
-@exec ${MKDIR} %D/libexec/octave/site/exec/${MACHINE_GNU_PLATFORM}
-@exec ${MKDIR} %D/libexec/octave/site/oct/${MACHINE_GNU_PLATFORM}
+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/octave.1
-share/octave/2.0.16/doc/Octave-FAQ.ps
-share/octave/2.0.16/doc/octave.ps
-share/octave/2.0.16/doc/liboctave.ps
-share/octave/2.0.16/doc/refcard-letter.ps
-share/octave/2.0.16/doc/refcard-legal.ps
-share/octave/2.0.16/doc/refcard-a4.ps
-share/octave/2.0.16/m/audio/lin2mu.m
-share/octave/2.0.16/m/audio/loadaudio.m
-share/octave/2.0.16/m/audio/mu2lin.m
-share/octave/2.0.16/m/audio/playaudio.m
-share/octave/2.0.16/m/audio/record.m
-share/octave/2.0.16/m/audio/saveaudio.m
-share/octave/2.0.16/m/audio/setaudio.m
-share/octave/2.0.16/m/control/abcddim.m
-share/octave/2.0.16/m/control/are.m
-share/octave/2.0.16/m/control/c2d.m
-share/octave/2.0.16/m/control/dare.m
-share/octave/2.0.16/m/control/dgram.m
-share/octave/2.0.16/m/control/dlqe.m
-share/octave/2.0.16/m/control/dlqr.m
-share/octave/2.0.16/m/control/dlyap.m
-share/octave/2.0.16/m/control/is_controllable.m
-share/octave/2.0.16/m/control/is_observable.m
-share/octave/2.0.16/m/control/lqe.m
-share/octave/2.0.16/m/control/lqr.m
-share/octave/2.0.16/m/control/lyap.m
-share/octave/2.0.16/m/control/tzero.m
-share/octave/2.0.16/m/elfun/acot.m
-share/octave/2.0.16/m/elfun/acoth.m
-share/octave/2.0.16/m/elfun/acsc.m
-share/octave/2.0.16/m/elfun/acsch.m
-share/octave/2.0.16/m/elfun/asec.m
-share/octave/2.0.16/m/elfun/asech.m
-share/octave/2.0.16/m/elfun/cot.m
-share/octave/2.0.16/m/elfun/coth.m
-share/octave/2.0.16/m/elfun/csc.m
-share/octave/2.0.16/m/elfun/csch.m
-share/octave/2.0.16/m/elfun/gcd.m
-share/octave/2.0.16/m/elfun/lcm.m
-share/octave/2.0.16/m/elfun/sec.m
-share/octave/2.0.16/m/elfun/sech.m
-share/octave/2.0.16/m/finance/fv.m
-share/octave/2.0.16/m/finance/fvl.m
-share/octave/2.0.16/m/finance/irr.m
-share/octave/2.0.16/m/finance/nper.m
-share/octave/2.0.16/m/finance/npv.m
-share/octave/2.0.16/m/finance/pmt.m
-share/octave/2.0.16/m/finance/pv.m
-share/octave/2.0.16/m/finance/pvl.m
-share/octave/2.0.16/m/finance/rate.m
-share/octave/2.0.16/m/finance/vol.m
-share/octave/2.0.16/m/general/columns.m
-share/octave/2.0.16/m/general/common_size.m
-share/octave/2.0.16/m/general/diff.m
-share/octave/2.0.16/m/general/fliplr.m
-share/octave/2.0.16/m/general/flipud.m
-share/octave/2.0.16/m/general/int2str.m
-share/octave/2.0.16/m/general/is_matrix.m
-share/octave/2.0.16/m/general/is_scalar.m
-share/octave/2.0.16/m/general/is_square.m
-share/octave/2.0.16/m/general/is_symmetric.m
-share/octave/2.0.16/m/general/is_vector.m
-share/octave/2.0.16/m/general/isempty.m
-share/octave/2.0.16/m/general/length.m
-share/octave/2.0.16/m/general/logspace.m
-share/octave/2.0.16/m/general/nargchk.m
-share/octave/2.0.16/m/general/nextpow2.m
-share/octave/2.0.16/m/general/num2str.m
-share/octave/2.0.16/m/general/perror.m
-share/octave/2.0.16/m/general/postpad.m
-share/octave/2.0.16/m/general/prepad.m
-share/octave/2.0.16/m/general/randperm.m
-share/octave/2.0.16/m/general/rem.m
-share/octave/2.0.16/m/general/reshape.m
-share/octave/2.0.16/m/general/rot90.m
-share/octave/2.0.16/m/general/rows.m
-share/octave/2.0.16/m/general/shift.m
-share/octave/2.0.16/m/general/strerror.m
-share/octave/2.0.16/m/general/tril.m
-share/octave/2.0.16/m/general/triu.m
-share/octave/2.0.16/m/image/colormap.m
-share/octave/2.0.16/m/image/gray.m
-share/octave/2.0.16/m/image/gray2ind.m
-share/octave/2.0.16/m/image/image.m
-share/octave/2.0.16/m/image/imagesc.m
-share/octave/2.0.16/m/image/imshow.m
-share/octave/2.0.16/m/image/ind2gray.m
-share/octave/2.0.16/m/image/ind2rgb.m
-share/octave/2.0.16/m/image/loadimage.m
-share/octave/2.0.16/m/image/ntsc2rgb.m
-share/octave/2.0.16/m/image/ocean.m
-share/octave/2.0.16/m/image/rgb2ind.m
-share/octave/2.0.16/m/image/rgb2ntsc.m
-share/octave/2.0.16/m/image/saveimage.m
-share/octave/2.0.16/m/io/printf.m
-share/octave/2.0.16/m/io/puts.m
-share/octave/2.0.16/m/linear-algebra/commutation_matrix.m
-share/octave/2.0.16/m/linear-algebra/cond.m
-share/octave/2.0.16/m/linear-algebra/cross.m
-share/octave/2.0.16/m/linear-algebra/dmult.m
-share/octave/2.0.16/m/linear-algebra/dot.m
-share/octave/2.0.16/m/linear-algebra/duplication_matrix.m
-share/octave/2.0.16/m/linear-algebra/kron.m
-share/octave/2.0.16/m/linear-algebra/norm.m
-share/octave/2.0.16/m/linear-algebra/null.m
-share/octave/2.0.16/m/linear-algebra/orth.m
-share/octave/2.0.16/m/linear-algebra/qzhess.m
-share/octave/2.0.16/m/linear-algebra/rank.m
-share/octave/2.0.16/m/linear-algebra/trace.m
-share/octave/2.0.16/m/linear-algebra/vec.m
-share/octave/2.0.16/m/linear-algebra/vech.m
-share/octave/2.0.16/m/miscellaneous/bincoeff.m
-share/octave/2.0.16/m/miscellaneous/bug_report.m
-share/octave/2.0.16/m/miscellaneous/comma.m
-share/octave/2.0.16/m/miscellaneous/cputime.m
-share/octave/2.0.16/m/miscellaneous/dump_prefs.m
-share/octave/2.0.16/m/miscellaneous/etime.m
-share/octave/2.0.16/m/miscellaneous/flops.m
-share/octave/2.0.16/m/miscellaneous/is_leap_year.m
-share/octave/2.0.16/m/miscellaneous/list_primes.m
-share/octave/2.0.16/m/miscellaneous/menu.m
-share/octave/2.0.16/m/miscellaneous/pack.m
-share/octave/2.0.16/m/miscellaneous/paren.m
-share/octave/2.0.16/m/miscellaneous/path.m
-share/octave/2.0.16/m/miscellaneous/popen2.m
-share/octave/2.0.16/m/miscellaneous/semicolon.m
-share/octave/2.0.16/m/miscellaneous/texas_lotto.m
-share/octave/2.0.16/m/miscellaneous/tic.m
-share/octave/2.0.16/m/miscellaneous/toc.m
-share/octave/2.0.16/m/miscellaneous/version.m
-share/octave/2.0.16/m/miscellaneous/xor.m
-share/octave/2.0.16/m/plot/__axis_label__.m
-share/octave/2.0.16/m/plot/__plr1__.m
-share/octave/2.0.16/m/plot/__plr2__.m
-share/octave/2.0.16/m/plot/__plr__.m
-share/octave/2.0.16/m/plot/__plt1__.m
-share/octave/2.0.16/m/plot/__plt2__.m
-share/octave/2.0.16/m/plot/__plt2mm__.m
-share/octave/2.0.16/m/plot/__plt2mv__.m
-share/octave/2.0.16/m/plot/__plt2ss__.m
-share/octave/2.0.16/m/plot/__plt2vm__.m
-share/octave/2.0.16/m/plot/__plt2vv__.m
-share/octave/2.0.16/m/plot/__plt__.m
-share/octave/2.0.16/m/plot/__pltopt1__.m
-share/octave/2.0.16/m/plot/__pltopt__.m
-share/octave/2.0.16/m/plot/axis.m
-share/octave/2.0.16/m/plot/bar.m
-share/octave/2.0.16/m/plot/bottom_title.m
-share/octave/2.0.16/m/plot/contour.m
-share/octave/2.0.16/m/plot/figure.m
-share/octave/2.0.16/m/plot/grid.m
-share/octave/2.0.16/m/plot/hist.m
-share/octave/2.0.16/m/plot/loglog.m
-share/octave/2.0.16/m/plot/mesh.m
-share/octave/2.0.16/m/plot/meshdom.m
-share/octave/2.0.16/m/plot/mplot.m
-share/octave/2.0.16/m/plot/meshgrid.m
-share/octave/2.0.16/m/plot/multiplot.m
-share/octave/2.0.16/m/plot/oneplot.m
-share/octave/2.0.16/m/plot/plot.m
-share/octave/2.0.16/m/plot/plot_border.m
-share/octave/2.0.16/m/plot/polar.m
-share/octave/2.0.16/m/plot/semilogx.m
-share/octave/2.0.16/m/plot/semilogy.m
-share/octave/2.0.16/m/plot/shg.m
-share/octave/2.0.16/m/plot/sombrero.m
-share/octave/2.0.16/m/plot/stairs.m
-share/octave/2.0.16/m/plot/subplot.m
-share/octave/2.0.16/m/plot/subwindow.m
-share/octave/2.0.16/m/plot/title.m
-share/octave/2.0.16/m/plot/top_title.m
-share/octave/2.0.16/m/plot/xlabel.m
-share/octave/2.0.16/m/plot/ylabel.m
-share/octave/2.0.16/m/plot/zlabel.m
-share/octave/2.0.16/m/polynomial/compan.m
-share/octave/2.0.16/m/polynomial/conv.m
-share/octave/2.0.16/m/polynomial/deconv.m
-share/octave/2.0.16/m/polynomial/poly.m
-share/octave/2.0.16/m/polynomial/polyder.m
-share/octave/2.0.16/m/polynomial/polyderiv.m
-share/octave/2.0.16/m/polynomial/polyfit.m
-share/octave/2.0.16/m/polynomial/polyinteg.m
-share/octave/2.0.16/m/polynomial/polyreduce.m
-share/octave/2.0.16/m/polynomial/polyval.m
-share/octave/2.0.16/m/polynomial/polyvalm.m
-share/octave/2.0.16/m/polynomial/residue.m
-share/octave/2.0.16/m/polynomial/roots.m
-share/octave/2.0.16/m/set/complement.m
-share/octave/2.0.16/m/set/create_set.m
-share/octave/2.0.16/m/set/intersection.m
-share/octave/2.0.16/m/set/union.m
-share/octave/2.0.16/m/signal/arch_fit.m
-share/octave/2.0.16/m/signal/arch_rnd.m
-share/octave/2.0.16/m/signal/arch_test.m
-share/octave/2.0.16/m/signal/arma_rnd.m
-share/octave/2.0.16/m/signal/autocor.m
-share/octave/2.0.16/m/signal/autocov.m
-share/octave/2.0.16/m/signal/autoreg_matrix.m
-share/octave/2.0.16/m/signal/bartlett.m
-share/octave/2.0.16/m/signal/blackman.m
-share/octave/2.0.16/m/signal/detrend.m
-share/octave/2.0.16/m/signal/diffpara.m
-share/octave/2.0.16/m/signal/durbinlevinson.m
-share/octave/2.0.16/m/signal/fftconv.m
-share/octave/2.0.16/m/signal/fftfilt.m
-share/octave/2.0.16/m/signal/fftshift.m
-share/octave/2.0.16/m/signal/fractdiff.m
-share/octave/2.0.16/m/signal/freqz.m
-share/octave/2.0.16/m/signal/hamming.m
-share/octave/2.0.16/m/signal/hanning.m
-share/octave/2.0.16/m/signal/hurst.m
-share/octave/2.0.16/m/signal/periodogram.m
-share/octave/2.0.16/m/signal/rectangle_lw.m
-share/octave/2.0.16/m/signal/rectangle_sw.m
-share/octave/2.0.16/m/signal/sinc.m
-share/octave/2.0.16/m/signal/sinetone.m
-share/octave/2.0.16/m/signal/sinewave.m
-share/octave/2.0.16/m/signal/spectral_adf.m
-share/octave/2.0.16/m/signal/spectral_xdf.m
-share/octave/2.0.16/m/signal/spencer.m
-share/octave/2.0.16/m/signal/stft.m
-share/octave/2.0.16/m/signal/synthesis.m
-share/octave/2.0.16/m/signal/triangle_lw.m
-share/octave/2.0.16/m/signal/triangle_sw.m
-share/octave/2.0.16/m/signal/yulewalker.m
-share/octave/2.0.16/m/specfun/bessel.m
-share/octave/2.0.16/m/specfun/beta.m
-share/octave/2.0.16/m/specfun/betai.m
-share/octave/2.0.16/m/specfun/erfinv.m
-share/octave/2.0.16/m/specfun/gammai.m
-share/octave/2.0.16/m/specfun/log2.m
-share/octave/2.0.16/m/specfun/pow2.m
-share/octave/2.0.16/m/special-matrix/hankel.m
-share/octave/2.0.16/m/special-matrix/hilb.m
-share/octave/2.0.16/m/special-matrix/invhilb.m
-share/octave/2.0.16/m/special-matrix/sylvester_matrix.m
-share/octave/2.0.16/m/special-matrix/toeplitz.m
-share/octave/2.0.16/m/special-matrix/vander.m
-share/octave/2.0.16/m/startup/octaverc
-share/octave/2.0.16/m/statistics/base/center.m
-share/octave/2.0.16/m/statistics/base/cloglog.m
-share/octave/2.0.16/m/statistics/base/cor.m
-share/octave/2.0.16/m/statistics/base/corrcoef.m
-share/octave/2.0.16/m/statistics/base/cov.m
-share/octave/2.0.16/m/statistics/base/cut.m
-share/octave/2.0.16/m/statistics/base/gls.m
-share/octave/2.0.16/m/statistics/base/iqr.m
-share/octave/2.0.16/m/statistics/base/kendall.m
-share/octave/2.0.16/m/statistics/base/kurtosis.m
-share/octave/2.0.16/m/statistics/base/logit.m
-share/octave/2.0.16/m/statistics/base/mahalanobis.m
-share/octave/2.0.16/m/statistics/base/mean.m
-share/octave/2.0.16/m/statistics/base/meansq.m
-share/octave/2.0.16/m/statistics/base/median.m
-share/octave/2.0.16/m/statistics/base/moment.m
-share/octave/2.0.16/m/statistics/base/ols.m
-share/octave/2.0.16/m/statistics/base/ppplot.m
-share/octave/2.0.16/m/statistics/base/probit.m
-share/octave/2.0.16/m/statistics/base/qqplot.m
-share/octave/2.0.16/m/statistics/base/range.m
-share/octave/2.0.16/m/statistics/base/ranks.m
-share/octave/2.0.16/m/statistics/base/run_count.m
-share/octave/2.0.16/m/statistics/base/skewness.m
-share/octave/2.0.16/m/statistics/base/spearman.m
-share/octave/2.0.16/m/statistics/base/statistics.m
-share/octave/2.0.16/m/statistics/base/std.m
-share/octave/2.0.16/m/statistics/base/studentize.m
-share/octave/2.0.16/m/statistics/base/table.m
-share/octave/2.0.16/m/statistics/base/values.m
-share/octave/2.0.16/m/statistics/base/var.m
-share/octave/2.0.16/m/statistics/distributions/beta_cdf.m
-share/octave/2.0.16/m/statistics/distributions/beta_inv.m
-share/octave/2.0.16/m/statistics/distributions/beta_pdf.m
-share/octave/2.0.16/m/statistics/distributions/beta_rnd.m
-share/octave/2.0.16/m/statistics/distributions/binomial_cdf.m
-share/octave/2.0.16/m/statistics/distributions/binomial_inv.m
-share/octave/2.0.16/m/statistics/distributions/binomial_pdf.m
-share/octave/2.0.16/m/statistics/distributions/binomial_rnd.m
-share/octave/2.0.16/m/statistics/distributions/cauchy_cdf.m
-share/octave/2.0.16/m/statistics/distributions/cauchy_inv.m
-share/octave/2.0.16/m/statistics/distributions/cauchy_pdf.m
-share/octave/2.0.16/m/statistics/distributions/cauchy_rnd.m
-share/octave/2.0.16/m/statistics/distributions/chisquare_cdf.m
-share/octave/2.0.16/m/statistics/distributions/chisquare_inv.m
-share/octave/2.0.16/m/statistics/distributions/chisquare_pdf.m
-share/octave/2.0.16/m/statistics/distributions/chisquare_rnd.m
-share/octave/2.0.16/m/statistics/distributions/discrete_cdf.m
-share/octave/2.0.16/m/statistics/distributions/discrete_inv.m
-share/octave/2.0.16/m/statistics/distributions/discrete_pdf.m
-share/octave/2.0.16/m/statistics/distributions/discrete_rnd.m
-share/octave/2.0.16/m/statistics/distributions/empirical_cdf.m
-share/octave/2.0.16/m/statistics/distributions/empirical_inv.m
-share/octave/2.0.16/m/statistics/distributions/empirical_pdf.m
-share/octave/2.0.16/m/statistics/distributions/empirical_rnd.m
-share/octave/2.0.16/m/statistics/distributions/exponential_cdf.m
-share/octave/2.0.16/m/statistics/distributions/exponential_inv.m
-share/octave/2.0.16/m/statistics/distributions/exponential_pdf.m
-share/octave/2.0.16/m/statistics/distributions/exponential_rnd.m
-share/octave/2.0.16/m/statistics/distributions/f_cdf.m
-share/octave/2.0.16/m/statistics/distributions/f_inv.m
-share/octave/2.0.16/m/statistics/distributions/f_pdf.m
-share/octave/2.0.16/m/statistics/distributions/f_rnd.m
-share/octave/2.0.16/m/statistics/distributions/gamma_cdf.m
-share/octave/2.0.16/m/statistics/distributions/gamma_inv.m
-share/octave/2.0.16/m/statistics/distributions/gamma_pdf.m
-share/octave/2.0.16/m/statistics/distributions/gamma_rnd.m
-share/octave/2.0.16/m/statistics/distributions/geometric_cdf.m
-share/octave/2.0.16/m/statistics/distributions/geometric_inv.m
-share/octave/2.0.16/m/statistics/distributions/geometric_pdf.m
-share/octave/2.0.16/m/statistics/distributions/geometric_rnd.m
-share/octave/2.0.16/m/statistics/distributions/hypergeometric_cdf.m
-share/octave/2.0.16/m/statistics/distributions/hypergeometric_inv.m
-share/octave/2.0.16/m/statistics/distributions/laplace_cdf.m
-share/octave/2.0.16/m/statistics/distributions/hypergeometric_pdf.m
-share/octave/2.0.16/m/statistics/distributions/hypergeometric_rnd.m
-share/octave/2.0.16/m/statistics/distributions/kolmogorov_smirnov_cdf.m
-share/octave/2.0.16/m/statistics/distributions/laplace_inv.m
-share/octave/2.0.16/m/statistics/distributions/laplace_pdf.m
-share/octave/2.0.16/m/statistics/distributions/laplace_rnd.m
-share/octave/2.0.16/m/statistics/distributions/logistic_cdf.m
-share/octave/2.0.16/m/statistics/distributions/logistic_inv.m
-share/octave/2.0.16/m/statistics/distributions/logistic_pdf.m
-share/octave/2.0.16/m/statistics/distributions/logistic_rnd.m
-share/octave/2.0.16/m/statistics/distributions/lognormal_cdf.m
-share/octave/2.0.16/m/statistics/distributions/lognormal_inv.m
-share/octave/2.0.16/m/statistics/distributions/lognormal_pdf.m
-share/octave/2.0.16/m/statistics/distributions/lognormal_rnd.m
-share/octave/2.0.16/m/statistics/distributions/normal_cdf.m
-share/octave/2.0.16/m/statistics/distributions/normal_inv.m
-share/octave/2.0.16/m/statistics/distributions/normal_pdf.m
-share/octave/2.0.16/m/statistics/distributions/normal_rnd.m
-share/octave/2.0.16/m/statistics/distributions/pascal_cdf.m
-share/octave/2.0.16/m/statistics/distributions/pascal_inv.m
-share/octave/2.0.16/m/statistics/distributions/pascal_pdf.m
-share/octave/2.0.16/m/statistics/distributions/pascal_rnd.m
-share/octave/2.0.16/m/statistics/distributions/poisson_cdf.m
-share/octave/2.0.16/m/statistics/distributions/poisson_inv.m
-share/octave/2.0.16/m/statistics/distributions/poisson_pdf.m
-share/octave/2.0.16/m/statistics/distributions/poisson_rnd.m
-share/octave/2.0.16/m/statistics/distributions/stdnormal_cdf.m
-share/octave/2.0.16/m/statistics/distributions/stdnormal_inv.m
-share/octave/2.0.16/m/statistics/distributions/stdnormal_pdf.m
-share/octave/2.0.16/m/statistics/distributions/stdnormal_rnd.m
-share/octave/2.0.16/m/statistics/distributions/t_cdf.m
-share/octave/2.0.16/m/statistics/distributions/t_inv.m
-share/octave/2.0.16/m/statistics/distributions/t_pdf.m
-share/octave/2.0.16/m/statistics/distributions/t_rnd.m
-share/octave/2.0.16/m/statistics/distributions/uniform_cdf.m
-share/octave/2.0.16/m/statistics/distributions/uniform_inv.m
-share/octave/2.0.16/m/statistics/distributions/uniform_pdf.m
-share/octave/2.0.16/m/statistics/distributions/uniform_rnd.m
-share/octave/2.0.16/m/statistics/distributions/weibull_cdf.m
-share/octave/2.0.16/m/statistics/distributions/weibull_inv.m
-share/octave/2.0.16/m/statistics/distributions/weibull_pdf.m
-share/octave/2.0.16/m/statistics/distributions/weibull_rnd.m
-share/octave/2.0.16/m/statistics/distributions/wiener_rnd.m
-share/octave/2.0.16/m/statistics/models/logistic_regression.m
-share/octave/2.0.16/m/statistics/models/logistic_regression_derivatives.m
-share/octave/2.0.16/m/statistics/models/logistic_regression_likelihood.m
-share/octave/2.0.16/m/statistics/tests/anova.m
-share/octave/2.0.16/m/statistics/tests/bartlett_test.m
-share/octave/2.0.16/m/statistics/tests/chisquare_test_homogeneity.m
-share/octave/2.0.16/m/statistics/tests/chisquare_test_independence.m
-share/octave/2.0.16/m/statistics/tests/cor_test.m
-share/octave/2.0.16/m/statistics/tests/f_test_regression.m
-share/octave/2.0.16/m/statistics/tests/hotelling_test.m
-share/octave/2.0.16/m/statistics/tests/hotelling_test_2.m
-share/octave/2.0.16/m/statistics/tests/kolmogorov_smirnov_test.m
-share/octave/2.0.16/m/statistics/tests/kolmogorov_smirnov_test_2.m
-share/octave/2.0.16/m/statistics/tests/kruskal_wallis_test.m
-share/octave/2.0.16/m/statistics/tests/manova.m
-share/octave/2.0.16/m/statistics/tests/mcnemar_test.m
-share/octave/2.0.16/m/statistics/tests/prop_test_2.m
-share/octave/2.0.16/m/statistics/tests/run_test.m
-share/octave/2.0.16/m/statistics/tests/sign_test.m
-share/octave/2.0.16/m/statistics/tests/t_test.m
-share/octave/2.0.16/m/statistics/tests/t_test_2.m
-share/octave/2.0.16/m/statistics/tests/t_test_regression.m
-share/octave/2.0.16/m/statistics/tests/u_test.m
-share/octave/2.0.16/m/statistics/tests/var_test.m
-share/octave/2.0.16/m/statistics/tests/welch_test.m
-share/octave/2.0.16/m/statistics/tests/wilcoxon_test.m
-share/octave/2.0.16/m/statistics/tests/z_test.m
-share/octave/2.0.16/m/statistics/tests/z_test_2.m
-share/octave/2.0.16/m/strings/bin2dec.m
-share/octave/2.0.16/m/strings/blanks.m
-share/octave/2.0.16/m/strings/deblank.m
-share/octave/2.0.16/m/strings/dec2bin.m
-share/octave/2.0.16/m/strings/dec2hex.m
-share/octave/2.0.16/m/strings/findstr.m
-share/octave/2.0.16/m/strings/hex2dec.m
-share/octave/2.0.16/m/strings/index.m
-share/octave/2.0.16/m/strings/isletter.m
-share/octave/2.0.16/m/strings/lower.m
-share/octave/2.0.16/m/strings/rindex.m
-share/octave/2.0.16/m/strings/split.m
-share/octave/2.0.16/m/strings/str2mat.m
-share/octave/2.0.16/m/strings/str2num.m
-share/octave/2.0.16/m/strings/strcat.m
-share/octave/2.0.16/m/strings/strcmp.m
-share/octave/2.0.16/m/strings/strrep.m
-share/octave/2.0.16/m/strings/substr.m
-share/octave/2.0.16/m/strings/upper.m
-share/octave/2.0.16/m/time/asctime.m
-share/octave/2.0.16/m/time/clock.m
-share/octave/2.0.16/m/time/ctime.m
-share/octave/2.0.16/m/time/date.m
-share/octave/2.0.16/imagelib/default.img
-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/abcddim.m
+share/octave/${PKGVERSION}/m/control/are.m
+share/octave/${PKGVERSION}/m/control/c2d.m
+share/octave/${PKGVERSION}/m/control/dare.m
+share/octave/${PKGVERSION}/m/control/dgram.m
+share/octave/${PKGVERSION}/m/control/dlqe.m
+share/octave/${PKGVERSION}/m/control/dlqr.m
+share/octave/${PKGVERSION}/m/control/dlyap.m
+share/octave/${PKGVERSION}/m/control/is_controllable.m
+share/octave/${PKGVERSION}/m/control/is_observable.m
+share/octave/${PKGVERSION}/m/control/lqe.m
+share/octave/${PKGVERSION}/m/control/lqr.m
+share/octave/${PKGVERSION}/m/control/lyap.m
+share/octave/${PKGVERSION}/m/control/tzero.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/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_matrix.m
+share/octave/${PKGVERSION}/m/general/is_scalar.m
+share/octave/${PKGVERSION}/m/general/is_square.m
+share/octave/${PKGVERSION}/m/general/is_symmetric.m
+share/octave/${PKGVERSION}/m/general/is_vector.m
+share/octave/${PKGVERSION}/m/general/isempty.m
+share/octave/${PKGVERSION}/m/general/length.m
+share/octave/${PKGVERSION}/m/general/logspace.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/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/reshape.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/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/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/rgb2ind.m
+share/octave/${PKGVERSION}/m/image/rgb2ntsc.m
+share/octave/${PKGVERSION}/m/image/saveimage.m
+share/octave/${PKGVERSION}/m/io/printf.m
+share/octave/${PKGVERSION}/m/io/puts.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/kron.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/flops.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/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/xor.m
+share/octave/${PKGVERSION}/m/plot/__axis_label__.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/contour.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/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/semilogy.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/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/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/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/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/bin2dec.m
+share/octave/${PKGVERSION}/m/strings/blanks.m
+share/octave/${PKGVERSION}/m/strings/deblank.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/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
-@dirrm include/${PKGNAME}
-@dirrm lib/${PKGNAME}
-@dirrm libexec/octave/site/exec/${MACHINE_GNU_PLATFORM}
-@dirrm libexec/octave/site/exec
-@dirrm libexec/octave/site/oct/${MACHINE_GNU_PLATFORM}
-@dirrm libexec/octave/site/oct
-@dirrm libexec/octave/site
-@dirrm libexec/octave/2.0.16/exec/${MACHINE_GNU_PLATFORM}
-@dirrm libexec/octave/2.0.16/exec
-@dirrm libexec/octave/2.0.16/oct/${MACHINE_GNU_PLATFORM}
-@dirrm libexec/octave/2.0.16/oct
-@dirrm libexec/octave/2.0.16
-@dirrm libexec/octave
-@dirrm share/octave/2.0.16/doc
-@dirrm share/octave/2.0.16/imagelib
-@dirrm share/octave/2.0.16/m/audio
-@dirrm share/octave/2.0.16/m/control
-@dirrm share/octave/2.0.16/m/elfun
-@dirrm share/octave/2.0.16/m/finance
-@dirrm share/octave/2.0.16/m/general
-@dirrm share/octave/2.0.16/m/image
-@dirrm share/octave/2.0.16/m/io
-@dirrm share/octave/2.0.16/m/linear-algebra
-@dirrm share/octave/2.0.16/m/miscellaneous
-@dirrm share/octave/2.0.16/m/plot
-@dirrm share/octave/2.0.16/m/polynomial
-@dirrm share/octave/2.0.16/m/set
-@dirrm share/octave/2.0.16/m/signal
-@dirrm share/octave/2.0.16/m/specfun
-@dirrm share/octave/2.0.16/m/special-matrix
-@dirrm share/octave/2.0.16/m/startup
-@dirrm share/octave/2.0.16/m/statistics/base
-@dirrm share/octave/2.0.16/m/statistics/distributions
-@dirrm share/octave/2.0.16/m/statistics/models
-@dirrm share/octave/2.0.16/m/statistics/tests
-@dirrm share/octave/2.0.16/m/statistics
-@dirrm share/octave/2.0.16/m/strings
-@dirrm share/octave/2.0.16/m/time
-@dirrm share/octave/2.0.16/m
-@dirrm share/octave/2.0.16
+share/octave/site/m/startup/octaverc
@dirrm share/octave/site/m/startup
@dirrm share/octave/site/m
@dirrm share/octave/site
+@exec ${MKDIR} %D/share/octave/${PKGVERSION}/site/m
+@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/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/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/octave
+@exec ${MKDIR} %D/libexec/octave/site/oct/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/site/oct/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/site/oct
+@exec ${MKDIR} %D/libexec/octave/site/exec/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/site/exec/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/site/exec
+@dirrm libexec/octave/site
+@exec ${MKDIR} %D/libexec/octave/${PKGVERSION}/site/oct/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/${PKGVERSION}/site/oct/${MACHINE_GNU_PLATFORM}
+@dirrm libexec/octave/${PKGVERSION}/site/oct
+@dirrm libexec/octave/${PKGVERSION}/site
+@exec ${MKDIR} %D/libexec/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}
+@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}
diff --git a/math/octave/distinfo b/math/octave/distinfo
index bd075e4a3c7..119c70ebc3d 100644
--- a/math/octave/distinfo
+++ b/math/octave/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.3 2002/02/18 15:14:33 seb Exp $
+$NetBSD: distinfo,v 1.4 2003/07/02 20:58:34 jtb Exp $
-SHA1 (octave-2.0.16.tar.gz) = 50db40d260e5294520af67d03c2933567cec31e0
-Size (octave-2.0.16.tar.gz) = 3840681 bytes
-SHA1 (patch-aa) = 11cd0497b1bcb2ad5b7e92712dcc803f3897b013
+SHA1 (octave-2.0.17.tar.bz2) = 4d07280cc7c13818bd900d66481bd976a2309aa5
+Size (octave-2.0.17.tar.bz2) = 3064093 bytes
+SHA1 (egcs-patch-aa) = 9e03517f635e6abfcb013593bbef7aa3ea3aeb1f
+SHA1 (patch-aa) = 57501d132fe913d6bc3e53268df60641e04bdf82
SHA1 (patch-ac) = 46f96166094821de179c7e8440503b9e11cc16d0
SHA1 (patch-ae) = 385d3b34764c245530378a04c42735b597c881e4
SHA1 (patch-af) = 8e1f3e3b4f18eeaa77c60ab887d9898b8e5936cc
diff --git a/math/octave/patches/patch-aa b/math/octave/patches/patch-aa
index 9ef07dbee73..d210a54898b 100644
--- a/math/octave/patches/patch-aa
+++ b/math/octave/patches/patch-aa
@@ -1,45 +1,45 @@
-$NetBSD: patch-aa,v 1.7 2001/04/19 03:03:24 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.8 2003/07/02 20:58:34 jtb Exp $
---- configure.orig Sat Jan 29 21:26:06 2000
-+++ configure Wed Apr 18 19:12:58 2001
-@@ -787,5 +787,5 @@
+--- configure.orig
++++ configure
+@@ -798,7 +798,7 @@
+
-LIBKPATHSEA='$(TOPDIR)/kpathsea/libkpathsea.$(LIBEXT)'
+LIBKPATHSEA='$(TOPDIR)/kpathsea/STATIC/libkpathsea.$(LIBEXT)'
-@@ -2439,5 +2439,5 @@
+ ### Make it possible to have Octave's array and matrix classes do bounds
+@@ -2561,7 +2561,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
-@@ -2708,10 +2708,9 @@
- fi
+ EOF
+@@ -2833,7 +2833,7 @@
--FORTRAN_MAIN_FLAG=
--case "$canonical_host_type" in
+ 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
-@@ -5181,5 +5180,5 @@
++ *-linux-*|*-netbsd*)
+ FORTRAN_MAIN_FLAG="-u MAIN__"
+ ;;
+ esac
+@@ -5312,7 +5312,7 @@
+
TERMLIBS=""
-for termlib in ncurses curses termcap terminfo termlib; do
+for termlib in termcap terminfo termlib; do
echo $ac_n "checking for tputs in -l${termlib}""... $ac_c" 1>&6
- echo "configure:5186: checking for tputs in -l${termlib}" >&5
-@@ -5233,10 +5232,8 @@
+ echo "configure:5318: checking for tputs in -l${termlib}" >&5
+ ac_lib_var=`echo ${termlib}'_'tputs | sed 'y%./+-%__p_%'`
+@@ -5364,12 +5364,10 @@
+
if test "$ac_cv_lib_termcap_tputs" = yes \
|| test "$ac_cv_lib_terminfo_tputs" = yes \
- || test "$ac_cv_lib_ncurses_tputs" = yes \
@@ -51,3 +51,9 @@ $NetBSD: patch-aa,v 1.7 2001/04/19 03:03:24 dmcmahill Exp $
+ warn_termlibs="I couldn't find -ltermcap, -lterminfo, or -ltermlib!"
echo "configure: warning: $warn_termlibs" 1>&2
fi
+
+@@ -7502,4 +7500,3 @@
+
+ ### End of configure.
+ chmod +x install-octave
+-