diff options
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 56 | ||||
-rw-r--r-- | math/octave-devel/distinfo | 1 | ||||
-rw-r--r-- | math/octave-devel/files/patch-aa | 11 | ||||
-rw-r--r-- | math/octave-devel/files/patch-ab | 12 | ||||
-rw-r--r-- | math/octave-devel/pkg-comment | 1 | ||||
-rw-r--r-- | math/octave-devel/pkg-descr | 5 | ||||
-rw-r--r-- | math/octave-devel/pkg-plist | 515 |
7 files changed, 0 insertions, 601 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile deleted file mode 100644 index c9969bc4dec6..000000000000 --- a/math/octave-devel/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: octave -# Version required: 2.0.13 -# Date created: 8 September 1998 -# Whom: chuckr@freebsd.org -# -# $Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp $ -# - -DISTNAME= octave-2.0.13 -CATEGORIES= math -MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ - -MAINTAINER= chuckr@FreeBSD.ORG - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" -GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} -.else -GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL} -.endif -OCTAVE_VERSION= 2.0.13 -PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST} - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-shared --host=${GNU_HOST} - -.if ${OSVERSION} < 400004 -CONFIGURE_ARGS+= --with-f2c -.endif - -MAN1= octave.1 - -LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 - -post-install: -.ifndef NOPORTDOCS - $(MKDIR) $(PREFIX)/share/octave/doc -.for file in $(LIBOCTAVE-INFO) - $(INSTALL_DATA) $(WRKSRC)/doc/liboctave/$(file) $(PREFIX)/info -.endfor - install-info --entry='* Octave: (octave). Interactive language for numerical computations.' $(PREFIX)/info/octave.info $(PREFIX)/info/dir - install-info --entry='* LibOctave: (liboctave). C++ class library for Octave.' $(PREFIX)/info/liboctave.info $(PREFIX)/info/dir - $(INSTALL_DATA) $(WRKSRC)/doc/interpreter/octave.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/liboctave/liboctave.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-letter.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-legal.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/refcard/refcard-a4.ps $(PREFIX)/share/octave/doc - $(INSTALL_DATA) $(WRKSRC)/doc/faq/Octave-FAQ.ps $(PREFIX)/share/octave/doc -.endif - -.include <bsd.port.post.mk> diff --git a/math/octave-devel/distinfo b/math/octave-devel/distinfo deleted file mode 100644 index 129691ea3f64..000000000000 --- a/math/octave-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (octave-2.0.13.tar.gz) = 1776ba49064657d70560fea6c1f7f218 diff --git a/math/octave-devel/files/patch-aa b/math/octave-devel/files/patch-aa deleted file mode 100644 index 7a5a5b68fd28..000000000000 --- a/math/octave-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/liboctave/Makefile.in.orig Wed May 12 13:10:19 1999 -+++ doc/liboctave/Makefile.in Wed May 12 13:04:51 1999 -@@ -42,7 +42,7 @@ - .PHONY: all - - liboctave.info: $(TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -makeinfo --force -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi - - liboctave.dvi: $(TEXINFO) ../conf.texi - -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):" ; \ diff --git a/math/octave-devel/files/patch-ab b/math/octave-devel/files/patch-ab deleted file mode 100644 index dec511c0c3f6..000000000000 --- a/math/octave-devel/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig Thu May 21 20:16:26 1998 -+++ configure Wed May 12 16:34:24 1999 -@@ -5875,6 +5875,9 @@ - - unwind-prot.o: unwind-prot.cc - $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< -+ -+xdiv.o: xdiv.cc -+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $< - - EOF - ;; diff --git a/math/octave-devel/pkg-comment b/math/octave-devel/pkg-comment deleted file mode 100644 index d0061c2c9c5b..000000000000 --- a/math/octave-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High-level interactive language for numerical computations. diff --git a/math/octave-devel/pkg-descr b/math/octave-devel/pkg-descr deleted file mode 100644 index c03244971e2a..000000000000 --- a/math/octave-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Octave is a high-level language, primarily intended for numerical -computations. It provides a convenient command line interface for -solving linear and nonlinear problems numerically, and for performing -other numerical experiments. It may also be used as a batch-oriented -language. diff --git a/math/octave-devel/pkg-plist b/math/octave-devel/pkg-plist deleted file mode 100644 index f7fa1daaa35b..000000000000 --- a/math/octave-devel/pkg-plist +++ /dev/null @@ -1,515 +0,0 @@ -bin/mkoctfile -bin/octave -bin/octave-%%OCTAVE_VERSION%% -bin/octave-bug -include/octave-%%OCTAVE_VERSION%%/Array-flags.h -include/octave-%%OCTAVE_VERSION%%/Array-idx.h -include/octave-%%OCTAVE_VERSION%%/Array.cc -include/octave-%%OCTAVE_VERSION%%/Array.h -include/octave-%%OCTAVE_VERSION%%/Array2-idx.h -include/octave-%%OCTAVE_VERSION%%/Array2.cc -include/octave-%%OCTAVE_VERSION%%/Array2.h -include/octave-%%OCTAVE_VERSION%%/Array3-idx.h -include/octave-%%OCTAVE_VERSION%%/Array3.cc -include/octave-%%OCTAVE_VERSION%%/Array3.h -include/octave-%%OCTAVE_VERSION%%/BaseSLList.h -include/octave-%%OCTAVE_VERSION%%/Bounds.h -include/octave-%%OCTAVE_VERSION%%/CColVector.h -include/octave-%%OCTAVE_VERSION%%/CDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/CMatrix.h -include/octave-%%OCTAVE_VERSION%%/CRowVector.h -include/octave-%%OCTAVE_VERSION%%/CmplxAEPBAL.h -include/octave-%%OCTAVE_VERSION%%/CmplxCHOL.h -include/octave-%%OCTAVE_VERSION%%/CmplxDET.h -include/octave-%%OCTAVE_VERSION%%/CmplxHESS.h -include/octave-%%OCTAVE_VERSION%%/CmplxLU.h -include/octave-%%OCTAVE_VERSION%%/CmplxQR.h -include/octave-%%OCTAVE_VERSION%%/CmplxQRP.h -include/octave-%%OCTAVE_VERSION%%/CmplxSCHUR.h -include/octave-%%OCTAVE_VERSION%%/CmplxSVD.h -include/octave-%%OCTAVE_VERSION%%/CollocWt.h -include/octave-%%OCTAVE_VERSION%%/DAE.h -include/octave-%%OCTAVE_VERSION%%/DAEFunc.h -include/octave-%%OCTAVE_VERSION%%/DASSL.h -include/octave-%%OCTAVE_VERSION%%/DLList.h -include/octave-%%OCTAVE_VERSION%%/DiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/DiagArray2.h -include/octave-%%OCTAVE_VERSION%%/EIG.h -include/octave-%%OCTAVE_VERSION%%/FEGrid.h -include/octave-%%OCTAVE_VERSION%%/LP.h -include/octave-%%OCTAVE_VERSION%%/LPsolve.h -include/octave-%%OCTAVE_VERSION%%/LSODE.h -include/octave-%%OCTAVE_VERSION%%/LinConst.h -include/octave-%%OCTAVE_VERSION%%/MArray-defs.h -include/octave-%%OCTAVE_VERSION%%/MArray.cc -include/octave-%%OCTAVE_VERSION%%/MArray.h -include/octave-%%OCTAVE_VERSION%%/MArray2.cc -include/octave-%%OCTAVE_VERSION%%/MArray2.h -include/octave-%%OCTAVE_VERSION%%/MDiagArray2.cc -include/octave-%%OCTAVE_VERSION%%/MDiagArray2.h -include/octave-%%OCTAVE_VERSION%%/Map.h -include/octave-%%OCTAVE_VERSION%%/Matrix.h -include/octave-%%OCTAVE_VERSION%%/NLConst.h -include/octave-%%OCTAVE_VERSION%%/NLEqn.h -include/octave-%%OCTAVE_VERSION%%/NLFunc.h -include/octave-%%OCTAVE_VERSION%%/NLP.h -include/octave-%%OCTAVE_VERSION%%/ODE.h -include/octave-%%OCTAVE_VERSION%%/ODEFunc.h -include/octave-%%OCTAVE_VERSION%%/Objective.h -include/octave-%%OCTAVE_VERSION%%/Pix.h -include/octave-%%OCTAVE_VERSION%%/QP.h -include/octave-%%OCTAVE_VERSION%%/Quad.h -include/octave-%%OCTAVE_VERSION%%/Range.h -include/octave-%%OCTAVE_VERSION%%/SLList.h -include/octave-%%OCTAVE_VERSION%%/SLStack.h -include/octave-%%OCTAVE_VERSION%%/Stack.h -include/octave-%%OCTAVE_VERSION%%/base-de.h -include/octave-%%OCTAVE_VERSION%%/base-lu.cc -include/octave-%%OCTAVE_VERSION%%/base-lu.h -include/octave-%%OCTAVE_VERSION%%/base-min.h -include/octave-%%OCTAVE_VERSION%%/builtins.h -include/octave-%%OCTAVE_VERSION%%/byte-swap.h -include/octave-%%OCTAVE_VERSION%%/chMatrix.h -include/octave-%%OCTAVE_VERSION%%/cmd-hist.h -include/octave-%%OCTAVE_VERSION%%/config.h -include/octave-%%OCTAVE_VERSION%%/dColVector.h -include/octave-%%OCTAVE_VERSION%%/dDiagMatrix.h -include/octave-%%OCTAVE_VERSION%%/dMatrix.h -include/octave-%%OCTAVE_VERSION%%/dRowVector.h -include/octave-%%OCTAVE_VERSION%%/data-conv.h -include/octave-%%OCTAVE_VERSION%%/data.h -include/octave-%%OCTAVE_VERSION%%/dbleAEPBAL.h -include/octave-%%OCTAVE_VERSION%%/dbleBessel.h -include/octave-%%OCTAVE_VERSION%%/dbleCHOL.h -include/octave-%%OCTAVE_VERSION%%/dbleDET.h -include/octave-%%OCTAVE_VERSION%%/dbleGEPBAL.h -include/octave-%%OCTAVE_VERSION%%/dbleHESS.h -include/octave-%%OCTAVE_VERSION%%/dbleLU.h -include/octave-%%OCTAVE_VERSION%%/dbleQR.h -include/octave-%%OCTAVE_VERSION%%/dbleQRP.h -include/octave-%%OCTAVE_VERSION%%/dbleSCHUR.h -include/octave-%%OCTAVE_VERSION%%/dbleSVD.h -include/octave-%%OCTAVE_VERSION%%/defaults.h -include/octave-%%OCTAVE_VERSION%%/defun-dld.h -include/octave-%%OCTAVE_VERSION%%/defun-int.h -include/octave-%%OCTAVE_VERSION%%/defun.h -include/octave-%%OCTAVE_VERSION%%/dir-ops.h -include/octave-%%OCTAVE_VERSION%%/dirfns.h -include/octave-%%OCTAVE_VERSION%%/dynamic-ld.h -include/octave-%%OCTAVE_VERSION%%/error.h -include/octave-%%OCTAVE_VERSION%%/f77-fcn.h -include/octave-%%OCTAVE_VERSION%%/file-io.h -include/octave-%%OCTAVE_VERSION%%/file-ops.h -include/octave-%%OCTAVE_VERSION%%/fn-cache.h -include/octave-%%OCTAVE_VERSION%%/getopt.h -include/octave-%%OCTAVE_VERSION%%/gripes.h -include/octave-%%OCTAVE_VERSION%%/help.h -include/octave-%%OCTAVE_VERSION%%/idx-vector.h -include/octave-%%OCTAVE_VERSION%%/input.h -include/octave-%%OCTAVE_VERSION%%/lex.h -include/octave-%%OCTAVE_VERSION%%/lo-error.h -include/octave-%%OCTAVE_VERSION%%/lo-ieee.h -include/octave-%%OCTAVE_VERSION%%/lo-mappers.h -include/octave-%%OCTAVE_VERSION%%/lo-specfun.h -include/octave-%%OCTAVE_VERSION%%/lo-utils.h -include/octave-%%OCTAVE_VERSION%%/load-save.h -include/octave-%%OCTAVE_VERSION%%/mach-info.h -include/octave-%%OCTAVE_VERSION%%/mappers.h -include/octave-%%OCTAVE_VERSION%%/mx-base.h -include/octave-%%OCTAVE_VERSION%%/mx-defs.h -include/octave-%%OCTAVE_VERSION%%/mx-ext.h -include/octave-%%OCTAVE_VERSION%%/oct-alloc.h -include/octave-%%OCTAVE_VERSION%%/oct-cmplx.h -include/octave-%%OCTAVE_VERSION%%/oct-conf.h -include/octave-%%OCTAVE_VERSION%%/oct-fstrm.h -include/octave-%%OCTAVE_VERSION%%/oct-glob.h -include/octave-%%OCTAVE_VERSION%%/oct-gperf.h -include/octave-%%OCTAVE_VERSION%%/oct-hist.h -include/octave-%%OCTAVE_VERSION%%/oct-iostrm.h -include/octave-%%OCTAVE_VERSION%%/oct-map.h -include/octave-%%OCTAVE_VERSION%%/oct-math.h -include/octave-%%OCTAVE_VERSION%%/oct-obj.h -include/octave-%%OCTAVE_VERSION%%/oct-prcstrm.h -include/octave-%%OCTAVE_VERSION%%/oct-procbuf.h -include/octave-%%OCTAVE_VERSION%%/oct-stdstrm.h -include/octave-%%OCTAVE_VERSION%%/oct-stream.h -include/octave-%%OCTAVE_VERSION%%/oct-strstrm.h -include/octave-%%OCTAVE_VERSION%%/oct-term.h -include/octave-%%OCTAVE_VERSION%%/oct.h -include/octave-%%OCTAVE_VERSION%%/op-cm-cm.h -include/octave-%%OCTAVE_VERSION%%/op-cm-cs.h -include/octave-%%OCTAVE_VERSION%%/op-cm-m.h -include/octave-%%OCTAVE_VERSION%%/op-cm-s.h -include/octave-%%OCTAVE_VERSION%%/op-cs-cm.h -include/octave-%%OCTAVE_VERSION%%/op-cs-cs.h -include/octave-%%OCTAVE_VERSION%%/op-cs-m.h -include/octave-%%OCTAVE_VERSION%%/op-cs-s.h -include/octave-%%OCTAVE_VERSION%%/op-m-cm.h -include/octave-%%OCTAVE_VERSION%%/op-m-cs.h -include/octave-%%OCTAVE_VERSION%%/op-m-m.h -include/octave-%%OCTAVE_VERSION%%/op-m-s.h -include/octave-%%OCTAVE_VERSION%%/op-s-cm.h -include/octave-%%OCTAVE_VERSION%%/op-s-cs.h -include/octave-%%OCTAVE_VERSION%%/op-s-m.h -include/octave-%%OCTAVE_VERSION%%/op-s-s.h -include/octave-%%OCTAVE_VERSION%%/op-str-str.h -include/octave-%%OCTAVE_VERSION%%/ops.h -include/octave-%%OCTAVE_VERSION%%/ov-base.h -include/octave-%%OCTAVE_VERSION%%/ov-ch-mat.h -include/octave-%%OCTAVE_VERSION%%/ov-colon.h -include/octave-%%OCTAVE_VERSION%%/ov-complex.h -include/octave-%%OCTAVE_VERSION%%/ov-cx-mat.h -include/octave-%%OCTAVE_VERSION%%/ov-range.h -include/octave-%%OCTAVE_VERSION%%/ov-re-mat.h -include/octave-%%OCTAVE_VERSION%%/ov-scalar.h -include/octave-%%OCTAVE_VERSION%%/ov-str-mat.h -include/octave-%%OCTAVE_VERSION%%/ov-struct.h -include/octave-%%OCTAVE_VERSION%%/ov-typeinfo.h -include/octave-%%OCTAVE_VERSION%%/ov-va-args.h -include/octave-%%OCTAVE_VERSION%%/ov.h -include/octave-%%OCTAVE_VERSION%%/pager.h -include/octave-%%OCTAVE_VERSION%%/parse.h -include/octave-%%OCTAVE_VERSION%%/pathlen.h -include/octave-%%OCTAVE_VERSION%%/pathsearch.h -include/octave-%%OCTAVE_VERSION%%/pr-output.h -include/octave-%%OCTAVE_VERSION%%/procstream.h -include/octave-%%OCTAVE_VERSION%%/prog-args.h -include/octave-%%OCTAVE_VERSION%%/pt-base.h -include/octave-%%OCTAVE_VERSION%%/pt-cmd.h -include/octave-%%OCTAVE_VERSION%%/pt-const.h -include/octave-%%OCTAVE_VERSION%%/pt-exp-base.h -include/octave-%%OCTAVE_VERSION%%/pt-exp.h -include/octave-%%OCTAVE_VERSION%%/pt-fcn.h -include/octave-%%OCTAVE_VERSION%%/pt-fvc-base.h -include/octave-%%OCTAVE_VERSION%%/pt-fvc.h -include/octave-%%OCTAVE_VERSION%%/pt-mat.h -include/octave-%%OCTAVE_VERSION%%/pt-misc.h -include/octave-%%OCTAVE_VERSION%%/pt-mvr-base.h -include/octave-%%OCTAVE_VERSION%%/pt-mvr.h -include/octave-%%OCTAVE_VERSION%%/pt-plot.h -include/octave-%%OCTAVE_VERSION%%/pt-pr-code.h -include/octave-%%OCTAVE_VERSION%%/pt-walk.h -include/octave-%%OCTAVE_VERSION%%/sighandlers.h -include/octave-%%OCTAVE_VERSION%%/statdefs.h -include/octave-%%OCTAVE_VERSION%%/str-vec.h -include/octave-%%OCTAVE_VERSION%%/sun-utils.h -include/octave-%%OCTAVE_VERSION%%/symtab.h -include/octave-%%OCTAVE_VERSION%%/syscalls.h -include/octave-%%OCTAVE_VERSION%%/sysdep.h -include/octave-%%OCTAVE_VERSION%%/sysdir.h -include/octave-%%OCTAVE_VERSION%%/systime.h -include/octave-%%OCTAVE_VERSION%%/syswait.h -include/octave-%%OCTAVE_VERSION%%/token.h -include/octave-%%OCTAVE_VERSION%%/toplev.h -include/octave-%%OCTAVE_VERSION%%/unwind-prot.h -include/octave-%%OCTAVE_VERSION%%/utils.h -include/octave-%%OCTAVE_VERSION%%/variables.h -include/octave-%%OCTAVE_VERSION%%/version.h -include/octave-%%OCTAVE_VERSION%%/xdiv.h -include/octave-%%OCTAVE_VERSION%%/xpow.h -@unexec /bin/rm -f %D/include/octave -@exec /bin/ln -sf %D/include/octave-%%OCTAVE_VERSION%% %D/include/octave -@unexec install-info --delete --defentry='* Octave: (octave). Interactive language for numerical computations.' %D/info/octave.info %D/info/dir -@unexec install-info --delete --defentry='* LibOctave: (liboctave). C++ class library for Octave.' %D/info/liboctave.info %D/info/dir -info/octave.info -info/octave.info-1 -info/octave.info-2 -info/octave.info-3 -info/octave.info-4 -info/octave.info-5 -info/octave.info-6 -info/octave.info-7 -info/octave.info-8 -info/octave.info-9 -info/octave.info-10 -info/octave.info-11 -info/octave.info-12 -info/liboctave.info -info/liboctave.info-1 -info/liboctave.info-2 -info/liboctave.info-3 -@exec install-info --defentry='* Octave: (octave). Interactive language for numerical computations.' %D/octave.info %D/info/dir -@exec install-info --defentry='* LibOctave: (liboctave). C++ class library for Octave.' %D/liboctave.info %D/info/dir -lib/octave-%%OCTAVE_VERSION%%/libcruft.a -lib/octave-%%OCTAVE_VERSION%%/liboctave.a -lib/octave-%%OCTAVE_VERSION%%/liboctinterp.a -@unexec /bin/rm -f %D/lib/octave -@exec /bin/ln -sf %D/lib/octave-%%OCTAVE_VERSION%% %D/lib/octave -libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-info -libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%%/info-emacs-octave-help -libexec/octave/ls-R -share/octave/%%OCTAVE_VERSION%%/imagelib/default.img -share/octave/%%OCTAVE_VERSION%%/m/audio/lin2mu.m -share/octave/%%OCTAVE_VERSION%%/m/audio/loadaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/mu2lin.m -share/octave/%%OCTAVE_VERSION%%/m/audio/playaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/record.m -share/octave/%%OCTAVE_VERSION%%/m/audio/saveaudio.m -share/octave/%%OCTAVE_VERSION%%/m/audio/setaudio.m -share/octave/%%OCTAVE_VERSION%%/m/control/abcddim.m -share/octave/%%OCTAVE_VERSION%%/m/control/are.m -share/octave/%%OCTAVE_VERSION%%/m/control/c2d.m -share/octave/%%OCTAVE_VERSION%%/m/control/dare.m -share/octave/%%OCTAVE_VERSION%%/m/control/dgram.m -share/octave/%%OCTAVE_VERSION%%/m/control/dlqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/dlqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/dlyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/is_controllable.m -share/octave/%%OCTAVE_VERSION%%/m/control/is_observable.m -share/octave/%%OCTAVE_VERSION%%/m/control/lqe.m -share/octave/%%OCTAVE_VERSION%%/m/control/lqr.m -share/octave/%%OCTAVE_VERSION%%/m/control/lyap.m -share/octave/%%OCTAVE_VERSION%%/m/control/tzero.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acoth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/acsch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/asech.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/cot.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/coth.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csc.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/csch.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/gcd.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/lcm.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sec.m -share/octave/%%OCTAVE_VERSION%%/m/elfun/sech.m -share/octave/%%OCTAVE_VERSION%%/m/general/columns.m -share/octave/%%OCTAVE_VERSION%%/m/general/common_size.m -share/octave/%%OCTAVE_VERSION%%/m/general/diff.m -share/octave/%%OCTAVE_VERSION%%/m/general/fliplr.m -share/octave/%%OCTAVE_VERSION%%/m/general/flipud.m -share/octave/%%OCTAVE_VERSION%%/m/general/int2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_scalar.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_square.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_symmetric.m -share/octave/%%OCTAVE_VERSION%%/m/general/is_vector.m -share/octave/%%OCTAVE_VERSION%%/m/general/isempty.m -share/octave/%%OCTAVE_VERSION%%/m/general/length.m -share/octave/%%OCTAVE_VERSION%%/m/general/linspace.m -share/octave/%%OCTAVE_VERSION%%/m/general/logspace.m -share/octave/%%OCTAVE_VERSION%%/m/general/nargchk.m -share/octave/%%OCTAVE_VERSION%%/m/general/nextpow2.m -share/octave/%%OCTAVE_VERSION%%/m/general/num2str.m -share/octave/%%OCTAVE_VERSION%%/m/general/perror.m -share/octave/%%OCTAVE_VERSION%%/m/general/postpad.m -share/octave/%%OCTAVE_VERSION%%/m/general/prepad.m -share/octave/%%OCTAVE_VERSION%%/m/general/randperm.m -share/octave/%%OCTAVE_VERSION%%/m/general/rem.m -share/octave/%%OCTAVE_VERSION%%/m/general/reshape.m -share/octave/%%OCTAVE_VERSION%%/m/general/rot90.m -share/octave/%%OCTAVE_VERSION%%/m/general/rows.m -share/octave/%%OCTAVE_VERSION%%/m/general/shift.m -share/octave/%%OCTAVE_VERSION%%/m/general/strerror.m -share/octave/%%OCTAVE_VERSION%%/m/general/tril.m -share/octave/%%OCTAVE_VERSION%%/m/general/triu.m -share/octave/%%OCTAVE_VERSION%%/m/image/colormap.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/gray2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/image.m -share/octave/%%OCTAVE_VERSION%%/m/image/imagesc.m -share/octave/%%OCTAVE_VERSION%%/m/image/imshow.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2gray.m -share/octave/%%OCTAVE_VERSION%%/m/image/ind2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/loadimage.m -share/octave/%%OCTAVE_VERSION%%/m/image/ntsc2rgb.m -share/octave/%%OCTAVE_VERSION%%/m/image/ocean.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ind.m -share/octave/%%OCTAVE_VERSION%%/m/image/rgb2ntsc.m -share/octave/%%OCTAVE_VERSION%%/m/image/saveimage.m -share/octave/%%OCTAVE_VERSION%%/m/io/printf.m -share/octave/%%OCTAVE_VERSION%%/m/io/puts.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/commutation_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cond.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/cross.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/dot.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/duplication_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/kron.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/norm.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/null.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/orth.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/pinv.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/qzhess.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/rank.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/trace.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vec.m -share/octave/%%OCTAVE_VERSION%%/m/linear-algebra/vech.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bincoeff.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/bug_report.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/comma.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/cputime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/dump_prefs.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/etime.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/flops.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/is_leap_year.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/list_primes.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/menu.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/paren.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/path.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/popen2.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/semicolon.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/texas_lotto.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/tic.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/toc.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/version.m -share/octave/%%OCTAVE_VERSION%%/m/miscellaneous/xor.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plr__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt1__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/__pltopt__.m -share/octave/%%OCTAVE_VERSION%%/m/plot/axis.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/bottom_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/contour.m -share/octave/%%OCTAVE_VERSION%%/m/plot/figure.m -share/octave/%%OCTAVE_VERSION%%/m/plot/grid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/hist.m -share/octave/%%OCTAVE_VERSION%%/m/plot/loglog.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mesh.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshdom.m -share/octave/%%OCTAVE_VERSION%%/m/plot/meshgrid.m -share/octave/%%OCTAVE_VERSION%%/m/plot/mplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/multiplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/oneplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/plot_border.m -share/octave/%%OCTAVE_VERSION%%/m/plot/polar.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogx.m -share/octave/%%OCTAVE_VERSION%%/m/plot/semilogy.m -share/octave/%%OCTAVE_VERSION%%/m/plot/shg.m -share/octave/%%OCTAVE_VERSION%%/m/plot/sombrero.m -share/octave/%%OCTAVE_VERSION%%/m/plot/stairs.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subplot.m -share/octave/%%OCTAVE_VERSION%%/m/plot/subwindow.m -share/octave/%%OCTAVE_VERSION%%/m/plot/title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/top_title.m -share/octave/%%OCTAVE_VERSION%%/m/plot/xlabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/ylabel.m -share/octave/%%OCTAVE_VERSION%%/m/plot/zlabel.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/compan.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/conv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/deconv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/poly.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyder.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyderiv.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyfit.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyinteg.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyreduce.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyval.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/polyvalm.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/residue.m -share/octave/%%OCTAVE_VERSION%%/m/polynomial/roots.m -share/octave/%%OCTAVE_VERSION%%/m/set/complement.m -share/octave/%%OCTAVE_VERSION%%/m/set/create_set.m -share/octave/%%OCTAVE_VERSION%%/m/set/intersection.m -share/octave/%%OCTAVE_VERSION%%/m/set/union.m -share/octave/%%OCTAVE_VERSION%%/m/signal/detrend.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftconv.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftfilt.m -share/octave/%%OCTAVE_VERSION%%/m/signal/fftshift.m -share/octave/%%OCTAVE_VERSION%%/m/signal/freqz.m -share/octave/%%OCTAVE_VERSION%%/m/signal/sinc.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/bessel.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/beta.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/betai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/erfinv.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/gammai.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/log2.m -share/octave/%%OCTAVE_VERSION%%/m/specfun/pow2.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hankel.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/hilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/invhilb.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/sylvester_matrix.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/toeplitz.m -share/octave/%%OCTAVE_VERSION%%/m/special-matrix/vander.m -share/octave/%%OCTAVE_VERSION%%/m/startup/octaverc -share/octave/%%OCTAVE_VERSION%%/m/statistics/corrcoef.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/cov.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/gls.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/kurtosis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/mahalanobis.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/mean.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/median.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/ols.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/skewness.m -share/octave/%%OCTAVE_VERSION%%/m/statistics/std.m -share/octave/%%OCTAVE_VERSION%%/m/strings/bin2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/blanks.m -share/octave/%%OCTAVE_VERSION%%/m/strings/deblank.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2bin.m -share/octave/%%OCTAVE_VERSION%%/m/strings/dec2hex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/findstr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/hex2dec.m -share/octave/%%OCTAVE_VERSION%%/m/strings/index.m -share/octave/%%OCTAVE_VERSION%%/m/strings/isletter.m -share/octave/%%OCTAVE_VERSION%%/m/strings/lower.m -share/octave/%%OCTAVE_VERSION%%/m/strings/rindex.m -share/octave/%%OCTAVE_VERSION%%/m/strings/split.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2mat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/str2num.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcat.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strcmp.m -share/octave/%%OCTAVE_VERSION%%/m/strings/strrep.m -share/octave/%%OCTAVE_VERSION%%/m/strings/substr.m -share/octave/%%OCTAVE_VERSION%%/m/strings/upper.m -share/octave/%%OCTAVE_VERSION%%/m/time/asctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/clock.m -share/octave/%%OCTAVE_VERSION%%/m/time/ctime.m -share/octave/%%OCTAVE_VERSION%%/m/time/date.m -share/octave/doc/Octave-FAQ.ps -share/octave/doc/liboctave.ps -share/octave/doc/octave.ps -share/octave/doc/refcard-a4.ps -share/octave/doc/refcard-legal.ps -share/octave/doc/refcard-letter.ps -share/octave/ls-R -share/octave/site/m/startup/octaverc -@dirrm include/octave-%%OCTAVE_VERSION%% -@dirrm lib/octave-%%OCTAVE_VERSION%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec/%%GNU_HOST%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/exec -@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%% -@dirrm libexec/octave/%%OCTAVE_VERSION%%/oct -@dirrm libexec/octave/%%OCTAVE_VERSION%% -@dirrm libexec/octave/site/exec/%%GNU_HOST%% -@dirrm libexec/octave/site/exec -@dirrm libexec/octave/site/oct/%%GNU_HOST%% -@dirrm libexec/octave/site/oct -@dirrm libexec/octave/site -@dirrm libexec/octave -@dirrm share/octave/%%OCTAVE_VERSION%%/imagelib -@dirrm share/octave/%%OCTAVE_VERSION%%/m/audio -@dirrm share/octave/%%OCTAVE_VERSION%%/m/control -@dirrm share/octave/%%OCTAVE_VERSION%%/m/elfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/general -@dirrm share/octave/%%OCTAVE_VERSION%%/m/image -@dirrm share/octave/%%OCTAVE_VERSION%%/m/io -@dirrm share/octave/%%OCTAVE_VERSION%%/m/linear-algebra -@dirrm share/octave/%%OCTAVE_VERSION%%/m/miscellaneous -@dirrm share/octave/%%OCTAVE_VERSION%%/m/plot -@dirrm share/octave/%%OCTAVE_VERSION%%/m/polynomial -@dirrm share/octave/%%OCTAVE_VERSION%%/m/set -@dirrm share/octave/%%OCTAVE_VERSION%%/m/signal -@dirrm share/octave/%%OCTAVE_VERSION%%/m/specfun -@dirrm share/octave/%%OCTAVE_VERSION%%/m/special-matrix -@dirrm share/octave/%%OCTAVE_VERSION%%/m/startup -@dirrm share/octave/%%OCTAVE_VERSION%%/m/statistics -@dirrm share/octave/%%OCTAVE_VERSION%%/m/strings -@dirrm share/octave/%%OCTAVE_VERSION%%/m/time -@dirrm share/octave/%%OCTAVE_VERSION%%/m -@dirrm share/octave/%%OCTAVE_VERSION%% -@dirrm share/octave/site/m/startup -@dirrm share/octave/site/m -@dirrm share/octave/site -@dirrm share/octave/doc -@dirrm share/octave |