diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-03 23:42:35 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-03 23:42:35 +0000 |
commit | 4ebc7d7f8c68fc9bcdb167ac48f47b877c4e81ed (patch) | |
tree | d1a25b83cb28915d55417b0e4ebedf5ab3024d3a /math/octave | |
parent | a68f18cd9b491c6b52191a8ebde909e12ad9e16b (diff) |
- Update octave to 4.4.0.
- Either bump portrevision or mark broken for octave-forge-* ports.
- Bump port revision for octave-forge.
Notes
Notes:
svn path=/head/; revision=468999
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 13 | ||||
-rw-r--r-- | math/octave/Makefile.version | 2 | ||||
-rw-r--r-- | math/octave/distinfo | 6 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_find-defun-files.sh | 4 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_find-files-with-tests.sh | 2 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_mk-builtins.sh | 11 | ||||
-rw-r--r-- | math/octave/files/patch-build-aux_mk-octave-config-h.sh | 2 | ||||
-rw-r--r-- | math/octave/files/patch-configure | 180 | ||||
-rw-r--r-- | math/octave/files/patch-libinterp_corefcn_sysdep.cc | 8 | ||||
-rw-r--r-- | math/octave/files/patch-libinterp_mk-pkg-add | 11 | ||||
-rw-r--r-- | math/octave/files/patch-libinterp_mkops | 11 | ||||
-rw-r--r-- | math/octave/files/patch-scripts_mk-pkg-add | 11 | ||||
-rw-r--r-- | math/octave/files/patch-scripts_pkg_private_configure__make.m | 2 | ||||
-rw-r--r-- | math/octave/pkg-plist | 457 |
14 files changed, 315 insertions, 405 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index a5b3baa11f43..aa8d78369b61 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,6 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 2 CATEGORIES= math java MASTER_SITES= GNU @@ -37,7 +36,8 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libdrm.so:graphics/libdrm \ - libOSMesa.so:graphics/libosmesa + libOSMesa.so:graphics/libosmesa \ + libsundials_arkode.so:math/sundials USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ tar:xz compiler:c++14-lang @@ -59,8 +59,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ JAVA_HOME=${JAVA_HOME} \ MAKEINFO=${LOCALBASE}/bin/makeinfo \ - ac_cv_type_max_align_t=yes \ - with_OSMesa="-lOSMesa -ldrm" + ac_cv_type_max_align_t=yes CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ @@ -90,8 +89,6 @@ post-patch: ${REINPLACE_CMD} 's+-lcholmod+-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd ${LAPACKLIB}+' ${WRKSRC}/configure post-install: - ${INSTALL_DATA} ${WRKSRC}/etc/icons/octave.desktop \ - ${STAGEDIR}${DESKTOPDIR}/www.octave.org-octave.desktop (cd ${STAGEDIR}${DATADIR} && ${LN} -s ${PORTVERSION}/imagelib .) post-install-DOCS-on: @@ -101,6 +98,10 @@ post-install-DOCS-on: refcard/refcard-letter.ps interpreter/octave.ps ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} .endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/${INFO_PATH} +.for file in interpreter/octave.info liboctave/liboctave.info + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${PREFIX}/${INFO_PATH} +.endfor check regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check) diff --git a/math/octave/Makefile.version b/math/octave/Makefile.version index 8b51e6a92d81..1b9590ed19a1 100644 --- a/math/octave/Makefile.version +++ b/math/octave/Makefile.version @@ -1,5 +1,5 @@ # $FreeBSD$ # Version to share with ports depending on octave -OCTAVE_VERSION= 4.2.2 +OCTAVE_VERSION= 4.4.0 diff --git a/math/octave/distinfo b/math/octave/distinfo index 251efb88a0d6..b672c36b03ad 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1521063489 -SHA256 (octave-4.2.2.tar.xz) = a7cbbbdf139238ad8dd03fa1c8df9ad899ca8b61cbfdfda46a6b9795f6c2429c -SIZE (octave-4.2.2.tar.xz) = 18531988 +TIMESTAMP = 1525230670 +SHA256 (octave-4.4.0.tar.xz) = d6867c57bc108ae988106d3c3fb6a380b5be5fee61b23ceedf44051477e8f0bc +SIZE (octave-4.4.0.tar.xz) = 22000144 diff --git a/math/octave/files/patch-build-aux_find-defun-files.sh b/math/octave/files/patch-build-aux_find-defun-files.sh index 215f42db564b..e687ad32acf8 100644 --- a/math/octave/files/patch-build-aux_find-defun-files.sh +++ b/math/octave/files/patch-build-aux_find-defun-files.sh @@ -1,6 +1,6 @@ ---- build-aux/find-defun-files.sh.orig 2017-02-22 17:15:26 UTC +--- build-aux/find-defun-files.sh.orig 2018-04-30 17:03:56 UTC +++ build-aux/find-defun-files.sh -@@ -2,7 +2,7 @@ +@@ -20,7 +20,7 @@ set -e diff --git a/math/octave/files/patch-build-aux_find-files-with-tests.sh b/math/octave/files/patch-build-aux_find-files-with-tests.sh index fa5305c90b13..8c1eec5da578 100644 --- a/math/octave/files/patch-build-aux_find-files-with-tests.sh +++ b/math/octave/files/patch-build-aux_find-files-with-tests.sh @@ -1,4 +1,4 @@ ---- build-aux/find-files-with-tests.sh.orig 2017-02-22 18:01:55 UTC +--- build-aux/find-files-with-tests.sh.orig 2018-04-30 17:03:56 UTC +++ build-aux/find-files-with-tests.sh @@ -21,7 +21,7 @@ set -e diff --git a/math/octave/files/patch-build-aux_mk-builtins.sh b/math/octave/files/patch-build-aux_mk-builtins.sh deleted file mode 100644 index 2ae147889b47..000000000000 --- a/math/octave/files/patch-build-aux_mk-builtins.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- build-aux/mk-builtins.sh.orig 2017-02-22 18:01:55 UTC -+++ build-aux/mk-builtins.sh -@@ -20,7 +20,7 @@ - - set -e - --SED=${SED:-sed} -+SED=gsed - - defun_dld_are_built_in=false - make_header=false diff --git a/math/octave/files/patch-build-aux_mk-octave-config-h.sh b/math/octave/files/patch-build-aux_mk-octave-config-h.sh index c2213d9d6090..979402da1a59 100644 --- a/math/octave/files/patch-build-aux_mk-octave-config-h.sh +++ b/math/octave/files/patch-build-aux_mk-octave-config-h.sh @@ -1,4 +1,4 @@ ---- build-aux/mk-octave-config-h.sh.orig 2017-02-22 18:01:55 UTC +--- build-aux/mk-octave-config-h.sh.orig 2018-04-30 17:03:56 UTC +++ build-aux/mk-octave-config-h.sh @@ -22,7 +22,7 @@ # autoconf-generated config.h file. See the notes at the top of the diff --git a/math/octave/files/patch-configure b/math/octave/files/patch-configure index f0fa95cd7ddc..882fd47485f6 100644 --- a/math/octave/files/patch-configure +++ b/math/octave/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2017-02-22 18:18:36 UTC +--- configure.orig 2018-04-30 17:03:56 UTC +++ configure -@@ -17857,7 +17857,7 @@ $as_echo_n "checking whether the $compil +@@ -17720,7 +17720,7 @@ $as_echo_n "checking whether the $compil hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no @@ -9,7 +9,7 @@ module_cmds= module_expsym_cmds= old_archive_from_new_cmds= -@@ -18159,7 +18159,7 @@ _LT_EOF +@@ -18022,7 +18022,7 @@ _LT_EOF wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -18,7 +18,7 @@ fi ;; -@@ -18178,7 +18178,7 @@ _LT_EOF +@@ -18041,7 +18041,7 @@ _LT_EOF _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -27,7 +27,7 @@ else ld_shlibs=no fi -@@ -18207,7 +18207,7 @@ _LT_EOF +@@ -18070,7 +18070,7 @@ _LT_EOF if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -36,7 +36,7 @@ else ld_shlibs=no fi -@@ -18225,7 +18225,7 @@ _LT_EOF +@@ -18088,7 +18088,7 @@ _LT_EOF *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -45,7 +45,7 @@ else ld_shlibs=no fi -@@ -18874,7 +18874,7 @@ $as_echo "$lt_cv_irix_exported_symbol" > +@@ -18737,7 +18737,7 @@ $as_echo "$lt_cv_irix_exported_symbol" > hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' @@ -54,7 +54,7 @@ hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' else -@@ -19723,7 +19723,7 @@ freebsd* | dragonfly*) +@@ -19586,7 +19586,7 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) @@ -63,7 +63,7 @@ soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no -@@ -20867,7 +20867,7 @@ striplib= +@@ -20730,7 +20730,7 @@ striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } @@ -72,7 +72,7 @@ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -@@ -21119,7 +21119,7 @@ hardcode_automatic_CXX=no +@@ -20982,7 +20982,7 @@ hardcode_automatic_CXX=no inherit_rpath_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= @@ -81,7 +81,7 @@ old_archive_cmds_CXX=$old_archive_cmds reload_flag_CXX=$reload_flag reload_cmds_CXX=$reload_cmds -@@ -21330,7 +21330,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld +@@ -21193,7 +21193,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then archive_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' @@ -90,7 +90,7 @@ hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' export_dynamic_flag_spec_CXX='$wl--export-dynamic' -@@ -22022,7 +22022,7 @@ fi +@@ -21885,7 +21885,7 @@ fi case `$CC -V 2>&1` in *"Version 7."*) archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' @@ -99,7 +99,7 @@ ;; *) # Version 8.0 or newer tmp_idyn= -@@ -22030,7 +22030,7 @@ fi +@@ -21893,7 +21893,7 @@ fi ia64*) tmp_idyn=' -i_dynamic';; esac archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -108,7 +108,7 @@ ;; esac archive_cmds_need_lc_CXX=no -@@ -22062,7 +22062,7 @@ fi +@@ -21925,7 +21925,7 @@ fi ;; *) # Version 6 and above use weak symbols archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' @@ -117,7 +117,7 @@ ;; esac -@@ -22073,7 +22073,7 @@ fi +@@ -21936,7 +21936,7 @@ fi cxx*) # Compaq C++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' @@ -126,7 +126,7 @@ runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_CXX='-rpath $libdir' -@@ -22107,7 +22107,7 @@ fi +@@ -21970,7 +21970,7 @@ fi # Sun C++ 5.9 no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' @@ -135,7 +135,7 @@ hardcode_libdir_flag_spec_CXX='-R$libdir' whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object_CXX=yes -@@ -22175,7 +22175,7 @@ fi +@@ -22038,7 +22038,7 @@ fi archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then @@ -144,7 +144,7 @@ export_dynamic_flag_spec_CXX='$wl-E' whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi -@@ -23700,7 +23700,7 @@ freebsd* | dragonfly*) +@@ -23563,7 +23563,7 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) @@ -153,7 +153,7 @@ soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no -@@ -24891,7 +24891,7 @@ hardcode_automatic_F77=no +@@ -24751,7 +24751,7 @@ hardcode_automatic_F77=no inherit_rpath_F77=no module_cmds_F77= module_expsym_cmds_F77= @@ -162,7 +162,7 @@ old_archive_cmds_F77=$old_archive_cmds reload_flag_F77=$reload_flag reload_cmds_F77=$reload_cmds -@@ -25618,7 +25618,7 @@ $as_echo_n "checking whether the $compil +@@ -25478,7 +25478,7 @@ $as_echo_n "checking whether the $compil hardcode_minus_L_F77=no hardcode_shlibpath_var_F77=unsupported inherit_rpath_F77=no @@ -171,7 +171,7 @@ module_cmds_F77= module_expsym_cmds_F77= old_archive_from_new_cmds_F77= -@@ -25920,7 +25920,7 @@ _LT_EOF +@@ -25780,7 +25780,7 @@ _LT_EOF wlarc= else archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -180,7 +180,7 @@ fi ;; -@@ -25939,7 +25939,7 @@ _LT_EOF +@@ -25799,7 +25799,7 @@ _LT_EOF _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -189,7 +189,7 @@ else ld_shlibs_F77=no fi -@@ -25968,7 +25968,7 @@ _LT_EOF +@@ -25828,7 +25828,7 @@ _LT_EOF if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec_F77='$wl-rpath $wl$libdir' archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -198,7 +198,7 @@ else ld_shlibs_F77=no fi -@@ -25986,7 +25986,7 @@ _LT_EOF +@@ -25846,7 +25846,7 @@ _LT_EOF *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' @@ -207,7 +207,7 @@ else ld_shlibs_F77=no fi -@@ -26585,7 +26585,7 @@ $as_echo "$lt_cv_irix_exported_symbol" > +@@ -26445,7 +26445,7 @@ $as_echo "$lt_cv_irix_exported_symbol" > hardcode_direct_absolute_F77=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' @@ -216,7 +216,7 @@ hardcode_libdir_flag_spec_F77='$wl-rpath,$libdir' export_dynamic_flag_spec_F77='$wl-E' else -@@ -27262,7 +27262,7 @@ freebsd* | dragonfly*) +@@ -27122,7 +27122,7 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) @@ -225,25 +225,7 @@ soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no -@@ -34697,7 +34697,7 @@ $as_echo_n "checking Qt version $ver... - case "$qt_version" in - 4) - QT_MODULES="QtCore QtGui QtNetwork QtOpenGL" -- octave_qscintilla_libnames=qscintilla2 -+ octave_qscintilla_libnames=qscintilla2_qt4 - ;; - 5) - QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport" -@@ -35738,7 +35738,7 @@ esac - fi - - if test -n "$QTCHOOSER"; then -- LRELEASEFLAGS="-qt$qt_version" -+ LRELEASEFLAGS="" - fi - fi - fi -@@ -38632,7 +38632,7 @@ fi +@@ -34165,7 +34165,7 @@ fi fi # Generic LAPACK library? @@ -252,34 +234,56 @@ if test $ax_lapack_ok = no; then save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS" as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh` -@@ -40410,7 +40410,7 @@ fi +@@ -70670,9 +70670,6 @@ esac fi - # Generic LAPACK library? --for lapack in lapack lapack_rs6k; do -+for lapack in openblasp; do - if test $ax_lapack_ok = no; then - save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS" - as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh` -@@ -42216,7 +42216,7 @@ fi + if test -n "$MOC"; then +- if test -n "$QTCHOOSER"; then +- MOCFLAGS="-qt$qt_version" +- fi + QT_TOOLS_AVAILABLE="$QT_TOOLS_AVAILABLE moc" + else + QT_TOOLS_MISSING="$QT_TOOLS_MISSING moc" +@@ -70885,9 +70882,6 @@ esac fi - # Generic LAPACK library? --for lapack in lapack lapack_rs6k; do -+for lapack in openblasp; do - if test $ax_lapack_ok = no; then - save_LIBS="$LIBS"; LIBS="$BLAS_LIBS $LIBS" - as_ac_Lib=`$as_echo "ac_cv_lib_$lapack''_$cheev" | $as_tr_sh` -@@ -43161,7 +43161,7 @@ $as_echo "$as_me: WARNING: $warn_ccolamd + if test -n "$UIC"; then +- if test -n "$QTCHOOSER"; then +- UICFLAGS="-qt$qt_version" +- fi + QT_TOOLS_AVAILABLE="$QT_TOOLS_AVAILABLE uic" + else + QT_TOOLS_MISSING="$QT_TOOLS_MISSING uic" +@@ -71100,9 +71094,6 @@ esac + fi + + if test -n "$RCC"; then +- if test -n "$QTCHOOSER"; then +- RCCFLAGS="-qt$qt_version" +- fi + QT_TOOLS_AVAILABLE="$QT_TOOLS_AVAILABLE rcc" + else + QT_TOOLS_MISSING="$QT_TOOLS_MISSING rcc" +@@ -71315,9 +71306,6 @@ esac + fi - ### Check for CHOLMOD library. - ### If your cholmod library requires cblas, then you will need to --### configure with --with-cholmod="-lcholmod -lcblas". -+### configure with --with-cholmod="-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd -lopenblasp -lcblas". + if test -n "$LRELEASE"; then +- if test -n "$QTCHOOSER"; then +- LRELEASEFLAGS="-qt$qt_version" +- fi + QT_TOOLS_AVAILABLE="$QT_TOOLS_AVAILABLE lrelease" + else + QT_TOOLS_MISSING="$QT_TOOLS_MISSING lrelease" +@@ -73640,7 +73628,7 @@ if test $use_osmesa = yes; then + warn_osmesa="OSMesa library not found. Offscreen rendering with FLTK will be disabled." + fi - save_LIBS="$LIBS" - LIBS="$COLAMD_LDFLAGS $COLAMD_LIBS $AMD_LDFLAGS $AMD_LIBS $LAPACK_LIBS $BLAS_LIBS $FLIBS $LIBS" -@@ -43201,7 +43201,7 @@ fi +- OSMESA_LIBS="-lOSMesa" ++ OSMESA_LIBS="-lOSMesa -ldrm" + save_CPPFLAGS="$CPPFLAGS" + save_LDFLAGS="$LDFLAGS" + save_LIBS="$LIBS" +@@ -75018,7 +75006,7 @@ fi ;; yes | "") ac_octave_cholmod_pkg_check=yes @@ -288,16 +292,7 @@ ;; -* | */* | *.a | *.so | *.so.* | *.o) CHOLMOD_LIBS="$with_cholmod" -@@ -43602,7 +43602,7 @@ fi - ;; - yes | "") - ac_octave_umfpack_pkg_check=yes -- UMFPACK_LIBS="-lumfpack" -+ UMFPACK_LIBS="-lumfpack -lsuitesparseconfig -lamd -lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd -lopenblasp -lcolamd -lopenblasp" - ;; - -* | */* | *.a | *.so | *.so.* | *.o) - UMFPACK_LIBS="$with_umfpack" -@@ -43767,7 +43767,7 @@ fi +@@ -75598,7 +75586,7 @@ fi ;; yes | "") ac_octave_umfpack_pkg_check=yes @@ -306,36 +301,9 @@ ;; -* | */* | *.a | *.so | *.so.* | *.o) UMFPACK_LIBS="$with_umfpack" -@@ -54704,7 +54704,7 @@ else - *-gnu*) gl_cv_func_snprintf_retval_c99="guessing yes";; - # Guess yes on FreeBSD >= 5. - freebsd[1-4].*) gl_cv_func_snprintf_retval_c99="guessing no";; -- freebsd* | kfreebsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; -+dragonfly* | freebsd* | kfreebsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; - # Guess yes on Mac OS X >= 10.3. - darwin[1-6].*) gl_cv_func_snprintf_retval_c99="guessing no";; - darwin*) gl_cv_func_snprintf_retval_c99="guessing yes";; -@@ -59551,7 +59551,7 @@ $as_echo "#define FLEXIBLE_ARRAY_MEMBER - aix* | beos* | openbsd* | mirbsd* | irix*) - FLOAT_H=float.h - ;; -- freebsd*) -+dragonfly* | freebsd*) - case "$host_cpu" in - i[34567]86 ) - FLOAT_H=float.h -@@ -65648,7 +65648,7 @@ else - if test "$cross_compiling" = yes; then : - - case "$host_os" in -- freebsd* | aix* | hpux* | solaris2.[0-9] | solaris2.[0-9].*) -+dragonfly* | freebsd* | aix* | hpux* | solaris2.[0-9] | solaris2.[0-9].*) - gl_cv_func_open_slash="guessing no" ;; - *) - gl_cv_func_open_slash="guessing yes" ;; -@@ -74358,6 +74358,13 @@ $as_echo_n "checking for include file <j +@@ -77450,6 +77438,13 @@ $as_echo_n "checking for include file <j + JAVA_CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/darwin" fi - JAVA_LIBS="-framework JavaVM" ;; + freebsd*) + if test -n "$JAVA_CPPFLAGS"; then diff --git a/math/octave/files/patch-libinterp_corefcn_sysdep.cc b/math/octave/files/patch-libinterp_corefcn_sysdep.cc index faae43687cf5..331f03a177a3 100644 --- a/math/octave/files/patch-libinterp_corefcn_sysdep.cc +++ b/math/octave/files/patch-libinterp_corefcn_sysdep.cc @@ -1,6 +1,6 @@ ---- libinterp/corefcn/sysdep.cc.orig 2018-03-08 03:49:02 UTC +--- libinterp/corefcn/sysdep.cc.orig 2018-04-30 17:03:56 UTC +++ libinterp/corefcn/sysdep.cc -@@ -61,6 +61,10 @@ along with Octave; see the file COPYING. +@@ -58,6 +58,10 @@ along with Octave; see the file COPYING. # include <omp.h> #endif @@ -11,7 +11,7 @@ #include "cmd-edit.h" #include "file-ops.h" #include "lo-mappers.h" -@@ -97,6 +101,7 @@ along with Octave; see the file COPYING. +@@ -92,6 +96,7 @@ along with Octave; see the file COPYING. static void BSD_init (void) { @@ -19,7 +19,7 @@ # if defined (HAVE_FLOATINGPOINT_H) // Disable trapping on common exceptions. # if ! defined (FP_X_DNML) -@@ -104,6 +109,9 @@ BSD_init (void) +@@ -99,6 +104,9 @@ BSD_init (void) # endif fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_DNML|FP_X_UFL|FP_X_IMP)); # endif diff --git a/math/octave/files/patch-libinterp_mk-pkg-add b/math/octave/files/patch-libinterp_mk-pkg-add deleted file mode 100644 index df7bee3ef4ed..000000000000 --- a/math/octave/files/patch-libinterp_mk-pkg-add +++ /dev/null @@ -1,11 +0,0 @@ ---- libinterp/mk-pkg-add.orig 2017-02-22 18:01:55 UTC -+++ libinterp/mk-pkg-add -@@ -20,7 +20,7 @@ - - set -e - --SED=${SED:-sed} -+SED=gsed - - srcdir="$1" - shift diff --git a/math/octave/files/patch-libinterp_mkops b/math/octave/files/patch-libinterp_mkops deleted file mode 100644 index fcb52de86241..000000000000 --- a/math/octave/files/patch-libinterp_mkops +++ /dev/null @@ -1,11 +0,0 @@ ---- libinterp/mkops.orig 2017-02-22 18:01:55 UTC -+++ libinterp/mkops -@@ -18,7 +18,7 @@ - # along with Octave; see the file COPYING. If not, see - # <http://www.gnu.org/licenses/>. - --SED=${SED:-sed} -+SED=gsed - - cat << \EOF - // DO NOT EDIT! Generated automatically by mkops. diff --git a/math/octave/files/patch-scripts_mk-pkg-add b/math/octave/files/patch-scripts_mk-pkg-add deleted file mode 100644 index 56b78e04f53a..000000000000 --- a/math/octave/files/patch-scripts_mk-pkg-add +++ /dev/null @@ -1,11 +0,0 @@ ---- scripts/mk-pkg-add.orig 2017-02-22 18:01:55 UTC -+++ scripts/mk-pkg-add -@@ -24,7 +24,7 @@ - - set -e - --SED=${SED:-sed} -+SED=gsed - - prefix="$1/" - if [ "$1" ]; then diff --git a/math/octave/files/patch-scripts_pkg_private_configure__make.m b/math/octave/files/patch-scripts_pkg_private_configure__make.m index 1e6b0b6bce61..f73d770de1a6 100644 --- a/math/octave/files/patch-scripts_pkg_private_configure__make.m +++ b/math/octave/files/patch-scripts_pkg_private_configure__make.m @@ -1,4 +1,4 @@ ---- scripts/pkg/private/configure_make.m.orig 2017-02-22 18:01:55 UTC +--- scripts/pkg/private/configure_make.m.orig 2018-04-30 17:03:56 UTC +++ scripts/pkg/private/configure_make.m @@ -87,7 +87,7 @@ function configure_make (desc, packdir, endif diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index 3ccc184f14a0..e696b29c8b6a 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -65,12 +65,12 @@ include/octave-%%OCTAVE_VERSION%%/octave/base-text-renderer.h include/octave-%%OCTAVE_VERSION%%/octave/boolMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/boolNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/boolSparse.h +include/octave-%%OCTAVE_VERSION%%/octave/bp-table.h include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-decl.h include/octave-%%OCTAVE_VERSION%%/octave/bsxfun-defs.cc include/octave-%%OCTAVE_VERSION%%/octave/bsxfun.h include/octave-%%OCTAVE_VERSION%%/octave/build-env.h include/octave-%%OCTAVE_VERSION%%/octave/builtin-defun-decls.h -include/octave-%%OCTAVE_VERSION%%/octave/builtins.h include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h include/octave-%%OCTAVE_VERSION%%/octave/call-stack.h @@ -83,7 +83,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/chol.h include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h -include/octave-%%OCTAVE_VERSION%%/octave/config.h include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h @@ -92,7 +91,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/dRowVector.h include/octave-%%OCTAVE_VERSION%%/octave/dSparse.h include/octave-%%OCTAVE_VERSION%%/octave/data-conv.h include/octave-%%OCTAVE_VERSION%%/octave/data.h -include/octave-%%OCTAVE_VERSION%%/octave/debug.h include/octave-%%OCTAVE_VERSION%%/octave/defaults.h include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h @@ -103,6 +101,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/dirfns.h include/octave-%%OCTAVE_VERSION%%/octave/display.h include/octave-%%OCTAVE_VERSION%%/octave/dynamic-ld.h include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.h +include/octave-%%OCTAVE_VERSION%%/octave/environment.h include/octave-%%OCTAVE_VERSION%%/octave/error.h include/octave-%%OCTAVE_VERSION%%/octave/errwarn.h include/octave-%%OCTAVE_VERSION%%/octave/event-queue.h @@ -118,6 +117,8 @@ include/octave-%%OCTAVE_VERSION%%/octave/fEIG.h include/octave-%%OCTAVE_VERSION%%/octave/fMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/fNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/fRowVector.h +include/octave-%%OCTAVE_VERSION%%/octave/fcn-info.h +include/octave-%%OCTAVE_VERSION%%/octave/file-info.h include/octave-%%OCTAVE_VERSION%%/octave/file-io.h include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h @@ -127,9 +128,13 @@ include/octave-%%OCTAVE_VERSION%%/octave/gepbalance.h include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-print.h include/octave-%%OCTAVE_VERSION%%/octave/glob-match.h +include/octave-%%OCTAVE_VERSION%%/octave/graphics-handle.h include/octave-%%OCTAVE_VERSION%%/octave/graphics-props.cc +include/octave-%%OCTAVE_VERSION%%/octave/graphics-toolkit.h include/octave-%%OCTAVE_VERSION%%/octave/graphics.h include/octave-%%OCTAVE_VERSION%%/octave/gripes.h +include/octave-%%OCTAVE_VERSION%%/octave/gsvd.h +include/octave-%%OCTAVE_VERSION%%/octave/gtk-manager.h include/octave-%%OCTAVE_VERSION%%/octave/help.h include/octave-%%OCTAVE_VERSION%%/octave/hess.h include/octave-%%OCTAVE_VERSION%%/octave/hook-fcn.h @@ -159,15 +164,14 @@ include/octave-%%OCTAVE_VERSION%%/octave/lo-fftpack-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-hash.h include/octave-%%OCTAVE_VERSION%%/octave/lo-ieee.h include/octave-%%OCTAVE_VERSION%%/octave/lo-lapack-proto.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-macros.h include/octave-%%OCTAVE_VERSION%%/octave/lo-mappers.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-math.h include/octave-%%OCTAVE_VERSION%%/octave/lo-qrupdate-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-ranlib-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-regexp.h include/octave-%%OCTAVE_VERSION%%/octave/lo-slatec-proto.h include/octave-%%OCTAVE_VERSION%%/octave/lo-specfun.h include/octave-%%OCTAVE_VERSION%%/octave/lo-sysdep.h +include/octave-%%OCTAVE_VERSION%%/octave/lo-sysinfo.h include/octave-%%OCTAVE_VERSION%%/octave/lo-traits.h include/octave-%%OCTAVE_VERSION%%/octave/lo-utils.h include/octave-%%OCTAVE_VERSION%%/octave/load-path.h @@ -516,7 +520,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32nda.h 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/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-cmplx.h @@ -565,7 +568,6 @@ include/octave-%%OCTAVE_VERSION%%/octave/octave-link.h include/octave-%%OCTAVE_VERSION%%/octave/octave-preserve-stream-state.h include/octave-%%OCTAVE_VERSION%%/octave/octave.h include/octave-%%OCTAVE_VERSION%%/octave/ops.h -include/octave-%%OCTAVE_VERSION%%/octave/options-usage.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-diag.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h @@ -626,6 +628,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/ovl.h include/octave-%%OCTAVE_VERSION%%/octave/pager.h include/octave-%%OCTAVE_VERSION%%/octave/parse.h include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h +include/octave-%%OCTAVE_VERSION%%/octave/pr-flt-fmt.h include/octave-%%OCTAVE_VERSION%%/octave/pr-output.h include/octave-%%OCTAVE_VERSION%%/octave/procstream.h include/octave-%%OCTAVE_VERSION%%/octave/profiler.h @@ -658,6 +661,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/pt-misc.h include/octave-%%OCTAVE_VERSION%%/octave/pt-pr-code.h include/octave-%%OCTAVE_VERSION%%/octave/pt-select.h include/octave-%%OCTAVE_VERSION%%/octave/pt-stmt.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-tm-const.h include/octave-%%OCTAVE_VERSION%%/octave/pt-unop.h include/octave-%%OCTAVE_VERSION%%/octave/pt-walk.h include/octave-%%OCTAVE_VERSION%%/octave/pt.h @@ -698,6 +702,8 @@ include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h include/octave-%%OCTAVE_VERSION%%/octave/svd.h +include/octave-%%OCTAVE_VERSION%%/octave/symrec.h +include/octave-%%OCTAVE_VERSION%%/octave/symscope.h include/octave-%%OCTAVE_VERSION%%/octave/symtab.h include/octave-%%OCTAVE_VERSION%%/octave/sysdep.h include/octave-%%OCTAVE_VERSION%%/octave/text-renderer.h @@ -709,6 +715,7 @@ include/octave-%%OCTAVE_VERSION%%/octave/uint32NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/uint64NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/uint8NDArray.h include/octave-%%OCTAVE_VERSION%%/octave/unwind-prot.h +include/octave-%%OCTAVE_VERSION%%/octave/url-handle-manager.h include/octave-%%OCTAVE_VERSION%%/octave/url-transfer.h include/octave-%%OCTAVE_VERSION%%/octave/utils.h include/octave-%%OCTAVE_VERSION%%/octave/variables.h @@ -738,20 +745,19 @@ include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-crv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-rv-cs.h include/octave-%%OCTAVE_VERSION%%/octave/vx-s-ccv.h include/octave-%%OCTAVE_VERSION%%/octave/vx-s-crv.h -include/octave-%%OCTAVE_VERSION%%/octave/workspace-element.h include/octave-%%OCTAVE_VERSION%%/octave/xdiv.h include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h 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.4 -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.4.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.5 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.5.0.0 lib/octave/%%OCTAVE_VERSION%%/liboctgui.so -lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.2 -lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.2.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.3 +lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.3.0.0 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.4 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.4.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.5 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.5.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%%/__eigs__.oct @@ -759,6 +765,7 @@ 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%%/__ode15__.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 @@ -775,15 +782,18 @@ 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 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 +share/applications/org.octave.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 share/icons/hicolor/scalable/apps/octave.svg share/icons/hicolor/x/apps/octave.png +share/metainfo/org.octave.Octave.appdata.xml %%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat +%%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qch +%%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qhc %%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION %%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS %%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings @@ -818,6 +828,8 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/fA.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/fB.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/fC.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35881/bug-35881.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35881/bug35881.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/@testclass/one.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/@testclass/testclass.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/@testclass/two.m @@ -832,12 +844,62 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir2/func3.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-41723/bug-41723.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-41723/class_bug41723.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-44940/bug-44940.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-44940/class_bug44940.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46330.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46497/bug-46497.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46497/class_bug46497.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46660/bug-46660.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46660/class_bug46660.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49904.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/bug-50014.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_nested_function.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_nested_in_subfunction_ok.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_nested_parent_function.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_parent_nested2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_parent_nested_function.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_primary_nested_function.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_primary_subfunction.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_primary_subfunction_old_syntax.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_subfunction.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_subfunction_old_syntax.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50014/duplicate_subfunction_separate_scope_ok.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50035/@bug50035/bug50035.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50035/@bug50035/display.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50035/bug-50035.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50716/bug-50716.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-50716/myclass.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51192/bug-51192.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51192/class_bug51192.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51532/+package_bug51532/foo.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51532/bug-51532.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51534/bug-51534.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51534/child_bug51534.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51534/parent_bug51534.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51599/bug-51599.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-51599/class_bug51599.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52075/bug-52075.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52075/class_bug52075.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/bug-52722.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/define_globals.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-52722/include_globals.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/bug-53027.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/globals53027.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/gtest53027.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/ntest53027a.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/ntest53027b.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53027/ntest53027c.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53579.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53599.tst %%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-multiple-inheritance/base_1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/base_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/child_from_base_1_and_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef-multiple-inheritance/classdef-multiple-inheritance.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 @@ -949,6 +1011,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/__trace__.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/ctor-vs-method.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/deprecate-props.tst %%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 @@ -967,7 +1030,10 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/index.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/io.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/jit.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/leftdiv.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/line-continue.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local_function_eval.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local_functions.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/logical-index.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/arg_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/arg_ret.m @@ -998,6 +1064,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/range.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/recursion.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/return.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/single-index.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/slice.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/sparse.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/struct.tst @@ -1010,7 +1077,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/while.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-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/__dsearchn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ichol__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ilu__.cc-tst @@ -1019,10 +1085,11 @@ share/icons/hicolor/x/apps/octave.png %%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/bitfcns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/call-stack.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/colloc.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 @@ -1034,6 +1101,7 @@ share/icons/hicolor/x/apps/octave.png %%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/environment.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/error.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/errwarn.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft.cc-tst @@ -1041,11 +1109,11 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/file-io.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/getrusage.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/gsvd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hash.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/help.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hess.cc-tst @@ -1062,6 +1130,7 @@ share/icons/hicolor/x/apps/octave.png %%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/octave-link.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ordschur.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pinv.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pr-output.cc-tst @@ -1103,6 +1172,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/amd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/audiodevinfo.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/audioread.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 @@ -1118,9 +1188,9 @@ share/icons/hicolor/x/apps/octave.png %%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-java.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-lazy-idx.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-struct.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-typeinfo.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-usr-fcn.cc-tst @@ -1129,7 +1199,6 @@ share/icons/hicolor/x/apps/octave.png %%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 @@ -1144,11 +1213,16 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fMatrix.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/idx-vector.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/util/oct-inttypes.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSans.otf +%%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSansBold.otf +%%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSansBoldOblique.otf +%%DATADIR%%/%%OCTAVE_VERSION%%/fonts/FreeSansOblique.otf %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.svg %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-sombrero.png %%DATADIR%%/%%OCTAVE_VERSION%%/locale/be_BY.qm +%%DATADIR%%/%%OCTAVE_VERSION%%/locale/ca_ES.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/de_DE.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/en_US.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/es_ES.qm @@ -1162,13 +1236,14 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/locale/ru_RU.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/uk_UA.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/zh_CN.qm +%%DATADIR%%/%%OCTAVE_VERSION%%/m/+containers/Map.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/binary.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/cd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/close.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/delete.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/dir.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/display.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/disp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ftp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/mget.m @@ -1179,7 +1254,7 @@ share/icons/hicolor/x/apps/octave.png %%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/disp.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 @@ -1192,7 +1267,7 @@ share/icons/hicolor/x/apps/octave.png %%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/disp.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 @@ -1211,34 +1286,21 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/record.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/sound.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/bicubic.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/bitmax.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/chop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/comma.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/gmap40.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/desktop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/isstr.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/loadaudio.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/luinc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/java2mat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/mahalanobis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/md5sum.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/mouse_wheel_zoom.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/nfields.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/octave_config_info.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/octave_tmp_file_name.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/onenormest.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/paren.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/playaudio.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/saveaudio.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/semicolon.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/setaudio.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/sleep.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/syl.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/usage.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/tmpnam.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/toascii.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/usleep.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/wavread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/wavwrite.m @@ -1278,7 +1340,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2sph.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cell2mat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/celldisp.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/chop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/circshift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/common_size.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cplxpair.m @@ -1288,54 +1349,43 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/deal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/deg2rad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/del2.m -%%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/grabcode.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/integral.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/integral2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/integral3.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/isdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequaln.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/methods.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nargchk.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/narginchk.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nargoutchk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nextpow2.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nthargout.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/num2str.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/pol2cart.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/polyarea.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/postpad.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/prepad.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/private/__isequal__.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/private/__publish_html_output__.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/private/__publish_latex_output__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/private/__splinen__.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/publish.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quad2d.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quadgk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quadl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/quadv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rad2deg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/randi.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repelem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/repmat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rot90.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/rotdim.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shiftdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sortrows.m @@ -1344,7 +1394,7 @@ share/icons/hicolor/x/apps/octave.png %%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/general/xor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/convhull.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunay.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunayn.m @@ -1360,10 +1410,12 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/voronoin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/dialog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/errordlg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/getappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/guidata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/guihandles.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/helpdlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/inputdlg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/isappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/listdlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/msgbox.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__file_filter__.m @@ -1375,6 +1427,8 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uiobject_split_args__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uiputfile_fltk__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/questdlg.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/rmappdata.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/setappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uibuttongroup.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uicontextmenu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uicontrol.m @@ -1395,6 +1449,8 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__makeinfo__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__unimplemented__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/ans.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/bessel.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/debug.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc_cache_create.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/error_ids.m @@ -1404,6 +1460,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/print_usage.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/private/__additional_help_message__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/private/__strip_html_tags__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/slash.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/type.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/warning_ids.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/which.m @@ -1420,6 +1477,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cubehelix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/flag.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/frame2im.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/getframe.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/gray2ind.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hot.m @@ -1439,7 +1497,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/iscolormap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/jet.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/lines.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/pink.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/prism.m @@ -1452,9 +1509,9 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/imwrite_filename.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/ind2x.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rainbow.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2gray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2hsv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ind.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/rgbplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/spinmap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/spring.m @@ -1489,6 +1546,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/expm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/gls.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 @@ -1500,9 +1558,11 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/linsolve.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/lscov.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/normest.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/normest1.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/null.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/ols.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/planerot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m @@ -1511,6 +1571,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/subspace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/vecnorm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/bunzip2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/cast.m @@ -1518,73 +1579,84 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/compare_versions.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/computer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/copyfile.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/debug.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/delete.m -%%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/edit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fact.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fieldnames.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileattrib.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fileparts.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/fullfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/genvarname.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/getappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/getfield.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/grabcode.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/gunzip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/info.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/inputParser.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/inputname.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isdeployed.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ismac.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ispc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isunix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/license.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls_command.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/methods.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mex.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mexext.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mkdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mkoctfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/movefile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/namelengthmax.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/nargchk.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/narginchk.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/nargoutchk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/news.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/nthargout.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/parseparams.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/perl.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__publish_html_output__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__publish_latex_output__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/__w2mpth__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/private/display_info_file.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/publish.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/python.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/recycle.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/rmappdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/run.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/setappdata.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/setfield.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/substruct.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/swapbytes.m %%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/tmpnam.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unpack.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/untar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/unzip.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/validateattributes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ver.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/version.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/what.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/decic.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode15i.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode15s.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode23.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/ode45.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/odeset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/AbsRel_norm.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/check_default_input.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/integrate_adaptive.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/kahan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/ode_event_handler.m @@ -1602,6 +1674,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fsolve.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fzero.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/glpk.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/humps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/lsqnonneg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/optimset.m @@ -1609,6 +1682,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/private/__fdjac__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/qp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/sqp.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/path/import.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/matlabroot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/pathdef.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/private/getsavepath.m @@ -1636,9 +1710,18 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/unload_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__clabel__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__getlegenddata__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/__rotate_around_axis__.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/camlookat.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camorbit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/campos.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camroll.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camtarget.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camup.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camva.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/camzoom.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/caxis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/clabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/daspect.m @@ -1654,18 +1737,26 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/pbaspect.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__axis_label__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/private/__axis_limits__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/rticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/shading.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/specular.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/text.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/thetaticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/title.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/view.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/whitebg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xlabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xlim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xticklabels.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/xticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/ylabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/ylim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/yticklabels.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/yticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zlabel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zlim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zticklabels.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/zticks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/area.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/bar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/barh.m @@ -1729,7 +1820,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__pie__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__plt__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__quiver__.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__rotate_around_axis__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__scatter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__stem__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__unite_shared_vertices__.m @@ -1794,14 +1884,17 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ginput.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_binary.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/graphics_toolkit.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/groot.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/hgtransform.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hold.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/isgraphics.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ishandle.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 @@ -1825,6 +1918,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_version__.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/__set_default_mouse_modes__.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 @@ -1933,6 +2027,8 @@ share/icons/hicolor/x/apps/octave.png %%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/__alltohandles__.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/private/__default__input__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/private/__sprand__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/qmr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spaugment.m @@ -1947,15 +2043,20 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spstats.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spy.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/svds.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/tfqmr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/treelayout.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/treeplot.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/bessel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/beta.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betainc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betaincinv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/betaln.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/cosint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/ellipke.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/expint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/factor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/factorial.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/gammainc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/gammaincinv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/isprime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/lcm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/legendre.m @@ -1967,6 +2068,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/reallog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/realpow.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/realsqrt.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/sinint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/gallery.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hadamard.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m @@ -1981,157 +2083,41 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/__finish__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/inputrc %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/octaverc -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/center.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cloglog.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/corr.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/cov.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/gls.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/histc.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/iqr.m -%%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/mean.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/meansq.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/median.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/mode.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/moment.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ols.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ppplot.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/prctile.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/probit.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/qqplot.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/quantile.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/range.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/ranks.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/run_count.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/runlength.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/skewness.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/spearman.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/statistics.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/std.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/table.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/var.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/zscore.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betacdf.m -%%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/cauchy_cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_rnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2inv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2pdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/chi2rnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_inv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_pdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/discrete_rnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_inv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_pdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/empirical_rnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/expcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/expinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exppdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/exprnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/fcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/finv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/fpdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/frnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gaminv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gampdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/gamrnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geocdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geoinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geopdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/geornd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hygecdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hygeinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hygepdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/hygernd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/kolmogorov_smirnov_cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_inv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_pdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/laplace_rnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_inv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_pdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logistic_rnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logncdf.m -%%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/normcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/norminv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normpdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normrnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisscdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poissinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poisspdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/poissrnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_cdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_inv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_pdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/stdnormal_rnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/tcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/tinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/tpdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/trnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unidcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unidinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unidpdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unidrnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unifcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unifinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unifpdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/unifrnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wblcdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wblinv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wblpdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wblrnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/wienrnd.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/logistic_regression.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/private/logistic_regression_derivatives.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/models/private/logistic_regression_likelihood.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/anova.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/bartlett_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_homogeneity.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/bounds.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/center.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/corr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/corrcoef.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/cov.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/discrete_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_cdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_inv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_pdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/empirical_rnd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/histc.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/iqr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/kendall.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/kurtosis.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/mad.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/mean.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/meansq.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/median.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/mode.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/moment.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/prctile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/quantile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/range.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/ranks.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/run_count.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/runlength.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/skewness.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/spearman.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/statistics.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/std.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/var.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/zscore.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m @@ -2140,12 +2126,15 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/erase.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/index.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isletter.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isstring.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/isstrprop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/mat2str.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/native2unicode.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/ostrsplit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/regexptranslate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/rindex.m @@ -2160,6 +2149,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strtrim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strtrunc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/substr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/unicode2native.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/untabify.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/validatestring.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__have_feature__.m @@ -2194,16 +2184,11 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m %%DATADIR%%/imagelib %%DATADIR%%/site/m/startup/octaverc -%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps -%%PORTDOCS%%%%DOCSDIR%%/octave.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps @dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% -@dir lib/octave/site/oct/api-v51/%%GNU_HOST%% @dir lib/octave/site/oct/%%GNU_HOST%% +@dir lib/octave/site/oct/api-v52/%%GNU_HOST%% @dir libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% -@dir libexec/octave/api-v51/site/exec/%%GNU_HOST%% +@dir libexec/octave/api-v52/site/exec/%%GNU_HOST%% @dir libexec/octave/site/exec/%%GNU_HOST%% @dir %%DATADIR%%/%%OCTAVE_VERSION%%/site/m -@dir %%DATADIR%%/site/api-v51/m +@dir %%DATADIR%%/site/api-v52/m |