Index: head/benchmarks/octave-forge-benchmark/Makefile =================================================================== --- head/benchmarks/octave-forge-benchmark/Makefile (revision 495224) +++ head/benchmarks/octave-forge-benchmark/Makefile (revision 495225) @@ -1,16 +1,16 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-benchmark PORTVERSION= 1.1.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/dynare/Makefile =================================================================== --- head/math/dynare/Makefile (revision 495224) +++ head/math/dynare/Makefile (revision 495225) @@ -1,56 +1,57 @@ # $FreeBSD$ PORTNAME= dynare DISTVERSION= 4.5.7 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ MAINTAINER= fernape@FreeBSD.org COMMENT= Software platform for handling a wide class of economic models LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 ARCH_amd64= 64 ARCH_i386= 32 PLIST_SUB= ARCH=${ARCH_${ARCH}} BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:devel/boost-libs \ ctangle:devel/cweb LIB_DEPENDS= libumfpack.so:math/suitesparse \ libmatio.so:math/matio \ libhdf5.so:science/hdf5 \ libopenblas.so:math/openblas \ libfftw3_threads.so:math/fftw3 \ libfftw3f_threads.so:math/fftw3-float USES= fortran gmake localbase pkgconfig shebangfix tar:xz GNU_CONFIGURE= yes SHEBANG_FILES= matlab/modules/reporting/success.sh INFO= dynare OPTIONS_DEFINE= OCTAVE MATLAB OCTAVE_DESC= Enable compilation of MEX files for Octave MATLAB_DESC= Enable compilation of MEX files for MATLAB OPTIONS_DEFAULT= OCTAVE OPTIONS_SUB= yes MATLAB_CONFIGURE_ENABLE= matlab OCTAVE_CONFIGURE_ENABLE= octave OCTAVE_LIB_DEPENDS= liboctave.so:math/octave OCTAVE_USES= compiler:c++14-lang OCTAVE_VARS= CXXFLAGS=--std=c++14 # https://github.com/DynareTeam/dynare/issues/1599 post-configure: @${ECHO_MSG} "" @${ECHO_MSG} "" @${ECHO_MSG} "*******************************************************************************" @${ECHO_MSG} "Follow instructions at http://www.freebsd.org/doc/handbook/linuxemu-matlab.html" @${ECHO_MSG} "on how to install MATLAB on FreeBSD" @${ECHO_MSG} "*******************************************************************************" @${ECHO_MSG} "" @${ECHO_MSG} "" .include Index: head/math/octave/Makefile =================================================================== --- head/math/octave/Makefile (revision 495224) +++ head/math/octave/Makefile (revision 495225) @@ -1,124 +1,121 @@ # Created by: chuckr@FreeBSD.org # $FreeBSD$ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} -PORTREVISION= 9 CATEGORIES= math java MASTER_SITES= GNU MAINTAINER= stephen@FreeBSD.org COMMENT= High-level interactive language for numerical computations LICENSE= GPLv3 BUILD_DEPENDS= gnuplot:math/gnuplot \ ${LOCALBASE}/bin/gperf:devel/gperf \ gsed:textproc/gsed \ ${LOCALBASE}/bin/makeinfo:print/texinfo RUN_DEPENDS= gnuplot:math/gnuplot \ gsed:textproc/gsed \ ${LOCALBASE}/bin/makeinfo:print/texinfo LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libarpack.so:math/arpack-ng \ libcurl.so:ftp/curl \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libfltk.so:x11-toolkits/fltk \ libftgl.so:graphics/ftgl \ libhdf5.so:science/hdf5 \ libpcre.so:devel/pcre \ libqhull.so.5:math/qhull5 \ libqrupdate.so:math/qrupdate \ libumfpack.so:math/suitesparse \ libglpk.so:math/glpk \ libgl2ps.so:print/gl2ps \ libqscintilla2_qt5.so:devel/qscintilla2-qt5 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libdrm.so:graphics/libdrm \ libOSMesa.so:graphics/libosmesa \ libsundials_arkode.so:math/sundials USES= charsetfix fortran gmake libtool perl5 pkgconfig qt:5 readline \ tar:xz compiler:c++14-lang \ desktop-file-utils gl iconv USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} USE_PERL5= build GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 1.7+ USE_QT= core gui help network opengl \ qmake_build buildtools_build linguist_build \ - printsupport sql widgets + printsupport sql widgets \ + xml USE_XORG= x11 xext xfixes xft \ xcursor xinerama xrender USE_GL= gl glu OCTAVE_VERSION= ${PORTVERSION} GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/qt5 CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ JAVA_HOME=${JAVA_HOME} \ MAKEINFO=${LOCALBASE}/bin/makeinfo \ MKINFO=${LOCALBASE}/bin/makeinfo \ MOC_QTVER=${LOCALBASE}/bin/moc \ UIC_QTVER=${LOCALBASE}/bin/uic \ RCC_QTVER=${LOCALBASE}/bin/rcc \ ac_cv_type_max_align_t=yes \ ac_cv_path_SED=${LOCALBASE}/bin/gsed CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit \ --disable-openmp \ --with-qt=5 \ --with-osmesa INFO= octave liboctave OPTIONS_DEFINE= DOCS DOCS_CONFIGURE_ENABLE= docs OPTIONS_RADIO= BLAS OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS OPTIONS_DEFAULT= OPENBLAS DOCS_USE= TEX=dvipsk:build,formats:build OPENBLAS_USES= blaslapack:openblas NETLIB_USES= blaslapack:netlib ATLAS_USES= blaslapack:atlas post-patch: ${REINPLACE_CMD} 's+"makeinfo"+"${LOCALBASE}/bin/makeinfo"+' ${WRKSRC}/libinterp/corefcn/help.cc - ${REINPLACE_CMD} 's+lapack lapack_rs6k+${LAPACKLIB:C/-l//}+' ${WRKSRC}/configure - ${REINPLACE_CMD} 's+-lumfpack+-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd ${LAPACKLIB}+' ${WRKSRC}/configure - ${REINPLACE_CMD} 's+-lcholmod+-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd ${LAPACKLIB}+' ${WRKSRC}/configure ${REINPLACE_CMD} 's/"-qt$$qt_version"/"-qt=qt$$qt_version"/' ${WRKSRC}/configure post-install: (cd ${STAGEDIR}${DATADIR} && ${LN} -s ${PORTVERSION}/imagelib .) - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/octave/${PORTVERSION}/liboctave.so.6.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/octave/${PORTVERSION}/liboctave.so.7.0.0 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in liboctave/liboctave.ps \ refcard/refcard-a4.ps refcard/refcard-legal.ps \ 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) .include "Makefile.version" .include Index: head/math/octave/Makefile.version =================================================================== --- head/math/octave/Makefile.version (revision 495224) +++ head/math/octave/Makefile.version (revision 495225) @@ -1,5 +1,5 @@ # $FreeBSD$ # Version to share with ports depending on octave -OCTAVE_VERSION= 4.4.1 +OCTAVE_VERSION= 5.1.0 Index: head/math/octave/distinfo =================================================================== --- head/math/octave/distinfo (revision 495224) +++ head/math/octave/distinfo (revision 495225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534036471 -SHA256 (octave-4.4.1.tar.xz) = 7e4e9ac67ed809bd56768fb69807abae0d229f4e169db63a37c11c9f08215f90 -SIZE (octave-4.4.1.tar.xz) = 21633768 +TIMESTAMP = 1551206297 +SHA256 (octave-5.1.0.tar.xz) = 87b4df6dfa28b1f8028f69659f7a1cabd50adfb81e1e02212ff22c863a29454e +SIZE (octave-5.1.0.tar.xz) = 24753580 Index: head/math/octave/files/patch-configure =================================================================== --- head/math/octave/files/patch-configure (revision 495224) +++ head/math/octave/files/patch-configure (revision 495225) @@ -1,277 +1,16 @@ ---- configure.orig 2018-04-30 17:03:56 UTC +--- configure.orig 2019-03-10 01:37:34 UTC +++ configure -@@ -17720,7 +17720,7 @@ $as_echo_n "checking whether the $compil - hardcode_minus_L=no - hardcode_shlibpath_var=unsupported - inherit_rpath=no -- link_all_deplibs=unknown -+ link_all_deplibs=no - module_cmds= - module_expsym_cmds= - old_archive_from_new_cmds= -@@ -18022,7 +18022,7 @@ _LT_EOF - wlarc= - else - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' -- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - fi - ;; - -@@ -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' -- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - else - ld_shlibs=no - fi -@@ -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' -- archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - else - ld_shlibs=no - fi -@@ -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' -- archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - else - ld_shlibs=no - fi -@@ -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' -- archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' -+ archive_expsym_cmds='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-version-script,$lib-ver' - hardcode_libdir_flag_spec='$wl-rpath,$libdir' - export_dynamic_flag_spec='$wl-E' - else -@@ -19586,7 +19586,7 @@ freebsd* | dragonfly*) - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) -- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' - soname_spec='$libname$release$shared_ext$major' - need_version=no - need_lib_prefix=no -@@ -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; } --if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then -+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "strip" >/dev/null; then - 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 -@@ -20982,7 +20982,7 @@ hardcode_automatic_CXX=no - inherit_rpath_CXX=no - module_cmds_CXX= - module_expsym_cmds_CXX= --link_all_deplibs_CXX=unknown -+link_all_deplibs_CXX=no - old_archive_cmds_CXX=$old_archive_cmds - reload_flag_CXX=$reload_flag - reload_cmds_CXX=$reload_cmds -@@ -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' -- archive_expsym_cmds_CXX='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - - hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' - export_dynamic_flag_spec_CXX='$wl--export-dynamic' -@@ -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' -- archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - ;; - *) # Version 8.0 or newer - tmp_idyn= -@@ -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' -- archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - ;; - esac - archive_cmds_need_lc_CXX=no -@@ -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' -- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - ;; - esac - -@@ -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' -- archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-version-script $wl$lib-ver' - - runpath_var=LD_RUN_PATH - hardcode_libdir_flag_spec_CXX='-rpath $libdir' -@@ -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' -- archive_expsym_cmds_CXX='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-version-script $wl$lib-ver' - 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 -@@ -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 -- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' -+ archive_expsym_cmds_CXX='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-version-script,$lib-ver -o $lib' - export_dynamic_flag_spec_CXX='$wl-E' - whole_archive_flag_spec_CXX=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' - fi -@@ -23563,7 +23563,7 @@ freebsd* | dragonfly*) - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) -- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' - soname_spec='$libname$release$shared_ext$major' - need_version=no - need_lib_prefix=no -@@ -24751,7 +24751,7 @@ hardcode_automatic_F77=no - inherit_rpath_F77=no - module_cmds_F77= - module_expsym_cmds_F77= --link_all_deplibs_F77=unknown -+link_all_deplibs_F77=no - old_archive_cmds_F77=$old_archive_cmds - reload_flag_F77=$reload_flag - reload_cmds_F77=$reload_cmds -@@ -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 -- link_all_deplibs_F77=unknown -+ link_all_deplibs_F77=no - module_cmds_F77= - module_expsym_cmds_F77= - old_archive_from_new_cmds_F77= -@@ -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' -- archive_expsym_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_F77='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - fi - ;; - -@@ -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' -- archive_expsym_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_F77='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - else - ld_shlibs_F77=no - fi -@@ -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' -- archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_F77='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - else - ld_shlibs_F77=no - fi -@@ -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' -- archive_expsym_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_expsym_cmds_F77='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$lib-ver -o $lib' - else - ld_shlibs_F77=no - fi -@@ -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' -- archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' -+ archive_expsym_cmds_F77='echo "{ global:" > $lib-ver~ sed -e "s|$|;|" < $export_symbols >> $lib-ver~ echo "local: *; };" >> $lib-ver~$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-version-script,$lib-ver' - hardcode_libdir_flag_spec_F77='$wl-rpath,$libdir' - export_dynamic_flag_spec_F77='$wl-E' - else -@@ -27122,7 +27122,7 @@ freebsd* | dragonfly*) - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) -- library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' - soname_spec='$libname$release$shared_ext$major' - need_version=no - need_lib_prefix=no -@@ -34165,7 +34165,7 @@ fi - 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` -@@ -73640,7 +73640,7 @@ if test $use_osmesa = yes; then - warn_osmesa="OSMesa library not found. Offscreen rendering with FLTK will be disabled." - fi - -- OSMESA_LIBS="-lOSMesa" -+ OSMESA_LIBS="-lOSMesa -ldrm" - save_CPPFLAGS="$CPPFLAGS" - save_LDFLAGS="$LDFLAGS" - save_LIBS="$LIBS" -@@ -75018,7 +75018,7 @@ fi - ;; - yes | "") - ac_octave_cholmod_pkg_check=yes -- CHOLMOD_LIBS="-lcholmod" -+ CHOLMOD_LIBS="-lumfpack -lsuitesparseconfig -lamd -lcholmod -lcolamd -lopenblasp" - ;; - -* | */* | *.a | *.so | *.so.* | *.o) - CHOLMOD_LIBS="$with_cholmod" -@@ -75598,7 +75598,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" -@@ -77450,6 +77450,13 @@ $as_echo_n "checking for include file ... " >&6 JAVA_CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/darwin" fi ;; + freebsd*) + if test -n "$JAVA_CPPFLAGS"; then + JAVA_CPPFLAGS="-I${JAVA_CPPFLAGS} -I${JAVA_CPPFLAGS}/freebsd" + else + JAVA_CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" + fi + ;; *) if test -n "$JAVA_CPPFLAGS"; then JAVA_CPPFLAGS="-I${JAVA_CPPFLAGS} -I${JAVA_CPPFLAGS}/linux" Index: head/math/octave/files/patch-libinterp_corefcn_sysdep.cc =================================================================== --- head/math/octave/files/patch-libinterp_corefcn_sysdep.cc (revision 495224) +++ head/math/octave/files/patch-libinterp_corefcn_sysdep.cc (revision 495225) @@ -1,31 +1,31 @@ ---- libinterp/corefcn/sysdep.cc.orig 2018-04-30 17:03:56 UTC +--- libinterp/corefcn/sysdep.cc.orig 2019-02-23 17:33:37 UTC +++ libinterp/corefcn/sysdep.cc -@@ -58,6 +58,10 @@ along with Octave; see the file COPYING. +@@ -58,6 +58,10 @@ along with Octave; see the file COPYING. If not, see # include #endif +#if defined (__FreeBSD__) && defined(__arm__) +#include +#endif + #include "cmd-edit.h" #include "file-ops.h" #include "lo-mappers.h" -@@ -92,6 +96,7 @@ along with Octave; see the file COPYING. +@@ -92,6 +96,7 @@ along with Octave; see the file COPYING. If not, see static void BSD_init (void) { +#if (defined (__FreeBSD__) && !defined(__arm__)) # if defined (HAVE_FLOATINGPOINT_H) // Disable trapping on common exceptions. # if ! defined (FP_X_DNML) @@ -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 +#else // FreeBSD && arm + fedisableexcept(FE_ALL_EXCEPT); +#endif // FreeBSD && arm } #endif Index: head/math/octave/files/patch-scripts_pkg_private_configure__make.m =================================================================== --- head/math/octave/files/patch-scripts_pkg_private_configure__make.m (revision 495224) +++ head/math/octave/files/patch-scripts_pkg_private_configure__make.m (revision 495225) @@ -1,11 +1,11 @@ ---- scripts/pkg/private/configure_make.m.orig 2018-04-30 17:03:56 UTC +--- scripts/pkg/private/configure_make.m.orig 2019-02-23 17:33:37 UTC +++ scripts/pkg/private/configure_make.m -@@ -87,7 +87,7 @@ function configure_make (desc, packdir, +@@ -91,7 +91,7 @@ function configure_make (desc, packdir, verbose) endif 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) rmdir (desc.dir, "s"); Index: head/math/octave/pkg-plist =================================================================== --- head/math/octave/pkg-plist (revision 495224) +++ head/math/octave/pkg-plist (revision 495225) @@ -1,2204 +1,2260 @@ +bin/mkoctfile +bin/mkoctfile-%%OCTAVE_VERSION%% +bin/octave +bin/octave-%%OCTAVE_VERSION%% +bin/octave-cli +bin/octave-cli-%%OCTAVE_VERSION%% +bin/octave-config +bin/octave-config-%%OCTAVE_VERSION%% +include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h +include/octave-%%OCTAVE_VERSION%%/octave/Array.cc +include/octave-%%OCTAVE_VERSION%%/octave/Array.h +include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h +include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h +include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h +include/octave-%%OCTAVE_VERSION%%/octave/Cell.h +include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h +include/octave-%%OCTAVE_VERSION%%/octave/DAE.h +include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h +include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h +include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h +include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h +include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h +include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h +include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h +include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h +include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h +include/octave-%%OCTAVE_VERSION%%/octave/DET.h +include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc +include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h +include/octave-%%OCTAVE_VERSION%%/octave/EIG.h +include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h +include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h +include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc +include/octave-%%OCTAVE_VERSION%%/octave/MArray.h +include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc +include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h +include/octave-%%OCTAVE_VERSION%%/octave/MSparse.cc +include/octave-%%OCTAVE_VERSION%%/octave/MSparse.h +include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h +include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h +include/octave-%%OCTAVE_VERSION%%/octave/ODE.h +include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h +include/octave-%%OCTAVE_VERSION%%/octave/ODES.h +include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h +include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h +include/octave-%%OCTAVE_VERSION%%/octave/Quad.h +include/octave-%%OCTAVE_VERSION%%/octave/Range.h +include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h +include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-decls.h +include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h +include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h +include/octave-%%OCTAVE_VERSION%%/octave/Sparse.cc +include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h +include/octave-%%OCTAVE_VERSION%%/octave/action-container.h +include/octave-%%OCTAVE_VERSION%%/octave/aepbalance.h +include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h +include/octave-%%OCTAVE_VERSION%%/octave/base-de.h +include/octave-%%OCTAVE_VERSION%%/octave/base-list.h +include/octave-%%OCTAVE_VERSION%%/octave/base-min.h +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/byte-swap.h +include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h +include/octave-%%OCTAVE_VERSION%%/octave/call-stack.h +include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h +include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h +include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/child-list.h +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/dColVector.h +include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h +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/defaults.h +include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h +include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h +include/octave-%%OCTAVE_VERSION%%/octave/defun.h +include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h +include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h +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 +include/octave-%%OCTAVE_VERSION%%/octave/f77-fcn.h +include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h +include/octave-%%OCTAVE_VERSION%%/octave/fCDiagMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/fCMatrix.h +include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.h +include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h +include/octave-%%OCTAVE_VERSION%%/octave/fDiagMatrix.h +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 +include/octave-%%OCTAVE_VERSION%%/octave/ft-text-renderer.h +include/octave-%%OCTAVE_VERSION%%/octave/functor.h +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/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 +include/octave-%%OCTAVE_VERSION%%/octave/idx-vector.h +include/octave-%%OCTAVE_VERSION%%/octave/input.h +include/octave-%%OCTAVE_VERSION%%/octave/int16NDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/int32NDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/int64NDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/int8NDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.cc +include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/interpreter.h +include/octave-%%OCTAVE_VERSION%%/octave/jit-ir.h +include/octave-%%OCTAVE_VERSION%%/octave/jit-typeinfo.h +include/octave-%%OCTAVE_VERSION%%/octave/jit-util.h +include/octave-%%OCTAVE_VERSION%%/octave/lex.h +include/octave-%%OCTAVE_VERSION%%/octave/liboctave-build-info.h +include/octave-%%OCTAVE_VERSION%%/octave/liboctinterp-build-info.h +include/octave-%%OCTAVE_VERSION%%/octave/lo-amos-proto.h +include/octave-%%OCTAVE_VERSION%%/octave/lo-arpack-proto.h +include/octave-%%OCTAVE_VERSION%%/octave/lo-array-errwarn.h +include/octave-%%OCTAVE_VERSION%%/octave/lo-blas-proto.h +include/octave-%%OCTAVE_VERSION%%/octave/lo-cutils.h +include/octave-%%OCTAVE_VERSION%%/octave/lo-error.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-mappers.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 +include/octave-%%OCTAVE_VERSION%%/octave/load-save.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-ascii-helper.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-hdf5.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-text.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h +include/octave-%%OCTAVE_VERSION%%/octave/lu.h +include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h +include/octave-%%OCTAVE_VERSION%%/octave/mex.h +include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-m.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-cdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-dm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-m.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-pm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-dm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-m.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-defs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-m.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ext.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fcm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fcdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-pm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-pm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-inlines.cc +include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-m-dm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-m-pm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-op-decl.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-op-defs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ops.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-cm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fcm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-m.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cdm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cm.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fnda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-s.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16nda.h +include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32.h +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-base64.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-convn.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-env.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-errno.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-fftw.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-fstrm.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-glob.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-handle.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-hdf5-types.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes-fwd.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-iostrm.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-locbuf.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-mutex.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-norm.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-passwd.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-rand.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-refcount.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-hist.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-shlib.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.cc +include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-spparms.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-stdstrm.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-stream.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-string.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-strstrm.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-syscalls.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-uname.h +include/octave-%%OCTAVE_VERSION%%/octave/oct.h +include/octave-%%OCTAVE_VERSION%%/octave/octave-build-info.h +include/octave-%%OCTAVE_VERSION%%/octave/octave-config.h +include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h +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/ov-base-diag.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-base-sparse.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-sparse.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-builtin.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-class.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-classdef.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-cs-list.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-diag.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-sparse.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-handle.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-inline.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-float.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-complex.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-diag.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-diag.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-int-traits.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-int16.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-int32.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-int64.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-int8.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-intx.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-java.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-lazy-idx.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-mex-fcn.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-null-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-oncleanup.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-perm.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-range.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-re-diag.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-re-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-re-sparse.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-scalar.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-str-mat.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-uint16.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-uint32.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-uint8.h +include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h +include/octave-%%OCTAVE_VERSION%%/octave/ov.h +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 +include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-anon-scopes.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-array-list.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-classdef.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-decl.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-eval.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-funcall.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-jit.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-jump.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-loop.h +include/octave-%%OCTAVE_VERSION%%/octave/pt-mat.h +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 +include/octave-%%OCTAVE_VERSION%%/octave/qr.h +include/octave-%%OCTAVE_VERSION%%/octave/qrp.h +include/octave-%%OCTAVE_VERSION%%/octave/quit.h +include/octave-%%OCTAVE_VERSION%%/octave/randgamma.h +include/octave-%%OCTAVE_VERSION%%/octave/randmtzig.h +include/octave-%%OCTAVE_VERSION%%/octave/randpoisson.h +include/octave-%%OCTAVE_VERSION%%/octave/schur.h +include/octave-%%OCTAVE_VERSION%%/octave/settings.h +include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h +include/octave-%%OCTAVE_VERSION%%/octave/singleton-cleanup.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-bm-sbm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-scm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-sm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-cs-sm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-m-scm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-m-sm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-ops.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-s-scm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-sbm-bm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-cm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-m.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-s.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-sm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cm.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cs.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-m.h +include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-scm.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-chol.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-lu.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-qr.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-sort.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h +include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h +include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h +include/octave-%%OCTAVE_VERSION%%/octave/svd.h +include/octave-%%OCTAVE_VERSION%%/octave/syminfo.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-engine.h +include/octave-%%OCTAVE_VERSION%%/octave/text-renderer.h +include/octave-%%OCTAVE_VERSION%%/octave/token.h +include/octave-%%OCTAVE_VERSION%%/octave/toplev.h +include/octave-%%OCTAVE_VERSION%%/octave/txt-eng.h +include/octave-%%OCTAVE_VERSION%%/octave/uint16NDArray.h +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 +include/octave-%%OCTAVE_VERSION%%/octave/version.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-cv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-s.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-rv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-s.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-cv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-rv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-ccv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-cs.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fcv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-frv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-fs.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-fcv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-frv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fccv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fcs.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcrv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcs.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fccv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fcrv.h +include/octave-%%OCTAVE_VERSION%%/octave/vx-ops.h +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/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.7 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.7.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctgui.so +lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.5 +lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.5.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.7 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.7.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 +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%%/__init_qt__.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__ode15__.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audiodevinfo.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audioread.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ccolamd.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colamd.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dmperm.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct +lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gzip.oct +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 +libdata/pkgconfig/octave.pc +libdata/pkgconfig/octinterp.pc +libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-gui +libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/octave-svgconvert +man/man1/mkoctfile.1.gz +man/man1/octave-cli.1.gz +man/man1/octave-config.1.gz +man/man1/octave.1.gz +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/128x128/apps/octave.png +share/icons/hicolor/16x16/apps/octave.png +share/icons/hicolor/22x22/apps/octave.png +share/icons/hicolor/24x24/apps/octave.png +share/icons/hicolor/256x256/apps/octave.png +share/icons/hicolor/32x32/apps/octave.png +share/icons/hicolor/48x48/apps/octave.png +share/icons/hicolor/512x512/apps/octave.png +share/icons/hicolor/64x64/apps/octave.png +share/icons/hicolor/scalable/apps/octave.svg +share/info/dir +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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/default-qt-settings %%DATADIR%%/%%OCTAVE_VERSION%%/etc/doc-cache %%DATADIR%%/%%OCTAVE_VERSION%%/etc/macros.texi %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/flat.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/flat_entry.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/function.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/hierarchical.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/hierarchical_entry.html %%DATADIR%%/%%OCTAVE_VERSION%%/etc/profiler/style.css %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@cell/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@char/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@double/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@function_handle/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@int16/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@int32/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@int64/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@int8/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@logical/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@single/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@struct/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@uint16/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@uint32/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@uint64/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/@uint8/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/args.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bc-overloads.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-31371.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-35448/bug-35448.tst %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-36025/bug-36025.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/bug-38236.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/df_vr.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38236/u_vr.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38565.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38576.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/bug-38691.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-38691/dir1/func1.m %%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-45969.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-45972.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-46330.tst %%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-49379/bug-49379.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-49379/class_bug49379.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-53468/bug-53468.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/ofig403.ofig +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/ofig421.ofig +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53468/ofig51.ofig %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53579.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-53599.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54490.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/@testclass54995/subsref.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/@testclass54995/testclass54995.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-54995/bug-54995.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55308.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55321.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/bug-55322.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 +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_subsref_subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_value_class.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/plist_t1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/plist_t2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/plist_t3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/struct_wrapper.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/Blork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/bleek.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/CPrecedenceTester1.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/double.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester1/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/CPrecedenceTester2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/double.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester2/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/CPrecedenceTester3.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/double.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/Cork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/click.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/Dork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/bling.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/gack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/getStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Dork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/Gork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/cork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/gark.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Gork/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/Pork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/bling.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/gurk.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Pork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/SizeTester.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/numel.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@SizeTester/size.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/Sneetch.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Sneetch/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/Snork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/cack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/double.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/end.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/eq.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/ge.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/getStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/gick.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/gt.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/horzcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/ldivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/le.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/lt.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/minus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mldivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mpower.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mrdivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/mtimes.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/ne.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/plus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/power.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/rdivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsindex.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/times.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uminus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/uplus.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Snork/vertcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/Spork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/cack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/display.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/geek.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/get.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/getStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/private/myStash.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Spork/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/classes.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colormaps.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/command.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/complex.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/conv.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/derived.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@derived/parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/other.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@other/parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/@parent/method.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/@fhdr_parent/numel.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/for.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/func.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/global.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/if.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/index.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/integer.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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nest.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/nest_eval.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/no_closure.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/persistent_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/recursive_nest3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope0.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope1.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/scope3.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/script_nest_script.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/varg_nest.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/nest/varg_nest2.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/null-assign.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/parser.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/COPYING +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/DESCRIPTION +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/INDEX +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/NEWS +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/doc/example-package.txi +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/doc/macros.texi +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_basic_test/inst/example_mfile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_minimal_test/COPYING +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_minimal_test/DESCRIPTION +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/mfile_minimal_test/inst/example_mfile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/pkg/pkg.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/prefer.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/publish.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_code_only.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_empty.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_example.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/publish/test_script_head_only.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/switch.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/system.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/tbcover.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/transpose.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/try.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/unwind.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/while.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__contourc__.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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__magick_read__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__qp__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/besselj.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/debug.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/defaults.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/det.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dirfns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dlmread.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dot.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/eig.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ellipj.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft2.cc-tst %%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/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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hex2num.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/input.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/inv.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/kron.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lookup.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lsode.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lu.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mappers.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/matrix_type.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/max.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/psi.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quad.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quadcc.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/qz.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rand.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rcond.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/regexp.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/schur.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sighandlers.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sparse-xpow.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/spparms.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sqrtm.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/str2double.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfind.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sub2ind.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/svd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sylvester.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symtab.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/syscalls.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sysdep.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/time.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/toplev.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/tril.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/tsearch.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/typecast.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/utils.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/variables.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__eigs__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__init_fltk__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__init_gnuplot__.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__osmesa_print__.cc-tst %%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/colamd.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/convhulln.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/dmperm.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/fftw.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/gzip.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/qr.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/symbfact.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-base.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cell.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-class.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-inline.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-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-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 %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/lex.ll-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.in.yy-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.yy-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-assign.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-eval.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-idx.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-mat.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-tm-const.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Array.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CMatrix.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CSparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Sparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dMatrix.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/dSparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/fCMatrix.cc-tst %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/locale/eu_ES.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/fr_FR.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/it_IT.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/ja_JP.qm +%%DATADIR%%/%%OCTAVE_VERSION%%/locale/lt_LT.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/nl_NL.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/pt_BR.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/pt_PT.qm %%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/+matlab/+lang/makeUniqueStrings.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/+matlab/+lang/makeValidName.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/disp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ftp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/loadobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/mget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/mkdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/mput.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/rename.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/rmdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/saveobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/__get_properties__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/audioplayer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/play.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/playblocking.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/resume.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/stop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audioplayer/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/__get_properties__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/audiorecorder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/isrecording.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/pause.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/play.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/record.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/recordblocking.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/resume.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/set.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/stop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/subsasgn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/@audiorecorder/subsref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/lin2mu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/mu2lin.m %%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/bitmax.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/chop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/comma.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/desktop.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/isstr.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/octave_config_info.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/onenormest.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/output_max_field_width.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/paren.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/semicolon.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/setstr.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/sleep.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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acosd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acotd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acoth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acscd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/acsch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asecd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asech.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/asind.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/atan2d.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/atand.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cosd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cotd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/coth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/cscd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/csch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/secd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sech.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/sind.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/tand.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumarray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bincoeff.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/blkdiag.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cart2pol.m %%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/circshift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/common_size.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cplxpair.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/cumtrapz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/curl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/dblquad.m %%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/divergence.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flip.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/fliplr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/flipud.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/gradient.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/idivide.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/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/isequal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/isequaln.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/logspace.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/nextpow2.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/__splinen__.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/shift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/shiftdim.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sortrows.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/sph2cart.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/structfun.m %%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/xor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/convhull.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunay.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/delaunayn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/dsearch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/dsearchn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/griddata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/griddata3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/griddatan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/inpolygon.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/rectint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/tsearchn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/geometry/voronoi.m %%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/movegui.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/msgbox.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__file_filter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__fltk_file_filter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__get_funcname__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__is_function__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetdir_fltk__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/private/__uigetfile_fltk__.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uigetdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uigetfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uimenu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uipanel.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uipushtool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiputfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiresume.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitable.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitoggletool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uitoolbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/uiwait.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/waitbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/waitforbuttonpress.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/gui/warndlg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/__gripe_missing_component__.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/get_first_help_sentence.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/help.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/lookfor.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/autumn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/bone.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/brighten.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cmpermute.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cmunique.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/colorcube.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/colormap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/contrast.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cool.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/copper.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/cubehelix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/flag.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hsv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/hsv2rgb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/im2double.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/im2frame.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/image.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imagesc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imfinfo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imformats.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imshow.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/imwrite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2gray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ind2rgb.m %%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/movie.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/pink.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/prism.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imfinfo__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imread__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imwrite__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/colorspace_conversion_input_check.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/colorspace_conversion_revert.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/imageIO.m %%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/rgbplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/spinmap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/spring.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/summer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/viridis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/white.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/winter.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/beep.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/csvread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/csvwrite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/dlmwrite.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/fileread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/importdata.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/is_valid_file_id.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/strread.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaArray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_get.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_set.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaaddpath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javachk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javarmpath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/usejava.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/findstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/flipdim.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/genvarname.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/isdir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/isequalwithequalnans.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/isstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/setstr.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/strmatch.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/strread.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/textread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/bandwidth.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/condeig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/condest.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/isdiag.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/ishermitian.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/issymmetric.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/istril.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/istriu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/krylov.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/linsolve.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/logm.m %%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/ordeig.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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/linear-algebra/rref.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/citation.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/clearvars.m %%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/delete.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/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/isdeployed.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isdir.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isfile.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/isfolder.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/run.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/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/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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/odedefaults.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/odemergeopts.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_23.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_45_dorpri.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/runge_kutta_interpolate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/ode/private/starting_stepsize.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/PKG_ADD %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/__all_opts__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminbnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminsearch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/fminunc.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/pqpnonneg.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/path/savepath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/pkg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/build.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/configure_make.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/default_prefix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/describe.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/dirempty.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_description.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_forge_download.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_forge_pkg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/get_unsatisfied_deps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/getarch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/getarchdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/install.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/installed_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/list_forge_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_packages_and_dependencies.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/rebuild.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/save_order.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/uninstall.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/datetick.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/diffuse.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/grid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/gtext.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/hidden.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/legend.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/lighting.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/material.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/appearance/orient.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/camlight.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/colorbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/comet.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/comet3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/compass.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contour.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contour3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contourc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/contourf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/cylinder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ellipsoid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/errorbar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezcontour.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezcontourf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezmesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezmeshc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezplot3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezpolar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezsurf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ezsurfc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/feather.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/fill.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/fplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/hist.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isocaps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isocolors.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isonormals.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/isosurface.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/light.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/line.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/loglog.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/loglogerr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/mesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/meshc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/meshz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pareto.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/patch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pcolor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/peaks.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pie.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/pie3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plot3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plotmatrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/plotyy.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/polar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__add_datasource__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__bar__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__calc_isovalue_from_data__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__contour__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__errplot__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__ezplot__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__interp_cube__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__line__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__marching_cube__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__patch__.m %%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/__scatter__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__stem__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/private/__unite_shared_vertices__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/quiver.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/quiver3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/rectangle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/reducepatch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/reducevolume.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/ribbon.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/rose.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/scatter.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/scatter3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogx.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogxerr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogy.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/semilogyerr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/shrinkfaces.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/slice.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/smooth3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/sombrero.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/sphere.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stairs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stem3.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/stemleaf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surface.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surfc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surfl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/surfnorm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/tetramesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/trimesh.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/triplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/trisurf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/draw/waterfall.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__actual_axis_position__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__default_plot_options__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__gnuplot_drawnow__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__next_line_color__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__next_line_style__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__opengl_info__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__plt_get_axis_arg__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/__pltopt__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/allchild.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ancestor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/axes.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/cla.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/clf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/close.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/closereq.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/colstyle.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/copyobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/figure.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findall.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findfigs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/findobj.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gca.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcbf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcbo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gco.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ginput.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_binary.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/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/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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/linkprop.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/meshgrid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ndgrid.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/newplot.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/openfig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/pan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/print.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/printd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__add_default_menu__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__ghostscript__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_draw_axes__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_draw_figure__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_get_var__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_ginput__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_has_feature__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_has_terminal__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_open_stream__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/private/__gnuplot_print__.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/rotate3d.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/saveas.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/savefig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/shg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/struct2hdl.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/subplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/zoom.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/compan.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/conv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/deconv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/mkpp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/mpoles.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/padecoef.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/pchip.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/poly.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyaffine.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyeig.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polygcd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyout.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyval.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppder.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppint.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppjumps.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/ppval.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/private/__splinefit__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/residue.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/roots.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/spline.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/splinefit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/polynomial/unmkpp.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/addpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/getpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/ispref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/prefdir.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/preferences.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/private/loadprefs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/private/prefsfile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/private/saveprefs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/rmpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/prefs/setpref.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profexplore.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profexport.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profile.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/profiler/profshow.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/intersect.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/ismember.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/powerset.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/private/validsetargs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/setdiff.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/setxor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/union.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/set/unique.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/__parse_movargs__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_fit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_rnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arch_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/arma_rnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/autoreg_matrix.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/bartlett.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/blackman.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/detrend.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/diffpara.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftconv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftfilt.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/filter2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fractdiff.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/freqz_plot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/ifftshift.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/movfun.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/movslice.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/periodogram.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/rectangle_lw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/rectangle_sw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/triangle_lw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/private/triangle_sw.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinetone.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/sinewave.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_adf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spectral_xdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/spencer.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/stft.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/synthesis.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/unwrap.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/yulewalker.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/bicg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/bicgstab.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/cgs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/colperm.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/eigs.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/etreeplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/gmres.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/gplot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/ichol.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/ilu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/nonzeros.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/pcg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/pcr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/private/__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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spconvert.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spdiags.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/speye.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spfun.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/spones.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/sprand.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/sprandn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/sparse/sprandsym.m %%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/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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/nchoosek.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/nthroot.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/perms.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/pow2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/specfun/primes.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/magic.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/pascal.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/rosser.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/vander.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/special-matrix/wilkinson.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/__finish__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/inputrc %%DATADIR%%/%%OCTAVE_VERSION%%/m/startup/octaverc %%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/movmad.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmax.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmean.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmedian.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movmin.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movprod.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movstd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movsum.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/movvar.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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/cstrcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/str2num.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strcat.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strchr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strjoin.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strjust.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strmatch.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strsplit.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/strtok.m %%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 %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__printf_assert__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__prog_output_assert__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/__run_test_suite__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/assert.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/demo.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/example.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/fail.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/compare_plot_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/dump_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/html_compare_plot_demos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/private/html_plot_demos_template.html %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/rundemos.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/runtests.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/speed.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/testfun/test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/addtodate.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/asctime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/calendar.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/clock.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/ctime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/date.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/datenum.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/datestr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/datevec.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/eomday.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/etime.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/is_leap_year.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/now.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m %%DATADIR%%/imagelib %%DATADIR%%/site/m/startup/octaverc -%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps -%%PORTDOCS%%%%DOCSDIR%%/octave.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps -%%PORTDOCS%%man/man1/mkoctfile.1.gz -%%PORTDOCS%%man/man1/octave-cli.1.gz -%%PORTDOCS%%man/man1/octave-config.1.gz -%%PORTDOCS%%man/man1/octave.1.gz -@dir %%DATADIR%%/%%OCTAVE_VERSION%%/site/m -@dir %%DATADIR%%/site/api-v52/m @dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% @dir lib/octave/site/oct/%%GNU_HOST%% -@dir lib/octave/site/oct/api-v52/%%GNU_HOST%% +@dir lib/octave/site/oct/api-v53/%%GNU_HOST%% @dir libexec/octave/%%OCTAVE_VERSION%%/site/exec/%%GNU_HOST%% -@dir libexec/octave/api-v52/site/exec/%%GNU_HOST%% +@dir libexec/octave/api-v53/site/exec/%%GNU_HOST%% @dir libexec/octave/site/exec/%%GNU_HOST%% -bin/mkoctfile -bin/mkoctfile-%%OCTAVE_VERSION%% -bin/octave -bin/octave-%%OCTAVE_VERSION%% -bin/octave-cli -bin/octave-cli-%%OCTAVE_VERSION%% -bin/octave-config -bin/octave-config-%%OCTAVE_VERSION%% -include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h -include/octave-%%OCTAVE_VERSION%%/octave/Array.cc -include/octave-%%OCTAVE_VERSION%%/octave/Array.h -include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h -include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h -include/octave-%%OCTAVE_VERSION%%/octave/Cell.h -include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h -include/octave-%%OCTAVE_VERSION%%/octave/DAE.h -include/octave-%%OCTAVE_VERSION%%/octave/DAEFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/DAERT.h -include/octave-%%OCTAVE_VERSION%%/octave/DAERTFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/DASPK-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/DASPK.h -include/octave-%%OCTAVE_VERSION%%/octave/DASRT-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/DASRT.h -include/octave-%%OCTAVE_VERSION%%/octave/DASSL-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/DASSL.h -include/octave-%%OCTAVE_VERSION%%/octave/DET.h -include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/DiagArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/EIG.h -include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc -include/octave-%%OCTAVE_VERSION%%/octave/MArray.h -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/MSparse.cc -include/octave-%%OCTAVE_VERSION%%/octave/MSparse.h -include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h -include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h -include/octave-%%OCTAVE_VERSION%%/octave/ODE.h -include/octave-%%OCTAVE_VERSION%%/octave/ODEFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/ODES.h -include/octave-%%OCTAVE_VERSION%%/octave/ODESFunc.h -include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/Quad-opts.h -include/octave-%%OCTAVE_VERSION%%/octave/Quad.h -include/octave-%%OCTAVE_VERSION%%/octave/Range.h -include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-decls.h -include/octave-%%OCTAVE_VERSION%%/octave/Sparse-op-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/Sparse-perm-op-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/Sparse.cc -include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h -include/octave-%%OCTAVE_VERSION%%/octave/action-container.h -include/octave-%%OCTAVE_VERSION%%/octave/aepbalance.h -include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h -include/octave-%%OCTAVE_VERSION%%/octave/base-de.h -include/octave-%%OCTAVE_VERSION%%/octave/base-list.h -include/octave-%%OCTAVE_VERSION%%/octave/base-min.h -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/byte-swap.h -include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h -include/octave-%%OCTAVE_VERSION%%/octave/call-stack.h -include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h -include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h -include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/child-list.h -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/dColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/dMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/dNDArray.h -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/defaults.h -include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h -include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h -include/octave-%%OCTAVE_VERSION%%/octave/defun.h -include/octave-%%OCTAVE_VERSION%%/octave/dim-vector.h -include/octave-%%OCTAVE_VERSION%%/octave/dir-ops.h -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 -include/octave-%%OCTAVE_VERSION%%/octave/f77-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/fCColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/fCDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/fCMatrix.h -include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.h -include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h -include/octave-%%OCTAVE_VERSION%%/octave/fDiagMatrix.h -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 -include/octave-%%OCTAVE_VERSION%%/octave/ft-text-renderer.h -include/octave-%%OCTAVE_VERSION%%/octave/functor.h -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 -include/octave-%%OCTAVE_VERSION%%/octave/idx-vector.h -include/octave-%%OCTAVE_VERSION%%/octave/input.h -include/octave-%%OCTAVE_VERSION%%/octave/int16NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/int32NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/int64NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/int8NDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.cc -include/octave-%%OCTAVE_VERSION%%/octave/intNDArray.h -include/octave-%%OCTAVE_VERSION%%/octave/interpreter.h -include/octave-%%OCTAVE_VERSION%%/octave/jit-ir.h -include/octave-%%OCTAVE_VERSION%%/octave/jit-typeinfo.h -include/octave-%%OCTAVE_VERSION%%/octave/jit-util.h -include/octave-%%OCTAVE_VERSION%%/octave/lex.h -include/octave-%%OCTAVE_VERSION%%/octave/liboctave-build-info.h -include/octave-%%OCTAVE_VERSION%%/octave/liboctinterp-build-info.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-amos-proto.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-arpack-proto.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-array-errwarn.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-array-gripes.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-blas-proto.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-cutils.h -include/octave-%%OCTAVE_VERSION%%/octave/lo-error.h -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-mappers.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 -include/octave-%%OCTAVE_VERSION%%/octave/load-save.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-ascii-helper.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-hdf5.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-mat-ascii.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-text.h -include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h -include/octave-%%OCTAVE_VERSION%%/octave/lu.h -include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h -include/octave-%%OCTAVE_VERSION%%/octave/mex.h -include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-base.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cdm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-pm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cnda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-cs-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-dm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ext.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fcm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcdm-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fcdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcm-pm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcnda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fcs-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fcs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fdm-fm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fcs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-fdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fm-pm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-fcs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fnda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-fcnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-fs-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i16nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i32nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i64nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-i8nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-inlines.cc -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-dm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-m-pm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-op-decl.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-op-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fcm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-fm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-pm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cdm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-cnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-s-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui16nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui32nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui64nda-ui8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8-ui64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fnda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i32nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i64nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-i8nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-s.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui16nda.h -include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui32.h -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-base64.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-convn.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-env.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-errno.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-fftw.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-fstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-glob.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-group.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-handle.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-hdf5-types.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes-fwd.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-inttypes.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-iostrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-locbuf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-lvalue.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-map.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-mutex.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-norm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-obj.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-passwd.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-prcstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-procbuf.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rand.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-refcount.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-edit.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-rl-hist.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-shlib.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.cc -include/octave-%%OCTAVE_VERSION%%/octave/oct-sort.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-spparms.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-stdstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-stream.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-string.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-strstrm.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-syscalls.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-time.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-uname.h -include/octave-%%OCTAVE_VERSION%%/octave/oct.h -include/octave-%%OCTAVE_VERSION%%/octave/octave-build-info.h -include/octave-%%OCTAVE_VERSION%%/octave/octave-config.h -include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h -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/ov-base-diag.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-int.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-scalar.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base-sparse.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-base.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-bool-sparse.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-bool.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-builtin.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cell.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-ch-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-class.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-classdef.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-colon.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-complex.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cs-list.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-diag.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-cx-sparse.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-dld-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-handle.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn-inline.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-float.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-complex.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-diag.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-cx-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-diag.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-flt-re-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int-traits.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int16.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int32.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int64.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-int8.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-intx.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-java.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-lazy-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-mex-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-null-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-oncleanup.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-perm.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-range.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-re-diag.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-re-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-re-sparse.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-scalar.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-str-mat.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-struct.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-typeinfo.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint16.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint32.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint64.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-uint8.h -include/octave-%%OCTAVE_VERSION%%/octave/ov-usr-fcn.h -include/octave-%%OCTAVE_VERSION%%/octave/ov.h -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 -include/octave-%%OCTAVE_VERSION%%/octave/pt-all.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-array-list.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-classdef.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-cmd.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-colon.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-const.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-decl.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-eval.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-except.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-exp.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-fcn-handle.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-funcall.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-id.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-idx.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-jit.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-jump.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-loop.h -include/octave-%%OCTAVE_VERSION%%/octave/pt-mat.h -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 -include/octave-%%OCTAVE_VERSION%%/octave/qr.h -include/octave-%%OCTAVE_VERSION%%/octave/qrp.h -include/octave-%%OCTAVE_VERSION%%/octave/quit.h -include/octave-%%OCTAVE_VERSION%%/octave/randgamma.h -include/octave-%%OCTAVE_VERSION%%/octave/randmtzig.h -include/octave-%%OCTAVE_VERSION%%/octave/randpoisson.h -include/octave-%%OCTAVE_VERSION%%/octave/schur.h -include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h -include/octave-%%OCTAVE_VERSION%%/octave/singleton-cleanup.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-bm-sbm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-scm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-cm-sm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-cs-sm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-m-scm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-m-sm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-ops.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-s-scm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-sbm-bm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-s.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-scm-sm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cm.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-m.h -include/octave-%%OCTAVE_VERSION%%/octave/smx-sm-scm.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-chol.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-lu.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-qr.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-sort.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-util.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-xdiv.h -include/octave-%%OCTAVE_VERSION%%/octave/sparse-xpow.h -include/octave-%%OCTAVE_VERSION%%/octave/str-vec.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 -include/octave-%%OCTAVE_VERSION%%/octave/token.h -include/octave-%%OCTAVE_VERSION%%/octave/toplev.h -include/octave-%%OCTAVE_VERSION%%/octave/txt-eng.h -include/octave-%%OCTAVE_VERSION%%/octave/uint16NDArray.h -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 -include/octave-%%OCTAVE_VERSION%%/octave/version.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-cv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-ccv-s.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-rv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-crv-s.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-cv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cs-rv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-ccv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-cv-cs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fcv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fccv-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-frv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fcrv-fs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-fcv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fcs-frv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fccv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fcv-fcs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcrv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-frv-fcs.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fccv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-fs-fcrv.h -include/octave-%%OCTAVE_VERSION%%/octave/vx-ops.h -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/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.6 -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.6.0.0 -lib/octave/%%OCTAVE_VERSION%%/liboctgui.so -lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.4 -lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.4.0.0 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.6 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.6.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 -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 -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audiodevinfo.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/audioread.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/ccolamd.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/chol.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/colamd.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/convhulln.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/dmperm.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/fftw.oct -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/gzip.oct -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 -share/applications/org.octave.Octave.desktop -share/icons/hicolor/128x128/apps/octave.png -share/icons/hicolor/16x16/apps/octave.png -share/icons/hicolor/22x22/apps/octave.png -share/icons/hicolor/24x24/apps/octave.png -share/icons/hicolor/256x256/apps/octave.png -share/icons/hicolor/32x32/apps/octave.png -share/icons/hicolor/48x48/apps/octave.png -share/icons/hicolor/512x512/apps/octave.png -share/icons/hicolor/64x64/apps/octave.png -share/icons/hicolor/scalable/apps/octave.svg -share/metainfo/org.octave.Octave.appdata.xml +@dir %%DATADIR%%/%%OCTAVE_VERSION%%/site/m +@dir %%DATADIR%%/site/api-v53/m Index: head/math/octave-forge/Makefile =================================================================== --- head/math/octave-forge/Makefile (revision 495224) +++ head/math/octave-forge/Makefile (revision 495225) @@ -1,49 +1,49 @@ # Created by: Nakata Maho # $FreeBSD$ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge metaport for math/octave USES= metaport OPTIONS_DEFINE= ACTUARIAL BENCHMARK BIM BIOINFO BSLTL CGI \ CIVIL_ENGINEERING CONTROL DATA_SMOOTHING \ DATABASE DATAFRAME DICOM DIVAND DOCTEST ECONOMETRICS \ FENV FITS \ FINANCIAL FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LEVEL_SET \ LINEAR_ALGEBRA LSSA LTFAT \ MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \ MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS \ OCT2MAT OCTCLIP OCTPROJ ODEBVP OPTICS \ OPTIM OPTIMINTERP OUTLIERS PARALLEL PLOT QUATERNION \ QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SPECFUN \ SPECIAL_MATRIX SPLINES STATISTICS STK STRINGS \ STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATABASE:NDATA_SMOOTHING:NDICOM:NECONOMETRICS:NFITS:NLINEAR_ALGEBRA:NMECHANICS:NOPTIM:NPARALLEL:NSIGNAL:NSTRINGS:NSTRUCT:NTISEAN:NVIDEO} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs .for OPT in ${OPTIONS_DEFINE} . if ${OPTIONS_DEFINE:MGENERATE_HTML} == ${OPT} ${OPT}_DESC= Install package: ${OPT:tl} ${OPT}_RUN_DEPENDS= ${TARBALLS_DIR}/${OPT:tl}.tar.gz:math/octave-forge-${OPT:tl} . else ${OPT}_DESC= Install package: ${OPT:tl:S/_/-/g} . if ${OPTIONS_DEFINE:MBENCHMARK} == ${OPT} ${OPT}_RUN_DEPENDS= ${TARBALLS_DIR}/${OPT:tl:S/_/-/g}.tar.gz:benchmarks/octave-forge-${OPT:tl:S/_/-/g} . else ${OPT}_RUN_DEPENDS= ${TARBALLS_DIR}/${OPT:tl:S/_/-/g}.tar.gz:math/octave-forge-${OPT:tl:S/_/-/g} . endif . endif .endfor .include Index: head/math/octave-forge-actuarial/Makefile =================================================================== --- head/math/octave-forge-actuarial/Makefile (revision 495224) +++ head/math/octave-forge-actuarial/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-actuarial PORTVERSION= 1.1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-bim/Makefile =================================================================== --- head/math/octave-forge-bim/Makefile (revision 495224) +++ head/math/octave-forge-bim/Makefile (revision 495225) @@ -1,33 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-bim PORTVERSION= 1.1.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:math/octave-forge-fpl RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:math/octave-forge-msh .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-bioinfo/Makefile =================================================================== --- head/math/octave-forge-bioinfo/Makefile (revision 495224) +++ head/math/octave-forge-bioinfo/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-bioinfo PORTVERSION= 0.1.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-bsltl/Makefile =================================================================== --- head/math/octave-forge-bsltl/Makefile (revision 495224) +++ head/math/octave-forge-bsltl/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-bsltl PORTVERSION= 1.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: ${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-cgi/Makefile =================================================================== --- head/math/octave-forge-cgi/Makefile (revision 495224) +++ head/math/octave-forge-cgi/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-cgi PORTVERSION= 0.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-civil-engineering/Makefile =================================================================== --- head/math/octave-forge-civil-engineering/Makefile (revision 495224) +++ head/math/octave-forge-civil-engineering/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-civil-engineering PORTVERSION= 1.0.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-control/Makefile =================================================================== --- head/math/octave-forge-control/Makefile (revision 495224) +++ head/math/octave-forge-control/Makefile (revision 495225) @@ -1,27 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-control PORTVERSION= 3.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-data-smoothing/Makefile =================================================================== --- head/math/octave-forge-data-smoothing/Makefile (revision 495224) +++ head/math/octave-forge-data-smoothing/Makefile (revision 495225) @@ -1,31 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-data-smoothing PORTVERSION= 1.3.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:math/octave-forge-optim do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-database/Makefile =================================================================== --- head/math/octave-forge-database/Makefile (revision 495224) +++ head/math/octave-forge-database/Makefile (revision 495225) @@ -1,35 +1,37 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-database PORTVERSION= 2.4.3 PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= requires octave-forge-database which is broken + RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes USES+= pgsql .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} post-patch: ${REINPLACE_CMD} 's#endian.h#sys/endian.h#' ${WRKSRC}/wrap_endian.h .include Index: head/math/octave-forge-dataframe/Makefile =================================================================== --- head/math/octave-forge-dataframe/Makefile (revision 495224) +++ head/math/octave-forge-dataframe/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-dataframe PORTVERSION= 1.2.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-dicom/Makefile =================================================================== --- head/math/octave-forge-dicom/Makefile (revision 495224) +++ head/math/octave-forge-dicom/Makefile (revision 495225) @@ -1,30 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-dicom PORTVERSION= 0.2.1 PORTREVISION= 7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave>=5.1.0 + LIB_DEPENDS+= libgdcmCommon.so:devel/gdcm # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-divand/Makefile =================================================================== --- head/math/octave-forge-divand/Makefile (revision 495224) +++ head/math/octave-forge-divand/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-divand PORTVERSION= 1.1.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-doctest/Makefile =================================================================== --- head/math/octave-forge-doctest/Makefile (revision 495224) +++ head/math/octave-forge-doctest/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-doctest PORTVERSION= 0.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-econometrics/Makefile =================================================================== --- head/math/octave-forge-econometrics/Makefile (revision 495224) +++ head/math/octave-forge-econometrics/Makefile (revision 495225) @@ -1,29 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-econometrics PORTVERSION= 1.1.1 PORTREVISION= 15 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= depends upon octave-forge-optim which is broken + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:math/octave-forge-optim .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-fenv/Makefile =================================================================== --- head/math/octave-forge-fenv/Makefile (revision 495224) +++ head/math/octave-forge-fenv/Makefile (revision 495225) @@ -1,27 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-fenv PORTVERSION= 0.1.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-financial/Makefile =================================================================== --- head/math/octave-forge-financial/Makefile (revision 495224) +++ head/math/octave-forge-financial/Makefile (revision 495225) @@ -1,33 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-financial PORTVERSION= 0.5.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-forge-io RUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:math/octave-forge-statistics .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-fits/Makefile =================================================================== --- head/math/octave-forge-fits/Makefile (revision 495224) +++ head/math/octave-forge-fits/Makefile (revision 495225) @@ -1,29 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-fits PORTVERSION= 1.0.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +BROKEN= does not build with octave>=5.1.0 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= libcfitsio.so:astro/cfitsio .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-fpl/Makefile =================================================================== --- head/math/octave-forge-fpl/Makefile (revision 495224) +++ head/math/octave-forge-fpl/Makefile (revision 495225) @@ -1,31 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-fpl PORTVERSION= 1.3.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= dx:graphics/opendx .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-fuzzy-logic-toolkit/Makefile =================================================================== --- head/math/octave-forge-fuzzy-logic-toolkit/Makefile (revision 495224) +++ head/math/octave-forge-fuzzy-logic-toolkit/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-fuzzy-logic-toolkit PORTVERSION= 0.4.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC} # Only required so that patch will apply. .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-ga/Makefile =================================================================== --- head/math/octave-forge-ga/Makefile (revision 495224) +++ head/math/octave-forge-ga/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-ga PORTVERSION= 0.10.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-general/Makefile =================================================================== --- head/math/octave-forge-general/Makefile (revision 495224) +++ head/math/octave-forge-general/Makefile (revision 495225) @@ -1,25 +1,25 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-general PORTVERSION= 2.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-generate_html/Makefile =================================================================== --- head/math/octave-forge-generate_html/Makefile (revision 495224) +++ head/math/octave-forge-generate_html/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-generate_html PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-geometry/Makefile =================================================================== --- head/math/octave-forge-geometry/Makefile (revision 495224) +++ head/math/octave-forge-geometry/Makefile (revision 495225) @@ -1,28 +1,28 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-geometry PORTVERSION= 3.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= py*-lxml>=0:devel/py-lxml .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-gnuplot/Makefile =================================================================== --- head/math/octave-forge-gnuplot/Makefile (revision 495224) +++ head/math/octave-forge-gnuplot/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-gnuplot PORTVERSION= 1.0.1 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-gsl/Makefile =================================================================== --- head/math/octave-forge-gsl/Makefile (revision 495224) +++ head/math/octave-forge-gsl/Makefile (revision 495225) @@ -1,31 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-gsl PORTVERSION= 2.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libgsl.so:math/gsl # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-ident/Makefile =================================================================== --- head/math/octave-forge-ident/Makefile (revision 495224) +++ head/math/octave-forge-ident/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-ident PORTVERSION= 1.0.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-image/Makefile =================================================================== --- head/math/octave-forge-image/Makefile (revision 495224) +++ head/math/octave-forge-image/Makefile (revision 495225) @@ -1,33 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-image PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= Many LICENSE_NAME= Many different licenses LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src USES= compiler:c++14-lang GNU_CONFIGURE= yes CXXFLAGS+= -fPIC .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-informationtheory/Makefile =================================================================== --- head/math/octave-forge-informationtheory/Makefile (revision 495224) +++ head/math/octave-forge-informationtheory/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-informationtheory PORTVERSION= 0.1.8 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-integration/Makefile =================================================================== --- head/math/octave-forge-integration/Makefile (revision 495224) +++ head/math/octave-forge-integration/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-integration PORTVERSION= 1.0.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-interval/Makefile =================================================================== --- head/math/octave-forge-interval/Makefile (revision 495224) +++ head/math/octave-forge-interval/Makefile (revision 495225) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-interval PORTVERSION= 3.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libmpfr.so:math/mpfr # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-io/Makefile =================================================================== --- head/math/octave-forge-io/Makefile (revision 495224) +++ head/math/octave-forge-io/Makefile (revision 495225) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-io PORTVERSION= 2.4.12 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-irsa/Makefile =================================================================== --- head/math/octave-forge-irsa/Makefile (revision 495224) +++ head/math/octave-forge-irsa/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-irsa PORTVERSION= 1.0.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-level-set/Makefile =================================================================== --- head/math/octave-forge-level-set/Makefile (revision 495224) +++ head/math/octave-forge-level-set/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-level-set PORTVERSION= 0.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 ALL_TARGET= oct USES= compiler:c++0x GNU_CONFIGURE= yes # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-linear-algebra/Makefile =================================================================== --- head/math/octave-forge-linear-algebra/Makefile (revision 495224) +++ head/math/octave-forge-linear-algebra/Makefile (revision 495225) @@ -1,25 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-linear-algebra PORTVERSION= 2.2.2 PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +BROKEN= does not build with octave>=5.1.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-lssa/Makefile =================================================================== --- head/math/octave-forge-lssa/Makefile (revision 495224) +++ head/math/octave-forge-lssa/Makefile (revision 495225) @@ -1,27 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-lssa PORTVERSION= 0.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-ltfat/Makefile =================================================================== --- head/math/octave-forge-ltfat/Makefile (revision 495224) +++ head/math/octave-forge-ltfat/Makefile (revision 495225) @@ -1,37 +1,37 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-ltfat PORTVERSION= 2.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libfftw3.so:math/fftw3 \ libportaudio.so:audio/portaudio \ libcblas.so:math/cblas # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure ${RM} ${WRKSRC}/../inst/DESCRIPTION ${RM} ${WRKSRC}/../inst/ltfat/DESCRIPTION ${RM} ${WRKSRC}/../inst/ltfat/inst/DESCRIPTION cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-mapping/Makefile =================================================================== --- head/math/octave-forge-mapping/Makefile (revision 495224) +++ head/math/octave-forge-mapping/Makefile (revision 495225) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-mapping PORTVERSION= 1.2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes ALL_TARGET= # nada .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-mechanics/Makefile =================================================================== --- head/math/octave-forge-mechanics/Makefile (revision 495224) +++ head/math/octave-forge-mechanics/Makefile (revision 495225) @@ -1,31 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-mechanics PORTVERSION= 1.3.1 PORTREVISION= 15 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= depends upon octave-forge-linear-algebra which is broken + RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:math/octave-forge-general RUN_DEPENDS+= ${TARBALLS_DIR}/geometry.tar.gz:math/octave-forge-geometry RUN_DEPENDS+= ${TARBALLS_DIR}/linear-algebra.tar.gz:math/octave-forge-linear-algebra # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/inst/molecularDynamics/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-miscellaneous/Makefile =================================================================== --- head/math/octave-forge-miscellaneous/Makefile (revision 495224) +++ head/math/octave-forge-miscellaneous/Makefile (revision 495225) @@ -1,31 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-miscellaneous PORTVERSION= 1.2.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:math/octave-forge-general .include "${.CURDIR}/../../Mk/bsd.octave.mk" MAKE_ENV+= MKOCTFILE=mkoctfile post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-missing-functions/Makefile =================================================================== --- head/math/octave-forge-missing-functions/Makefile (revision 495224) +++ head/math/octave-forge-missing-functions/Makefile (revision 495225) @@ -1,15 +1,15 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-missing-functions PORTVERSION= 1.0.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-msh/Makefile =================================================================== --- head/math/octave-forge-msh/Makefile (revision 495224) +++ head/math/octave-forge-msh/Makefile (revision 495225) @@ -1,34 +1,34 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-msh PORTVERSION= 1.0.10 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes RUN_DEPENDS+= ${TARBALLS_DIR}/splines.tar.gz:math/octave-forge-splines RUN_DEPENDS+= gmsh:cad/gmsh .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: ${REINPLACE_CMD} 's/ $$(LDFLAGS)//' ${WRKSRC}/Makefile.in post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-multicore/Makefile =================================================================== --- head/math/octave-forge-multicore/Makefile (revision 495224) +++ head/math/octave-forge-multicore/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-multicore PORTVERSION= 0.2.15 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-mvn/Makefile =================================================================== --- head/math/octave-forge-mvn/Makefile (revision 495224) +++ head/math/octave-forge-mvn/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-mvn PORTVERSION= 1.1.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-nan/Makefile =================================================================== --- head/math/octave-forge-nan/Makefile (revision 495224) +++ head/math/octave-forge-nan/Makefile (revision 495225) @@ -1,31 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-nan PORTVERSION= 3.1.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING MAKE_JOBS_UNSAFE= yes # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" ALL_TARGET= octave post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-ncarray/Makefile =================================================================== --- head/math/octave-forge-ncarray/Makefile (revision 495224) +++ head/math/octave-forge-ncarray/Makefile (revision 495225) @@ -1,35 +1,35 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-ncarray PORTVERSION= 1.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/netcdf.tar.gz:math/octave-forge-netcdf RUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:math/octave-forge-statistics .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-netcdf/Makefile =================================================================== --- head/math/octave-forge-netcdf/Makefile (revision 495224) +++ head/math/octave-forge-netcdf/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-netcdf PORTVERSION= 1.0.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes LIB_DEPENDS+= libnetcdf.so:science/netcdf .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-nlwing2/Makefile =================================================================== --- head/math/octave-forge-nlwing2/Makefile (revision 495224) +++ head/math/octave-forge-nlwing2/Makefile (revision 495225) @@ -1,27 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-nlwing2 PORTVERSION= 1.2.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-nnet/Makefile =================================================================== --- head/math/octave-forge-nnet/Makefile (revision 495224) +++ head/math/octave-forge-nnet/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-nnet PORTVERSION= 0.1.13 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-nurbs/Makefile =================================================================== --- head/math/octave-forge-nurbs/Makefile (revision 495224) +++ head/math/octave-forge-nurbs/Makefile (revision 495225) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-nurbs PORTVERSION= 1.3.13 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING USES= compiler:openmp # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-oct2mat/Makefile =================================================================== --- head/math/octave-forge-oct2mat/Makefile (revision 495224) +++ head/math/octave-forge-oct2mat/Makefile (revision 495225) @@ -1,20 +1,20 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-oct2mat PORTVERSION= 1.0.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-forge-io .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-octclip/Makefile =================================================================== --- head/math/octave-forge-octclip/Makefile (revision 495224) +++ head/math/octave-forge-octclip/Makefile (revision 495225) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-octclip PORTVERSION= 1.0.8 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src USES+= compiler:gcc-c++11-lib .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-octproj/Makefile =================================================================== --- head/math/octave-forge-octproj/Makefile (revision 495224) +++ head/math/octave-forge-octproj/Makefile (revision 495225) @@ -1,34 +1,34 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-octproj PORTVERSION= 1.1.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS+= libproj.so:graphics/proj # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src USES+= compiler:gcc-c++11-lib .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: ${REINPLACE_CMD} -e s/CC/MKOCTFILE/ -e s/-Wall// -e s/-Wextra// ${WRKSRC}/Makefile post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-odebvp/Makefile =================================================================== --- head/math/octave-forge-odebvp/Makefile (revision 495224) +++ head/math/octave-forge-odebvp/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-odebvp PORTVERSION= 1.0.6 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-optics/Makefile =================================================================== --- head/math/octave-forge-optics/Makefile (revision 495224) +++ head/math/octave-forge-optics/Makefile (revision 495225) @@ -1,31 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-optics PORTVERSION= 0.1.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-optim/Makefile =================================================================== --- head/math/octave-forge-optim/Makefile (revision 495224) +++ head/math/octave-forge-optim/Makefile (revision 495225) @@ -1,34 +1,36 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-optim PORTVERSION= 1.5.3 PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= Parts LICENSE_NAME= See individual files for licenses LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= depends upon octave-forge-optim which is broken + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:math/octave-forge-statistics RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-optiminterp/Makefile =================================================================== --- head/math/octave-forge-optiminterp/Makefile (revision 495224) +++ head/math/octave-forge-optiminterp/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-optiminterp PORTVERSION= 0.3.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING MAKE_JOBS_UNSAFE= yes # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" MAKE_ENV+= MKOCTFILE_FORTRAN_90=yes MKOCTFILE=mkoctfile post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-outliers/Makefile =================================================================== --- head/math/octave-forge-outliers/Makefile (revision 495224) +++ head/math/octave-forge-outliers/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-outliers PORTVERSION= 0.13.9 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-parallel/Makefile =================================================================== --- head/math/octave-forge-parallel/Makefile (revision 495224) +++ head/math/octave-forge-parallel/Makefile (revision 495225) @@ -1,33 +1,35 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-parallel PORTVERSION= 3.1.3 PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave>=5.1.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes USES+= compiler:gcc-c++11-lib perl5 shebangfix USE_PERL5= build SHEBANG_FILES= *.pl .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-plot/Makefile =================================================================== --- head/math/octave-forge-plot/Makefile (revision 495224) +++ head/math/octave-forge-plot/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-plot PORTVERSION= 1.1.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-quaternion/Makefile =================================================================== --- head/math/octave-forge-quaternion/Makefile (revision 495224) +++ head/math/octave-forge-quaternion/Makefile (revision 495225) @@ -1,27 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-quaternion PORTVERSION= 2.4.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-queueing/Makefile =================================================================== --- head/math/octave-forge-queueing/Makefile (revision 495224) +++ head/math/octave-forge-queueing/Makefile (revision 495225) @@ -1,30 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-queueing PORTVERSION= 1.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-secs1d/Makefile =================================================================== --- head/math/octave-forge-secs1d/Makefile (revision 495224) +++ head/math/octave-forge-secs1d/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-secs1d PORTVERSION= 0.0.9 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-forge-bim .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-secs2d/Makefile =================================================================== --- head/math/octave-forge-secs2d/Makefile (revision 495224) +++ head/math/octave-forge-secs2d/Makefile (revision 495225) @@ -1,21 +1,21 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-secs2d PORTVERSION= 0.0.8 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes post-patch: ${REINPLACE_CMD} -E 's/Octave_map/octave_map/g' ${WRKSRC}/src/*.cc .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-secs3d/Makefile =================================================================== --- head/math/octave-forge-secs3d/Makefile (revision 495224) +++ head/math/octave-forge-secs3d/Makefile (revision 495225) @@ -1,33 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-secs3d PORTVERSION= 0.0.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:math/octave-forge-fpl RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-forge-bim .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-signal/Makefile =================================================================== --- head/math/octave-forge-signal/Makefile (revision 495224) +++ head/math/octave-forge-signal/Makefile (revision 495225) @@ -1,32 +1,34 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-signal PORTVERSION= 1.4.0 PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave>=5.1.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:math/octave-forge-control .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: ${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-simp/Makefile =================================================================== --- head/math/octave-forge-simp/Makefile (revision 495224) +++ head/math/octave-forge-simp/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-simp PORTVERSION= 1.1.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-sockets/Makefile =================================================================== --- head/math/octave-forge-sockets/Makefile (revision 495224) +++ head/math/octave-forge-sockets/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-sockets PORTVERSION= 1.2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= octave-${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src BUILD_DEPENDS+= gsed:textproc/gsed .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: ${REINPLACE_CMD} 's/sed/gsed/g' ${WRKSRC}/Makefile post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-sparsersb/Makefile =================================================================== --- head/math/octave-forge-sparsersb/Makefile (revision 495224) +++ head/math/octave-forge-sparsersb/Makefile (revision 495225) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-sparsersb PORTVERSION= 1.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= librsb.so:math/librsb # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-specfun/Makefile =================================================================== --- head/math/octave-forge-specfun/Makefile (revision 495224) +++ head/math/octave-forge-specfun/Makefile (revision 495225) @@ -1,27 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-specfun PORTVERSION= 1.1.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-special-matrix/Makefile =================================================================== --- head/math/octave-forge-special-matrix/Makefile (revision 495224) +++ head/math/octave-forge-special-matrix/Makefile (revision 495225) @@ -1,15 +1,15 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-special-matrix PORTVERSION= 1.0.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-splines/Makefile =================================================================== --- head/math/octave-forge-splines/Makefile (revision 495224) +++ head/math/octave-forge-splines/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-splines PORTVERSION= 1.3.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-statistics/Makefile =================================================================== --- head/math/octave-forge-statistics/Makefile (revision 495224) +++ head/math/octave-forge-statistics/Makefile (revision 495225) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-statistics PORTVERSION= 1.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-forge-io .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: @${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-stk/Makefile =================================================================== --- head/math/octave-forge-stk/Makefile (revision 495224) +++ head/math/octave-forge-stk/Makefile (revision 495225) @@ -1,27 +1,27 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-stk PORTVERSION= 2.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-strings/Makefile =================================================================== --- head/math/octave-forge-strings/Makefile (revision 495224) +++ head/math/octave-forge-strings/Makefile (revision 495225) @@ -1,26 +1,28 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-strings PORTVERSION= 1.2.0 PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +BROKEN= does not build with octave>=5.1.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" ALL_TARGET= # Intentionally left empty post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-struct/Makefile =================================================================== --- head/math/octave-forge-struct/Makefile (revision 495224) +++ head/math/octave-forge-struct/Makefile (revision 495225) @@ -1,29 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-struct PORTVERSION= 1.0.15 PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave>=5.1.0 + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-symband/Makefile =================================================================== --- head/math/octave-forge-symband/Makefile (revision 495224) +++ head/math/octave-forge-symband/Makefile (revision 495225) @@ -1,18 +1,18 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-symband PORTVERSION= 1.0.10 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-symbolic/Makefile =================================================================== --- head/math/octave-forge-symbolic/Makefile (revision 495224) +++ head/math/octave-forge-symbolic/Makefile (revision 495225) @@ -1,35 +1,35 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-symbolic PORTVERSION= 2.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING BUILD_DEPENDS+= isympy:math/py-sympy RUN_DEPENDS+= isympy:math/py-sympy # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: ${DO_NADA} NO_ARCH= yes post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-tcl-octave/Makefile =================================================================== --- head/math/octave-forge-tcl-octave/Makefile (revision 495224) +++ head/math/octave-forge-tcl-octave/Makefile (revision 495225) @@ -1,17 +1,17 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-tcl-octave PORTVERSION= 0.1.8 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes USES+= tcl:wrapper .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-tisean/Makefile =================================================================== --- head/math/octave-forge-tisean/Makefile (revision 495224) +++ head/math/octave-forge-tisean/Makefile (revision 495225) @@ -1,31 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-tisean PORTVERSION= 0.2.3 PORTREVISION= 10 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave>=5.1.0 + RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-tsa/Makefile =================================================================== --- head/math/octave-forge-tsa/Makefile (revision 495224) +++ head/math/octave-forge-tsa/Makefile (revision 495225) @@ -1,31 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-tsa PORTVERSION= 4.4.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/nan.tar.gz:math/octave-forge-nan .include "${.CURDIR}/../../Mk/bsd.octave.mk" ALL_TARGET= octave post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-video/Makefile =================================================================== --- head/math/octave-forge-video/Makefile (revision 495224) +++ head/math/octave-forge-video/Makefile (revision 495225) @@ -1,35 +1,37 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-video PORTVERSION= 1.2.4 PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave>=5.1.0 + USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-zenity/Makefile =================================================================== --- head/math/octave-forge-zenity/Makefile (revision 495224) +++ head/math/octave-forge-zenity/Makefile (revision 495225) @@ -1,20 +1,20 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-zenity PORTVERSION= 0.5.7 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes RUN_DEPENDS+= zenity:x11/zenity .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include Index: head/math/octave-forge-zeromq/Makefile =================================================================== --- head/math/octave-forge-zeromq/Makefile (revision 495224) +++ head/math/octave-forge-zeromq/Makefile (revision 495225) @@ -1,32 +1,32 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-zeromq PORTVERSION= 1.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS+= libzmq.so:net/libzmq4 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include