From owner-svn-ports-head@freebsd.org Wed Jul 27 05:44:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 133E1BA630D; Wed, 27 Jul 2016 05:44:42 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A22EB19E1; Wed, 27 Jul 2016 05:44:41 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6R5ieLj055055; Wed, 27 Jul 2016 05:44:40 GMT (envelope-from maho@FreeBSD.org) Received: (from maho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6R5ieEk055052; Wed, 27 Jul 2016 05:44:40 GMT (envelope-from maho@FreeBSD.org) Message-Id: <201607270544.u6R5ieEk055052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: maho set sender to maho@FreeBSD.org using -f From: Maho Nakata Date: Wed, 27 Jul 2016 05:44:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419163 - in head/math/octave: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 05:44:42 -0000 Author: maho Date: Wed Jul 27 05:44:40 2016 New Revision: 419163 URL: https://svnweb.freebsd.org/changeset/ports/419163 Log: 1. Some dependencies were added per QA advice. 2. updated to version 4.0.3 deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef' Java and GUI are now optional plist is now generated automatically revised dependencies PR: 211291 Submitted by: bsam (1), Alexander Sherikov (2) Deleted: head/math/octave/files/patch-libinterp-octave-value-ov-classdef.cc head/math/octave/files/patch-libinterp-octave-value-ov-classdef.h Modified: head/math/octave/Makefile head/math/octave/distinfo head/math/octave/pkg-plist Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Wed Jul 27 03:56:36 2016 (r419162) +++ head/math/octave/Makefile Wed Jul 27 05:44:40 2016 (r419163) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave -PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTVERSION= 4.0.3 CATEGORIES= math MASTER_SITES= GNU @@ -33,16 +32,20 @@ LIB_DEPENDS= libGraphicsMagick.so:graphi libumfpack.so:math/suitesparse \ libglpk.so:math/glpk \ libgl2ps.so:print/gl2ps \ - libqscintilla2.so:devel/qscintilla2 + libqscintilla2.so:devel/qscintilla2 \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= charsetfix fortran gmake libtool perl5 pkgconfig tar:xz +USES= charsetfix fortran gmake libtool perl5 pkgconfig readline tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_TEX= dvipsk:build GNU_CONFIGURE= yes USE_JAVA= yes JAVA_VERSION= 1.7+ -USE_QT4= gui network uic_build moc_build rcc_build linguist_build +USE_QT4= corelib gui network opengl uic_build moc_build rcc_build linguist_build +USE_XORG= x11 xext xfixes xft +USE_GL= gl glu OCTAVE_VERSION= ${PORTVERSION} GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} Modified: head/math/octave/distinfo ============================================================================== --- head/math/octave/distinfo Wed Jul 27 03:56:36 2016 (r419162) +++ head/math/octave/distinfo Wed Jul 27 05:44:40 2016 (r419163) @@ -1,2 +1,3 @@ -SHA256 (octave-4.0.0.tar.xz) = cf6be2fac6796fda68971e249c96d026ce4a1b0ed074ce49a5791365a958c474 -SIZE (octave-4.0.0.tar.xz) = 15759196 +TIMESTAMP = 1469103365 +SHA256 (octave-4.0.3.tar.xz) = dc2bec8c68fa5733a5847563634b1729356a84f3a5071008ecdb793293f0aa85 +SIZE (octave-4.0.3.tar.xz) = 15697064 Modified: head/math/octave/pkg-plist ============================================================================== --- head/math/octave/pkg-plist Wed Jul 27 03:56:36 2016 (r419162) +++ head/math/octave/pkg-plist Wed Jul 27 05:44:40 2016 (r419163) @@ -6,74 +6,10 @@ bin/octave-cli bin/octave-cli-%%OCTAVE_VERSION%% bin/octave-config bin/octave-config-%%OCTAVE_VERSION%% +include/octave-%%OCTAVE_VERSION%%/octave/action-container.h 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/CmplxAEPBAL.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxGEPBAL.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h -include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.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-decl.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h -include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc -include/octave-%%OCTAVE_VERSION%%/octave/MArray.h -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h -include/octave-%%OCTAVE_VERSION%%/octave/MSparse-defs.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/SparseCmplxCHOL.h -include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxLU.h -include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxQR.h -include/octave-%%OCTAVE_VERSION%%/octave/SparseQR.h -include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleCHOL.h -include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleLU.h -include/octave-%%OCTAVE_VERSION%%/octave/action-container.h include/octave-%%OCTAVE_VERSION%%/octave/base-aepbal.h include/octave-%%OCTAVE_VERSION%%/octave/base-dae.h include/octave-%%OCTAVE_VERSION%%/octave/base-de.h @@ -94,20 +30,41 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/byte-swap.h include/octave-%%OCTAVE_VERSION%%/octave/c-file-ptr-stream.h include/octave-%%OCTAVE_VERSION%%/octave/caseless-str.h +include/octave-%%OCTAVE_VERSION%%/octave/CColVector.h +include/octave-%%OCTAVE_VERSION%%/octave/CDiagMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/cdisplay.h +include/octave-%%OCTAVE_VERSION%%/octave/Cell.h include/octave-%%OCTAVE_VERSION%%/octave/chMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/chNDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/CMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/cmd-edit.h include/octave-%%OCTAVE_VERSION%%/octave/cmd-hist.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxAEPBAL.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxCHOL.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxGEPBAL.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxHESS.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxLU.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxQR.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxQRP.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxSCHUR.h +include/octave-%%OCTAVE_VERSION%%/octave/CmplxSVD.h +include/octave-%%OCTAVE_VERSION%%/octave/CNDArray.h +include/octave-%%OCTAVE_VERSION%%/octave/CollocWt.h include/octave-%%OCTAVE_VERSION%%/octave/comment-list.h include/octave-%%OCTAVE_VERSION%%/octave/config.h +include/octave-%%OCTAVE_VERSION%%/octave/CRowVector.h +include/octave-%%OCTAVE_VERSION%%/octave/CSparse.h include/octave-%%OCTAVE_VERSION%%/octave/cutils.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/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/data-conv.h include/octave-%%OCTAVE_VERSION%%/octave/data.h include/octave-%%OCTAVE_VERSION%%/octave/dbleAEPBAL.h @@ -119,16 +76,26 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/dbleQRP.h include/octave-%%OCTAVE_VERSION%%/octave/dbleSCHUR.h include/octave-%%OCTAVE_VERSION%%/octave/dbleSVD.h +include/octave-%%OCTAVE_VERSION%%/octave/dColVector.h +include/octave-%%OCTAVE_VERSION%%/octave/dDiagMatrix.h include/octave-%%OCTAVE_VERSION%%/octave/debug.h include/octave-%%OCTAVE_VERSION%%/octave/defaults.h include/octave-%%OCTAVE_VERSION%%/octave/defun-dld.h include/octave-%%OCTAVE_VERSION%%/octave/defun-int.h include/octave-%%OCTAVE_VERSION%%/octave/defun.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/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/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/dynamic-ld.h +include/octave-%%OCTAVE_VERSION%%/octave/EIG.h include/octave-%%OCTAVE_VERSION%%/octave/eigs-base.cc include/octave-%%OCTAVE_VERSION%%/octave/error.h include/octave-%%OCTAVE_VERSION%%/octave/event-queue.h @@ -136,8 +103,6 @@ include/octave-%%OCTAVE_VERSION%%/octave 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/fCmplxAEPBAL.h include/octave-%%OCTAVE_VERSION%%/octave/fCmplxCHOL.h include/octave-%%OCTAVE_VERSION%%/octave/fCmplxGEPBAL.h @@ -147,12 +112,11 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/fCmplxQRP.h include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSCHUR.h include/octave-%%OCTAVE_VERSION%%/octave/fCmplxSVD.h +include/octave-%%OCTAVE_VERSION%%/octave/fCNDArray.h include/octave-%%OCTAVE_VERSION%%/octave/fColVector.h +include/octave-%%OCTAVE_VERSION%%/octave/fCRowVector.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/file-io.h include/octave-%%OCTAVE_VERSION%%/octave/file-ops.h include/octave-%%OCTAVE_VERSION%%/octave/file-stat.h @@ -165,6 +129,9 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/floatQRP.h include/octave-%%OCTAVE_VERSION%%/octave/floatSCHUR.h include/octave-%%OCTAVE_VERSION%%/octave/floatSVD.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/functor.h include/octave-%%OCTAVE_VERSION%%/octave/gl-render.h include/octave-%%OCTAVE_VERSION%%/octave/gl2ps-renderer.h @@ -206,12 +173,25 @@ include/octave-%%OCTAVE_VERSION%%/octave 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-ascii.h include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h +include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h +include/octave-%%OCTAVE_VERSION%%/octave/LSODE-opts.h +include/octave-%%OCTAVE_VERSION%%/octave/LSODE.h include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h +include/octave-%%OCTAVE_VERSION%%/octave/MArray-decl.h +include/octave-%%OCTAVE_VERSION%%/octave/MArray-defs.h +include/octave-%%OCTAVE_VERSION%%/octave/MArray.cc +include/octave-%%OCTAVE_VERSION%%/octave/MArray.h +include/octave-%%OCTAVE_VERSION%%/octave/Matrix.h +include/octave-%%OCTAVE_VERSION%%/octave/MatrixType.h +include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.cc +include/octave-%%OCTAVE_VERSION%%/octave/MDiagArray2.h include/octave-%%OCTAVE_VERSION%%/octave/mex.h include/octave-%%OCTAVE_VERSION%%/octave/mexproto.h +include/octave-%%OCTAVE_VERSION%%/octave/MSparse-defs.h +include/octave-%%OCTAVE_VERSION%%/octave/MSparse.cc +include/octave-%%OCTAVE_VERSION%%/octave/MSparse.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 @@ -544,9 +524,9 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64.h include/octave-%%OCTAVE_VERSION%%/octave/mx-ui8nda-ui64nda.h include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h +include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h include/octave-%%OCTAVE_VERSION%%/octave/oct-base64.h -include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h include/octave-%%OCTAVE_VERSION%%/octave/oct-conf-post.h include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h @@ -595,6 +575,10 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/octave-default-image.h include/octave-%%OCTAVE_VERSION%%/octave/octave-link.h include/octave-%%OCTAVE_VERSION%%/octave/octave.h +include/octave-%%OCTAVE_VERSION%%/octave/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/op-dm-template.cc include/octave-%%OCTAVE_VERSION%%/octave/op-dms-template.cc include/octave-%%OCTAVE_VERSION%%/octave/op-int.h @@ -667,14 +651,15 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/parse.h include/octave-%%OCTAVE_VERSION%%/octave/pathlen.h include/octave-%%OCTAVE_VERSION%%/octave/pathsearch.h +include/octave-%%OCTAVE_VERSION%%/octave/PermMatrix.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-binop.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 @@ -702,10 +687,13 @@ include/octave-%%OCTAVE_VERSION%%/octave 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/Quad-opts.h +include/octave-%%OCTAVE_VERSION%%/octave/Quad.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/Range.h include/octave-%%OCTAVE_VERSION%%/octave/sighandlers.h include/octave-%%OCTAVE_VERSION%%/octave/siglist.h include/octave-%%OCTAVE_VERSION%%/octave/singleton-cleanup.h @@ -729,11 +717,23 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-chol.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.cc include/octave-%%OCTAVE_VERSION%%/octave/sparse-base-lu.h +include/octave-%%OCTAVE_VERSION%%/octave/Sparse-diag-op-defs.h include/octave-%%OCTAVE_VERSION%%/octave/sparse-dmsolve.cc +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-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/Sparse.cc +include/octave-%%OCTAVE_VERSION%%/octave/Sparse.h +include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxCHOL.h +include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxLU.h +include/octave-%%OCTAVE_VERSION%%/octave/SparseCmplxQR.h +include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleCHOL.h +include/octave-%%OCTAVE_VERSION%%/octave/SparsedbleLU.h +include/octave-%%OCTAVE_VERSION%%/octave/SparseQR.h include/octave-%%OCTAVE_VERSION%%/octave/statdefs.h include/octave-%%OCTAVE_VERSION%%/octave/str-vec.h include/octave-%%OCTAVE_VERSION%%/octave/sun-utils.h @@ -785,21 +785,19 @@ include/octave-%%OCTAVE_VERSION%%/octave include/octave-%%OCTAVE_VERSION%%/octave/zfstream.h lib/octave/%%OCTAVE_VERSION%%/liboctave.so lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3 -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.3.0.2 lib/octave/%%OCTAVE_VERSION%%/liboctgui.so lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1 -lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.1.1.0 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3.0.0 -lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/PKG_ADD +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.3.1.1 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%%/__magick_read__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__osmesa_print__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/__voronoi__.oct lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/amd.oct @@ -811,6 +809,7 @@ lib/octave/%%OCTAVE_VERSION%%/oct/%%GNU_ 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%%/PKG_ADD 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 @@ -821,20 +820,15 @@ man/man1/octave-config.1.gz man/man1/octave.1.gz share/appdata/www.octave.org-octave.appdata.xml share/applications/www.octave.org-octave.desktop -%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps -%%PORTDOCS%%%%DOCSDIR%%/octave.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps -%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps share/icons/hicolor/scalable/apps/octave.svg share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS %%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION %%DATADIR%%/%%OCTAVE_VERSION%%/etc/default-qt-settings %%DATADIR%%/%%OCTAVE_VERSION%%/etc/doc-cache %%DATADIR%%/%%OCTAVE_VERSION%%/etc/macros.texi +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS %%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 @@ -876,48 +870,50 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_method_changes_property_size.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_static_method_constant_property.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classdef/foo_value_class.m -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/Blork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/bleek.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Blork/Blork.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/@Cork/click.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@Cork/Cork.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/@CPrecedenceTester1/CPrecedenceTester1.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/tattack.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/@CPrecedenceTester3/CPrecedenceTester3.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/Dork.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/Gork.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/Pork.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/@Sneetch/Sneetch.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/@SizeTester/SizeTester.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/@Sneetch/Sneetch.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 @@ -945,6 +941,7 @@ share/icons/hicolor/x/apps/octave.png %%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/Snork.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 @@ -953,7 +950,6 @@ share/icons/hicolor/x/apps/octave.png %%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 @@ -963,16 +959,17 @@ share/icons/hicolor/x/apps/octave.png %%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/@Spork/Spork.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/classes/classes.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/colormaps.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/complex.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/ctor-vs-method/__trace__.m %%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/diag-perm.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/error.tst @@ -1010,19 +1007,20 @@ share/icons/hicolor/x/apps/octave.png %%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/__dispatch__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ichol__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ilu__.cc-tst %%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/betainc.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bitfcns.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/conv2.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dassl.cc-tst @@ -1090,7 +1088,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__magick_read__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__osmesa_print__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/amd.cc-tst @@ -1128,21 +1125,22 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/lex.ll-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.in.yy-tst -%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-assign.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-binop.cc-tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-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/corefcn/error.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/array/Sparse.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/util/oct-inttypes.cc-tst %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/default.img %%DATADIR%%/%%OCTAVE_VERSION%%/imagelib/octave-logo.ico @@ -1161,8 +1159,8 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/locale/ru_RU.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/uk_UA.qm %%DATADIR%%/%%OCTAVE_VERSION%%/locale/zh_CN.qm -%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/binary.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/cd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/close.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/delete.m @@ -1212,7 +1210,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/soundsc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/audio/wavwrite.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/PKG_ADD %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/bicubic.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/default_save_options.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/delaunay3.m @@ -1238,6 +1235,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/mouse_wheel_zoom.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/nfields.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/octave_tmp_file_name.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/PKG_ADD %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/playaudio.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/re_read_readline_init_file.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/deprecated/read_readline_init_file.m @@ -1271,9 +1269,9 @@ share/icons/hicolor/x/apps/octave.png %%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/bincoeff.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 @@ -1394,8 +1392,8 @@ share/icons/hicolor/x/apps/octave.png %%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/doc.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc_cache_create.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/help/doc.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 @@ -1404,7 +1402,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/private/__strip_html_tags__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/type.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/help/which.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/PKG_ADD %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/autumn.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/bone.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/brighten.m @@ -1437,6 +1434,7 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/ocean.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/pink.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/image/PKG_ADD %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/prism.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imfinfo__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/image/private/__imread__.m @@ -1464,10 +1462,10 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/strread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textread.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/io/textscan.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaArray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_get.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/java_set.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaaddpath.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaArray.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javachk.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m @@ -1538,8 +1536,8 @@ share/icons/hicolor/x/apps/octave.png %%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/ls.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls_command.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/ls.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mex.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/mexext.m @@ -1579,7 +1577,6 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/what.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/miscellaneous/zip.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/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 @@ -1590,6 +1587,7 @@ share/icons/hicolor/x/apps/octave.png %%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/PKG_ADD %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/pqpnonneg.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/private/__fdjac__.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/optimization/qp.m @@ -1623,8 +1621,8 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/is_architecture_dependent.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/list_forge_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/load_package_dirs.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/load_packages.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/packinfo_copy_file.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/parse_pkg_idx.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/pkg/private/prepare_installation.m @@ -1889,8 +1887,8 @@ share/icons/hicolor/x/apps/octave.png %%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/freqz.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hamming.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hanning.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/hurst.m @@ -2005,14 +2003,14 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/table.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/var.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/base/zscore.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betacdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binocdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binoinv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binopdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binornd.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betacdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m @@ -2104,32 +2102,32 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/chisquare_test_independence.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/cor_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/f_test_regression.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test_2.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/hotelling_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test_2.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kolmogorov_smirnov_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/kruskal_wallis_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/manova.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/mcnemar_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/prop_test_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/run_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/sign_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_2.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test_regression.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/t_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/u_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/var_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/welch_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/wilcoxon_test.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m +%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.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/dec2base.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m @@ -2181,6 +2179,11 @@ share/icons/hicolor/x/apps/octave.png %%DATADIR%%/%%OCTAVE_VERSION%%/m/time/weekday.m %%DATADIR%%/imagelib %%DATADIR%%/site/m/startup/octaverc +%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps +%%PORTDOCS%%%%DOCSDIR%%/octave.ps +%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps +%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps +%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps @dir lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%% @dir lib/octave/site/oct/%%GNU_HOST%% @dir lib/octave/site/oct/api-v50+/%%GNU_HOST%%