pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

octave: Drop, older than math/octave



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 18:28:09 2016 +0200
Changeset:	c1a314711617c211753ead86ebcdb205acab1ded

Removed Files:
	octave/DESCR
	octave/Makefile
	octave/PLIST
	octave/buildlink3.mk
	octave/distinfo
	octave/error
	octave/notes
	octave/octave.mk
	octave/options.mk
	octave/patches/patch-configure
	octave/patches/patch-doc_interpreter_plot.txi
	octave/patches/patch-doc_liboctave_liboctave.texi
	octave/patches/patch-fflush-fpos_t.c
	octave/patches/patch-fseeko-fpos_t.c
	octave/patches/patch-libgnu_Makefile.in
	octave/patches/patch-libgnu_stdio.in.h
	octave/patches/patch-libgnu_string.in.h
	octave/patches/patch-liboctave_mx-inlines.cc
	octave/patches/patch-liboctave_oct-time.cc
	octave/patches/patch-scripts_audio_wavread.m
	octave/patches/patch-scripts_io_strread.m
	octave/patches/patch-scripts_miscellaneous_getappdata.m
	octave/patches/patch-scripts_miscellaneous_license.m
	octave/patches/patch-scripts_miscellaneous_ver.m
	octave/patches/patch-scripts_pkg_pkg.m
	octave/patches/patch-scripts_plot_daspect.m
	octave/patches/patch-scripts_plot_legend.m
	octave/patches/patch-scripts_plot_pbaspect.m
	octave/patches/patch-scripts_plot_print.m
	octave/patches/patch-scripts_polynomial_polyval.m
	octave/patches/patch-scripts_set_union.m
	octave/patches/patch-scripts_signal_freqz.m
	octave/patches/patch-src_DLD-FUNCTIONS_rand.cc
	octave/patches/patch-src_dirfns.cc
	octave/patches/patch-src_oct-conf.h.in

Log Message:
octave: Drop, older than math/octave

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1a314711617c211753ead86ebcdb205acab1ded

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 octave/DESCR                                       |   13 -
 octave/Makefile                                    |  120 --
 octave/PLIST                                       | 1830 --------------------
 octave/buildlink3.mk                               |   27 -
 octave/distinfo                                    |   31 -
 octave/error                                       |   92 -
 octave/notes                                       |   25 -
 octave/octave.mk                                   |   29 -
 octave/options.mk                                  |   31 -
 octave/patches/patch-configure                     |   27 -
 octave/patches/patch-doc_interpreter_plot.txi      |   25 -
 octave/patches/patch-doc_liboctave_liboctave.texi  |   21 -
 octave/patches/patch-fflush-fpos_t.c               |   36 -
 octave/patches/patch-fseeko-fpos_t.c               |   40 -
 octave/patches/patch-libgnu_Makefile.in            |   12 -
 octave/patches/patch-libgnu_stdio.in.h             |   19 -
 octave/patches/patch-libgnu_string.in.h            |   25 -
 octave/patches/patch-liboctave_mx-inlines.cc       |   17 -
 octave/patches/patch-liboctave_oct-time.cc         |   13 -
 octave/patches/patch-scripts_audio_wavread.m       |   37 -
 octave/patches/patch-scripts_io_strread.m          |   15 -
 .../patch-scripts_miscellaneous_getappdata.m       |   21 -
 .../patches/patch-scripts_miscellaneous_license.m  |   46 -
 octave/patches/patch-scripts_miscellaneous_ver.m   |   36 -
 octave/patches/patch-scripts_pkg_pkg.m             |   16 -
 octave/patches/patch-scripts_plot_daspect.m        |   43 -
 octave/patches/patch-scripts_plot_legend.m         |   24 -
 octave/patches/patch-scripts_plot_pbaspect.m       |   42 -
 octave/patches/patch-scripts_plot_print.m          |   20 -
 octave/patches/patch-scripts_polynomial_polyval.m  |   30 -
 octave/patches/patch-scripts_set_union.m           |   23 -
 octave/patches/patch-scripts_signal_freqz.m        |   37 -
 octave/patches/patch-src_DLD-FUNCTIONS_rand.cc     |   18 -
 octave/patches/patch-src_dirfns.cc                 |   18 -
 octave/patches/patch-src_oct-conf.h.in             |   13 -
 35 files changed, 2872 deletions(-)

