Index: Makefile =================================================================== RCS file: /cvs/ports/math/octave/Makefile,v retrieving revision 1.149 diff -u -p -r1.149 Makefile --- Makefile 26 Aug 2025 16:08:32 -0000 1.149 +++ Makefile 10 May 2026 12:37:36 -0000 @@ -1,14 +1,13 @@ COMMENT = Scientific Programming Language -VERSION = 10.1.0 +VERSION = 11.1.0 DISTNAME = octave-${VERSION} EXTRACT_SUFX = .tar.xz CATEGORIES = math -REVISION = 1 -SHARED_LIBS += octave 19.0 -SHARED_LIBS += octgui 13.0 -SHARED_LIBS += octinterp 18.0 +SHARED_LIBS += octave 20.0 +SHARED_LIBS += octgui 14.0 +SHARED_LIBS += octinterp 19.0 SHARED_LIBS += octmex 0.0 HOMEPAGE = https://www.octave.org @@ -18,26 +17,25 @@ MAINTAINER = Steven Mestdagh &6 -@@ -83014,8 +83014,8 @@ printf "%s\n" "#define HAVE_READLINE 1" >>confdefs.h +@@ -84170,8 +84170,8 @@ printf "%s\n" "#define HAVE_READLINE 1" >>confdefs.h LIBREADLINE="$LIBREADLINE $extra_lib" LTLIBREADLINE="$LTLIBREADLINE $extra_lib" fi @@ -50,7 +50,7 @@ Index: configure { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBREADLINE" >&5 printf "%s\n" "$LIBREADLINE" >&6; } else -@@ -93230,7 +93230,7 @@ printf "%s\n" "$as_me: WARNING: $warn_rapidjson" >&2;} +@@ -95007,7 +95007,7 @@ printf "%s\n" "$as_me: WARNING: $warn_rapidjson" >&2;} fi @@ -59,7 +59,7 @@ Index: configure USE_READLINE=yes -@@ -93316,7 +93316,7 @@ fi +@@ -95093,7 +95093,7 @@ fi rpathdirs= ltrpathdirs= names_already_handled= Index: patches/patch-libgnu_fseeko_c =================================================================== RCS file: patches/patch-libgnu_fseeko_c diff -N patches/patch-libgnu_fseeko_c --- patches/patch-libgnu_fseeko_c 12 Jul 2025 12:37:38 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -Index: libgnu/fseeko.c ---- libgnu/fseeko.c.orig -+++ libgnu/fseeko.c -@@ -53,7 +53,7 @@ fseeko (FILE *fp, off_t offset, int whence) - && fp->_IO_write_ptr == fp->_IO_write_base - && fp->_IO_save_base == NULL) - #elif defined __sferror || defined __DragonFly__ || defined __ANDROID__ -- /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Minix 3, Android */ -+ /* FreeBSD, NetBSD, DragonFly, Mac OS X, Cygwin, Minix 3, Android */ - # if defined __SL64 && defined __SCLE /* Cygwin */ - if ((fp->_flags & __SL64) == 0) - { -@@ -73,6 +73,8 @@ fseeko (FILE *fp, off_t offset, int whence) - ? fp_->_bf._size - : 0) - && fp_ub._base == NULL) -+#elif defined __OpenBSD__ /* recent version of OpenBSD */ -+ if (0) /* fseeko() is compatible with what gnulib expects */ - #elif defined __EMX__ /* emx+gcc */ - if (fp->_ptr == fp->_buffer - && fp->_rcount == 0 Index: patches/patch-scripts_pkg_private_configure_make_m =================================================================== RCS file: /cvs/ports/math/octave/patches/patch-scripts_pkg_private_configure_make_m,v retrieving revision 1.5 diff -u -p -r1.5 patch-scripts_pkg_private_configure_make_m --- patches/patch-scripts_pkg_private_configure_make_m 26 Apr 2022 14:47:40 -0000 1.5 +++ patches/patch-scripts_pkg_private_configure_make_m 10 May 2026 12:37:36 -0000 @@ -1,12 +1,12 @@ Index: scripts/pkg/private/configure_make.m --- scripts/pkg/private/configure_make.m.orig +++ scripts/pkg/private/configure_make.m -@@ -110,7 +110,7 @@ function configure_make (desc, packdir, verbose) - endif - +@@ -112,7 +112,7 @@ function configure_make (desc, packdir, verbose) if (exist (fullfile (src, "Makefile"), "file")) -- [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) - disp (output); + make_cmd = getenv ("MAKE"); + if (isempty (make_cmd)) +- make_cmd = "make"; ++ make_cmd = "gmake"; + endif + [status, output] = shell (sprintf ("%s %s -j %i -C '%s'", + scenv, make_cmd, jobs, src), verbose); Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/math/octave/pkg/PLIST,v retrieving revision 1.32 diff -u -p -r1.32 PLIST --- pkg/PLIST 18 May 2025 18:41:24 -0000 1.32 +++ pkg/PLIST 10 May 2026 12:37:37 -0000 @@ -9,8 +9,10 @@ bin/octave-config include/octave-${VERSION}/ include/octave-${VERSION}/octave/ include/octave-${VERSION}/octave/Array-base.cc +include/octave-${VERSION}/octave/Array-base.h include/octave-${VERSION}/octave/Array-fwd.h include/octave-${VERSION}/octave/Array-oct.cc +include/octave-${VERSION}/octave/Array-oct.h include/octave-${VERSION}/octave/Array-util.h include/octave-${VERSION}/octave/Array.cc include/octave-${VERSION}/octave/Array.h @@ -64,12 +66,15 @@ include/octave-${VERSION}/octave/Sparse. include/octave-${VERSION}/octave/Sparse.h include/octave-${VERSION}/octave/action-container.h include/octave-${VERSION}/octave/aepbalance.h +include/octave-${VERSION}/octave/amos-proto.h include/octave-${VERSION}/octave/anon-fcn-validator.h +include/octave-${VERSION}/octave/arpack-proto.h include/octave-${VERSION}/octave/auto-shlib.h include/octave-${VERSION}/octave/base-dae.h include/octave-${VERSION}/octave/base-de.h include/octave-${VERSION}/octave/base-list.h include/octave-${VERSION}/octave/base-text-renderer.h +include/octave-${VERSION}/octave/blas-proto.h include/octave-${VERSION}/octave/boolMatrix.h include/octave-${VERSION}/octave/boolNDArray.h include/octave-${VERSION}/octave/boolSparse.h @@ -164,6 +169,7 @@ include/octave-${VERSION}/octave/intNDAr include/octave-${VERSION}/octave/intNDArray.cc include/octave-${VERSION}/octave/intNDArray.h include/octave-${VERSION}/octave/interpreter.h +include/octave-${VERSION}/octave/lapack-proto.h include/octave-${VERSION}/octave/latex-text-renderer.h include/octave-${VERSION}/octave/lex.h include/octave-${VERSION}/octave/liboctave-build-info.h @@ -192,6 +198,7 @@ include/octave-${VERSION}/octave/load-sa include/octave-${VERSION}/octave/ls-ascii-helper.h include/octave-${VERSION}/octave/ls-hdf5.h include/octave-${VERSION}/octave/ls-mat-ascii.h +include/octave-${VERSION}/octave/ls-mat-subsys.h include/octave-${VERSION}/octave/ls-mat4.h include/octave-${VERSION}/octave/ls-mat5.h include/octave-${VERSION}/octave/ls-oct-binary.h @@ -199,6 +206,7 @@ include/octave-${VERSION}/octave/ls-oct- include/octave-${VERSION}/octave/ls-utils.h include/octave-${VERSION}/octave/lu.h include/octave-${VERSION}/octave/mach-info.h +include/octave-${VERSION}/octave/mappers.h include/octave-${VERSION}/octave/mex.h include/octave-${VERSION}/octave/mexproto.h include/octave-${VERSION}/octave/mx-base.h @@ -544,11 +552,13 @@ include/octave-${VERSION}/octave/oct-con include/octave-${VERSION}/octave/oct-convn.h include/octave-${VERSION}/octave/oct-env.h include/octave-${VERSION}/octave/oct-errno.h +include/octave-${VERSION}/octave/oct-error.h include/octave-${VERSION}/octave/oct-fftw.h include/octave-${VERSION}/octave/oct-fstrm.h include/octave-${VERSION}/octave/oct-glob.h include/octave-${VERSION}/octave/oct-group.h include/octave-${VERSION}/octave/oct-handle.h +include/octave-${VERSION}/octave/oct-hash.h include/octave-${VERSION}/octave/oct-hdf5-types.h include/octave-${VERSION}/octave/oct-hist.h include/octave-${VERSION}/octave/oct-inttypes-fwd.h @@ -565,18 +575,23 @@ include/octave-${VERSION}/octave/oct-pro include/octave-${VERSION}/octave/oct-process.h include/octave-${VERSION}/octave/oct-rand.h include/octave-${VERSION}/octave/oct-refcount.h +include/octave-${VERSION}/octave/oct-regexp.h include/octave-${VERSION}/octave/oct-rl-edit.h include/octave-${VERSION}/octave/oct-rl-hist.h include/octave-${VERSION}/octave/oct-shlib.h include/octave-${VERSION}/octave/oct-sort.cc include/octave-${VERSION}/octave/oct-sort.h +include/octave-${VERSION}/octave/oct-specfun.h include/octave-${VERSION}/octave/oct-spparms.h include/octave-${VERSION}/octave/oct-stdstrm.h include/octave-${VERSION}/octave/oct-stream.h include/octave-${VERSION}/octave/oct-string.h include/octave-${VERSION}/octave/oct-strstrm.h include/octave-${VERSION}/octave/oct-syscalls.h +include/octave-${VERSION}/octave/oct-sysdep.h +include/octave-${VERSION}/octave/oct-sysinfo.h include/octave-${VERSION}/octave/oct-time.h +include/octave-${VERSION}/octave/oct-traits.h include/octave-${VERSION}/octave/oct-uname.h include/octave-${VERSION}/octave/oct.h include/octave-${VERSION}/octave/octave-build-info.h @@ -695,16 +710,18 @@ include/octave-${VERSION}/octave/pt-walk include/octave-${VERSION}/octave/pt.h include/octave-${VERSION}/octave/qr.h include/octave-${VERSION}/octave/qrp.h +include/octave-${VERSION}/octave/qrupdate-proto.h include/octave-${VERSION}/octave/quit.h include/octave-${VERSION}/octave/randgamma.h include/octave-${VERSION}/octave/randmtzig.h include/octave-${VERSION}/octave/randpoisson.h include/octave-${VERSION}/octave/range-fwd.h +include/octave-${VERSION}/octave/ranlib-proto.h include/octave-${VERSION}/octave/schur.h include/octave-${VERSION}/octave/separator-list.h -include/octave-${VERSION}/octave/settings.h include/octave-${VERSION}/octave/sighandlers.h include/octave-${VERSION}/octave/singleton-cleanup.h +include/octave-${VERSION}/octave/slatec-proto.h include/octave-${VERSION}/octave/smx-bm-sbm.h include/octave-${VERSION}/octave/smx-cm-scm.h include/octave-${VERSION}/octave/smx-cm-sm.h @@ -827,8 +844,8 @@ lib/octave/${VERSION}/site/oct/ lib/octave/${VERSION}/site/oct/${GNU_HOST}/ lib/octave/site/ lib/octave/site/oct/ -lib/octave/site/oct/api-v60/ -lib/octave/site/oct/api-v60/${GNU_HOST}/ +lib/octave/site/oct/api-v61/ +lib/octave/site/oct/api-v61/${GNU_HOST}/ lib/octave/site/oct/${GNU_HOST}/ lib/pkgconfig/octave.pc lib/pkgconfig/octinterp.pc @@ -842,10 +859,10 @@ libexec/octave/${VERSION}/exec/${GNU_HOS libexec/octave/${VERSION}/site/ libexec/octave/${VERSION}/site/exec/ libexec/octave/${VERSION}/site/exec/${GNU_HOST}/ -libexec/octave/api-v60/ -libexec/octave/api-v60/site/ -libexec/octave/api-v60/site/exec/ -libexec/octave/api-v60/site/exec/${GNU_HOST}/ +libexec/octave/api-v61/ +libexec/octave/api-v61/site/ +libexec/octave/api-v61/site/exec/ +libexec/octave/api-v61/site/exec/${GNU_HOST}/ libexec/octave/site/ libexec/octave/site/exec/ libexec/octave/site/exec/${GNU_HOST}/ @@ -1130,11 +1147,26 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/bug-63841/@cls2_b63841/subsref.m share/octave/${VERSION}/etc/tests/fixed/bug-63841/bug-63841.tst share/octave/${VERSION}/etc/tests/fixed/bug-63841/cls_b63841.m +share/octave/${VERSION}/etc/tests/fixed/bug-64620/ +share/octave/${VERSION}/etc/tests/fixed/bug-64620/bug-64620.tst +share/octave/${VERSION}/etc/tests/fixed/bug-64620/bug_64620_1.m +share/octave/${VERSION}/etc/tests/fixed/bug-64620/bug_64620_2.m +share/octave/${VERSION}/etc/tests/fixed/bug-64620/cdef_counts_self.m share/octave/${VERSION}/etc/tests/fixed/bug-65037/ share/octave/${VERSION}/etc/tests/fixed/bug-65037/bug-65037.tst share/octave/${VERSION}/etc/tests/fixed/bug-65037/bug65037_base.m share/octave/${VERSION}/etc/tests/fixed/bug-65037/bug65037_derived.m share/octave/${VERSION}/etc/tests/fixed/bug-65153.tst +share/octave/${VERSION}/etc/tests/fixed/bug-67096/ +share/octave/${VERSION}/etc/tests/fixed/bug-67096/bug-67096.tst +share/octave/${VERSION}/etc/tests/fixed/bug-67096/class_bug67096.m +share/octave/${VERSION}/etc/tests/fixed/bug-67403/ +share/octave/${VERSION}/etc/tests/fixed/bug-67403/bug-67403.tst +share/octave/${VERSION}/etc/tests/fixed/bug-67403/class_bug67403.m +share/octave/${VERSION}/etc/tests/fixed/bug-67964/ +share/octave/${VERSION}/etc/tests/fixed/bug-67964/bug-67964.tst +share/octave/${VERSION}/etc/tests/fixed/bug-67964/foo1.mat +share/octave/${VERSION}/etc/tests/fixed/bug-67964/foo2.mat share/octave/${VERSION}/etc/tests/fixed/class-concat/ share/octave/${VERSION}/etc/tests/fixed/class-concat/@foo/ share/octave/${VERSION}/etc/tests/fixed/class-concat/@foo/foo.m @@ -1153,21 +1185,57 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/ share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/amethod.m share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug62802/class_bug62802.m +share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug67362/ +share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug67362/class_bug67362.m +share/octave/${VERSION}/etc/tests/fixed/classdef/@class_bug67362/shared_name.m +share/octave/${VERSION}/etc/tests/fixed/classdef/@osc/ +share/octave/${VERSION}/etc/tests/fixed/classdef/@osc/osc.m share/octave/${VERSION}/etc/tests/fixed/classdef/bug_60763.m +share/octave/${VERSION}/etc/tests/fixed/classdef/cdef_array_break_cycles.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug50011_1.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug50011_1A.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug50011_1B.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug50011_2.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug50011_2A.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug50011_2B.m share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614A.m share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug52614B.m share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug55766.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug60723A.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug60723B.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug60723C.m share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug66930A.m share/octave/${VERSION}/etc/tests/fixed/classdef/class_bug66930B.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_pair.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_pair_elem.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_pair_elem_dominant.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_pair_elem_dominant_handle.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_pair_elem_handle.m +share/octave/${VERSION}/etc/tests/fixed/classdef/class_pair_handle.m share/octave/${VERSION}/etc/tests/fixed/classdef/classdef.tst +share/octave/${VERSION}/etc/tests/fixed/classdef/foo_handle_class.m share/octave/${VERSION}/etc/tests/fixed/classdef/foo_method_changes_property_size.m share/octave/${VERSION}/etc/tests/fixed/classdef/foo_static_method_constant_property.m share/octave/${VERSION}/etc/tests/fixed/classdef/foo_subsref_subsasgn.m share/octave/${VERSION}/etc/tests/fixed/classdef/foo_value_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/handle_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_cat_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_cat_class_handle.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_ctranspose_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_ctranspose_class_handle.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_horzcat_vertcat_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_horzcat_vertcat_class_handle.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_permute_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_permute_class_handle.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_subsref.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_transpose_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/overloaded_transpose_class_handle.m share/octave/${VERSION}/etc/tests/fixed/classdef/plist_t1.m share/octave/${VERSION}/etc/tests/fixed/classdef/plist_t2.m share/octave/${VERSION}/etc/tests/fixed/classdef/plist_t3.m share/octave/${VERSION}/etc/tests/fixed/classdef/struct_wrapper.m +share/octave/${VERSION}/etc/tests/fixed/classdef/value_class.m +share/octave/${VERSION}/etc/tests/fixed/classdef/value_class_reshape.m share/octave/${VERSION}/etc/tests/fixed/classes/ share/octave/${VERSION}/etc/tests/fixed/classes/@Blork/ share/octave/${VERSION}/etc/tests/fixed/classes/@Blork/Blork.m @@ -1362,6 +1430,7 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/help/cdefdir/cdef_help2.m share/octave/${VERSION}/etc/tests/fixed/help/cdefdir/cdef_help3.m share/octave/${VERSION}/etc/tests/fixed/help/cdefdir/cdef_help4.m +share/octave/${VERSION}/etc/tests/fixed/help/function_with_utf_8_doc_string.m share/octave/${VERSION}/etc/tests/fixed/help/help.tst share/octave/${VERSION}/etc/tests/fixed/help/undoc_fcn.m share/octave/${VERSION}/etc/tests/fixed/if.tst @@ -1381,9 +1450,19 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/load-path/ share/octave/${VERSION}/etc/tests/fixed/load-path/in-load-path/ share/octave/${VERSION}/etc/tests/fixed/load-path/in-load-path/load_path_fcn.m +share/octave/${VERSION}/etc/tests/fixed/load-path/namespace-builtin/ +share/octave/${VERSION}/etc/tests/fixed/load-path/namespace-builtin/+namespace_test/ +share/octave/${VERSION}/etc/tests/fixed/load-path/namespace-builtin/+namespace_test/quad.m +share/octave/${VERSION}/etc/tests/fixed/load-path/namespace-corelib/ +share/octave/${VERSION}/etc/tests/fixed/load-path/namespace-corelib/+namespace_test/ +share/octave/${VERSION}/etc/tests/fixed/load-path/namespace-corelib/+namespace_test/plot.m share/octave/${VERSION}/etc/tests/fixed/load-path/not-in-load-path/ share/octave/${VERSION}/etc/tests/fixed/load-path/not-in-load-path/load_path_fcn.m share/octave/${VERSION}/etc/tests/fixed/load-path/refresh-load-path.tst +share/octave/${VERSION}/etc/tests/fixed/load-path/shadowed-builtin/ +share/octave/${VERSION}/etc/tests/fixed/load-path/shadowed-builtin/quad.m +share/octave/${VERSION}/etc/tests/fixed/load-path/shadowed-corelib/ +share/octave/${VERSION}/etc/tests/fixed/load-path/shadowed-corelib/plot.m share/octave/${VERSION}/etc/tests/fixed/local-functions/ share/octave/${VERSION}/etc/tests/fixed/local-functions/local-functions.tst share/octave/${VERSION}/etc/tests/fixed/local-functions/local_function_eval.m @@ -1454,6 +1533,7 @@ share/octave/${VERSION}/etc/tests/fixed/ share/octave/${VERSION}/etc/tests/fixed/single-index.tst share/octave/${VERSION}/etc/tests/fixed/slice.tst share/octave/${VERSION}/etc/tests/fixed/sparse-assign.tst +share/octave/${VERSION}/etc/tests/fixed/sparse-broadcasting.tst share/octave/${VERSION}/etc/tests/fixed/sparse.tst share/octave/${VERSION}/etc/tests/fixed/struct.tst share/octave/${VERSION}/etc/tests/fixed/switch.tst @@ -1566,6 +1646,7 @@ share/octave/${VERSION}/etc/tests/libint share/octave/${VERSION}/etc/tests/libinterp/corefcn/sysdep.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/time.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/toplev.cc-tst +share/octave/${VERSION}/etc/tests/libinterp/corefcn/trexc.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/tril.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/tsearch.cc-tst share/octave/${VERSION}/etc/tests/libinterp/corefcn/typecast.cc-tst @@ -1641,6 +1722,7 @@ share/octave/${VERSION}/imagelib/octave- share/octave/${VERSION}/imagelib/octave-logo.svg share/octave/${VERSION}/imagelib/octave-sombrero.png share/octave/${VERSION}/locale/ +share/octave/${VERSION}/locale/ast_ES.qm share/octave/${VERSION}/locale/be_BY.qm share/octave/${VERSION}/locale/ca_ES.qm share/octave/${VERSION}/locale/de_DE.qm @@ -1656,6 +1738,7 @@ share/octave/${VERSION}/locale/nl_NL.qm share/octave/${VERSION}/locale/pt_BR.qm share/octave/${VERSION}/locale/pt_PT.qm share/octave/${VERSION}/locale/ru_RU.qm +share/octave/${VERSION}/locale/sv_SE.qm share/octave/${VERSION}/locale/tr_TR.qm share/octave/${VERSION}/locale/uk_UA.qm share/octave/${VERSION}/locale/zh_CN.qm @@ -1812,7 +1895,6 @@ share/octave/${VERSION}/m/general/quadgk share/octave/${VERSION}/m/general/quadl.m share/octave/${VERSION}/m/general/quadv.m share/octave/${VERSION}/m/general/rad2deg.m -share/octave/${VERSION}/m/general/randi.m share/octave/${VERSION}/m/general/rat.m share/octave/${VERSION}/m/general/repelem.m share/octave/${VERSION}/m/general/repmat.m @@ -1927,6 +2009,7 @@ share/octave/${VERSION}/m/image/contrast share/octave/${VERSION}/m/image/cool.m share/octave/${VERSION}/m/image/copper.m share/octave/${VERSION}/m/image/cubehelix.m +share/octave/${VERSION}/m/image/dither.m share/octave/${VERSION}/m/image/flag.m share/octave/${VERSION}/m/image/frame2im.m share/octave/${VERSION}/m/image/getframe.m @@ -2036,6 +2119,7 @@ share/octave/${VERSION}/m/linear-algebra share/octave/${VERSION}/m/linear-algebra/cross.m share/octave/${VERSION}/m/linear-algebra/duplication_matrix.m share/octave/${VERSION}/m/linear-algebra/expm.m +share/octave/${VERSION}/m/linear-algebra/funm.m share/octave/${VERSION}/m/linear-algebra/gls.m share/octave/${VERSION}/m/linear-algebra/housh.m share/octave/${VERSION}/m/linear-algebra/isbanded.m @@ -2224,25 +2308,26 @@ share/octave/${VERSION}/m/pkg/pkg.m share/octave/${VERSION}/m/pkg/private/ share/octave/${VERSION}/m/pkg/private/build.m share/octave/${VERSION}/m/pkg/private/configure_make.m +share/octave/${VERSION}/m/pkg/private/convert_possible_cell_to_struct.m share/octave/${VERSION}/m/pkg/private/default_prefix.m share/octave/${VERSION}/m/pkg/private/describe.m share/octave/${VERSION}/m/pkg/private/dirempty.m share/octave/${VERSION}/m/pkg/private/expand_rel_paths.m share/octave/${VERSION}/m/pkg/private/get_description.m -share/octave/${VERSION}/m/pkg/private/get_forge_download.m -share/octave/${VERSION}/m/pkg/private/get_forge_pkg.m share/octave/${VERSION}/m/pkg/private/get_inverse_dependencies.m +share/octave/${VERSION}/m/pkg/private/get_pkg_info.m share/octave/${VERSION}/m/pkg/private/get_unsatisfied_deps.m +share/octave/${VERSION}/m/pkg/private/get_validated_pkg_list.m share/octave/${VERSION}/m/pkg/private/getarch.m share/octave/${VERSION}/m/pkg/private/getarchdir.m share/octave/${VERSION}/m/pkg/private/install.m share/octave/${VERSION}/m/pkg/private/installed_packages.m -share/octave/${VERSION}/m/pkg/private/list_forge_packages.m share/octave/${VERSION}/m/pkg/private/load_packages.m share/octave/${VERSION}/m/pkg/private/load_packages_and_dependencies.m share/octave/${VERSION}/m/pkg/private/make_rel_paths.m share/octave/${VERSION}/m/pkg/private/rebuild.m share/octave/${VERSION}/m/pkg/private/save_order.m +share/octave/${VERSION}/m/pkg/private/search_packages.m share/octave/${VERSION}/m/pkg/private/standardize_paths.m share/octave/${VERSION}/m/pkg/private/uninstall.m share/octave/${VERSION}/m/pkg/private/unload_packages.m @@ -2416,6 +2501,8 @@ share/octave/${VERSION}/m/plot/draw/trim share/octave/${VERSION}/m/plot/draw/triplot.m share/octave/${VERSION}/m/plot/draw/trisurf.m share/octave/${VERSION}/m/plot/draw/waterfall.m +share/octave/${VERSION}/m/plot/draw/xline.m +share/octave/${VERSION}/m/plot/draw/yline.m share/octave/${VERSION}/m/plot/util/ share/octave/${VERSION}/m/plot/util/.oct-config share/octave/${VERSION}/m/plot/util/__actual_axis_position__.m @@ -2681,6 +2768,7 @@ share/octave/${VERSION}/m/statistics/bou share/octave/${VERSION}/m/statistics/center.m share/octave/${VERSION}/m/statistics/corr.m share/octave/${VERSION}/m/statistics/corrcoef.m +share/octave/${VERSION}/m/statistics/corrcov.m share/octave/${VERSION}/m/statistics/cov.m share/octave/${VERSION}/m/statistics/discrete_cdf.m share/octave/${VERSION}/m/statistics/discrete_inv.m @@ -2695,6 +2783,7 @@ share/octave/${VERSION}/m/statistics/iqr share/octave/${VERSION}/m/statistics/kendall.m share/octave/${VERSION}/m/statistics/kurtosis.m share/octave/${VERSION}/m/statistics/mad.m +share/octave/${VERSION}/m/statistics/mape.m share/octave/${VERSION}/m/statistics/mean.m share/octave/${VERSION}/m/statistics/meansq.m share/octave/${VERSION}/m/statistics/median.m @@ -2714,6 +2803,8 @@ share/octave/${VERSION}/m/statistics/prc share/octave/${VERSION}/m/statistics/quantile.m share/octave/${VERSION}/m/statistics/range.m share/octave/${VERSION}/m/statistics/ranks.m +share/octave/${VERSION}/m/statistics/rms.m +share/octave/${VERSION}/m/statistics/rmse.m share/octave/${VERSION}/m/statistics/run_count.m share/octave/${VERSION}/m/statistics/runlength.m share/octave/${VERSION}/m/statistics/skewness.m @@ -2766,6 +2857,7 @@ share/octave/${VERSION}/m/testfun/__prin share/octave/${VERSION}/m/testfun/__prog_output_assert__.m share/octave/${VERSION}/m/testfun/__run_test_suite__.m share/octave/${VERSION}/m/testfun/assert.m +share/octave/${VERSION}/m/testfun/assert_equal.m share/octave/${VERSION}/m/testfun/demo.m share/octave/${VERSION}/m/testfun/example.m share/octave/${VERSION}/m/testfun/fail.m @@ -2803,9 +2895,9 @@ share/octave/${VERSION}/m/web/webwrite.m share/octave/${VERSION}/site/ share/octave/${VERSION}/site/m/ share/octave/site/ -share/octave/site/api-v60/ -share/octave/site/api-v60/m/ -share/octave/site/api-v60/octave_packages +share/octave/site/api-v61/ +share/octave/site/api-v61/m/ +share/octave/site/api-v61/octave_packages share/octave/site/m/ share/octave/site/m/startup/ share/octave/site/m/startup/octaverc