Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2016 08:18:36 +0000 (UTC)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405533 - in head/math/octave: . files
Message-ID:  <201601080818.u088IaKI052682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Fri Jan  8 08:18:36 2016
New Revision: 405533
URL: https://svnweb.freebsd.org/changeset/ports/405533

Log:
  Update to 4.0.0
  
  PR:		201737 (partially)
  Submitted by:	you.akira.noda@gmail.com

Modified:
  head/math/octave/Makefile
  head/math/octave/distinfo
  head/math/octave/files/patch-scripts+pkg+private+configure__make.m
  head/math/octave/pkg-plist

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Fri Jan  8 06:20:27 2016	(r405532)
+++ head/math/octave/Makefile	Fri Jan  8 08:18:36 2016	(r405533)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave
-PORTVERSION=	3.8.2
-PORTREVISION=	5
+PORTVERSION=	4.0.0
 CATEGORIES=	math
 MASTER_SITES=	GNU
 
@@ -35,10 +34,11 @@ LIB_DEPENDS=	libGraphicsMagick.so:${PORT
 		libgl2ps.so:${PORTSDIR}/print/gl2ps \
 		libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
 
-USES=		charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2
+USES=		charsetfix fortran gmake libtool perl5 pkgconfig tar:xz
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_TEX=	dvipsk:build
+USE_GCC=	yes
 GNU_CONFIGURE=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+

Modified: head/math/octave/distinfo
==============================================================================
--- head/math/octave/distinfo	Fri Jan  8 06:20:27 2016	(r405532)
+++ head/math/octave/distinfo	Fri Jan  8 08:18:36 2016	(r405533)
@@ -1,2 +1,2 @@
-SHA256 (octave-3.8.2.tar.bz2) = 83bbd701aab04e7e57d0d5b8373dd54719bebb64ce0a850e69bf3d7454f33bae
-SIZE (octave-3.8.2.tar.bz2) = 17834980
+SHA256 (octave-4.0.0.tar.xz) = cf6be2fac6796fda68971e249c96d026ce4a1b0ed074ce49a5791365a958c474
+SIZE (octave-4.0.0.tar.xz) = 15759196

Modified: head/math/octave/files/patch-scripts+pkg+private+configure__make.m
==============================================================================
--- head/math/octave/files/patch-scripts+pkg+private+configure__make.m	Fri Jan  8 06:20:27 2016	(r405532)
+++ head/math/octave/files/patch-scripts+pkg+private+configure__make.m	Fri Jan  8 08:18:36 2016	(r405533)
@@ -1,11 +1,11 @@
---- scripts/pkg/private/configure_make.m.orig	2014-01-20 06:14:25.000000000 -0700
-+++ scripts/pkg/private/configure_make.m	2014-01-20 06:16:15.000000000 -0700
-@@ -75,7 +75,7 @@
+--- scripts/pkg/private/configure_make.m~	2016-01-08 13:18:07.395384102 +0900
++++ scripts/pkg/private/configure_make.m	2016-01-08 13:18:53.562389185 +0900
+@@ -88,7 +88,7 @@
+     endif
  
-     ## Make.
      if (exist (fullfile (src, "Makefile"), "file"))
--      [status, output] = shell ([scenv "make -C '" src "'"], verbose);
-+      [status, output] = shell ([scenv "gmake -C '" src "'"], verbose);
+-      [status, output] = shell (sprintf ("%s make --jobs %i --directory '%s'",
++      [status, output] = shell (sprintf ("%s gmake --jobs %i --directory '%s'",
+                                          scenv, jobs, src), verbose);
        if (status != 0)
          rmdir (desc.dir, "s");
-         disp (output);

Modified: head/math/octave/pkg-plist
==============================================================================
--- head/math/octave/pkg-plist	Fri Jan  8 06:20:27 2016	(r405532)
+++ head/math/octave/pkg-plist	Fri Jan  8 08:18:36 2016	(r405533)
@@ -1,17 +1,14 @@
-bin/mkoctfile
-bin/mkoctfile-%%OCTAVE_VERSION%%
-bin/octave
-bin/octave-%%OCTAVE_VERSION%%
-bin/octave-cli
-bin/octave-cli-%%OCTAVE_VERSION%%
-bin/octave-config
-bin/octave-config-%%OCTAVE_VERSION%%
+%%QT_BINDIR%%/mkoctfile
+%%QT_BINDIR%%/mkoctfile-%%OCTAVE_VERSION%%
+%%QT_BINDIR%%/octave
+%%QT_BINDIR%%/octave-%%OCTAVE_VERSION%%
+%%QT_BINDIR%%/octave-cli
+%%QT_BINDIR%%/octave-cli-%%OCTAVE_VERSION%%
+%%QT_BINDIR%%/octave-config
+%%QT_BINDIR%%/octave-config-%%OCTAVE_VERSION%%
 include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h
 include/octave-%%OCTAVE_VERSION%%/octave/Array.cc
 include/octave-%%OCTAVE_VERSION%%/octave/Array.h
-include/octave-%%OCTAVE_VERSION%%/octave/Array2.h
-include/octave-%%OCTAVE_VERSION%%/octave/Array3.h
-include/octave-%%OCTAVE_VERSION%%/octave/ArrayN.h
 include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h
 include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h
 include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h
@@ -49,8 +46,6 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h
 include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc
 include/octave-%%OCTAVE_VERSION%%/octave/MArray.h
-include/octave-%%OCTAVE_VERSION%%/octave/MArray2.h
-include/octave-%%OCTAVE_VERSION%%/octave/MArrayN.h
 include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc
 include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h
 include/octave-%%OCTAVE_VERSION%%/octave/MSparse-defs.h
@@ -67,6 +62,7 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/Quad.h
 include/octave-%%OCTAVE_VERSION%%/octave/Range.h
 include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h
+include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-decls.h
 include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h
 include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h
 include/octave-%%OCTAVE_VERSION%%/octave/Sparse.cc
@@ -98,6 +94,7 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h
 include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h
 include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h
+include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h
 include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h
 include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h
 include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h
@@ -210,7 +207,7 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h
 include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h
 include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h
-include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h
+include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-%%QT_BINDIR%%ary.h
 include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h
 include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h
 include/octave-%%OCTAVE_VERSION%%/octave/mex.h
@@ -547,10 +544,9 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h
 include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h
 include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h
-include/octave-%%OCTAVE_VERSION%%/octave/mxarray.in.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-base64.h
-include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-%%QT_BINDIR%%map.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-conf-post.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h
@@ -563,6 +559,7 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/oct-gperf.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-handle.h
+include/octave-%%OCTAVE_VERSION%%/octave/oct-hdf5-id.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-hdf5.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes.h
@@ -571,7 +568,6 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-md5.h
-include/octave-%%OCTAVE_VERSION%%/octave/oct-mem.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-mutex.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-norm.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h
@@ -596,6 +592,7 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct-uname.h
 include/octave-%%OCTAVE_VERSION%%/octave/oct.h
+include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h
 include/octave-%%OCTAVE_VERSION%%/octave/octave-link.h
 include/octave-%%OCTAVE_VERSION%%/octave/octave.h
 include/octave-%%OCTAVE_VERSION%%/octave/op-dm-template.cc
@@ -622,6 +619,7 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-class.h
+include/octave-%%OCTAVE_VERSION%%/octave/ov-classdef.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h
 include/octave-%%OCTAVE_VERSION%%/octave/ov-cs-list.h
@@ -676,11 +674,12 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-array-list.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h
-include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-%%QT_BINDIR%%op.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h
-include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-c%%QT_BINDIR%%op.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-classdef.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h
@@ -689,6 +688,7 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h
+include/octave-%%OCTAVE_VERSION%%/octave/pt-funcall.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h
 include/octave-%%OCTAVE_VERSION%%/octave/pt-jit.h
@@ -784,25 +784,27 @@ include/octave-%%OCTAVE_VERSION%%/octave
 include/octave-%%OCTAVE_VERSION%%/octave/xpow.h
 include/octave-%%OCTAVE_VERSION%%/octave/zfstream.h
 lib/octave/%%OCTAVE_VERSION%%/liboctave.so
-lib/octave/%%OCTAVE_VERSION%%/liboctave.so.2
-lib/octave/%%OCTAVE_VERSION%%/liboctave.so.2.0.0
+lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3
+lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3.0.0
 lib/octave/%%OCTAVE_VERSION%%/liboctgui.so
-lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.0
-lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.0.0.0
+lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1
+lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1.0.0
 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so
-lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.2
-lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.2.0.0
+lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3
+lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3.0.0
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__delaunayn__.oct
-lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__dsearchn__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__eigs__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__fltk_uigetfile__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__glpk__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_fltk__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__init_gnuplot__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__magick_read__.oct
+lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__osmesa_print__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct
+lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audiodevinfo.oct
+lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audioread.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ccolamd.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colamd.oct
@@ -812,23 +814,24 @@ lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symbfact.oct
 lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/symrcm.oct
-lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/tsearch.oct
 libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-gui
 man/man1/mkoctfile.1.gz
 man/man1/octave-cli.1.gz
 man/man1/octave-config.1.gz
 man/man1/octave.1.gz
+share/appdata/www.octave.org-octave.appdata.xml
 share/applications/www.octave.org-octave.desktop
 %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
 %%PORTDOCS%%%%DOCSDIR%%/octave.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
-%%DATADIR%%/imagelib
+share/icons/hicolor/scalable/apps/octave.svg
+share/icons/hicolor/x/apps/octave.png
+%%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/config.log
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/default-qt-settings
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/doc-cache
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/macros.texi
@@ -869,6 +872,10 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func3.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/@foo/foo.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/class-concat/class-concat.tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/classdef.tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_method_changes_property_size.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_static_method_constant_property.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_value_class.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/Blork.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/bleek.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/display.m
@@ -957,6 +964,8 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/saveobj.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/set.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/classes.tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colormaps.tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/complex.tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/derived.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/parent.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/other.m
@@ -968,13 +977,13 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/diag-perm.tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/error.tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/eval-catch.tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@derived/derived.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@other/getsize_arrayfun.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@other/getsize_cellfun.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@other/getsize_loop.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@other/other.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@parent/numel.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@parent/parent.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/numel.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/for.tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/func.tst
@@ -1001,121 +1010,130 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/try.tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/unwind.tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/while.tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__contourc__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dispatch__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__qp__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/besselj.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/betainc.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/conv2.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dassl.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/data.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/defaults.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/det.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dirfns.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dlmread.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dot.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/eig.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ellipj.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft2.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/filter.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/find.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gammainc.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gcd.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/givens.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/graphics.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hess.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hex2num.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/inv.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/kron.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lookup.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lsode.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lu.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/luinc.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mappers.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/matrix_type.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/max.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/md5sum.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mgorth.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/nproc.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/oct-map.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pinv.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pr-output.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quad.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quadcc.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/qz.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rand.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rcond.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/regexp.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/schur.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sighandlers.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sparse-xpow.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/spparms.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sqrtm.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/str2double.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfind.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfns.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sub2ind.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/svd.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/syl.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symtab.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/syscalls.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sysdep.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/time.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/toplev.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/tril.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/utils.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/variables.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__dsearchn__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__magick_read__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/chol.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/convhulln.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/dmperm.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/fftw.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/qr.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/tsearch.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-base.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cell.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-class.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-inline.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-flt-re-mat.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int16.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int32.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int64.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int8.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-java.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-null-mat.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-oncleanup.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-range.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-re-mat.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-struct.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-typeinfo.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint16.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint32.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint64.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint8.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-usr-fcn.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/lex.ll-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.in.yy-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-assign.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-binop.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-eval.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-idx.cc-tst
-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-mat.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/Cell.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__contourc__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__dispatch__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__dsearchn__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__ichol__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__ilu__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__lin_interpn__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__pchip_deriv__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__qp__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/besselj.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/betainc.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/bitfcns.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/bsxfun.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/cellfun.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/conv2.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dassl.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/data.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/defaults.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/det.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dirfns.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dlmread.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dot.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/eig.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/ellipj.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/fft.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/fft2.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/file-io.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/filter.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/find.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/gammainc.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/gcd.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/givens.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/graphics.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/hess.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/hex2num.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/inv.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/kron.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/lookup.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/lsode.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/lu.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/luinc.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/mappers.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/matrix_type.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/max.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/md5sum.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/mgorth.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/nproc.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/oct-map.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/ordschur.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/pinv.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/pr-output.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/quad.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/quadcc.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/qz.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/rand.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/rcond.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/regexp.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/schur.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sighandlers.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sparse-xpow.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/spparms.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sqrtm.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/str2double.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/strfind.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/strfns.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sub2ind.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/svd.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sylvester.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/symtab.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/syscalls.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sysdep.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/time.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/toplev.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/tril.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/tsearch.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/utils.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/variables.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__delaunayn__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__fltk_uigetfile__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__glpk__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__magick_read__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__osmesa_print__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__voronoi__.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/amd.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/audiodevinfo.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/chol.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/convhulln.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/dmperm.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/fftw.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/qr.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-base.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-bool-mat.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-cell.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-class.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-cx-diag.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-fcn-handle.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-fcn-inline.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-flt-re-mat.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int16.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int32.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int64.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int8.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-java.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-null-mat.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-oncleanup.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-range.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-re-mat.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-struct.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-typeinfo.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint16.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint32.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint64.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint8.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-usr-fcn.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/lex.ll-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/oct-parse.in.yy-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-assign.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-%%QT_BINDIR%%op.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-eval.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-fcn-handle.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-idx.cc-tst
+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-mat.cc-tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Array.cc-tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CMatrix.cc-tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CSparse.cc-tst
@@ -1128,7 +1146,6 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/util/oct-inttypes.cc-tst
 %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img
 %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico
-%%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.png
 %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.svg
 %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-sombrero.png
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/be_BY.qm
@@ -1136,6 +1153,8 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/en_US.qm
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/es_ES.qm
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/fr_FR.qm
+%%DATADIR%%/%%OCTAVE_VERSION%%/locale/it_IT.qm
+%%DATADIR%%/%%OCTAVE_VERSION%%/locale/ja_JP.qm
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/nl_NL.qm
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/pt_BR.qm
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/pt_PT.qm
@@ -1143,7 +1162,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/uk_UA.qm
 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/zh_CN.qm
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/binary.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/%%QT_BINDIR%%ary.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/cd.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/close.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/delete.m
@@ -1157,22 +1176,53 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/rename.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/rmdir.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/saveobj.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/__get_properties__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/audioplayer.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/display.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/get.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/isplaying.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/pause.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/play.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/playblocking.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/resume.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/set.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/stop.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/subsasgn.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/subsref.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/__get_properties__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/audiorecorder.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/display.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/get.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/getaudiodata.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/getplayer.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/isrecording.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/pause.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/play.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/record.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/recordblocking.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/resume.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/set.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/stop.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/subsasgn.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/subsref.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/lin2mu.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/loadaudio.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/mu2lin.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/playaudio.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/record.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/saveaudio.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/setaudio.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/sound.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavread.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavwrite.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/__error_text__.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/cor.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/corrcoef.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/cut.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/PKG_ADD
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/bicubic.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/default_save_options.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/error_text.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/delaunay3.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/dump_prefs.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/find_dir_in_path.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/finite.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/fmod.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/fnmatch.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/gen_doc_cache.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/gmap40.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/interp1q.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/isequalwithequalnans.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/isstr.m
@@ -1183,13 +1233,19 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/java_unsigned_conversion.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/javafields.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/javamethods.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/polyderiv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/loadaudio.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/luinc.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/mouse_wheel_zoom.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/nfields.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/octave_tmp_file_name.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/playaudio.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/re_read_readline_init_file.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/read_readline_init_file.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/saveaudio.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/saving_history.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/shell_cmd.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/studentize.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/sylvester_matrix.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/setaudio.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/syl.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/usage.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acosd.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acot.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acotd.m
@@ -1217,8 +1273,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/tand.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumarray.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumdim.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bicubic.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bincoeff.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/%%QT_BINDIR%%coeff.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m
@@ -1239,26 +1294,22 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/display.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/divergence.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/fieldnames.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flip.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipdim.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/fliplr.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipud.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/gradient.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/idivide.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/inputParser.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/int2str.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interp1.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interp2.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interp3.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interpft.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/interpn.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isa.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/iscolumn.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isdir.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequal.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequaln.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isrow.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isscalar.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/issquare.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isvector.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/loadobj.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/methods.m
@@ -1294,9 +1345,9 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/subsindex.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/trapz.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/triplequad.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/validateattributes.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/convhull.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunay.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunay3.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunayn.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/dsearch.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/dsearchn.m
@@ -1317,6 +1368,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/msgbox.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__file_filter__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__fltk_file_filter__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__get_funcname__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__is_function__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetdir_fltk__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetfile_fltk__.m
@@ -1363,8 +1415,8 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/contrast.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cool.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/copper.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cubehelix.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/flag.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gmap40.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray2ind.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hot.m
@@ -1413,14 +1465,16 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textread.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textscan.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaArray.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_get.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_set.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaaddpath.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javachk.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javarmpath.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_get.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_set.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/usejava.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/bandwidth.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/condest.m
@@ -1428,9 +1482,13 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/expm.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/housh.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/isbanded.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/isdefinite.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/isdiag.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/ishermitian.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/issymmetric.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/istril.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/istriu.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/linsolve.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m
@@ -1451,7 +1509,6 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bzip2.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/cast.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/citation.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/colon.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/compare_versions.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m
@@ -1461,7 +1518,6 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/desktop.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dir.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dos.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/edit.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/error_ids.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fact.m
@@ -1491,11 +1547,13 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/movefile.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/namelengthmax.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/news.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/open.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/orderfields.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/pack.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/parseparams.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/perl.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__w2mpth__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__xzip__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/display_info_file.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/python.m
@@ -1510,7 +1568,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/symvar.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tar.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempdir.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tempname.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/tmpnam.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unpack.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/untar.m
@@ -1538,12 +1596,14 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/sqp.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/matlabroot.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/pathdef.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/path/private/getsavepath.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/savepath.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/pkg.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/build.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/configure_make.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/copy_files.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/create_pkgadddel.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/default_prefix.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/describe.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/dirempty.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/extract_pkg.m
@@ -1579,6 +1639,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/write_index.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__clabel__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__getlegenddata__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/annotation.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/axis.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/box.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/caxis.m
@@ -1717,31 +1778,35 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findall.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findfigs.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findobj.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/frame2im.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gca.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcbf.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcbo.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcf.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gco.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ginput.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_binary.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_%%QT_BINDIR%%ary.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/graphics_toolkit.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hdl2struct.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hggroup.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hgload.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hgsave.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hold.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/im2frame.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/isaxes.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/isfigure.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ishghandle.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ishold.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/isprop.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/linkaxes.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/linkprop.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/meshgrid.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ndgrid.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/newplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/pan.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/print.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/printd.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__add_default_menu__.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__fltk_ginput__.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__fltk_print__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__ghostscript__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_get_var__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_ginput__.m
@@ -1752,14 +1817,18 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_version__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__go_draw_axes__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__go_draw_figure__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__opengl_print__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__print_parse_opts__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__tight_eps_bbox__.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/refresh.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/refreshdata.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/rotate.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/rotate3d.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/saveas.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/shg.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/struct2hdl.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/subplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/zoom.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/compan.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/conv.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/deconv.m
@@ -1800,7 +1869,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/intersect.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/ismember.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/powerset.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/private/validargs.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/set/private/validsetargs.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/setdiff.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/setxor.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/union.m
@@ -1814,7 +1883,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/blackman.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/detrend.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/diffpara.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/dur%%QT_BINDIR%%levinson.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftconv.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftfilt.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m
@@ -1849,10 +1918,13 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/etreeplot.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/gmres.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/gplot.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/ichol.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/ilu.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/nonzeros.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/pcg.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/pcr.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/private/__sprand_impl__.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/qmr.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spaugment.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spconvert.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spdiags.m
@@ -1909,6 +1981,7 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kendall.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/kurtosis.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/logit.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/lscov.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mahalanobis.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mean.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m
@@ -1936,10 +2009,10 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binocdf.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binoinv.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binopdf.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binornd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%ocdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%oinv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%opdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%ornd.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m
@@ -1989,10 +2062,10 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logninv.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognpdf.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognrnd.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbincdf.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbininv.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinpdf.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinrnd.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%cdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%inv.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%pdf.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%rnd.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normcdf.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/norminv.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normpdf.m
@@ -2051,12 +2124,12 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/%%QT_BINDIR%%2dec.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/cstrcat.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m
-%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m
+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2%%QT_BINDIR%%.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
@@ -2106,12 +2179,13 @@ share/applications/www.octave.org-octave
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/is_leap_year.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/now.m
 %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m
+%%DATADIR%%/imagelib
 %%DATADIR%%/site/m/startup/octaverc
 @dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%
 @dir lib/octave/site/oct/%%GNU_HOST%%
-@dir lib/octave/site/oct/api-v49+/%%GNU_HOST%%
+@dir lib/octave/site/oct/api-v50+/%%GNU_HOST%%
 @dir libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%%
-@dir libexec/octave/api-v49+/site/exec/%%GNU_HOST%%
+@dir libexec/octave/api-v50+/site/exec/%%GNU_HOST%%
 @dir libexec/octave/site/exec/%%GNU_HOST%%
 @dir %%DATADIR%%/%%OCTAVE_VERSION%%/site/m
-@dir %%DATADIR%%/site/api-v49+/m
+@dir %%DATADIR%%/site/api-v50+/m



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