diffs:
diff --git a/octave/DESCR b/octave/DESCR
deleted file mode 100644
index 6538018..0000000
--- a/octave/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-GNU Octave is a high-level language, primarily intended for numerical
-computations.  It provides a convenient command line interface for
-solving linear and nonlinear problems numerically, and for performing
-other numerical experiments using a language that is mostly compatible
-with Matlab.  It may also be used as a batch-oriented language.
-
-Octave has extensive tools for solving common numerical linear algebra
-problems, finding the roots of nonlinear equations, integrating
-ordinary functions, manipulating polynomials, and integrating ordinary
-differential and differential-algebraic equations.  It is easily extensible
-and customizable via user-defined functions written in Octave's own
-language, or using dynamically loaded modules written in C++, C, Fortran,
-or other languages.
diff --git a/octave/Makefile b/octave/Makefile
deleted file mode 100644
index f3d798e..0000000
--- a/octave/Makefile
+++ /dev/null
@@ -1,120 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2014/10/20 22:15:15 outpaddling Exp $
-
-DISTNAME=	octave-${OCTAVE_VER}
-PKGREVISION=	6
-CATEGORIES=	math
-MASTER_SITES=	${MASTER_SITE_GNU:=octave/}
-MASTER_SITES+=	ftp://ftp.octave.org/pub/octave/
-MASTER_SITES+=	ftp://ftp.octave.org/pub/octave/bleeding-edge/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	adam%NetBSD.org@localhost
-HOMEPAGE=	http://www.octave.org/
-COMMENT=	High-level language, intended for numerical computations
-LICENSE=	gnu-gpl-v3
-
-BUILD_DEPENDS+=	gperf>=2.7:../../devel/gperf
-BUILD_DEPENDS+=	teTeX-[0-9]*:../../print/teTeX
-TOOL_DEPENDS+=	gtexinfo>=5.1:../../devel/gtexinfo
-DEPENDS+=	gnuplot>=3.7:../../graphics/gnuplot
-
-OCTAVE_VER=	3.6.4
-
-.if (${MACHINE_ARCH} == "arm32")
-BROKEN=		Internal compiler error occurs on arm32 (even with gcc-2.95.3)
-.endif
-
-USE_LIBTOOL=		yes
-USE_TOOLS+=		autoconf gsed gmake:run makeinfo perl pkg-config bison
-GNU_CONFIGURE=		yes
-
-GCC_REQD+=		3.0
-USE_LANGUAGES=		c c++ fortran77
-
-# needed for loading of shared objects such as those in the
-# octave-forge package or user written ones compiled with mkoctfile
-CONFIGURE_ARGS+=	--enable-dl
-CONFIGURE_ARGS+=	--enable-static
-CONFIGURE_ARGS+=	--enable-shared
-
-CONFIGURE_ARGS+=	--without-opengl
-
-.include "options.mk"
-
-INFO_FILES=	yes
-OCTAVE_DOC=	faq/Octave-FAQ.ps  liboctave/liboctave.ps \
-		refcard/refcard-a4.ps refcard/refcard-legal.ps \
-		refcard/refcard-letter.ps
-
-INSTALLATION_DIRS+=	share/octave/${OCTAVE_VER}/doc
-UNWRAP_FILES+=		src/mkoctfile octave-bug src/oct-conf.h
-
-TEST_TARGET=	check
-
-#pre-configure:
-#	cd ${WRKSRC} && autoconf
-
-SUBST_CLASSES+=			fix-info
-SUBST_STAGE.fix-info=		post-patch
-SUBST_MESSAGE.fix-info=		Fixing info files.
-SUBST_FILES.fix-info=		doc/interpreter/*.txi doc/liboctave/*.txi \
-				doc/interpreter/*.texi doc/liboctave/*.texi \
-				src/*.cc src/DLD-FUNCTIONS/*.cc src/DOCSTRINGS \
-				scripts/DOCSTRINGS \
-				scripts/statistics/tests/wilcoxon_test.m \
-				scripts/statistics/distributions/*.m \
-				scripts/audio/*.m \
-				scripts/general/nextpow2.m \
-				scripts/deprecated/weibcdf.m
-SUBST_SED.fix-info=		-e 's:@geq{}:>=:g' -e 's:@leq{}:<=:g'
-
-SUBST_CLASSES+=			unwrapping
-SUBST_STAGE.unwrapping=		post-build
-SUBST_MESSAGE.unwrapping=	Unwrapping wrapper scripts.
-SUBST_FILES.unwrapping=		src/mkoctfile
-SUBST_SED.unwrapping=		-e 's:$(DESTDIR)::g'
-SUBST_SED.unwrapping+=		-e 's:$(BUILDLINK_DIR)/lib:$(PREFIX)/lib:g'
-
-SUBST_CLASSES+=			fix-make
-SUBST_STAGE.fix-make=		post-patch
-SUBST_MESSAGE.fix-make=		Fixing path to gmake.
-SUBST_FILES.fix-make=		scripts/pkg/pkg.m
-SUBST_SED.fix-make=		-e 's:@GMAKE@:$(GMAKE):g'
-
-post-extract:
-	find ${WRKSRC}/doc -type f -name '*.info*' -print | xargs rm -f
-	mkdir ${WRKSRC}/src/pic
-
-# substitute in the real path to various bits of the toolchain because
-# mkoctfile will be used potentially by users and it needs to point at the same
-# compilers as were used in building octave.  We also fix up the path to sed
-# otherwise we end up with the buildlink directory in mkoctfile
-post-build:
-	mv ${WRKSRC}/src/mkoctfile ${WRKSRC}/src/mkoctfile.bak
-	sed	-e 's;"${CC}";"${CCPATH}";g' \
-		-e 's;"${CXX}";"${CXXPATH}";g' \
-		-e 's;"${FC}";"${FCPATH}";g' \
-		-e 's@^:[ \t]*\$${SED=.*@: \$$\{SED="${SED}"\}@g' \
-		${WRKSRC}/src/mkoctfile.bak > ${WRKSRC}/src/mkoctfile
-	chmod a+x ${WRKSRC}/src/mkoctfile
-
-# Test hack for Linux
-post-install:
-	(cd ${DESTDIR}${PREFIX}/lib/octave/3.6.4/oct && \
-		ln -s x86_64-redhat-linux-gnu x86_64-redhat-linux)
-	${INSTALL_DATA} ${WRKSRC}/libgnu/charset.alias \
-		${DESTDIR}${PREFIX}/lib
-
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../math/blas/buildlink3.mk"
-.include "../../math/fftw/buildlink3.mk"
-.include "../../math/lapack/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/octave/PLIST b/octave/PLIST
deleted file mode 100644
index 9c4b7bb..0000000
--- a/octave/PLIST
+++ /dev/null
@@ -1,1830 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2014/10/20 22:15:16 outpaddling Exp $
-bin/mkoctfile
-bin/mkoctfile-${PKGVERSION}
-bin/octave
-bin/${PKGNAME}
-bin/octave-config
-bin/octave-config-${PKGVERSION}
-include/${PKGNAME}/octave/Array-util.h
-include/${PKGNAME}/octave/Array.cc
-include/${PKGNAME}/octave/Array.h
-include/${PKGNAME}/octave/Array2.h
-include/${PKGNAME}/octave/Array3.h
-include/${PKGNAME}/octave/ArrayN.h
-include/${PKGNAME}/octave/CColVector.h
-include/${PKGNAME}/octave/CDiagMatrix.h
-include/${PKGNAME}/octave/CMatrix.h
-include/${PKGNAME}/octave/CNDArray.h
-include/${PKGNAME}/octave/CRowVector.h
-include/${PKGNAME}/octave/CSparse.h
-include/${PKGNAME}/octave/Cell.h
-include/${PKGNAME}/octave/CmplxAEPBAL.h
-include/${PKGNAME}/octave/CmplxCHOL.h
-include/${PKGNAME}/octave/CmplxGEPBAL.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/DAERT.h
-include/${PKGNAME}/octave/DAERTFunc.h
-include/${PKGNAME}/octave/DASPK-opts.h
-include/${PKGNAME}/octave/DASPK.h
-include/${PKGNAME}/octave/DASRT-opts.h
-include/${PKGNAME}/octave/DASRT.h
-include/${PKGNAME}/octave/DASSL-opts.h
-include/${PKGNAME}/octave/DASSL.h
-include/${PKGNAME}/octave/DET.h
-include/${PKGNAME}/octave/DiagArray2.cc
-include/${PKGNAME}/octave/DiagArray2.h
-include/${PKGNAME}/octave/EIG.h
-include/${PKGNAME}/octave/LSODE-opts.h
-include/${PKGNAME}/octave/LSODE.h
-include/${PKGNAME}/octave/MArray-decl.h
-include/${PKGNAME}/octave/MArray-defs.h
-include/${PKGNAME}/octave/MArray.cc
-include/${PKGNAME}/octave/MArray.h
-include/${PKGNAME}/octave/MArray2.h
-include/${PKGNAME}/octave/MArrayN.h
-include/${PKGNAME}/octave/MDiagArray2.cc
-include/${PKGNAME}/octave/MDiagArray2.h
-include/${PKGNAME}/octave/MSparse-defs.h
-include/${PKGNAME}/octave/MSparse.h
-include/${PKGNAME}/octave/Matrix.h
-include/${PKGNAME}/octave/MatrixType.h
-include/${PKGNAME}/octave/ODE.h
-include/${PKGNAME}/octave/ODEFunc.h
-include/${PKGNAME}/octave/ODES.h
-include/${PKGNAME}/octave/ODESFunc.h
-include/${PKGNAME}/octave/PermMatrix.h
-include/${PKGNAME}/octave/Quad-opts.h
-include/${PKGNAME}/octave/Quad.h
-include/${PKGNAME}/octave/Range.h
-include/${PKGNAME}/octave/Sparse-diag-op-defs.h
-include/${PKGNAME}/octave/Sparse-op-defs.h
-include/${PKGNAME}/octave/Sparse-perm-op-defs.h
-include/${PKGNAME}/octave/Sparse.h
-include/${PKGNAME}/octave/SparseCmplxCHOL.h
-include/${PKGNAME}/octave/SparseCmplxLU.h
-include/${PKGNAME}/octave/SparseCmplxQR.h
-include/${PKGNAME}/octave/SparseQR.h
-include/${PKGNAME}/octave/SparsedbleCHOL.h
-include/${PKGNAME}/octave/SparsedbleLU.h
-include/${PKGNAME}/octave/base-aepbal.h
-include/${PKGNAME}/octave/base-dae.h
-include/${PKGNAME}/octave/base-de.h
-include/${PKGNAME}/octave/base-list.h
-include/${PKGNAME}/octave/base-lu.cc
-include/${PKGNAME}/octave/base-lu.h
-include/${PKGNAME}/octave/base-min.h
-include/${PKGNAME}/octave/base-qr.cc
-include/${PKGNAME}/octave/base-qr.h
-include/${PKGNAME}/octave/boolMatrix.h
-include/${PKGNAME}/octave/boolNDArray.h
-include/${PKGNAME}/octave/boolSparse.h
-include/${PKGNAME}/octave/bsxfun-decl.h
-include/${PKGNAME}/octave/bsxfun-defs.cc
-include/${PKGNAME}/octave/bsxfun.h
-include/${PKGNAME}/octave/builtins.h
-include/${PKGNAME}/octave/byte-swap.h
-include/${PKGNAME}/octave/c-file-ptr-stream.h
-include/${PKGNAME}/octave/caseless-str.h
-include/${PKGNAME}/octave/chMatrix.h
-include/${PKGNAME}/octave/chNDArray.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/cutils.h
-include/${PKGNAME}/octave/dColVector.h
-include/${PKGNAME}/octave/dDiagMatrix.h
-include/${PKGNAME}/octave/dMatrix.h
-include/${PKGNAME}/octave/dNDArray.h
-include/${PKGNAME}/octave/dRowVector.h
-include/${PKGNAME}/octave/dSparse.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/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/debug.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/dim-vector.h
-include/${PKGNAME}/octave/dir-ops.h
-include/${PKGNAME}/octave/dirfns.h
-include/${PKGNAME}/octave/display.h
-include/${PKGNAME}/octave/dynamic-ld.h
-include/${PKGNAME}/octave/eigs-base.cc
-include/${PKGNAME}/octave/error.h
-include/${PKGNAME}/octave/f77-fcn.h
-include/${PKGNAME}/octave/fCColVector.h
-include/${PKGNAME}/octave/fCDiagMatrix.h
-include/${PKGNAME}/octave/fCMatrix.h
-include/${PKGNAME}/octave/fCNDArray.h
-include/${PKGNAME}/octave/fCRowVector.h
-include/${PKGNAME}/octave/fCmplxAEPBAL.h
-include/${PKGNAME}/octave/fCmplxCHOL.h
-include/${PKGNAME}/octave/fCmplxGEPBAL.h
-include/${PKGNAME}/octave/fCmplxHESS.h
-include/${PKGNAME}/octave/fCmplxLU.h
-include/${PKGNAME}/octave/fCmplxQR.h
-include/${PKGNAME}/octave/fCmplxQRP.h
-include/${PKGNAME}/octave/fCmplxSCHUR.h
-include/${PKGNAME}/octave/fCmplxSVD.h
-include/${PKGNAME}/octave/fColVector.h
-include/${PKGNAME}/octave/fDiagMatrix.h
-include/${PKGNAME}/octave/fEIG.h
-include/${PKGNAME}/octave/fMatrix.h
-include/${PKGNAME}/octave/fNDArray.h
-include/${PKGNAME}/octave/fRowVector.h
-include/${PKGNAME}/octave/file-io.h
-include/${PKGNAME}/octave/file-ops.h
-include/${PKGNAME}/octave/file-stat.h
-include/${PKGNAME}/octave/floatAEPBAL.h
-include/${PKGNAME}/octave/floatCHOL.h
-include/${PKGNAME}/octave/floatGEPBAL.h
-include/${PKGNAME}/octave/floatHESS.h
-include/${PKGNAME}/octave/floatLU.h
-include/${PKGNAME}/octave/floatQR.h
-include/${PKGNAME}/octave/floatQRP.h
-include/${PKGNAME}/octave/floatSCHUR.h
-include/${PKGNAME}/octave/floatSVD.h
-include/${PKGNAME}/octave/functor.h
-include/${PKGNAME}/octave/gl-render.h
-include/${PKGNAME}/octave/gl2ps-renderer.h
-include/${PKGNAME}/octave/gl2ps.h
-include/${PKGNAME}/octave/glob-match.h
-include/${PKGNAME}/octave/graphics-props.cc
-include/${PKGNAME}/octave/graphics.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/int16NDArray.h
-include/${PKGNAME}/octave/int32NDArray.h
-include/${PKGNAME}/octave/int64NDArray.h
-include/${PKGNAME}/octave/int8NDArray.h
-include/${PKGNAME}/octave/intNDArray.cc
-include/${PKGNAME}/octave/intNDArray.h
-include/${PKGNAME}/octave/kpse.cc
-include/${PKGNAME}/octave/lex.h
-include/${PKGNAME}/octave/lo-array-gripes.h
-include/${PKGNAME}/octave/lo-cutils.h
-include/${PKGNAME}/octave/lo-error.h
-include/${PKGNAME}/octave/lo-ieee.h
-include/${PKGNAME}/octave/lo-macros.h
-include/${PKGNAME}/octave/lo-mappers.h
-include/${PKGNAME}/octave/lo-math.h
-include/${PKGNAME}/octave/lo-specfun.h
-include/${PKGNAME}/octave/lo-sysdep.h
-include/${PKGNAME}/octave/lo-traits.h
-include/${PKGNAME}/octave/lo-utils.h
-include/${PKGNAME}/octave/load-path.h
-include/${PKGNAME}/octave/load-save.h
-include/${PKGNAME}/octave/ls-ascii-helper.h
-include/${PKGNAME}/octave/ls-hdf5.h
-include/${PKGNAME}/octave/ls-mat-ascii.h
-include/${PKGNAME}/octave/ls-mat4.h
-include/${PKGNAME}/octave/ls-mat5.h
-include/${PKGNAME}/octave/ls-oct-ascii.h
-include/${PKGNAME}/octave/ls-oct-binary.h
-include/${PKGNAME}/octave/ls-utils.h
-include/${PKGNAME}/octave/mach-info.h
-include/${PKGNAME}/octave/mex.h
-include/${PKGNAME}/octave/mexproto.h
-include/${PKGNAME}/octave/mx-base.h
-include/${PKGNAME}/octave/mx-cdm-cm.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-pm.h
-include/${PKGNAME}/octave/mx-cm-s.h
-include/${PKGNAME}/octave/mx-cnda-nda.h
-include/${PKGNAME}/octave/mx-cnda-s.h
-include/${PKGNAME}/octave/mx-cs-dm.h
-include/${PKGNAME}/octave/mx-cs-m.h
-include/${PKGNAME}/octave/mx-cs-nda.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-ext.h
-include/${PKGNAME}/octave/mx-fcdm-fcm.h
-include/${PKGNAME}/octave/mx-fcdm-fdm.h
-include/${PKGNAME}/octave/mx-fcdm-fm.h
-include/${PKGNAME}/octave/mx-fcdm-fs.h
-include/${PKGNAME}/octave/mx-fcm-fcdm.h
-include/${PKGNAME}/octave/mx-fcm-fdm.h
-include/${PKGNAME}/octave/mx-fcm-fm.h
-include/${PKGNAME}/octave/mx-fcm-fs.h
-include/${PKGNAME}/octave/mx-fcm-pm.h
-include/${PKGNAME}/octave/mx-fcnda-fnda.h
-include/${PKGNAME}/octave/mx-fcnda-fs.h
-include/${PKGNAME}/octave/mx-fcs-fdm.h
-include/${PKGNAME}/octave/mx-fcs-fm.h
-include/${PKGNAME}/octave/mx-fcs-fnda.h
-include/${PKGNAME}/octave/mx-fdm-fcdm.h
-include/${PKGNAME}/octave/mx-fdm-fcm.h
-include/${PKGNAME}/octave/mx-fdm-fcs.h
-include/${PKGNAME}/octave/mx-fdm-fm.h
-include/${PKGNAME}/octave/mx-fm-fcdm.h
-include/${PKGNAME}/octave/mx-fm-fcm.h
-include/${PKGNAME}/octave/mx-fm-fcs.h
-include/${PKGNAME}/octave/mx-fm-fdm.h
-include/${PKGNAME}/octave/mx-fm-pm.h
-include/${PKGNAME}/octave/mx-fnda-fcnda.h
-include/${PKGNAME}/octave/mx-fnda-fcs.h
-include/${PKGNAME}/octave/mx-fnda-i16.h
-include/${PKGNAME}/octave/mx-fnda-i16nda.h
-include/${PKGNAME}/octave/mx-fnda-i32.h
-include/${PKGNAME}/octave/mx-fnda-i32nda.h
-include/${PKGNAME}/octave/mx-fnda-i64.h
-include/${PKGNAME}/octave/mx-fnda-i64nda.h
-include/${PKGNAME}/octave/mx-fnda-i8.h
-include/${PKGNAME}/octave/mx-fnda-i8nda.h
-include/${PKGNAME}/octave/mx-fnda-ui16.h
-include/${PKGNAME}/octave/mx-fnda-ui16nda.h
-include/${PKGNAME}/octave/mx-fnda-ui32.h
-include/${PKGNAME}/octave/mx-fnda-ui32nda.h
-include/${PKGNAME}/octave/mx-fnda-ui64.h
-include/${PKGNAME}/octave/mx-fnda-ui64nda.h
-include/${PKGNAME}/octave/mx-fnda-ui8.h
-include/${PKGNAME}/octave/mx-fnda-ui8nda.h
-include/${PKGNAME}/octave/mx-fs-fcdm.h
-include/${PKGNAME}/octave/mx-fs-fcm.h
-include/${PKGNAME}/octave/mx-fs-fcnda.h
-include/${PKGNAME}/octave/mx-fs-i16nda.h
-include/${PKGNAME}/octave/mx-fs-i32nda.h
-include/${PKGNAME}/octave/mx-fs-i64nda.h
-include/${PKGNAME}/octave/mx-fs-i8nda.h
-include/${PKGNAME}/octave/mx-fs-ui16nda.h
-include/${PKGNAME}/octave/mx-fs-ui32nda.h
-include/${PKGNAME}/octave/mx-fs-ui64nda.h
-include/${PKGNAME}/octave/mx-fs-ui8nda.h
-include/${PKGNAME}/octave/mx-i16-fnda.h
-include/${PKGNAME}/octave/mx-i16-i32nda.h
-include/${PKGNAME}/octave/mx-i16-i64nda.h
-include/${PKGNAME}/octave/mx-i16-i8nda.h
-include/${PKGNAME}/octave/mx-i16-nda.h
-include/${PKGNAME}/octave/mx-i16-ui16nda.h
-include/${PKGNAME}/octave/mx-i16-ui32nda.h
-include/${PKGNAME}/octave/mx-i16-ui64nda.h
-include/${PKGNAME}/octave/mx-i16-ui8nda.h
-include/${PKGNAME}/octave/mx-i16nda-fnda.h
-include/${PKGNAME}/octave/mx-i16nda-fs.h
-include/${PKGNAME}/octave/mx-i16nda-i32.h
-include/${PKGNAME}/octave/mx-i16nda-i32nda.h
-include/${PKGNAME}/octave/mx-i16nda-i64.h
-include/${PKGNAME}/octave/mx-i16nda-i64nda.h
-include/${PKGNAME}/octave/mx-i16nda-i8.h
-include/${PKGNAME}/octave/mx-i16nda-i8nda.h
-include/${PKGNAME}/octave/mx-i16nda-nda.h
-include/${PKGNAME}/octave/mx-i16nda-s.h
-include/${PKGNAME}/octave/mx-i16nda-ui16.h
-include/${PKGNAME}/octave/mx-i16nda-ui16nda.h
-include/${PKGNAME}/octave/mx-i16nda-ui32.h
-include/${PKGNAME}/octave/mx-i16nda-ui32nda.h
-include/${PKGNAME}/octave/mx-i16nda-ui64.h
-include/${PKGNAME}/octave/mx-i16nda-ui64nda.h
-include/${PKGNAME}/octave/mx-i16nda-ui8.h
-include/${PKGNAME}/octave/mx-i16nda-ui8nda.h
-include/${PKGNAME}/octave/mx-i32-fnda.h
-include/${PKGNAME}/octave/mx-i32-i16nda.h
-include/${PKGNAME}/octave/mx-i32-i64nda.h
-include/${PKGNAME}/octave/mx-i32-i8nda.h
-include/${PKGNAME}/octave/mx-i32-nda.h
-include/${PKGNAME}/octave/mx-i32-ui16nda.h
-include/${PKGNAME}/octave/mx-i32-ui32nda.h
-include/${PKGNAME}/octave/mx-i32-ui64nda.h
-include/${PKGNAME}/octave/mx-i32-ui8nda.h
-include/${PKGNAME}/octave/mx-i32nda-fnda.h
-include/${PKGNAME}/octave/mx-i32nda-fs.h
-include/${PKGNAME}/octave/mx-i32nda-i16.h
-include/${PKGNAME}/octave/mx-i32nda-i16nda.h
-include/${PKGNAME}/octave/mx-i32nda-i64.h
-include/${PKGNAME}/octave/mx-i32nda-i64nda.h
-include/${PKGNAME}/octave/mx-i32nda-i8.h
-include/${PKGNAME}/octave/mx-i32nda-i8nda.h
-include/${PKGNAME}/octave/mx-i32nda-nda.h
-include/${PKGNAME}/octave/mx-i32nda-s.h
-include/${PKGNAME}/octave/mx-i32nda-ui16.h
-include/${PKGNAME}/octave/mx-i32nda-ui16nda.h
-include/${PKGNAME}/octave/mx-i32nda-ui32.h
-include/${PKGNAME}/octave/mx-i32nda-ui32nda.h
-include/${PKGNAME}/octave/mx-i32nda-ui64.h
-include/${PKGNAME}/octave/mx-i32nda-ui64nda.h
-include/${PKGNAME}/octave/mx-i32nda-ui8.h
-include/${PKGNAME}/octave/mx-i32nda-ui8nda.h
-include/${PKGNAME}/octave/mx-i64-fnda.h
-include/${PKGNAME}/octave/mx-i64-i16nda.h
-include/${PKGNAME}/octave/mx-i64-i32nda.h
-include/${PKGNAME}/octave/mx-i64-i8nda.h
-include/${PKGNAME}/octave/mx-i64-nda.h
-include/${PKGNAME}/octave/mx-i64-ui16nda.h
-include/${PKGNAME}/octave/mx-i64-ui32nda.h
-include/${PKGNAME}/octave/mx-i64-ui64nda.h
-include/${PKGNAME}/octave/mx-i64-ui8nda.h
-include/${PKGNAME}/octave/mx-i64nda-fnda.h
-include/${PKGNAME}/octave/mx-i64nda-fs.h
-include/${PKGNAME}/octave/mx-i64nda-i16.h
-include/${PKGNAME}/octave/mx-i64nda-i16nda.h
-include/${PKGNAME}/octave/mx-i64nda-i32.h
-include/${PKGNAME}/octave/mx-i64nda-i32nda.h
-include/${PKGNAME}/octave/mx-i64nda-i8.h
-include/${PKGNAME}/octave/mx-i64nda-i8nda.h
-include/${PKGNAME}/octave/mx-i64nda-nda.h
-include/${PKGNAME}/octave/mx-i64nda-s.h
-include/${PKGNAME}/octave/mx-i64nda-ui16.h
-include/${PKGNAME}/octave/mx-i64nda-ui16nda.h
-include/${PKGNAME}/octave/mx-i64nda-ui32.h
-include/${PKGNAME}/octave/mx-i64nda-ui32nda.h
-include/${PKGNAME}/octave/mx-i64nda-ui64.h
-include/${PKGNAME}/octave/mx-i64nda-ui64nda.h
-include/${PKGNAME}/octave/mx-i64nda-ui8.h
-include/${PKGNAME}/octave/mx-i64nda-ui8nda.h
-include/${PKGNAME}/octave/mx-i8-fnda.h
-include/${PKGNAME}/octave/mx-i8-i16nda.h
-include/${PKGNAME}/octave/mx-i8-i32nda.h
-include/${PKGNAME}/octave/mx-i8-i64nda.h
-include/${PKGNAME}/octave/mx-i8-nda.h
-include/${PKGNAME}/octave/mx-i8-ui16nda.h
-include/${PKGNAME}/octave/mx-i8-ui32nda.h
-include/${PKGNAME}/octave/mx-i8-ui64nda.h
-include/${PKGNAME}/octave/mx-i8-ui8nda.h
-include/${PKGNAME}/octave/mx-i8nda-fnda.h
-include/${PKGNAME}/octave/mx-i8nda-fs.h
-include/${PKGNAME}/octave/mx-i8nda-i16.h
-include/${PKGNAME}/octave/mx-i8nda-i16nda.h
-include/${PKGNAME}/octave/mx-i8nda-i32.h
-include/${PKGNAME}/octave/mx-i8nda-i32nda.h
-include/${PKGNAME}/octave/mx-i8nda-i64.h
-include/${PKGNAME}/octave/mx-i8nda-i64nda.h
-include/${PKGNAME}/octave/mx-i8nda-nda.h
-include/${PKGNAME}/octave/mx-i8nda-s.h
-include/${PKGNAME}/octave/mx-i8nda-ui16.h
-include/${PKGNAME}/octave/mx-i8nda-ui16nda.h
-include/${PKGNAME}/octave/mx-i8nda-ui32.h
-include/${PKGNAME}/octave/mx-i8nda-ui32nda.h
-include/${PKGNAME}/octave/mx-i8nda-ui64.h
-include/${PKGNAME}/octave/mx-i8nda-ui64nda.h
-include/${PKGNAME}/octave/mx-i8nda-ui8.h
-include/${PKGNAME}/octave/mx-i8nda-ui8nda.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-m-pm.h
-include/${PKGNAME}/octave/mx-nda-cnda.h
-include/${PKGNAME}/octave/mx-nda-cs.h
-include/${PKGNAME}/octave/mx-nda-i16.h
-include/${PKGNAME}/octave/mx-nda-i16nda.h
-include/${PKGNAME}/octave/mx-nda-i32.h
-include/${PKGNAME}/octave/mx-nda-i32nda.h
-include/${PKGNAME}/octave/mx-nda-i64.h
-include/${PKGNAME}/octave/mx-nda-i64nda.h
-include/${PKGNAME}/octave/mx-nda-i8.h
-include/${PKGNAME}/octave/mx-nda-i8nda.h
-include/${PKGNAME}/octave/mx-nda-ui16.h
-include/${PKGNAME}/octave/mx-nda-ui16nda.h
-include/${PKGNAME}/octave/mx-nda-ui32.h
-include/${PKGNAME}/octave/mx-nda-ui32nda.h
-include/${PKGNAME}/octave/mx-nda-ui64.h
-include/${PKGNAME}/octave/mx-nda-ui64nda.h
-include/${PKGNAME}/octave/mx-nda-ui8.h
-include/${PKGNAME}/octave/mx-nda-ui8nda.h
-include/${PKGNAME}/octave/mx-op-decl.h
-include/${PKGNAME}/octave/mx-op-defs.h
-include/${PKGNAME}/octave/mx-ops.h
-include/${PKGNAME}/octave/mx-pm-cm.h
-include/${PKGNAME}/octave/mx-pm-fcm.h
-include/${PKGNAME}/octave/mx-pm-fm.h
-include/${PKGNAME}/octave/mx-pm-m.h
-include/${PKGNAME}/octave/mx-s-cdm.h
-include/${PKGNAME}/octave/mx-s-cm.h
-include/${PKGNAME}/octave/mx-s-cnda.h
-include/${PKGNAME}/octave/mx-s-i16nda.h
-include/${PKGNAME}/octave/mx-s-i32nda.h
-include/${PKGNAME}/octave/mx-s-i64nda.h
-include/${PKGNAME}/octave/mx-s-i8nda.h
-include/${PKGNAME}/octave/mx-s-ui16nda.h
-include/${PKGNAME}/octave/mx-s-ui32nda.h
-include/${PKGNAME}/octave/mx-s-ui64nda.h
-include/${PKGNAME}/octave/mx-s-ui8nda.h
-include/${PKGNAME}/octave/mx-ui16-fnda.h
-include/${PKGNAME}/octave/mx-ui16-i16nda.h
-include/${PKGNAME}/octave/mx-ui16-i32nda.h
-include/${PKGNAME}/octave/mx-ui16-i64nda.h
-include/${PKGNAME}/octave/mx-ui16-i8nda.h
-include/${PKGNAME}/octave/mx-ui16-nda.h
-include/${PKGNAME}/octave/mx-ui16-ui32nda.h
-include/${PKGNAME}/octave/mx-ui16-ui64nda.h
-include/${PKGNAME}/octave/mx-ui16-ui8nda.h
-include/${PKGNAME}/octave/mx-ui16nda-fnda.h
-include/${PKGNAME}/octave/mx-ui16nda-fs.h
-include/${PKGNAME}/octave/mx-ui16nda-i16.h
-include/${PKGNAME}/octave/mx-ui16nda-i16nda.h
-include/${PKGNAME}/octave/mx-ui16nda-i32.h
-include/${PKGNAME}/octave/mx-ui16nda-i32nda.h
-include/${PKGNAME}/octave/mx-ui16nda-i64.h
-include/${PKGNAME}/octave/mx-ui16nda-i64nda.h
-include/${PKGNAME}/octave/mx-ui16nda-i8.h
-include/${PKGNAME}/octave/mx-ui16nda-i8nda.h
-include/${PKGNAME}/octave/mx-ui16nda-nda.h
-include/${PKGNAME}/octave/mx-ui16nda-s.h
-include/${PKGNAME}/octave/mx-ui16nda-ui32.h
-include/${PKGNAME}/octave/mx-ui16nda-ui32nda.h
-include/${PKGNAME}/octave/mx-ui16nda-ui64.h
-include/${PKGNAME}/octave/mx-ui16nda-ui64nda.h
-include/${PKGNAME}/octave/mx-ui16nda-ui8.h
-include/${PKGNAME}/octave/mx-ui16nda-ui8nda.h
-include/${PKGNAME}/octave/mx-ui32-fnda.h
-include/${PKGNAME}/octave/mx-ui32-i16nda.h
-include/${PKGNAME}/octave/mx-ui32-i32nda.h
-include/${PKGNAME}/octave/mx-ui32-i64nda.h
-include/${PKGNAME}/octave/mx-ui32-i8nda.h
-include/${PKGNAME}/octave/mx-ui32-nda.h
-include/${PKGNAME}/octave/mx-ui32-ui16nda.h
-include/${PKGNAME}/octave/mx-ui32-ui64nda.h
-include/${PKGNAME}/octave/mx-ui32-ui8nda.h
-include/${PKGNAME}/octave/mx-ui32nda-fnda.h
-include/${PKGNAME}/octave/mx-ui32nda-fs.h
-include/${PKGNAME}/octave/mx-ui32nda-i16.h
-include/${PKGNAME}/octave/mx-ui32nda-i16nda.h
-include/${PKGNAME}/octave/mx-ui32nda-i32.h
-include/${PKGNAME}/octave/mx-ui32nda-i32nda.h
-include/${PKGNAME}/octave/mx-ui32nda-i64.h
-include/${PKGNAME}/octave/mx-ui32nda-i64nda.h
-include/${PKGNAME}/octave/mx-ui32nda-i8.h
-include/${PKGNAME}/octave/mx-ui32nda-i8nda.h
-include/${PKGNAME}/octave/mx-ui32nda-nda.h
-include/${PKGNAME}/octave/mx-ui32nda-s.h
-include/${PKGNAME}/octave/mx-ui32nda-ui16.h
-include/${PKGNAME}/octave/mx-ui32nda-ui16nda.h
-include/${PKGNAME}/octave/mx-ui32nda-ui64.h
-include/${PKGNAME}/octave/mx-ui32nda-ui64nda.h
-include/${PKGNAME}/octave/mx-ui32nda-ui8.h
-include/${PKGNAME}/octave/mx-ui32nda-ui8nda.h
-include/${PKGNAME}/octave/mx-ui64-fnda.h
-include/${PKGNAME}/octave/mx-ui64-i16nda.h
-include/${PKGNAME}/octave/mx-ui64-i32nda.h
-include/${PKGNAME}/octave/mx-ui64-i64nda.h
-include/${PKGNAME}/octave/mx-ui64-i8nda.h
-include/${PKGNAME}/octave/mx-ui64-nda.h
-include/${PKGNAME}/octave/mx-ui64-ui16nda.h
-include/${PKGNAME}/octave/mx-ui64-ui32nda.h
-include/${PKGNAME}/octave/mx-ui64-ui8nda.h
-include/${PKGNAME}/octave/mx-ui64nda-fnda.h
-include/${PKGNAME}/octave/mx-ui64nda-fs.h
-include/${PKGNAME}/octave/mx-ui64nda-i16.h
-include/${PKGNAME}/octave/mx-ui64nda-i16nda.h
-include/${PKGNAME}/octave/mx-ui64nda-i32.h
-include/${PKGNAME}/octave/mx-ui64nda-i32nda.h
-include/${PKGNAME}/octave/mx-ui64nda-i64.h
-include/${PKGNAME}/octave/mx-ui64nda-i64nda.h
-include/${PKGNAME}/octave/mx-ui64nda-i8.h
-include/${PKGNAME}/octave/mx-ui64nda-i8nda.h
-include/${PKGNAME}/octave/mx-ui64nda-nda.h
-include/${PKGNAME}/octave/mx-ui64nda-s.h
-include/${PKGNAME}/octave/mx-ui64nda-ui16.h
-include/${PKGNAME}/octave/mx-ui64nda-ui16nda.h
-include/${PKGNAME}/octave/mx-ui64nda-ui32.h
-include/${PKGNAME}/octave/mx-ui64nda-ui32nda.h
-include/${PKGNAME}/octave/mx-ui64nda-ui8.h
-include/${PKGNAME}/octave/mx-ui64nda-ui8nda.h
-include/${PKGNAME}/octave/mx-ui8-fnda.h
-include/${PKGNAME}/octave/mx-ui8-i16nda.h
-include/${PKGNAME}/octave/mx-ui8-i32nda.h
-include/${PKGNAME}/octave/mx-ui8-i64nda.h
-include/${PKGNAME}/octave/mx-ui8-i8nda.h
-include/${PKGNAME}/octave/mx-ui8-nda.h
-include/${PKGNAME}/octave/mx-ui8-ui16nda.h
-include/${PKGNAME}/octave/mx-ui8-ui32nda.h
-include/${PKGNAME}/octave/mx-ui8-ui64nda.h
-include/${PKGNAME}/octave/mx-ui8nda-fnda.h
-include/${PKGNAME}/octave/mx-ui8nda-fs.h
-include/${PKGNAME}/octave/mx-ui8nda-i16.h
-include/${PKGNAME}/octave/mx-ui8nda-i16nda.h
-include/${PKGNAME}/octave/mx-ui8nda-i32.h
-include/${PKGNAME}/octave/mx-ui8nda-i32nda.h
-include/${PKGNAME}/octave/mx-ui8nda-i64.h
-include/${PKGNAME}/octave/mx-ui8nda-i64nda.h
-include/${PKGNAME}/octave/mx-ui8nda-i8.h
-include/${PKGNAME}/octave/mx-ui8nda-i8nda.h
-include/${PKGNAME}/octave/mx-ui8nda-nda.h
-include/${PKGNAME}/octave/mx-ui8nda-s.h
-include/${PKGNAME}/octave/mx-ui8nda-ui16.h
-include/${PKGNAME}/octave/mx-ui8nda-ui16nda.h
-include/${PKGNAME}/octave/mx-ui8nda-ui32.h
-include/${PKGNAME}/octave/mx-ui8nda-ui32nda.h
-include/${PKGNAME}/octave/mx-ui8nda-ui64.h
-include/${PKGNAME}/octave/mx-ui8nda-ui64nda.h
-include/${PKGNAME}/octave/mxarray.h
-include/${PKGNAME}/octave/oct-alloc.h
-include/${PKGNAME}/octave/oct-binmap.h
-include/${PKGNAME}/octave/oct-cmplx.h
-include/${PKGNAME}/octave/oct-conf.h
-include/${PKGNAME}/octave/oct-convn.h
-include/${PKGNAME}/octave/oct-env.h
-include/${PKGNAME}/octave/oct-errno.h
-include/${PKGNAME}/octave/oct-fftw.h
-include/${PKGNAME}/octave/oct-fstrm.h
-include/${PKGNAME}/octave/oct-glob.h
-include/${PKGNAME}/octave/oct-gperf.h
-include/${PKGNAME}/octave/oct-group.h
-include/${PKGNAME}/octave/oct-hdf5.h
-include/${PKGNAME}/octave/oct-hist.h
-include/${PKGNAME}/octave/oct-inttypes.h
-include/${PKGNAME}/octave/oct-iostrm.h
-include/${PKGNAME}/octave/oct-locbuf.h
-include/${PKGNAME}/octave/oct-lvalue.h
-include/${PKGNAME}/octave/oct-map.h
-include/${PKGNAME}/octave/oct-md5.h
-include/${PKGNAME}/octave/oct-mem.h
-include/${PKGNAME}/octave/oct-mutex.h
-include/${PKGNAME}/octave/oct-norm.h
-include/${PKGNAME}/octave/oct-obj.h
-include/${PKGNAME}/octave/oct-openmp.h
-include/${PKGNAME}/octave/oct-passwd.h
-include/${PKGNAME}/octave/oct-prcstrm.h
-include/${PKGNAME}/octave/oct-procbuf.h
-include/${PKGNAME}/octave/oct-rand.h
-include/${PKGNAME}/octave/oct-refcount.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-sort.cc
-include/${PKGNAME}/octave/oct-sort.h
-include/${PKGNAME}/octave/oct-sparse.h
-include/${PKGNAME}/octave/oct-spparms.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-uname.h
-include/${PKGNAME}/octave/oct.h
-include/${PKGNAME}/octave/octave.h
-include/${PKGNAME}/octave/op-dm-template.cc
-include/${PKGNAME}/octave/op-dms-template.cc
-include/${PKGNAME}/octave/op-int.h
-include/${PKGNAME}/octave/op-pm-template.cc
-include/${PKGNAME}/octave/ops.h
-include/${PKGNAME}/octave/ov-base-diag.cc
-include/${PKGNAME}/octave/ov-base-diag.h
-include/${PKGNAME}/octave/ov-base-int.cc
-include/${PKGNAME}/octave/ov-base-int.h
-include/${PKGNAME}/octave/ov-base-mat.cc
-include/${PKGNAME}/octave/ov-base-mat.h
-include/${PKGNAME}/octave/ov-base-scalar.cc
-include/${PKGNAME}/octave/ov-base-scalar.h
-include/${PKGNAME}/octave/ov-base-sparse.h
-include/${PKGNAME}/octave/ov-base.h
-include/${PKGNAME}/octave/ov-bool-mat.cc
-include/${PKGNAME}/octave/ov-bool-mat.h
-include/${PKGNAME}/octave/ov-bool-sparse.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-class.h
-include/${PKGNAME}/octave/ov-colon.h
-include/${PKGNAME}/octave/ov-complex.h
-include/${PKGNAME}/octave/ov-cs-list.h
-include/${PKGNAME}/octave/ov-cx-diag.h
-include/${PKGNAME}/octave/ov-cx-mat.h
-include/${PKGNAME}/octave/ov-cx-sparse.h
-include/${PKGNAME}/octave/ov-dld-fcn.h
-include/${PKGNAME}/octave/ov-fcn-handle.h
-include/${PKGNAME}/octave/ov-fcn-inline.h
-include/${PKGNAME}/octave/ov-fcn.h
-include/${PKGNAME}/octave/ov-float.h
-include/${PKGNAME}/octave/ov-flt-complex.h
-include/${PKGNAME}/octave/ov-flt-cx-diag.h
-include/${PKGNAME}/octave/ov-flt-cx-mat.h
-include/${PKGNAME}/octave/ov-flt-re-diag.h
-include/${PKGNAME}/octave/ov-flt-re-mat.h
-include/${PKGNAME}/octave/ov-int-traits.h
-include/${PKGNAME}/octave/ov-int16.h
-include/${PKGNAME}/octave/ov-int32.h
-include/${PKGNAME}/octave/ov-int64.h
-include/${PKGNAME}/octave/ov-int8.h
-include/${PKGNAME}/octave/ov-intx.h
-include/${PKGNAME}/octave/ov-lazy-idx.h
-include/${PKGNAME}/octave/ov-mex-fcn.h
-include/${PKGNAME}/octave/ov-null-mat.h
-include/${PKGNAME}/octave/ov-oncleanup.h
-include/${PKGNAME}/octave/ov-perm.h
-include/${PKGNAME}/octave/ov-range.h
-include/${PKGNAME}/octave/ov-re-diag.h
-include/${PKGNAME}/octave/ov-re-mat.h
-include/${PKGNAME}/octave/ov-re-sparse.h
-include/${PKGNAME}/octave/ov-scalar.h
-include/${PKGNAME}/octave/ov-str-mat.h
-include/${PKGNAME}/octave/ov-struct.h
-include/${PKGNAME}/octave/ov-type-conv.h
-include/${PKGNAME}/octave/ov-typeinfo.h
-include/${PKGNAME}/octave/ov-uint16.h
-include/${PKGNAME}/octave/ov-uint32.h
-include/${PKGNAME}/octave/ov-uint64.h
-include/${PKGNAME}/octave/ov-uint8.h
-include/${PKGNAME}/octave/ov-usr-fcn.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/profiler.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-cbinop.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-eval.h
-include/${PKGNAME}/octave/pt-except.h
-include/${PKGNAME}/octave/pt-exp.h
-include/${PKGNAME}/octave/pt-fcn-handle.h
-include/${PKGNAME}/octave/pt-id.h
-include/${PKGNAME}/octave/pt-idx.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-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/quit.h
-include/${PKGNAME}/octave/randgamma.h
-include/${PKGNAME}/octave/randmtzig.h
-include/${PKGNAME}/octave/randpoisson.h
-include/${PKGNAME}/octave/regexp.h
-include/${PKGNAME}/octave/sighandlers.h
-include/${PKGNAME}/octave/siglist.h
-include/${PKGNAME}/octave/singleton-cleanup.h
-include/${PKGNAME}/octave/smx-bm-sbm.h
-include/${PKGNAME}/octave/smx-cm-scm.h
-include/${PKGNAME}/octave/smx-cm-sm.h
-include/${PKGNAME}/octave/smx-cs-sm.h
-include/${PKGNAME}/octave/smx-m-scm.h
-include/${PKGNAME}/octave/smx-m-sm.h
-include/${PKGNAME}/octave/smx-s-scm.h
-include/${PKGNAME}/octave/smx-sbm-bm.h
-include/${PKGNAME}/octave/smx-scm-cm.h
-include/${PKGNAME}/octave/smx-scm-m.h
-include/${PKGNAME}/octave/smx-scm-s.h
-include/${PKGNAME}/octave/smx-scm-sm.h
-include/${PKGNAME}/octave/smx-sm-cm.h
-include/${PKGNAME}/octave/smx-sm-cs.h
-include/${PKGNAME}/octave/smx-sm-m.h
-include/${PKGNAME}/octave/smx-sm-scm.h
-include/${PKGNAME}/octave/sparse-base-chol.cc
-include/${PKGNAME}/octave/sparse-base-chol.h
-include/${PKGNAME}/octave/sparse-base-lu.cc
-include/${PKGNAME}/octave/sparse-base-lu.h
-include/${PKGNAME}/octave/sparse-dmsolve.cc
-include/${PKGNAME}/octave/sparse-sort.h
-include/${PKGNAME}/octave/sparse-util.h
-include/${PKGNAME}/octave/sparse-xdiv.h
-include/${PKGNAME}/octave/sparse-xpow.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/syswait.h
-include/${PKGNAME}/octave/token.h
-include/${PKGNAME}/octave/toplev.h
-include/${PKGNAME}/octave/txt-eng-ft.h
-include/${PKGNAME}/octave/txt-eng.h
-include/${PKGNAME}/octave/uint16NDArray.h
-include/${PKGNAME}/octave/uint32NDArray.h
-include/${PKGNAME}/octave/uint64NDArray.h
-include/${PKGNAME}/octave/uint8NDArray.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-fccv-fcv.h
-include/${PKGNAME}/octave/vx-fccv-fs.h
-include/${PKGNAME}/octave/vx-fcrv-frv.h
-include/${PKGNAME}/octave/vx-fcrv-fs.h
-include/${PKGNAME}/octave/vx-fcs-fcv.h
-include/${PKGNAME}/octave/vx-fcs-frv.h
-include/${PKGNAME}/octave/vx-fcv-fccv.h
-include/${PKGNAME}/octave/vx-fcv-fcs.h
-include/${PKGNAME}/octave/vx-frv-fcrv.h
-include/${PKGNAME}/octave/vx-frv-fcs.h
-include/${PKGNAME}/octave/vx-fs-fccv.h
-include/${PKGNAME}/octave/vx-fs-fcrv.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/xnorm.h
-include/${PKGNAME}/octave/xpow.h
-include/${PKGNAME}/octave/zfstream.h
-info/OctaveFAQ.info
-info/liboctave.info
-info/octave.info
-lib/charset.alias
-lib/octave/${PKGVERSION}/__contourc__.a
-lib/octave/${PKGVERSION}/__delaunayn__.a
-lib/octave/${PKGVERSION}/__dispatch__.a
-lib/octave/${PKGVERSION}/__dsearchn__.a
-lib/octave/${PKGVERSION}/__fltk_uigetfile__.a
-lib/octave/${PKGVERSION}/__glpk__.a
-lib/octave/${PKGVERSION}/__init_fltk__.a
-lib/octave/${PKGVERSION}/__init_gnuplot__.a
-lib/octave/${PKGVERSION}/__lin_interpn__.a
-lib/octave/${PKGVERSION}/__magick_read__.a
-lib/octave/${PKGVERSION}/__pchip_deriv__.a
-lib/octave/${PKGVERSION}/__qp__.a
-lib/octave/${PKGVERSION}/__voronoi__.a
-lib/octave/${PKGVERSION}/amd.a
-lib/octave/${PKGVERSION}/balance.a
-lib/octave/${PKGVERSION}/besselj.a
-lib/octave/${PKGVERSION}/betainc.a
-lib/octave/${PKGVERSION}/bsxfun.a
-lib/octave/${PKGVERSION}/ccolamd.a
-lib/octave/${PKGVERSION}/cellfun.a
-lib/octave/${PKGVERSION}/chol.a
-lib/octave/${PKGVERSION}/colamd.a
-lib/octave/${PKGVERSION}/colloc.a
-lib/octave/${PKGVERSION}/conv2.a
-lib/octave/${PKGVERSION}/convhulln.a
-lib/octave/${PKGVERSION}/daspk.a
-lib/octave/${PKGVERSION}/dasrt.a
-lib/octave/${PKGVERSION}/dassl.a
-lib/octave/${PKGVERSION}/det.a
-lib/octave/${PKGVERSION}/dlmread.a
-lib/octave/${PKGVERSION}/dmperm.a
-lib/octave/${PKGVERSION}/dot.a
-lib/octave/${PKGVERSION}/eig.a
-lib/octave/${PKGVERSION}/eigs.a
-lib/octave/${PKGVERSION}/fft.a
-lib/octave/${PKGVERSION}/fft2.a
-lib/octave/${PKGVERSION}/fftn.a
-lib/octave/${PKGVERSION}/fftw.a
-lib/octave/${PKGVERSION}/filter.a
-lib/octave/${PKGVERSION}/find.a
-lib/octave/${PKGVERSION}/gammainc.a
-lib/octave/${PKGVERSION}/gcd.a
-lib/octave/${PKGVERSION}/getgrent.a
-lib/octave/${PKGVERSION}/getpwent.a
-lib/octave/${PKGVERSION}/getrusage.a
-lib/octave/${PKGVERSION}/givens.a
-lib/octave/${PKGVERSION}/hess.a
-lib/octave/${PKGVERSION}/hex2num.a
-lib/octave/${PKGVERSION}/inv.a
-lib/octave/${PKGVERSION}/kron.a
-lib/octave/${PKGVERSION}/libcruft.la
-lib/octave/${PKGVERSION}/liboctave.la
-lib/octave/${PKGVERSION}/liboctinterp.la
-lib/octave/${PKGVERSION}/lookup.a
-lib/octave/${PKGVERSION}/lsode.a
-lib/octave/${PKGVERSION}/lu.a
-lib/octave/${PKGVERSION}/luinc.a
-lib/octave/${PKGVERSION}/matrix_type.a
-lib/octave/${PKGVERSION}/max.a
-lib/octave/${PKGVERSION}/md5sum.a
-lib/octave/${PKGVERSION}/mgorth.a
-lib/octave/${PKGVERSION}/nproc.a
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/PKG_ADD
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__contourc__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__delaunayn__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__dispatch__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__dsearchn__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__fltk_uigetfile__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__glpk__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__init_fltk__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__init_gnuplot__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__lin_interpn__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__magick_read__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__pchip_deriv__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__qp__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/__voronoi__.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/amd.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/balance.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/besselj.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/betainc.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/bsxfun.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/ccolamd.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/cellfun.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/chol.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/colamd.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/colloc.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/conv2.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/convhulln.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/daspk.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/dasrt.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/dassl.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/det.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/dlmread.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/dmperm.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/dot.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/eig.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/eigs.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/fft.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/fft2.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/fftn.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/fftw.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/filter.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/find.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/gammainc.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/gcd.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/getgrent.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/getpwent.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/getrusage.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/givens.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/hess.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/hex2num.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/inv.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/kron.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/lookup.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/lsode.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/lu.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/luinc.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/matrix_type.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/max.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/md5sum.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/mgorth.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/nproc.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/pinv.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/qr.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/quad.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/quadcc.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/qz.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/rand.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/rcond.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/regexp.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/schur.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/spparms.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/sqrtm.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/str2double.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/strfind.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/sub2ind.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/svd.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/syl.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/symbfact.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/symrcm.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/time.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/tril.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/tsearch.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/typecast.oct
-lib/octave/${PKGVERSION}/oct/${MACHINE_GNU_PLATFORM}/urlwrite.oct
-lib/octave/${PKGVERSION}/pinv.a
-lib/octave/${PKGVERSION}/qr.a
-lib/octave/${PKGVERSION}/quad.a
-lib/octave/${PKGVERSION}/quadcc.a
-lib/octave/${PKGVERSION}/qz.a
-lib/octave/${PKGVERSION}/rand.a
-lib/octave/${PKGVERSION}/rcond.a
-lib/octave/${PKGVERSION}/regexp.a
-lib/octave/${PKGVERSION}/schur.a
-lib/octave/${PKGVERSION}/spparms.a
-lib/octave/${PKGVERSION}/sqrtm.a
-lib/octave/${PKGVERSION}/str2double.a
-lib/octave/${PKGVERSION}/strfind.a
-lib/octave/${PKGVERSION}/sub2ind.a
-lib/octave/${PKGVERSION}/svd.a
-lib/octave/${PKGVERSION}/syl.a
-lib/octave/${PKGVERSION}/symbfact.a
-lib/octave/${PKGVERSION}/symrcm.a
-lib/octave/${PKGVERSION}/time.a
-lib/octave/${PKGVERSION}/tril.a
-lib/octave/${PKGVERSION}/tsearch.a
-lib/octave/${PKGVERSION}/typecast.a
-lib/octave/${PKGVERSION}/urlwrite.a
-man/man1/mkoctfile.1
-man/man1/octave-config.1
-man/man1/octave.1
-share/applications/www.octave.org-octave.desktop
-share/octave/${PKGVERSION}/etc/NEWS
-share/octave/${PKGVERSION}/etc/doc-cache
-share/octave/${PKGVERSION}/imagelib/default.img
-share/octave/${PKGVERSION}/imagelib/octave-logo.ico
-share/octave/${PKGVERSION}/imagelib/octave-logo.png
-share/octave/${PKGVERSION}/imagelib/octave-logo.svg
-share/octave/${PKGVERSION}/imagelib/octave-sombrero.png
-share/octave/${PKGVERSION}/m/@ftp/ascii.m
-share/octave/${PKGVERSION}/m/@ftp/binary.m
-share/octave/${PKGVERSION}/m/@ftp/cd.m
-share/octave/${PKGVERSION}/m/@ftp/close.m
-share/octave/${PKGVERSION}/m/@ftp/delete.m
-share/octave/${PKGVERSION}/m/@ftp/dir.m
-share/octave/${PKGVERSION}/m/@ftp/display.m
-share/octave/${PKGVERSION}/m/@ftp/ftp.m
-share/octave/${PKGVERSION}/m/@ftp/loadobj.m
-share/octave/${PKGVERSION}/m/@ftp/mget.m
-share/octave/${PKGVERSION}/m/@ftp/mkdir.m
-share/octave/${PKGVERSION}/m/@ftp/mput.m
-share/octave/${PKGVERSION}/m/@ftp/rename.m
-share/octave/${PKGVERSION}/m/@ftp/rmdir.m
-share/octave/${PKGVERSION}/m/@ftp/saveobj.m
-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/audio/wavread.m
-share/octave/${PKGVERSION}/m/audio/wavwrite.m
-share/octave/${PKGVERSION}/m/deprecated/__error_text__.m
-share/octave/${PKGVERSION}/m/deprecated/autocor.m
-share/octave/${PKGVERSION}/m/deprecated/autocov.m
-share/octave/${PKGVERSION}/m/deprecated/betai.m
-share/octave/${PKGVERSION}/m/deprecated/cellidx.m
-share/octave/${PKGVERSION}/m/deprecated/clg.m
-share/octave/${PKGVERSION}/m/deprecated/cor.m
-share/octave/${PKGVERSION}/m/deprecated/corrcoef.m
-share/octave/${PKGVERSION}/m/deprecated/cquad.m
-share/octave/${PKGVERSION}/m/deprecated/cut.m
-share/octave/${PKGVERSION}/m/deprecated/dispatch.m
-share/octave/${PKGVERSION}/m/deprecated/error_text.m
-share/octave/${PKGVERSION}/m/deprecated/fstat.m
-share/octave/${PKGVERSION}/m/deprecated/gammai.m
-share/octave/${PKGVERSION}/m/deprecated/glpkmex.m
-share/octave/${PKGVERSION}/m/deprecated/intwarning.m
-share/octave/${PKGVERSION}/m/deprecated/is_duplicate_entry.m
-share/octave/${PKGVERSION}/m/deprecated/is_global.m
-share/octave/${PKGVERSION}/m/deprecated/isstr.m
-share/octave/${PKGVERSION}/m/deprecated/krylovb.m
-share/octave/${PKGVERSION}/m/deprecated/perror.m
-share/octave/${PKGVERSION}/m/deprecated/polyderiv.m
-share/octave/${PKGVERSION}/m/deprecated/replot.m
-share/octave/${PKGVERSION}/m/deprecated/saveimage.m
-share/octave/${PKGVERSION}/m/deprecated/setstr.m
-share/octave/${PKGVERSION}/m/deprecated/shell_cmd.m
-share/octave/${PKGVERSION}/m/deprecated/strerror.m
-share/octave/${PKGVERSION}/m/deprecated/studentize.m
-share/octave/${PKGVERSION}/m/deprecated/sylvester_matrix.m
-share/octave/${PKGVERSION}/m/deprecated/values.m
-share/octave/${PKGVERSION}/m/deprecated/weibcdf.m
-share/octave/${PKGVERSION}/m/deprecated/weibinv.m
-share/octave/${PKGVERSION}/m/deprecated/weibpdf.m
-share/octave/${PKGVERSION}/m/deprecated/weibrnd.m
-share/octave/${PKGVERSION}/m/elfun/acosd.m
-share/octave/${PKGVERSION}/m/elfun/acot.m
-share/octave/${PKGVERSION}/m/elfun/acotd.m
-share/octave/${PKGVERSION}/m/elfun/acoth.m
-share/octave/${PKGVERSION}/m/elfun/acsc.m
-share/octave/${PKGVERSION}/m/elfun/acscd.m
-share/octave/${PKGVERSION}/m/elfun/acsch.m
-share/octave/${PKGVERSION}/m/elfun/asec.m
-share/octave/${PKGVERSION}/m/elfun/asecd.m
-share/octave/${PKGVERSION}/m/elfun/asech.m
-share/octave/${PKGVERSION}/m/elfun/asind.m
-share/octave/${PKGVERSION}/m/elfun/atand.m
-share/octave/${PKGVERSION}/m/elfun/cosd.m
-share/octave/${PKGVERSION}/m/elfun/cot.m
-share/octave/${PKGVERSION}/m/elfun/cotd.m
-share/octave/${PKGVERSION}/m/elfun/coth.m
-share/octave/${PKGVERSION}/m/elfun/csc.m
-share/octave/${PKGVERSION}/m/elfun/cscd.m
-share/octave/${PKGVERSION}/m/elfun/csch.m
-share/octave/${PKGVERSION}/m/elfun/sec.m
-share/octave/${PKGVERSION}/m/elfun/secd.m
-share/octave/${PKGVERSION}/m/elfun/sech.m
-share/octave/${PKGVERSION}/m/elfun/sind.m
-share/octave/${PKGVERSION}/m/elfun/tand.m
-share/octave/${PKGVERSION}/m/general/accumarray.m
-share/octave/${PKGVERSION}/m/general/accumdim.m
-share/octave/${PKGVERSION}/m/general/bicubic.m
-share/octave/${PKGVERSION}/m/general/bitcmp.m
-share/octave/${PKGVERSION}/m/general/bitget.m
-share/octave/${PKGVERSION}/m/general/bitset.m
-share/octave/${PKGVERSION}/m/general/blkdiag.m
-share/octave/${PKGVERSION}/m/general/cart2pol.m
-share/octave/${PKGVERSION}/m/general/cart2sph.m
-share/octave/${PKGVERSION}/m/general/cell2mat.m
-share/octave/${PKGVERSION}/m/general/celldisp.m
-share/octave/${PKGVERSION}/m/general/chop.m
-share/octave/${PKGVERSION}/m/general/circshift.m
-share/octave/${PKGVERSION}/m/general/colon.m
-share/octave/${PKGVERSION}/m/general/common_size.m
-share/octave/${PKGVERSION}/m/general/cplxpair.m
-share/octave/${PKGVERSION}/m/general/cumtrapz.m
-share/octave/${PKGVERSION}/m/general/curl.m
-share/octave/${PKGVERSION}/m/general/dblquad.m
-share/octave/${PKGVERSION}/m/general/deal.m
-share/octave/${PKGVERSION}/m/general/del2.m
-share/octave/${PKGVERSION}/m/general/display.m
-share/octave/${PKGVERSION}/m/general/divergence.m
-share/octave/${PKGVERSION}/m/general/flipdim.m
-share/octave/${PKGVERSION}/m/general/fliplr.m
-share/octave/${PKGVERSION}/m/general/flipud.m
-share/octave/${PKGVERSION}/m/general/genvarname.m
-share/octave/${PKGVERSION}/m/general/gradient.m
-share/octave/${PKGVERSION}/m/general/idivide.m
-share/octave/${PKGVERSION}/m/general/int2str.m
-share/octave/${PKGVERSION}/m/general/interp1.m
-share/octave/${PKGVERSION}/m/general/interp1q.m
-share/octave/${PKGVERSION}/m/general/interp2.m
-share/octave/${PKGVERSION}/m/general/interp3.m
-share/octave/${PKGVERSION}/m/general/interpft.m
-share/octave/${PKGVERSION}/m/general/interpn.m
-share/octave/${PKGVERSION}/m/general/isa.m
-share/octave/${PKGVERSION}/m/general/iscolumn.m
-share/octave/${PKGVERSION}/m/general/isdir.m
-share/octave/${PKGVERSION}/m/general/isequal.m
-share/octave/${PKGVERSION}/m/general/isequalwithequalnans.m
-share/octave/${PKGVERSION}/m/general/isrow.m
-share/octave/${PKGVERSION}/m/general/isscalar.m
-share/octave/${PKGVERSION}/m/general/issquare.m
-share/octave/${PKGVERSION}/m/general/isvector.m
-share/octave/${PKGVERSION}/m/general/loadobj.m
-share/octave/${PKGVERSION}/m/general/logspace.m
-share/octave/${PKGVERSION}/m/general/nargchk.m
-share/octave/${PKGVERSION}/m/general/narginchk.m
-share/octave/${PKGVERSION}/m/general/nargoutchk.m
-share/octave/${PKGVERSION}/m/general/nextpow2.m
-share/octave/${PKGVERSION}/m/general/nthargout.m
-share/octave/${PKGVERSION}/m/general/num2str.m
-share/octave/${PKGVERSION}/m/general/pol2cart.m
-share/octave/${PKGVERSION}/m/general/polyarea.m
-share/octave/${PKGVERSION}/m/general/postpad.m
-share/octave/${PKGVERSION}/m/general/prepad.m
-share/octave/${PKGVERSION}/m/general/private/__isequal__.m
-share/octave/${PKGVERSION}/m/general/private/__splinen__.m
-share/octave/${PKGVERSION}/m/general/profexplore.m
-share/octave/${PKGVERSION}/m/general/profile.m
-share/octave/${PKGVERSION}/m/general/profshow.m
-share/octave/${PKGVERSION}/m/general/quadgk.m
-share/octave/${PKGVERSION}/m/general/quadl.m
-share/octave/${PKGVERSION}/m/general/quadv.m
-share/octave/${PKGVERSION}/m/general/randi.m
-share/octave/${PKGVERSION}/m/general/rat.m
-share/octave/${PKGVERSION}/m/general/repmat.m
-share/octave/${PKGVERSION}/m/general/rot90.m
-share/octave/${PKGVERSION}/m/general/rotdim.m
-share/octave/${PKGVERSION}/m/general/saveobj.m
-share/octave/${PKGVERSION}/m/general/shift.m
-share/octave/${PKGVERSION}/m/general/shiftdim.m
-share/octave/${PKGVERSION}/m/general/sortrows.m
-share/octave/${PKGVERSION}/m/general/sph2cart.m
-share/octave/${PKGVERSION}/m/general/structfun.m
-share/octave/${PKGVERSION}/m/general/subsindex.m
-share/octave/${PKGVERSION}/m/general/trapz.m
-share/octave/${PKGVERSION}/m/general/triplequad.m
-share/octave/${PKGVERSION}/m/geometry/convhull.m
-share/octave/${PKGVERSION}/m/geometry/delaunay.m
-share/octave/${PKGVERSION}/m/geometry/delaunay3.m
-share/octave/${PKGVERSION}/m/geometry/delaunayn.m
-share/octave/${PKGVERSION}/m/geometry/dsearch.m
-share/octave/${PKGVERSION}/m/geometry/dsearchn.m
-share/octave/${PKGVERSION}/m/geometry/griddata.m
-share/octave/${PKGVERSION}/m/geometry/griddata3.m
-share/octave/${PKGVERSION}/m/geometry/griddatan.m
-share/octave/${PKGVERSION}/m/geometry/inpolygon.m
-share/octave/${PKGVERSION}/m/geometry/rectint.m
-share/octave/${PKGVERSION}/m/geometry/tsearchn.m
-share/octave/${PKGVERSION}/m/geometry/voronoi.m
-share/octave/${PKGVERSION}/m/geometry/voronoin.m
-share/octave/${PKGVERSION}/m/help/__makeinfo__.m
-share/octave/${PKGVERSION}/m/help/doc.m
-share/octave/${PKGVERSION}/m/help/gen_doc_cache.m
-share/octave/${PKGVERSION}/m/help/get_first_help_sentence.m
-share/octave/${PKGVERSION}/m/help/help.m
-share/octave/${PKGVERSION}/m/help/lookfor.m
-share/octave/${PKGVERSION}/m/help/print_usage.m
-share/octave/${PKGVERSION}/m/help/private/__additional_help_message__.m
-share/octave/${PKGVERSION}/m/help/private/__strip_html_tags__.m
-share/octave/${PKGVERSION}/m/help/type.m
-share/octave/${PKGVERSION}/m/help/unimplemented.m
-share/octave/${PKGVERSION}/m/help/which.m
-share/octave/${PKGVERSION}/m/image/autumn.m
-share/octave/${PKGVERSION}/m/image/bone.m
-share/octave/${PKGVERSION}/m/image/brighten.m
-share/octave/${PKGVERSION}/m/image/colormap.m
-share/octave/${PKGVERSION}/m/image/contrast.m
-share/octave/${PKGVERSION}/m/image/cool.m
-share/octave/${PKGVERSION}/m/image/copper.m
-share/octave/${PKGVERSION}/m/image/flag.m
-share/octave/${PKGVERSION}/m/image/gmap40.m
-share/octave/${PKGVERSION}/m/image/gray.m
-share/octave/${PKGVERSION}/m/image/gray2ind.m
-share/octave/${PKGVERSION}/m/image/hot.m
-share/octave/${PKGVERSION}/m/image/hsv.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/imfinfo.m
-share/octave/${PKGVERSION}/m/image/imread.m
-share/octave/${PKGVERSION}/m/image/imshow.m
-share/octave/${PKGVERSION}/m/image/imwrite.m
-share/octave/${PKGVERSION}/m/image/ind2gray.m
-share/octave/${PKGVERSION}/m/image/ind2rgb.m
-share/octave/${PKGVERSION}/m/image/jet.m
-share/octave/${PKGVERSION}/m/image/ntsc2rgb.m
-share/octave/${PKGVERSION}/m/image/ocean.m
-share/octave/${PKGVERSION}/m/image/pink.m
-share/octave/${PKGVERSION}/m/image/prism.m
-share/octave/${PKGVERSION}/m/image/rainbow.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/spring.m
-share/octave/${PKGVERSION}/m/image/summer.m
-share/octave/${PKGVERSION}/m/image/white.m
-share/octave/${PKGVERSION}/m/image/winter.m
-share/octave/${PKGVERSION}/m/io/beep.m
-share/octave/${PKGVERSION}/m/io/csvread.m
-share/octave/${PKGVERSION}/m/io/csvwrite.m
-share/octave/${PKGVERSION}/m/io/dlmwrite.m
-share/octave/${PKGVERSION}/m/io/fileread.m
-share/octave/${PKGVERSION}/m/io/is_valid_file_id.m
-share/octave/${PKGVERSION}/m/io/strread.m
-share/octave/${PKGVERSION}/m/io/textread.m
-share/octave/${PKGVERSION}/m/io/textscan.m
-share/octave/${PKGVERSION}/m/linear-algebra/commutation_matrix.m
-share/octave/${PKGVERSION}/m/linear-algebra/cond.m
-share/octave/${PKGVERSION}/m/linear-algebra/condest.m
-share/octave/${PKGVERSION}/m/linear-algebra/cross.m
-share/octave/${PKGVERSION}/m/linear-algebra/duplication_matrix.m
-share/octave/${PKGVERSION}/m/linear-algebra/expm.m
-share/octave/${PKGVERSION}/m/linear-algebra/housh.m
-share/octave/${PKGVERSION}/m/linear-algebra/isdefinite.m
-share/octave/${PKGVERSION}/m/linear-algebra/ishermitian.m
-share/octave/${PKGVERSION}/m/linear-algebra/issymmetric.m
-share/octave/${PKGVERSION}/m/linear-algebra/krylov.m
-share/octave/${PKGVERSION}/m/linear-algebra/logm.m
-share/octave/${PKGVERSION}/m/linear-algebra/normest.m
-share/octave/${PKGVERSION}/m/linear-algebra/null.m
-share/octave/${PKGVERSION}/m/linear-algebra/onenormest.m
-share/octave/${PKGVERSION}/m/linear-algebra/orth.m
-share/octave/${PKGVERSION}/m/linear-algebra/planerot.m
-share/octave/${PKGVERSION}/m/linear-algebra/qzhess.m
-share/octave/${PKGVERSION}/m/linear-algebra/rank.m
-share/octave/${PKGVERSION}/m/linear-algebra/rref.m
-share/octave/${PKGVERSION}/m/linear-algebra/subspace.m
-share/octave/${PKGVERSION}/m/linear-algebra/trace.m
-share/octave/${PKGVERSION}/m/linear-algebra/vech.m
-share/octave/${PKGVERSION}/m/miscellaneous/ans.m
-share/octave/${PKGVERSION}/m/miscellaneous/bincoeff.m
-share/octave/${PKGVERSION}/m/miscellaneous/bug_report.m
-share/octave/${PKGVERSION}/m/miscellaneous/bunzip2.m
-share/octave/${PKGVERSION}/m/miscellaneous/bzip2.m
-share/octave/${PKGVERSION}/m/miscellaneous/cast.m
-share/octave/${PKGVERSION}/m/miscellaneous/comma.m
-share/octave/${PKGVERSION}/m/miscellaneous/compare_versions.m
-share/octave/${PKGVERSION}/m/miscellaneous/computer.m
-share/octave/${PKGVERSION}/m/miscellaneous/copyfile.m
-share/octave/${PKGVERSION}/m/miscellaneous/debug.m
-share/octave/${PKGVERSION}/m/miscellaneous/delete.m
-share/octave/${PKGVERSION}/m/miscellaneous/dir.m
-share/octave/${PKGVERSION}/m/miscellaneous/dos.m
-share/octave/${PKGVERSION}/m/miscellaneous/dump_prefs.m
-share/octave/${PKGVERSION}/m/miscellaneous/edit.m
-share/octave/${PKGVERSION}/m/miscellaneous/fact.m
-share/octave/${PKGVERSION}/m/miscellaneous/fileattrib.m
-share/octave/${PKGVERSION}/m/miscellaneous/fileparts.m
-share/octave/${PKGVERSION}/m/miscellaneous/fullfile.m
-share/octave/${PKGVERSION}/m/miscellaneous/getappdata.m
-share/octave/${PKGVERSION}/m/miscellaneous/getfield.m
-share/octave/${PKGVERSION}/m/miscellaneous/gunzip.m
-share/octave/${PKGVERSION}/m/miscellaneous/gzip.m
-share/octave/${PKGVERSION}/m/miscellaneous/info.m
-share/octave/${PKGVERSION}/m/miscellaneous/inputname.m
-share/octave/${PKGVERSION}/m/miscellaneous/isappdata.m
-share/octave/${PKGVERSION}/m/miscellaneous/isdeployed.m
-share/octave/${PKGVERSION}/m/miscellaneous/ismac.m
-share/octave/${PKGVERSION}/m/miscellaneous/ispc.m
-share/octave/${PKGVERSION}/m/miscellaneous/isunix.m
-share/octave/${PKGVERSION}/m/miscellaneous/license.m
-share/octave/${PKGVERSION}/m/miscellaneous/list_primes.m
-share/octave/${PKGVERSION}/m/miscellaneous/ls.m
-share/octave/${PKGVERSION}/m/miscellaneous/ls_command.m
-share/octave/${PKGVERSION}/m/miscellaneous/menu.m
-share/octave/${PKGVERSION}/m/miscellaneous/mex.m
-share/octave/${PKGVERSION}/m/miscellaneous/mexext.m
-share/octave/${PKGVERSION}/m/miscellaneous/mkoctfile.m
-share/octave/${PKGVERSION}/m/miscellaneous/movefile.m
-share/octave/${PKGVERSION}/m/miscellaneous/namelengthmax.m
-share/octave/${PKGVERSION}/m/miscellaneous/news.m
-share/octave/${PKGVERSION}/m/miscellaneous/orderfields.m
-share/octave/${PKGVERSION}/m/miscellaneous/pack.m
-share/octave/${PKGVERSION}/m/miscellaneous/paren.m
-share/octave/${PKGVERSION}/m/miscellaneous/parseparams.m
-share/octave/${PKGVERSION}/m/miscellaneous/perl.m
-share/octave/${PKGVERSION}/m/miscellaneous/private/__xzip__.m
-share/octave/${PKGVERSION}/m/miscellaneous/python.m
-share/octave/${PKGVERSION}/m/miscellaneous/recycle.m
-share/octave/${PKGVERSION}/m/miscellaneous/rmappdata.m
-share/octave/${PKGVERSION}/m/miscellaneous/run.m
-share/octave/${PKGVERSION}/m/miscellaneous/semicolon.m
-share/octave/${PKGVERSION}/m/miscellaneous/setappdata.m
-share/octave/${PKGVERSION}/m/miscellaneous/setfield.m
-share/octave/${PKGVERSION}/m/miscellaneous/substruct.m
-share/octave/${PKGVERSION}/m/miscellaneous/swapbytes.m
-share/octave/${PKGVERSION}/m/miscellaneous/symvar.m
-share/octave/${PKGVERSION}/m/miscellaneous/tar.m
-share/octave/${PKGVERSION}/m/miscellaneous/tempdir.m
-share/octave/${PKGVERSION}/m/miscellaneous/tempname.m
-share/octave/${PKGVERSION}/m/miscellaneous/unix.m
-share/octave/${PKGVERSION}/m/miscellaneous/unpack.m
-share/octave/${PKGVERSION}/m/miscellaneous/untar.m
-share/octave/${PKGVERSION}/m/miscellaneous/unzip.m
-share/octave/${PKGVERSION}/m/miscellaneous/usejava.m
-share/octave/${PKGVERSION}/m/miscellaneous/ver.m
-share/octave/${PKGVERSION}/m/miscellaneous/version.m
-share/octave/${PKGVERSION}/m/miscellaneous/warning_ids.m
-share/octave/${PKGVERSION}/m/miscellaneous/what.m
-share/octave/${PKGVERSION}/m/miscellaneous/xor.m
-share/octave/${PKGVERSION}/m/miscellaneous/zip.m
-share/octave/${PKGVERSION}/m/optimization/PKG_ADD
-share/octave/${PKGVERSION}/m/optimization/__all_opts__.m
-share/octave/${PKGVERSION}/m/optimization/fminbnd.m
-share/octave/${PKGVERSION}/m/optimization/fminunc.m
-share/octave/${PKGVERSION}/m/optimization/fsolve.m
-share/octave/${PKGVERSION}/m/optimization/fzero.m
-share/octave/${PKGVERSION}/m/optimization/glpk.m
-share/octave/${PKGVERSION}/m/optimization/lsqnonneg.m
-share/octave/${PKGVERSION}/m/optimization/optimget.m
-share/octave/${PKGVERSION}/m/optimization/optimset.m
-share/octave/${PKGVERSION}/m/optimization/pqpnonneg.m
-share/octave/${PKGVERSION}/m/optimization/private/__fdjac__.m
-share/octave/${PKGVERSION}/m/optimization/qp.m
-share/octave/${PKGVERSION}/m/optimization/sqp.m
-share/octave/${PKGVERSION}/m/path/matlabroot.m
-share/octave/${PKGVERSION}/m/path/pathdef.m
-share/octave/${PKGVERSION}/m/path/savepath.m
-share/octave/${PKGVERSION}/m/pkg/pkg.m
-share/octave/${PKGVERSION}/m/pkg/private/get_forge_pkg.m
-share/octave/${PKGVERSION}/m/plot/__gnuplot_drawnow__.m
-share/octave/${PKGVERSION}/m/plot/__plt_get_axis_arg__.m
-share/octave/${PKGVERSION}/m/plot/allchild.m
-share/octave/${PKGVERSION}/m/plot/ancestor.m
-share/octave/${PKGVERSION}/m/plot/area.m
-share/octave/${PKGVERSION}/m/plot/axes.m
-share/octave/${PKGVERSION}/m/plot/axis.m
-share/octave/${PKGVERSION}/m/plot/bar.m
-share/octave/${PKGVERSION}/m/plot/barh.m
-share/octave/${PKGVERSION}/m/plot/box.m
-share/octave/${PKGVERSION}/m/plot/caxis.m
-share/octave/${PKGVERSION}/m/plot/cla.m
-share/octave/${PKGVERSION}/m/plot/clabel.m
-share/octave/${PKGVERSION}/m/plot/clf.m
-share/octave/${PKGVERSION}/m/plot/close.m
-share/octave/${PKGVERSION}/m/plot/closereq.m
-share/octave/${PKGVERSION}/m/plot/colorbar.m
-share/octave/${PKGVERSION}/m/plot/colstyle.m
-share/octave/${PKGVERSION}/m/plot/comet.m
-share/octave/${PKGVERSION}/m/plot/comet3.m
-share/octave/${PKGVERSION}/m/plot/compass.m
-share/octave/${PKGVERSION}/m/plot/contour.m
-share/octave/${PKGVERSION}/m/plot/contour3.m
-share/octave/${PKGVERSION}/m/plot/contourc.m
-share/octave/${PKGVERSION}/m/plot/contourf.m
-share/octave/${PKGVERSION}/m/plot/cylinder.m
-share/octave/${PKGVERSION}/m/plot/daspect.m
-share/octave/${PKGVERSION}/m/plot/diffuse.m
-share/octave/${PKGVERSION}/m/plot/ellipsoid.m
-share/octave/${PKGVERSION}/m/plot/errorbar.m
-share/octave/${PKGVERSION}/m/plot/ezcontour.m
-share/octave/${PKGVERSION}/m/plot/ezcontourf.m
-share/octave/${PKGVERSION}/m/plot/ezmesh.m
-share/octave/${PKGVERSION}/m/plot/ezmeshc.m
-share/octave/${PKGVERSION}/m/plot/ezplot.m
-share/octave/${PKGVERSION}/m/plot/ezplot3.m
-share/octave/${PKGVERSION}/m/plot/ezpolar.m
-share/octave/${PKGVERSION}/m/plot/ezsurf.m
-share/octave/${PKGVERSION}/m/plot/ezsurfc.m
-share/octave/${PKGVERSION}/m/plot/feather.m
-share/octave/${PKGVERSION}/m/plot/figure.m
-share/octave/${PKGVERSION}/m/plot/fill.m
-share/octave/${PKGVERSION}/m/plot/findall.m
-share/octave/${PKGVERSION}/m/plot/findobj.m
-share/octave/${PKGVERSION}/m/plot/fplot.m
-share/octave/${PKGVERSION}/m/plot/gca.m
-share/octave/${PKGVERSION}/m/plot/gcbf.m
-share/octave/${PKGVERSION}/m/plot/gcbo.m
-share/octave/${PKGVERSION}/m/plot/gcf.m
-share/octave/${PKGVERSION}/m/plot/ginput.m
-share/octave/${PKGVERSION}/m/plot/gnuplot_binary.m
-share/octave/${PKGVERSION}/m/plot/graphics_toolkit.m
-share/octave/${PKGVERSION}/m/plot/grid.m
-share/octave/${PKGVERSION}/m/plot/gtext.m
-share/octave/${PKGVERSION}/m/plot/guidata.m
-share/octave/${PKGVERSION}/m/plot/guihandles.m
-share/octave/${PKGVERSION}/m/plot/hggroup.m
-share/octave/${PKGVERSION}/m/plot/hidden.m
-share/octave/${PKGVERSION}/m/plot/hist.m
-share/octave/${PKGVERSION}/m/plot/hold.m
-share/octave/${PKGVERSION}/m/plot/isfigure.m
-share/octave/${PKGVERSION}/m/plot/ishghandle.m
-share/octave/${PKGVERSION}/m/plot/ishold.m
-share/octave/${PKGVERSION}/m/plot/isocolors.m
-share/octave/${PKGVERSION}/m/plot/isonormals.m
-share/octave/${PKGVERSION}/m/plot/isosurface.m
-share/octave/${PKGVERSION}/m/plot/isprop.m
-share/octave/${PKGVERSION}/m/plot/legend.m
-share/octave/${PKGVERSION}/m/plot/line.m
-share/octave/${PKGVERSION}/m/plot/linkprop.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/meshc.m
-share/octave/${PKGVERSION}/m/plot/meshgrid.m
-share/octave/${PKGVERSION}/m/plot/meshz.m
-share/octave/${PKGVERSION}/m/plot/ndgrid.m
-share/octave/${PKGVERSION}/m/plot/newplot.m
-share/octave/${PKGVERSION}/m/plot/orient.m
-share/octave/${PKGVERSION}/m/plot/pareto.m
-share/octave/${PKGVERSION}/m/plot/patch.m
-share/octave/${PKGVERSION}/m/plot/pbaspect.m
-share/octave/${PKGVERSION}/m/plot/pcolor.m
-share/octave/${PKGVERSION}/m/plot/peaks.m
-share/octave/${PKGVERSION}/m/plot/pie.m
-share/octave/${PKGVERSION}/m/plot/pie3.m
-share/octave/${PKGVERSION}/m/plot/plot.m
-share/octave/${PKGVERSION}/m/plot/plot3.m
-share/octave/${PKGVERSION}/m/plot/plotmatrix.m
-share/octave/${PKGVERSION}/m/plot/plotyy.m
-share/octave/${PKGVERSION}/m/plot/polar.m
-share/octave/${PKGVERSION}/m/plot/print.m
-share/octave/${PKGVERSION}/m/plot/private/__actual_axis_position__.m
-share/octave/${PKGVERSION}/m/plot/private/__add_datasource__.m
-share/octave/${PKGVERSION}/m/plot/private/__add_default_menu__.m
-share/octave/${PKGVERSION}/m/plot/private/__axes_limits__.m
-share/octave/${PKGVERSION}/m/plot/private/__axis_label__.m
-share/octave/${PKGVERSION}/m/plot/private/__bar__.m
-share/octave/${PKGVERSION}/m/plot/private/__clabel__.m
-share/octave/${PKGVERSION}/m/plot/private/__color_str_rgb__.m
-share/octave/${PKGVERSION}/m/plot/private/__contour__.m
-share/octave/${PKGVERSION}/m/plot/private/__default_plot_options__.m
-share/octave/${PKGVERSION}/m/plot/private/__errcomm__.m
-share/octave/${PKGVERSION}/m/plot/private/__errplot__.m
-share/octave/${PKGVERSION}/m/plot/private/__ezplot__.m
-share/octave/${PKGVERSION}/m/plot/private/__file_filter__.m
-share/octave/${PKGVERSION}/m/plot/private/__fltk_file_filter__.m
-share/octave/${PKGVERSION}/m/plot/private/__fltk_ginput__.m
-share/octave/${PKGVERSION}/m/plot/private/__fltk_print__.m
-share/octave/${PKGVERSION}/m/plot/private/__getlegenddata__.m
-share/octave/${PKGVERSION}/m/plot/private/__ghostscript__.m
-share/octave/${PKGVERSION}/m/plot/private/__gnuplot_get_var__.m
-share/octave/${PKGVERSION}/m/plot/private/__gnuplot_ginput__.m
-share/octave/${PKGVERSION}/m/plot/private/__gnuplot_has_feature__.m
-share/octave/${PKGVERSION}/m/plot/private/__gnuplot_has_terminal__.m
-share/octave/${PKGVERSION}/m/plot/private/__gnuplot_open_stream__.m
-share/octave/${PKGVERSION}/m/plot/private/__gnuplot_print__.m
-share/octave/${PKGVERSION}/m/plot/private/__gnuplot_version__.m
-share/octave/${PKGVERSION}/m/plot/private/__go_draw_axes__.m
-share/octave/${PKGVERSION}/m/plot/private/__go_draw_figure__.m
-share/octave/${PKGVERSION}/m/plot/private/__interp_cube__.m
-share/octave/${PKGVERSION}/m/plot/private/__is_function__.m
-share/octave/${PKGVERSION}/m/plot/private/__line__.m
-share/octave/${PKGVERSION}/m/plot/private/__marching_cube__.m
-share/octave/${PKGVERSION}/m/plot/private/__next_line_color__.m
-share/octave/${PKGVERSION}/m/plot/private/__next_line_style__.m
-share/octave/${PKGVERSION}/m/plot/private/__patch__.m
-share/octave/${PKGVERSION}/m/plot/private/__pie__.m
-share/octave/${PKGVERSION}/m/plot/private/__plt__.m
-share/octave/${PKGVERSION}/m/plot/private/__pltopt__.m
-share/octave/${PKGVERSION}/m/plot/private/__print_parse_opts__.m
-share/octave/${PKGVERSION}/m/plot/private/__quiver__.m
-share/octave/${PKGVERSION}/m/plot/private/__scatter__.m
-share/octave/${PKGVERSION}/m/plot/private/__stem__.m
-share/octave/${PKGVERSION}/m/plot/private/__tight_eps_bbox__.m
-share/octave/${PKGVERSION}/m/plot/private/__uigetdir_fltk__.m
-share/octave/${PKGVERSION}/m/plot/private/__uigetfile_fltk__.m
-share/octave/${PKGVERSION}/m/plot/private/__uiobject_split_args__.m
-share/octave/${PKGVERSION}/m/plot/private/__uiputfile_fltk__.m
-share/octave/${PKGVERSION}/m/plot/quiver.m
-share/octave/${PKGVERSION}/m/plot/quiver3.m
-share/octave/${PKGVERSION}/m/plot/rectangle.m
-share/octave/${PKGVERSION}/m/plot/refresh.m
-share/octave/${PKGVERSION}/m/plot/refreshdata.m
-share/octave/${PKGVERSION}/m/plot/ribbon.m
-share/octave/${PKGVERSION}/m/plot/rose.m
-share/octave/${PKGVERSION}/m/plot/saveas.m
-share/octave/${PKGVERSION}/m/plot/scatter.m
-share/octave/${PKGVERSION}/m/plot/scatter3.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/shading.m
-share/octave/${PKGVERSION}/m/plot/shg.m
-share/octave/${PKGVERSION}/m/plot/slice.m
-share/octave/${PKGVERSION}/m/plot/sombrero.m
-share/octave/${PKGVERSION}/m/plot/specular.m
-share/octave/${PKGVERSION}/m/plot/sphere.m
-share/octave/${PKGVERSION}/m/plot/spinmap.m
-share/octave/${PKGVERSION}/m/plot/stairs.m
-share/octave/${PKGVERSION}/m/plot/stem.m
-share/octave/${PKGVERSION}/m/plot/stem3.m
-share/octave/${PKGVERSION}/m/plot/subplot.m
-share/octave/${PKGVERSION}/m/plot/surf.m
-share/octave/${PKGVERSION}/m/plot/surface.m
-share/octave/${PKGVERSION}/m/plot/surfc.m
-share/octave/${PKGVERSION}/m/plot/surfl.m
-share/octave/${PKGVERSION}/m/plot/surfnorm.m
-share/octave/${PKGVERSION}/m/plot/text.m
-share/octave/${PKGVERSION}/m/plot/title.m
-share/octave/${PKGVERSION}/m/plot/trimesh.m
-share/octave/${PKGVERSION}/m/plot/triplot.m
-share/octave/${PKGVERSION}/m/plot/trisurf.m
-share/octave/${PKGVERSION}/m/plot/uicontextmenu.m
-share/octave/${PKGVERSION}/m/plot/uicontrol.m
-share/octave/${PKGVERSION}/m/plot/uigetdir.m
-share/octave/${PKGVERSION}/m/plot/uigetfile.m
-share/octave/${PKGVERSION}/m/plot/uimenu.m
-share/octave/${PKGVERSION}/m/plot/uipanel.m
-share/octave/${PKGVERSION}/m/plot/uipushtool.m
-share/octave/${PKGVERSION}/m/plot/uiputfile.m
-share/octave/${PKGVERSION}/m/plot/uiresume.m
-share/octave/${PKGVERSION}/m/plot/uitoggletool.m
-share/octave/${PKGVERSION}/m/plot/uitoolbar.m
-share/octave/${PKGVERSION}/m/plot/uiwait.m
-share/octave/${PKGVERSION}/m/plot/view.m
-share/octave/${PKGVERSION}/m/plot/waitbar.m
-share/octave/${PKGVERSION}/m/plot/waitforbuttonpress.m
-share/octave/${PKGVERSION}/m/plot/whitebg.m
-share/octave/${PKGVERSION}/m/plot/xlabel.m
-share/octave/${PKGVERSION}/m/plot/xlim.m
-share/octave/${PKGVERSION}/m/plot/ylabel.m
-share/octave/${PKGVERSION}/m/plot/ylim.m
-share/octave/${PKGVERSION}/m/plot/zlabel.m
-share/octave/${PKGVERSION}/m/plot/zlim.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/mkpp.m
-share/octave/${PKGVERSION}/m/polynomial/mpoles.m
-share/octave/${PKGVERSION}/m/polynomial/pchip.m
-share/octave/${PKGVERSION}/m/polynomial/poly.m
-share/octave/${PKGVERSION}/m/polynomial/polyaffine.m
-share/octave/${PKGVERSION}/m/polynomial/polyder.m
-share/octave/${PKGVERSION}/m/polynomial/polyfit.m
-share/octave/${PKGVERSION}/m/polynomial/polygcd.m
-share/octave/${PKGVERSION}/m/polynomial/polyint.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/ppder.m
-share/octave/${PKGVERSION}/m/polynomial/ppint.m
-share/octave/${PKGVERSION}/m/polynomial/ppjumps.m
-share/octave/${PKGVERSION}/m/polynomial/ppval.m
-share/octave/${PKGVERSION}/m/polynomial/residue.m
-share/octave/${PKGVERSION}/m/polynomial/roots.m
-share/octave/${PKGVERSION}/m/polynomial/spline.m
-share/octave/${PKGVERSION}/m/polynomial/unmkpp.m
-share/octave/${PKGVERSION}/m/prefs/addpref.m
-share/octave/${PKGVERSION}/m/prefs/getpref.m
-share/octave/${PKGVERSION}/m/prefs/ispref.m
-share/octave/${PKGVERSION}/m/prefs/private/loadprefs.m
-share/octave/${PKGVERSION}/m/prefs/private/prefsfile.m
-share/octave/${PKGVERSION}/m/prefs/private/saveprefs.m
-share/octave/${PKGVERSION}/m/prefs/rmpref.m
-share/octave/${PKGVERSION}/m/prefs/setpref.m
-share/octave/${PKGVERSION}/m/set/intersect.m
-share/octave/${PKGVERSION}/m/set/ismember.m
-share/octave/${PKGVERSION}/m/set/powerset.m
-share/octave/${PKGVERSION}/m/set/private/validargs.m
-share/octave/${PKGVERSION}/m/set/setdiff.m
-share/octave/${PKGVERSION}/m/set/setxor.m
-share/octave/${PKGVERSION}/m/set/union.m
-share/octave/${PKGVERSION}/m/set/unique.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/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/filter2.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/ifftshift.m
-share/octave/${PKGVERSION}/m/signal/periodogram.m
-share/octave/${PKGVERSION}/m/signal/private/rectangle_lw.m
-share/octave/${PKGVERSION}/m/signal/private/rectangle_sw.m
-share/octave/${PKGVERSION}/m/signal/private/triangle_lw.m
-share/octave/${PKGVERSION}/m/signal/private/triangle_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/unwrap.m
-share/octave/${PKGVERSION}/m/signal/yulewalker.m
-share/octave/${PKGVERSION}/m/sparse/bicg.m
-share/octave/${PKGVERSION}/m/sparse/bicgstab.m
-share/octave/${PKGVERSION}/m/sparse/cgs.m
-share/octave/${PKGVERSION}/m/sparse/colperm.m
-share/octave/${PKGVERSION}/m/sparse/etreeplot.m
-share/octave/${PKGVERSION}/m/sparse/gmres.m
-share/octave/${PKGVERSION}/m/sparse/gplot.m
-share/octave/${PKGVERSION}/m/sparse/nonzeros.m
-share/octave/${PKGVERSION}/m/sparse/pcg.m
-share/octave/${PKGVERSION}/m/sparse/pcr.m
-share/octave/${PKGVERSION}/m/sparse/private/__sprand_impl__.m
-share/octave/${PKGVERSION}/m/sparse/spaugment.m
-share/octave/${PKGVERSION}/m/sparse/spconvert.m
-share/octave/${PKGVERSION}/m/sparse/spdiags.m
-share/octave/${PKGVERSION}/m/sparse/speye.m
-share/octave/${PKGVERSION}/m/sparse/spfun.m
-share/octave/${PKGVERSION}/m/sparse/spones.m
-share/octave/${PKGVERSION}/m/sparse/sprand.m
-share/octave/${PKGVERSION}/m/sparse/sprandn.m
-share/octave/${PKGVERSION}/m/sparse/sprandsym.m
-share/octave/${PKGVERSION}/m/sparse/spstats.m
-share/octave/${PKGVERSION}/m/sparse/spy.m
-share/octave/${PKGVERSION}/m/sparse/svds.m
-share/octave/${PKGVERSION}/m/sparse/treelayout.m
-share/octave/${PKGVERSION}/m/sparse/treeplot.m
-share/octave/${PKGVERSION}/m/specfun/bessel.m
-share/octave/${PKGVERSION}/m/specfun/beta.m
-share/octave/${PKGVERSION}/m/specfun/betaln.m
-share/octave/${PKGVERSION}/m/specfun/factor.m
-share/octave/${PKGVERSION}/m/specfun/factorial.m
-share/octave/${PKGVERSION}/m/specfun/isprime.m
-share/octave/${PKGVERSION}/m/specfun/lcm.m
-share/octave/${PKGVERSION}/m/specfun/legendre.m
-share/octave/${PKGVERSION}/m/specfun/nchoosek.m
-share/octave/${PKGVERSION}/m/specfun/nthroot.m
-share/octave/${PKGVERSION}/m/specfun/perms.m
-share/octave/${PKGVERSION}/m/specfun/pow2.m
-share/octave/${PKGVERSION}/m/specfun/primes.m
-share/octave/${PKGVERSION}/m/specfun/reallog.m
-share/octave/${PKGVERSION}/m/specfun/realpow.m
-share/octave/${PKGVERSION}/m/specfun/realsqrt.m
-share/octave/${PKGVERSION}/m/special-matrix/hadamard.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/magic.m
-share/octave/${PKGVERSION}/m/special-matrix/pascal.m
-share/octave/${PKGVERSION}/m/special-matrix/rosser.m
-share/octave/${PKGVERSION}/m/special-matrix/toeplitz.m
-share/octave/${PKGVERSION}/m/special-matrix/vander.m
-share/octave/${PKGVERSION}/m/special-matrix/wilkinson.m
-share/octave/${PKGVERSION}/m/startup/__finish__.m
-share/octave/${PKGVERSION}/m/startup/inputrc
-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/corr.m
-share/octave/${PKGVERSION}/m/statistics/base/cov.m
-share/octave/${PKGVERSION}/m/statistics/base/gls.m
-share/octave/${PKGVERSION}/m/statistics/base/histc.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/mode.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/prctile.m
-share/octave/${PKGVERSION}/m/statistics/base/probit.m
-share/octave/${PKGVERSION}/m/statistics/base/qqplot.m
-share/octave/${PKGVERSION}/m/statistics/base/quantile.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/runlength.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/table.m
-share/octave/${PKGVERSION}/m/statistics/base/var.m
-share/octave/${PKGVERSION}/m/statistics/base/zscore.m
-share/octave/${PKGVERSION}/m/statistics/distributions/betacdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/betainv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/betapdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/betarnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/binocdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/binoinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/binopdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/binornd.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/chi2cdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/chi2inv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/chi2pdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/chi2rnd.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/expcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/expinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/exppdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/exprnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/fcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/finv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/fpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/frnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/gamcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/gaminv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/gampdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/gamrnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/geocdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/geoinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/geopdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/geornd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/hygecdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/hygeinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/hygepdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/hygernd.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/logncdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/logninv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/lognpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/lognrnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/nbincdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/nbininv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/nbinpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/nbinrnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/normcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/norminv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/normpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/normrnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/poisscdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/poissinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/poisspdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/poissrnd.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/tcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/tinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/tpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/trnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unidcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unidinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unidpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unidrnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unifcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unifinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unifpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/unifrnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/wblcdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/wblinv.m
-share/octave/${PKGVERSION}/m/statistics/distributions/wblpdf.m
-share/octave/${PKGVERSION}/m/statistics/distributions/wblrnd.m
-share/octave/${PKGVERSION}/m/statistics/distributions/wienrnd.m
-share/octave/${PKGVERSION}/m/statistics/models/logistic_regression.m
-share/octave/${PKGVERSION}/m/statistics/models/private/logistic_regression_derivatives.m
-share/octave/${PKGVERSION}/m/statistics/models/private/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/cstrcat.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/isstrprop.m
-share/octave/${PKGVERSION}/m/strings/mat2str.m
-share/octave/${PKGVERSION}/m/strings/regexptranslate.m
-share/octave/${PKGVERSION}/m/strings/rindex.m
-share/octave/${PKGVERSION}/m/strings/str2num.m
-share/octave/${PKGVERSION}/m/strings/strcat.m
-share/octave/${PKGVERSION}/m/strings/strchr.m
-share/octave/${PKGVERSION}/m/strings/strjust.m
-share/octave/${PKGVERSION}/m/strings/strmatch.m
-share/octave/${PKGVERSION}/m/strings/strsplit.m
-share/octave/${PKGVERSION}/m/strings/strtok.m
-share/octave/${PKGVERSION}/m/strings/strtrim.m
-share/octave/${PKGVERSION}/m/strings/strtrunc.m
-share/octave/${PKGVERSION}/m/strings/substr.m
-share/octave/${PKGVERSION}/m/strings/untabify.m
-share/octave/${PKGVERSION}/m/strings/validatestring.m
-share/octave/${PKGVERSION}/m/testfun/assert.m
-share/octave/${PKGVERSION}/m/testfun/demo.m
-share/octave/${PKGVERSION}/m/testfun/example.m
-share/octave/${PKGVERSION}/m/testfun/fail.m
-share/octave/${PKGVERSION}/m/testfun/rundemos.m
-share/octave/${PKGVERSION}/m/testfun/runtests.m
-share/octave/${PKGVERSION}/m/testfun/speed.m
-share/octave/${PKGVERSION}/m/testfun/test.m
-share/octave/${PKGVERSION}/m/time/addtodate.m
-share/octave/${PKGVERSION}/m/time/asctime.m
-share/octave/${PKGVERSION}/m/time/calendar.m
-share/octave/${PKGVERSION}/m/time/clock.m
-share/octave/${PKGVERSION}/m/time/ctime.m
-share/octave/${PKGVERSION}/m/time/date.m
-share/octave/${PKGVERSION}/m/time/datenum.m
-share/octave/${PKGVERSION}/m/time/datestr.m
-share/octave/${PKGVERSION}/m/time/datetick.m
-share/octave/${PKGVERSION}/m/time/datevec.m
-share/octave/${PKGVERSION}/m/time/eomday.m
-share/octave/${PKGVERSION}/m/time/etime.m
-share/octave/${PKGVERSION}/m/time/is_leap_year.m
-share/octave/${PKGVERSION}/m/time/now.m
-share/octave/${PKGVERSION}/m/time/weekday.m
-share/octave/site/m/startup/octaverc
-@pkgdir share/octave/site/api-v48+/m
-@pkgdir share/octave/${PKGVERSION}/site/m
-@pkgdir share/octave/${PKGVERSION}/doc
-@pkgdir libexec/octave/site/exec/${MACHINE_GNU_PLATFORM}
-@pkgdir libexec/octave/api-v48+/site/exec/${MACHINE_GNU_PLATFORM}
-@pkgdir libexec/octave/${PKGVERSION}/site/exec/${MACHINE_GNU_PLATFORM}
-@pkgdir lib/octave/site/oct/${MACHINE_GNU_PLATFORM}
-@pkgdir lib/octave/site/oct/api-v48+/${MACHINE_GNU_PLATFORM}
-@pkgdir lib/octave/${PKGVERSION}/site/oct/${MACHINE_GNU_PLATFORM}
diff --git a/octave/buildlink3.mk b/octave/buildlink3.mk
deleted file mode 100644
index f599867..0000000
--- a/octave/buildlink3.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2014/10/20 22:15:17 outpaddling Exp $
-
-BUILDLINK_TREE+=	octave
-
-.if !defined(OCTAVE_BUILDLINK3_MK)
-OCTAVE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.octave+=	octave>=3.0.0
-BUILDLINK_ABI_DEPENDS.octave+=	octave>=3.6.4nb4
-BUILDLINK_PKGSRCDIR.octave?=	../../math/octave
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-.if !defined(PKG_OPTIONS.octave:) || !empty(PKG_OPTIONS.octave:Mhdf5)
-.include "../../devel/hdf5/buildlink3.mk"
-.endif
-
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../math/blas/buildlink3.mk"
-.include "../../math/fftw/buildlink3.mk"
-.include "../../math/lapack/buildlink3.mk"
-.endif # OCTAVE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-octave
diff --git a/octave/distinfo b/octave/distinfo
deleted file mode 100644
index 1d67ce2..0000000
--- a/octave/distinfo
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: distinfo,v 1.5 2014/10/20 22:15:18 outpaddling Exp $
-
-SHA1 (octave-3.6.4.tar.bz2) = 3cc9366b6dbbd336eaf90fe70ad16e63705d82c4
-RMD160 (octave-3.6.4.tar.bz2) = b0356f0c5d9366b8129d72ac58bbde837fee1a95
-Size (octave-3.6.4.tar.bz2) = 15627315 bytes
-SHA1 (patch-configure) = 935f5d850fc6dbe01b4e6cc305955c8fa566df75
-SHA1 (patch-doc_interpreter_plot.txi) = b205f704ce625694a25ab57f4fad4460d1fbc0e9
-SHA1 (patch-doc_liboctave_liboctave.texi) = c53484c70adea766ba1378a1f118942c924a88a5
-SHA1 (patch-fflush-fpos_t.c) = 24ed7f95f8431b59bc5ee0dfb0e6624b8029f512
-SHA1 (patch-fseeko-fpos_t.c) = ca846a014f9adfd47f7bbcf6557bf26a53f4a8e9
-SHA1 (patch-libgnu_Makefile.in) = e93a37b0b445299e424e2ad3f2f2f9fea651fa09
-SHA1 (patch-libgnu_stdio.in.h) = 20950b67577e0ff34e761b02ac15338c9cfc4cb9
-SHA1 (patch-libgnu_string.in.h) = 4af39b76faa3ac90454a9d664919b7a6cd45fa9d
-SHA1 (patch-liboctave_mx-inlines.cc) = 0b69e1166902ef3d5e8737e4f72449e2d202477a
-SHA1 (patch-liboctave_oct-time.cc) = 40c21f509b6c95942e6ba43c52494d1d707ed515
-SHA1 (patch-scripts_audio_wavread.m) = e679a41cb49eeb32d98d44b81fd5e3d535dd2767
-SHA1 (patch-scripts_io_strread.m) = e1b6199e64354f3138f329dbaac831715ed41be5
-SHA1 (patch-scripts_miscellaneous_getappdata.m) = 55f9c9d5f30c85b3e8b5af82a271f1db90896fca
-SHA1 (patch-scripts_miscellaneous_license.m) = 79f0f590df09a1659aea7b157ed4735ec1be55c4
-SHA1 (patch-scripts_miscellaneous_ver.m) = 62a23545f808bdd5895ffbb107ed7ca58f157f98
-SHA1 (patch-scripts_pkg_pkg.m) = e6fa838e3910d52164d7cb3ca084c748cd68abb9
-SHA1 (patch-scripts_plot_daspect.m) = 34281cae27ce447feb5ee9f1dc0d7a29e0c621a4
-SHA1 (patch-scripts_plot_legend.m) = 3932ce6e6d19c89e852be35809502afa05a6ac4c
-SHA1 (patch-scripts_plot_pbaspect.m) = 193f186be2c3e3ffc170cb0ed84900e14ab4e81b
-SHA1 (patch-scripts_plot_print.m) = dbcb7c3efbb0abee3b4afbc9c490dd8d27539efb
-SHA1 (patch-scripts_polynomial_polyval.m) = d6655d2b9d2755788a02720c2a28ecf2e11a45e2
-SHA1 (patch-scripts_set_union.m) = ff976eaa4aa76d19ad73144192aee81c8e60d8bc
-SHA1 (patch-scripts_signal_freqz.m) = cc9ba19c5b1b60af64f7c7ec0906ec7eedcea8d4
-SHA1 (patch-src_DLD-FUNCTIONS_rand.cc) = 4992844f8ed53963e03e05adab2446397c2f4f02
-SHA1 (patch-src_dirfns.cc) = fad1c09d28e6b93a7d9c5de69b5b218b72d5c7c5
-SHA1 (patch-src_oct-conf.h.in) = d3fa5166db289fbd9eba355911341e891fb6d822
diff --git a/octave/error b/octave/error
deleted file mode 100644
index 3160532..0000000
--- a/octave/error
+++ /dev/null
@@ -1,92 +0,0 @@
-=> Creating binary package /home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.packages/octave-3.6.4nb6.tgz
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/charset.alias'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/PKG_ADD'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__contourc__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__delaunayn__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__dispatch__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__dsearchn__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__fltk_uigetfile__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__glpk__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__init_fltk__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__init_gnuplot__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__lin_interpn__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__magick_read__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__pchip_deriv__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__qp__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/__voronoi__.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/amd.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/balance.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/besselj.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/betainc.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/bsxfun.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/ccolamd.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/cellfun.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/chol.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/colamd.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/colloc.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/conv2.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/convhulln.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/daspk.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/dasrt.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/dassl.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/det.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/dlmread.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/dmperm.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/dot.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/eig.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/eigs.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/fft.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/fft2.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/fftn.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/fftw.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/filter.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/find.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/gammainc.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/gcd.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/getgrent.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/getpwent.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/getrusage.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/givens.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/hess.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/hex2num.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/inv.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/kron.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/lookup.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/lsode.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/lu.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/luinc.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/matrix_type.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/max.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/md5sum.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/mgorth.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/nproc.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/pinv.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/qr.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/quad.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/quadcc.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/qz.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/rand.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/rcond.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/regexp.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/schur.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/spparms.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/sqrtm.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/str2double.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/strfind.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/sub2ind.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/svd.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/syl.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/symbfact.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/symrcm.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/time.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/tril.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/tsearch.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/typecast.oct'
-pkg_create: can't stat `/home/bacon/Pkgsrc/pkgsrc-1/math/octave/work/.destdir/home/bacon/Pkgsrc/pkg-1/lib/octave/3.6.4/oct/x86_64-redhat-linux/urlwrite.oct'
-pkg_create: lstat failed for file lib/charset.alias: No such file or directory
-*** Error code 2
-
-Stop.
-bmake: stopped in /home/bacon/Pkgsrc/pkgsrc-1/math/octave
-*** Error code 1
-
diff --git a/octave/notes b/octave/notes
deleted file mode 100644
index df316e1..0000000
--- a/octave/notes
+++ /dev/null
@@ -1,25 +0,0 @@
-Common subdirectories: ../math/octave/CVS and octave/CVS
-diff -u ../math/octave/Makefile octave/Makefile
---- ../math/octave/Makefile	2014-10-14 07:54:01.321303474 -0500
-+++ octave/Makefile	2014-10-14 07:53:24.038735037 -0500
-@@ -98,6 +98,13 @@
- 		${WRKSRC}/src/mkoctfile.bak > ${WRKSRC}/src/mkoctfile
- 	chmod a+x ${WRKSRC}/src/mkoctfile
- 
-+# Test hack for Linux
-+post-install:
-+	(cd ${DESTDIR}${PREFIX}/lib/octave/3.6.4/oct && \
-+		ln -s x86_64-redhat-linux-gnu x86_64-redhat-linux)
-+	${INSTALL_DATA} ${WRKSRC}/libgnu/charset.alias \
-+		${DESTDIR}${PREFIX}/lib
-+
- .include "../../audio/libsndfile/buildlink3.mk"
- .include "../../devel/ncurses/buildlink3.mk"
- .include "../../devel/pcre/buildlink3.mk"
-Common subdirectories: ../math/octave/patches and octave/patches
-Only in octave/: .svn
-Only in ../math/octave/: work
-
-Problem was reportedly fixed, but the patch has not been committed:
-
-http://mail-index.netbsd.org/pkgsrc-users/2014/03/26/msg019464.html
diff --git a/octave/octave.mk b/octave/octave.mk
deleted file mode 100644
index bd25dd5..0000000
--- a/octave/octave.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: octave.mk,v 1.3 2014/10/20 22:15:23 outpaddling Exp $
-
-.include "../../mk/bsd.prefs.mk"
-
-OCTAVE_CONFIG=	${LOCALBASE}/bin/octave-config
-
-# OCTAVE_VARS is a list of variables to define in the make environment.
-# This may be overridden in an octave add-on package Makefile.
-OCTAVE_VARS?=	LOCALVERFCNFILEDIR LOCALVEROCTFILEDIR LOCALVERARCHLIBDIR VERSION
-
-# Set OCT_<var> to the value of <var> as returned by octave-config.
-.if exists(${OCTAVE_CONFIG})
-.  for var in ${OCTAVE_VARS}
-.    if !defined(OCT_${var})
-OCT_${var}!=	${OCTAVE_CONFIG} -p ${var}
-.    endif
-.  endfor
-.endif
-
-# fix shebang line.
-#
-# REPLACE_OCTAVE	replace shebang line of specified files.
-#
-.if defined(REPLACE_OCTAVE)
-REPLACE_INTERPRETER+=	octave
-REPLACE.octave.old=	.*octave
-REPLACE.octave.new=	${LOCALBASE}/bin/octave
-REPLACE_FILES.octave=	${REPLACE_OCTAVE}
-.endif # defined(REPLACE_OCTAVE)
diff --git a/octave/options.mk b/octave/options.mk
deleted file mode 100644
index 2f2a7de..0000000
--- a/octave/options.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2014/10/20 22:15:24 outpaddling Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.octave
-PKG_SUPPORTED_OPTIONS=	glpk graphicsmagick hdf5 qhull
-PKG_SUGGESTED_OPTIONS=	hdf5 qhull
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mglpk)
-.include "../../math/glpk/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--without-glpk
-.endif
-
-.if !empty(PKG_OPTIONS:Mgraphicsmagick)
-.include "../../graphics/GraphicsMagick/buildlink3.mk"
-.else
-CONFIGURE_ENV+=		ac_cv_prog_MAGICK_CONFIG=no
-.endif
-
-.if !empty(PKG_OPTIONS:Mhdf5)
-.include "../../devel/hdf5/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--without-hdf5
-.endif
-
-.if !empty(PKG_OPTIONS:Mqhull)
-.include "../../math/qhull/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--without-qhull
-.endif
diff --git a/octave/patches/patch-configure b/octave/patches/patch-configure
deleted file mode 100644
index ceac1d9..0000000
--- a/octave/patches/patch-configure
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/10/20 22:15:24 outpaddling Exp $
-
---- configure.orig	2013-02-21 20:21:49.000000000 +0000
-+++ configure
-@@ -5198,7 +5198,7 @@ case $host_os in *\ *) host_os=`echo "$h
- if test -z "$host"; then
-   host=unknown
- fi
--canonical_host_type=$host
-+canonical_host_type=$host_alias
- if test "$host" = unknown; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: configuring Octave for unknown system type
- " >&5
-@@ -33819,7 +33819,12 @@ else
- fi
- 	  done
- 	  ;;
--	-[lLR]*)
-+	-R*)
-+	  ac_arg="-Wl,$ac_arg"
-+	  shift
-+	  set X $ac_arg "$@"
-+	  ;;
-+	-[lLR]*|-Wl*)
- 	    ac_exists=false
-   for ac_i in $ac_cv_f77_libs; do
-     if test x"$ac_arg" = x"$ac_i"; then
diff --git a/octave/patches/patch-doc_interpreter_plot.txi b/octave/patches/patch-doc_interpreter_plot.txi
deleted file mode 100644
index ebe8a29..0000000
--- a/octave/patches/patch-doc_interpreter_plot.txi
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-doc_interpreter_plot.txi,v 1.1 2014/10/20 22:15:26 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- doc/interpreter/plot.txi.orig	2013-02-21 20:19:23.000000000 +0000
-+++ doc/interpreter/plot.txi
-@@ -2545,15 +2545,15 @@ Marker styles are specified by the follo
- A character indicating a plot marker to be place at each data point, or
- @code{"none"}, meaning no markers should be displayed.
- 
--@itemx markeredgecolor
-+@item markeredgecolor
- The color of the edge around the marker, or @code{"auto"}, meaning that
- the edge color is the same as the face color.  @xref{Colors}.
- 
--@itemx markerfacecolor
-+@item markerfacecolor
- The color of the marker, or @code{"none"} to indicate that the marker
- should not be filled.  @xref{Colors}.
- 
--@itemx markersize
-+@item markersize
- A number specifying the size of the marker.  The default is 1.  A value
- of 2 is twice as large as the default, etc.
- @end table
diff --git a/octave/patches/patch-doc_liboctave_liboctave.texi b/octave/patches/patch-doc_liboctave_liboctave.texi
deleted file mode 100644
index b7a77c8..0000000
--- a/octave/patches/patch-doc_liboctave_liboctave.texi
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-doc_liboctave_liboctave.texi,v 1.1 2014/10/20 22:15:28 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- doc/liboctave/liboctave.texi.orig	2013-02-21 20:19:23.000000000 +0000
-+++ doc/liboctave/liboctave.texi
-@@ -80,10 +80,10 @@ modified versions.
- @end ifnottex
- 
- @titlepage
--@title{Octave C++ Classes}
--@subtitle{Edition 1.0 for Octave version @value{VERSION}}
--@subtitle{September 1993}
--@author{John W. Eaton}
-+@title Octave C++ Classes
-+@subtitle Edition 1.0 for Octave version @value{VERSION}
-+@subtitle September 1993
-+@author John W. Eaton
- @page
- @vskip 0pt plus 1filll
- Copyright @copyright{} 1996, 1997 John W. Eaton.
diff --git a/octave/patches/patch-fflush-fpos_t.c b/octave/patches/patch-fflush-fpos_t.c
deleted file mode 100644
index 9b74ed4..0000000
--- a/octave/patches/patch-fflush-fpos_t.c
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-fflush-fpos_t.c,v 1.1 2014/10/20 22:15:30 outpaddling Exp $
-
---- libgnu/fflush.c.orig	2011-08-03 23:59:51.000000000 -0400
-+++ libgnu/fflush.c	2012-03-23 18:24:54.000000000 -0400
-@@ -24,6 +24,7 @@
- #include <stdio.h>
- 
- #include <errno.h>
-+#include <string.h>
- #include <unistd.h>
- 
- #include "freading.h"
-@@ -97,17 +98,12 @@
-   /* fp_->_offset is typed as an integer.  */
-   fp_->_offset = pos;
- # else
--  /* fp_->_offset is an fpos_t.  */
--  /* Use a union, since on NetBSD, the compilation flags determine
--     whether fpos_t is typedef'd to off_t or a struct containing a
--     single off_t member.  */
--  union
--    {
--      fpos_t f;
--      off_t o;
--    } u;
--  u.o = pos;
--  fp_->_offset = u.f;
-+  /*
-+   * fp_->_offset is an fpos_t or off_t
-+   * in either case the off_t part is the first member of it.
-+   */
-+  memset(&fp_->_offset, 0, sizeof(fp_->_offset));
-+  memcpy(&fp_->_offset, &pos, sizeof(pos));
- # endif
-   fp_->_flags |= __SOFF;
- #endif
diff --git a/octave/patches/patch-fseeko-fpos_t.c b/octave/patches/patch-fseeko-fpos_t.c
deleted file mode 100644
index 0a9f341..0000000
--- a/octave/patches/patch-fseeko-fpos_t.c
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-fseeko-fpos_t.c,v 1.1 2014/10/20 22:15:30 outpaddling Exp $
-
---- libgnu/fseeko.c.orig	2011-08-09 22:10:48.000000000 -0400
-+++ libgnu/fseeko.c	2012-03-23 18:24:47.000000000 -0400
-@@ -25,6 +25,9 @@
- /* Get off_t and lseek.  */
- #include <unistd.h>
- 
-+/* mem* */
-+#include <string.h>
-+
- #include "stdio-impl.h"
- 
- int
-@@ -115,19 +118,12 @@
-       /* fp_->_offset is typed as an integer.  */
-       fp_->_offset = pos;
- # else
--      /* fp_->_offset is an fpos_t.  */
--      {
--        /* Use a union, since on NetBSD, the compilation flags
--           determine whether fpos_t is typedef'd to off_t or a struct
--           containing a single off_t member.  */
--        union
--          {
--            fpos_t f;
--            off_t o;
--          } u;
--        u.o = pos;
--        fp_->_offset = u.f;
--      }
-+      /*
-+       * fp_->_offset is an fpos_t or off_t
-+       * in either case the off_t part is the first member of it.
-+       */
-+      memset(&fp_->_offset, 0, sizeof(fp_->_offset));
-+      memcpy(&fp_->_offset, &pos, sizeof(pos));
- # endif
-       fp_->_flags |= __SOFF;
-       fp_->_flags &= ~__SEOF;
diff --git a/octave/patches/patch-libgnu_Makefile.in b/octave/patches/patch-libgnu_Makefile.in
deleted file mode 100644
index 22432c1..0000000
--- a/octave/patches/patch-libgnu_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-libgnu_Makefile.in,v 1.1 2014/10/20 22:15:30 outpaddling Exp $
-
---- libgnu/Makefile.in.orig	2013-02-21 20:21:44.000000000 +0000
-+++ libgnu/Makefile.in
-@@ -2385,6 +2385,7 @@ install-exec-localcharset: all-local
- 	else \
- 	  need_charset_alias=false ; \
- 	fi ; \
-+	need_charset_alias=true ;
- 	if $$need_charset_alias; then \
- 	  $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
- 	fi ; \
diff --git a/octave/patches/patch-libgnu_stdio.in.h b/octave/patches/patch-libgnu_stdio.in.h
deleted file mode 100644
index 77f9bce..0000000
--- a/octave/patches/patch-libgnu_stdio.in.h
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-libgnu_stdio.in.h,v 1.1 2014/10/20 22:15:31 outpaddling Exp $
-
-Do not re-define gets() on SunOS, incompatible prototype.
-
---- libgnu/stdio.in.h.orig	2013-02-21 20:21:19.000000000 +0000
-+++ libgnu/stdio.in.h
-@@ -704,10 +704,12 @@ _GL_WARN_ON_USE (getline, "getline is un
- /* It is very rare that the developer ever has full control of stdin,
-    so any use of gets warrants an unconditional warning; besides, C11
-    removed it.  */
-+#ifndef __sun
- #undef gets
- #if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-+#endif
- 
- 
- #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
diff --git a/octave/patches/patch-libgnu_string.in.h b/octave/patches/patch-libgnu_string.in.h
deleted file mode 100644
index 07b2d16..0000000
--- a/octave/patches/patch-libgnu_string.in.h
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-libgnu_string.in.h,v 1.1 2014/10/20 22:15:31 outpaddling Exp $
-
---- libgnu/string.in.h.orig	2011-08-04 03:59:53.000000000 +0000
-+++ libgnu/string.in.h
-@@ -187,6 +187,12 @@ _GL_WARN_ON_USE (mempcpy, "mempcpy is un
- #endif
- 
- /* Search backwards through a block for a byte (specified as an int).  */
-+#if defined(__NetBSD__)
-+#if defined(__cplusplus)
-+extern "C"
-+#endif
-+void * memrchr(const void *b, int c, size_t len);
-+#else
- #if @GNULIB_MEMRCHR@
- # if ! @HAVE_DECL_MEMRCHR@
- _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t)
-@@ -213,6 +219,7 @@ _GL_WARN_ON_USE (memrchr, "memrchr is un
-                  "use gnulib module memrchr for portability");
- # endif
- #endif
-+#endif
- 
- /* Find the first occurrence of C in S.  More efficient than
-    memchr(S,C,N), at the expense of undefined behavior if C does not
diff --git a/octave/patches/patch-liboctave_mx-inlines.cc b/octave/patches/patch-liboctave_mx-inlines.cc
deleted file mode 100644
index dd704d3..0000000
--- a/octave/patches/patch-liboctave_mx-inlines.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-liboctave_mx-inlines.cc,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-std::pow is required to promote numeric arguments to the smallest
-common float type. octave_int<> provides another test of template
-specialisations for pow() as well as explicit cast operators.
-The combination of both leads to ambiguous resolutions.
-
---- liboctave/mx-inlines.cc.orig	2014-06-04 22:00:01.000000000 +0000
-+++ liboctave/mx-inlines.cc
-@@ -306,7 +306,6 @@ inline void F (size_t n, R *r, X x, cons
- 
- // Let the compiler decide which pow to use, whichever best matches the
- // arguments provided.
--using std::pow;
- DEFMXMAPPER2X (mx_inline_pow, pow)
- 
- // Arbitrary function appliers. The function is a template parameter to enable
diff --git a/octave/patches/patch-liboctave_oct-time.cc b/octave/patches/patch-liboctave_oct-time.cc
deleted file mode 100644
index 95ff8f7..0000000
--- a/octave/patches/patch-liboctave_oct-time.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-liboctave_oct-time.cc,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
---- liboctave/oct-time.cc.orig	2011-09-01 13:38:52.000000000 +0000
-+++ liboctave/oct-time.cc
-@@ -79,7 +79,7 @@ octave_time::stamp (void)
- {
-   struct timeval tp;
- 
--  gnulib::gettimeofday (&tp, 0);
-+  gettimeofday (&tp, 0);
- 
-   ot_unix_time = tp.tv_sec;
-   ot_usec = tp.tv_usec;
diff --git a/octave/patches/patch-scripts_audio_wavread.m b/octave/patches/patch-scripts_audio_wavread.m
deleted file mode 100644
index 64008f2..0000000
--- a/octave/patches/patch-scripts_audio_wavread.m
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-scripts_audio_wavread.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/audio/wavread.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/audio/wavread.m
-@@ -18,21 +18,26 @@
- 
- ## -*- texinfo -*-
- ## @deftypefn {Function File} {@var{y} =} wavread (@var{filename})
-+## @deftypefnx {Function File} {[@var{y}, @var{Fs}, @var{bps}] =} wavread (@var{filename})
-+## @deftypefnx {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n})
-+## @deftypefnx {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n1} @var{n2})
-+## @deftypefnx {Function File} {[@var{samples}, @var{channels}] =} wavread (@var{filename}, "size")
-+## 
- ## Load the RIFF/WAVE sound file @var{filename}, and return the samples
- ## in vector @var{y}.  If the file contains multichannel data, then
- ## @var{y} is a matrix with the channels represented as columns.
- ##
--## @deftypefnx {Function File} {[@var{y}, @var{Fs}, @var{bps}] =} wavread (@var{filename})
-+## @code{[@var{y}, @var{Fs}, @var{bps}] = wavread (@var{filename})}
- ## Additionally return the sample rate (@var{fs}) in Hz and the number of bits
- ## per sample (@var{bps}).
- ##
--## @deftypefnx {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n})
-+## @code{[@dots{}] = wavread (@var{filename}, @var{n})}
- ## Read only the first @var{n} samples from each channel.
- ##
--## @deftypefnx {Function File} {[@dots{}] =} wavread (@var{filename}, @var{n1} @var{n2})
-+## @code{wavread (@var{filename}, @var{n1} @var{n2})}
- ## Read only samples @var{n1} through @var{n2} from each channel.
- ##
--## @deftypefnx {Function File} {[@var{samples}, @var{channels}] =} wavread (@var{filename}, "size")
-+## @code{[@var{samples}, @var{channels}] = wavread (@var{filename}, "size")}
- ## Return the number of samples (@var{n}) and channels (@var{ch})
- ## instead of the audio data.
- ## @seealso{wavwrite}
diff --git a/octave/patches/patch-scripts_io_strread.m b/octave/patches/patch-scripts_io_strread.m
deleted file mode 100644
index 03d5ca3..0000000
--- a/octave/patches/patch-scripts_io_strread.m
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-scripts_io_strread.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/io/strread.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/io/strread.m
-@@ -39,7 +39,7 @@
- ## @item %s
- ## The word is parsed as a string.
- ##
--## @itemx %f
-+## @item %f
- ## @itemx %n
- ## The word is parsed as a number and converted to double.
- ##
diff --git a/octave/patches/patch-scripts_miscellaneous_getappdata.m b/octave/patches/patch-scripts_miscellaneous_getappdata.m
deleted file mode 100644
index 9cf0f2f..0000000
--- a/octave/patches/patch-scripts_miscellaneous_getappdata.m
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-scripts_miscellaneous_getappdata.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/miscellaneous/getappdata.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/miscellaneous/getappdata.m
-@@ -16,10 +16,12 @@
- 
- ## -*- texinfo -*-
- ## @deftypefn {Function File} {@var{value} =} getappdata (@var{h}, @var{name})
-+## @deftypefnx {Function File} {@var{appdata} =} getappdata (@var{h})
-+## 
- ## Return the @var{value} for named application data for the object(s) with
- ## handle(s) @var{h}.
--## @deftypefnx {Function File} {@var{appdata} =} getappdata (@var{h})
--## Return a structure, @var{appdata}, whose fields correspond to the appdata
-+## 
-+## @code{getappdata(@var{h})} returns a structure, @var{appdata}, whose fields correspond to the appdata
- ## properties.
- ## @end deftypefn
- 
diff --git a/octave/patches/patch-scripts_miscellaneous_license.m b/octave/patches/patch-scripts_miscellaneous_license.m
deleted file mode 100644
index e3729a8..0000000
--- a/octave/patches/patch-scripts_miscellaneous_license.m
+++ /dev/null
@@ -1,46 +0,0 @@
-$NetBSD: patch-scripts_miscellaneous_license.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/miscellaneous/license.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/miscellaneous/license.m
-@@ -18,20 +18,26 @@
- 
- ## -*- texinfo -*-
- ## @deftypefn {Function File} {} license
-+## @deftypefnx {Function File} {} license ("inuse")
-+## @deftypefnx {Function File} {@var{retval} =} license ("inuse")
-+## @deftypefnx {Function File} {@var{retval} =} license ("test", @var{feature})
-+## @deftypefnx {Function File} {} license ("test", @var{feature}, @var{toggle})
-+## @deftypefnx {Function File} {@var{retval} =} license ("checkout", @var{feature})
-+## 
- ## Display the license of Octave.
- ##
--## @deftypefnx {Function File} {} license ("inuse")
-+## @code{license ("inuse")}
- ## Display a list of packages currently being used.
- ##
--## @deftypefnx {Function File} {@var{retval} =} license ("inuse")
-+## @code{@var{retval} = license ("inuse")}
- ## Return a structure containing the fields @code{feature} and @code{user}.
- ##
--## @deftypefnx {Function File} {@var{retval} =} license ("test", @var{feature})
-+## @code{@var{retval} = license ("test", @var{feature})}
- ## Return 1 if a license exists for the product identified by the string
- ## @var{feature} and 0 otherwise.  The argument @var{feature} is case
- ## insensitive and only the first 27 characters are checked.
- ##
--## @deftypefnx {Function File} {} license ("test", @var{feature}, @var{toggle})
-+## @code{license ("test", @var{feature}, @var{toggle})}
- ## Enable or disable license testing for @var{feature}, depending on
- ## @var{toggle}, which may be one of:
- ##
-@@ -44,7 +50,7 @@
- ## Future tests for the specified license of @var{feature} return 0.
- ## @end table
- ##
--## @deftypefnx {Function File} {@var{retval} =} license ("checkout", @var{feature})
-+## @code{@var{retval} = license ("checkout", @var{feature})}
- ## Check out a license for @var{feature}, returning 1 on success and 0
- ## on failure.
- ##
diff --git a/octave/patches/patch-scripts_miscellaneous_ver.m b/octave/patches/patch-scripts_miscellaneous_ver.m
deleted file mode 100644
index cb07769..0000000
--- a/octave/patches/patch-scripts_miscellaneous_ver.m
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-scripts_miscellaneous_ver.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/miscellaneous/ver.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/miscellaneous/ver.m
-@@ -18,11 +18,15 @@
- 
- ## -*- texinfo -*-
- ## @deftypefn {Function File} {} ver ()
-+## @deftypefnx {Function File} {v =} ver ()
-+## @deftypefnx {Function File} {v =} ver ("Octave")
-+## @deftypefnx {Function File} {v =} ver (@var{package})
-+## 
- ## Display a header containing the current Octave version number, license
- ## string and operating system, followed by the installed package names,
- ## versions, and installation directories.
- ##
--## @deftypefnx {Function File} {v =} ver ()
-+## @code{v = ver ()}
- ## Return a vector of structures, respecting Octave and each installed package.
- ## The structure includes the following fields.
- ##
-@@ -40,10 +44,10 @@
- ## Date respecting the version/revision.
- ## @end table
- ##
--## @deftypefnx {Function File} {v =} ver ("Octave")
-+## @code{v = ver ("Octave")}
- ## Return version information for Octave only.
- ##
--## @deftypefnx {Function File} {v =} ver (@var{package})
-+## @code{v = ver (@var{package})}
- ## Return version information for @var{package}.
- ##
- ## @seealso{version, octave_config_info}
diff --git a/octave/patches/patch-scripts_pkg_pkg.m b/octave/patches/patch-scripts_pkg_pkg.m
deleted file mode 100644
index 6eb98d9..0000000
--- a/octave/patches/patch-scripts_pkg_pkg.m
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-scripts_pkg_pkg.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Provide path to GNU make, since this is what assumed here.
-
---- scripts/pkg/pkg.m.orig	2012-03-09 21:20:48.000000000 +0000
-+++ scripts/pkg/pkg.m
-@@ -1379,7 +1379,8 @@ function configure_make (desc, packdir, 
- 
-     ## Make.
-     if (exist (fullfile (src, "Makefile"), "file"))
--      [status, output] = shell (cstrcat (scenv, "make -C '", src, "'"));
-+      make = "@GMAKE@"
-+      [status, output] = shell (cstrcat (scenv, make, " -C '", src, "'"));
-       if (status != 0)
-         rm_rf (desc.dir);
-         error ("'make' returned the following error: %s", output);
diff --git a/octave/patches/patch-scripts_plot_daspect.m b/octave/patches/patch-scripts_plot_daspect.m
deleted file mode 100644
index e9774d1..0000000
--- a/octave/patches/patch-scripts_plot_daspect.m
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-scripts_plot_daspect.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/plot/daspect.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/plot/daspect.m
-@@ -18,22 +18,23 @@
- 
- ## -*- texinfo -*-
- ## @deftypefn {Function File} {} daspect (@var{data_aspect_ratio})
--## Set the data aspect ratio of the current axes.  The aspect ratio is
--## a normalized 3-element vector representing the span of the x, y, and
--## z-axes limits.
--##
--## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ( )
--## Return the data aspect ratio of the current axes.
--##
-+## @deftypefnx {Function File} {@var{data_aspect_ratio} =} daspect ()
- ## @deftypefnx {Function File} {} daspect (@var{mode})
--## Set the data aspect ratio mode of the current axes.
--##
- ## @deftypefnx {Function File} {@var{data_aspect_ratio_mode} =} daspect ("mode")
--## Return the data aspect ratio mode of the current axes.
--##
- ## @deftypefnx {Function File} {} daspect (@var{hax}, @dots{})
--## Use the axes, with handle @var{hax}, instead of the current axes.
--##
-+## @code{daspect} sets the data aspect ratio of the current axes.  The aspect 
-+## ratio is a normalized 3-element vector representing the span of the x, y, and
-+## z-axes limits.
-+## 
-+## When called without any arguments it returns data aspect ratio of the current axes.
-+## 
-+## @code{(daspect (@var{mode}))} sets the data aspect ratio mode of the current axes.
-+## 
-+## @code{daspect ("mode")} returns the data aspect ratio mode of the current axes.
-+## 
-+## @code{daspect (@var{hax}, @dots{})} uses the axes, with handle @var{hax},
-+## instead of the current axes.
-+## 
- ## @seealso{axis, pbaspect, xlim, ylim, zlim}
- ## @end deftypefn
- 
diff --git a/octave/patches/patch-scripts_plot_legend.m b/octave/patches/patch-scripts_plot_legend.m
deleted file mode 100644
index ca4a415..0000000
--- a/octave/patches/patch-scripts_plot_legend.m
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-scripts_plot_legend.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/plot/legend.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/plot/legend.m
-@@ -86,7 +86,7 @@
- ## @item "hide"
- ##   Hide legend on the plot
- ##
--## @itemx "toggle"
-+## @item "toggle"
- ##   Toggles between "hide" and "show"
- ##
- ## @item "boxon"
-@@ -101,7 +101,7 @@
- ## @item "right"
- ##   Place text to the right of the keys
- ##
--## @itemx "off"
-+## @item "off"
- ##   Delete the legend object
- ## @end table
- ## @end deftypefn
diff --git a/octave/patches/patch-scripts_plot_pbaspect.m b/octave/patches/patch-scripts_plot_pbaspect.m
deleted file mode 100644
index 5bb3127..0000000
--- a/octave/patches/patch-scripts_plot_pbaspect.m
+++ /dev/null
@@ -1,42 +0,0 @@
-$NetBSD: patch-scripts_plot_pbaspect.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/plot/pbaspect.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/plot/pbaspect.m
-@@ -18,21 +18,24 @@
- 
- ## -*- texinfo -*-
- ## @deftypefn {Function File} {} pbaspect (@var{plot_box_aspect_ratio})
--## Set the plot box aspect ratio of the current axes.  The aspect ratio
--## is a normalized 3-element vector representing the rendered lengths of
--## the x, y, and z-axes.
--##
- ## @deftypefnx {Function File} {@var{plot_box_aspect_ratio} =} pbaspect ( )
--## Return the plot box aspect ratio of the current axes.
--##
- ## @deftypefnx {Function File} {} pbaspect (@var{mode})
--## Set the plot box aspect ratio mode of the current axes.
--##
- ## @deftypefnx {Function File} {@var{plot_box_aspect_ratio_mode} =} pbaspect ("mode")
--## Return the plot box aspect ratio mode of the current axes.
--##
- ## @deftypefnx {Function File} {} pbaspect (@var{hax}, @dots{})
--## Use the axes, with handle @var{hax}, instead of the current axes.
-+## 
-+## Set the plot box aspect ratio of the current axes.  The aspect ratio
-+## is a normalized 3-element vector representing the rendered lengths of
-+## the x, y, and z-axes.
-+## 
-+## When called without any arguments, returns the plot box aspect ratio of 
-+## the current axes.
-+## 
-+## @code{pbaspect(@var{mode})} sets the plot box aspect ratio mode of the current axes.
-+## 
-+## @code{pbaspect ("mode")} returns the plot box aspect ratio mode of the current axes.
-+## 
-+## @code{pbaspect (@var{hax}, @dots{})} uses the axes, with handle @var{hax}, instead 
-+## of the current axes.
- ##
- ## @seealso{axis, daspect, xlim, ylim, zlim}
- ## @end deftypefn
diff --git a/octave/patches/patch-scripts_plot_print.m b/octave/patches/patch-scripts_plot_print.m
deleted file mode 100644
index dbb61e8..0000000
--- a/octave/patches/patch-scripts_plot_print.m
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-scripts_plot_print.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/plot/print.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/plot/print.m
-@@ -184,11 +184,11 @@
- ## is sent to a file the size is determined by the plot box defined by
- ## the figure's "paperposition" property.
- ##
--## @itemx -append
-+## @item -append
- ##   Appends the PS, or PDF output to a pre-existing file of the
- ## same type.
- ##
--## @itemx -r@var{NUM}
-+## @item -r@var{NUM}
- ##   Resolution of bitmaps in pixels per inch.  For both metafiles and
- ## SVG the default is the screen resolution, for other it is 150 dpi.
- ## To specify screen resolution, use "-r0".
diff --git a/octave/patches/patch-scripts_polynomial_polyval.m b/octave/patches/patch-scripts_polynomial_polyval.m
deleted file mode 100644
index bc02419..0000000
--- a/octave/patches/patch-scripts_polynomial_polyval.m
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-scripts_polynomial_polyval.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/polynomial/polyval.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/polynomial/polyval.m
-@@ -19,19 +19,21 @@
- ## -*- texinfo -*-
- ## @deftypefn  {Function File} {@var{y} =} polyval (@var{p}, @var{x})
- ## @deftypefnx {Function File} {@var{y} =} polyval (@var{p}, @var{x}, [], @var{mu})
-+## @deftypefnx {Function File} {[@var{y}, @var{dy}] =} polyval (@var{p}, @var{x}, @var{s})
-+## @deftypefnx {Function File} {[@var{y}, @var{dy}] =} polyval (@var{p}, @var{x}, @var{s}, @var{mu})
-+## 
- ## Evaluate the polynomial @var{p} at the specified values of @var{x}.  When
- ## @var{mu} is present, evaluate the polynomial for
- ## (@var{x}-@var{mu}(1))/@var{mu}(2).
- ## If @var{x} is a vector or matrix, the polynomial is evaluated for each of
- ## the elements of @var{x}.
- ## 
--## @deftypefnx {Function File} {[@var{y}, @var{dy}] =} polyval (@var{p}, @var{x}, @var{s})
--## @deftypefnx {Function File} {[@var{y}, @var{dy}] =} polyval (@var{p}, @var{x}, @var{s}, @var{mu})
- ## In addition to evaluating the polynomial, the second output
- ## represents the prediction interval, @var{y} +/- @var{dy}, which
- ## contains at least 50% of the future predictions.  To calculate the
- ## prediction interval, the structured variable @var{s}, originating
- ## from @code{polyfit}, must be supplied.
-+## 
- ## @seealso{polyvalm, polyaffine, polyfit, roots, poly}
- ## @end deftypefn
- 
diff --git a/octave/patches/patch-scripts_set_union.m b/octave/patches/patch-scripts_set_union.m
deleted file mode 100644
index 396d4be..0000000
--- a/octave/patches/patch-scripts_set_union.m
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-scripts_set_union.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/set/union.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/set/union.m
-@@ -20,6 +20,8 @@
- ## -*- texinfo -*-
- ## @deftypefn  {Function File} {} union (@var{a}, @var{b})
- ## @deftypefnx {Function File} {} union (@var{a}, @var{b}, "rows")
-+## @deftypefnx {Function File} {[@var{c}, @var{ia}, @var{ib}] =} union (@var{a}, @var{b})
-+##
- ## Return the set of elements that are in either of the sets @var{a} and
- ## @var{b}.  @var{a}, @var{b} may be cell arrays of string(s).
- ## For example:
-@@ -44,7 +46,6 @@
- ## @end group
- ## @end example
- ##
--## @deftypefnx {Function File} {[@var{c}, @var{ia}, @var{ib}] =} union (@var{a}, @var{b})
- ##
- ## Return index vectors @var{ia} and @var{ib} such that @code{a(ia)} and
- ## @code{b(ib)} are disjoint sets whose union is @var{c}.
diff --git a/octave/patches/patch-scripts_signal_freqz.m b/octave/patches/patch-scripts_signal_freqz.m
deleted file mode 100644
index 0bc1864..0000000
--- a/octave/patches/patch-scripts_signal_freqz.m
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-scripts_signal_freqz.m,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- scripts/signal/freqz.m.orig	2013-02-21 20:19:24.000000000 +0000
-+++ scripts/signal/freqz.m
-@@ -18,6 +18,10 @@
- 
- ## -*- texinfo -*-
- ## @deftypefn {Function File} {[@var{h}, @var{w}] =} freqz (@var{b}, @var{a}, @var{n}, "whole")
-+## @deftypefnx {Function File} {@var{h} =} freqz (@var{b}, @var{a}, @var{w})
-+## @deftypefnx {Function File} {[@dots{}] =} freqz (@dots{}, @var{Fs})
-+## @deftypefnx {Function File} {} freqz (@dots{})
-+## 
- ## Return the complex frequency response @var{h} of the rational IIR filter
- ## whose numerator and denominator coefficients are @var{b} and @var{a},
- ## respectively.  The response is evaluated at @var{n} angular frequencies
-@@ -49,16 +53,16 @@
- ## For fastest computation, @var{n} should factor into a small number of
- ## small primes.
- ##
--## @deftypefnx {Function File} {@var{h} =} freqz (@var{b}, @var{a}, @var{w})
-+## @code{freqz (@var{b}, @var{a}, @var{w})}
- ## Evaluate the response at the specific frequencies in the vector @var{w}.
- ## The values for @var{w} are measured in radians.
- ##
--## @deftypefnx {Function File} {[@dots{}] =} freqz (@dots{}, @var{Fs})
-+## @code{[@dots{}] = freqz (@dots{}, @var{Fs})}
- ## Return frequencies in Hz instead of radians assuming a sampling rate
- ## @var{Fs}.  If you are evaluating the response at specific frequencies
- ## @var{w}, those frequencies should be requested in Hz rather than radians.
- ##
--## @deftypefnx {Function File} {} freqz (@dots{})
-+## @code{freqz (@dots{})}
- ## Plot the pass band, stop band and phase response of @var{h} rather
- ## than returning them.
- ## @end deftypefn
diff --git a/octave/patches/patch-src_DLD-FUNCTIONS_rand.cc b/octave/patches/patch-src_DLD-FUNCTIONS_rand.cc
deleted file mode 100644
index fa5c609..0000000
--- a/octave/patches/patch-src_DLD-FUNCTIONS_rand.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_DLD-FUNCTIONS_rand.cc,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
---- src/DLD-FUNCTIONS/rand.cc.orig	2013-09-14 19:43:59.000000000 +0000
-+++ src/DLD-FUNCTIONS/rand.cc
-@@ -1032,10 +1032,10 @@ rand(). All permutations are equally lik
- @end deftypefn")
- {
- 
--#ifdef USE_UNORDERED_MAP_WITH_TR1
--using std::tr1::unordered_map;
--#else
-+#if defined (HAVE_UNORDERED_MAP)
- using std::unordered_map;
-+#else
-+using std::tr1::unordered_map;
- #endif
- 
-   int nargin = args.length ();
diff --git a/octave/patches/patch-src_dirfns.cc b/octave/patches/patch-src_dirfns.cc
deleted file mode 100644
index 28b3fe3..0000000
--- a/octave/patches/patch-src_dirfns.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_dirfns.cc,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
-Texinfo 5.x compatibility.
-
---- src/dirfns.cc.orig	2013-02-21 20:19:24.000000000 +0000
-+++ src/dirfns.cc
-@@ -555,9 +555,9 @@ them, or an empty cell array if no patte
- interpreted as filename globbing patterns (as they are used by Unix shells).\n\
- Within a pattern\n\
- @table @code\n\
--@itemx *\n\
-+@item *\n\
- matches any string, including the null string,\n\
--@itemx ?\n\
-+@item ?\n\
- matches any single character, and\n\
- \n\
- @item [@dots{}]\n\
diff --git a/octave/patches/patch-src_oct-conf.h.in b/octave/patches/patch-src_oct-conf.h.in
deleted file mode 100644
index 7bb363a..0000000
--- a/octave/patches/patch-src_oct-conf.h.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_oct-conf.h.in,v 1.1 2014/10/20 22:15:32 outpaddling Exp $
-
---- src/oct-conf.h.in.orig	2011-09-01 13:39:19.000000000 +0000
-+++ src/oct-conf.h.in
-@@ -541,7 +541,7 @@ along with Octave; see the file COPYING.
- #endif
- 
- #ifndef OCTAVE_CONF_config_opts
--#define OCTAVE_CONF_config_opts %OCTAVE_CONF_config_opts%
-+#define OCTAVE_CONF_config_opts ""
- #endif
- 
- #endif



Home | Main Index | Thread Index | Old Index