diff options
author | beat <beat@FreeBSD.org> | 2009-05-27 05:34:12 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-05-27 05:34:12 +0800 |
commit | 040b3606233688b0277daffb3893ec80c7b50486 (patch) | |
tree | eb40462617c6e7e3669b6251daa1c227b00572db /math/octave-forge-oct2mat | |
parent | 2fc137814315a1f3f40efd2495f4bf1946273ea1 (diff) | |
download | freebsd-ports-gnome-040b3606233688b0277daffb3893ec80c7b50486.tar.gz freebsd-ports-gnome-040b3606233688b0277daffb3893ec80c7b50486.tar.zst freebsd-ports-gnome-040b3606233688b0277daffb3893ec80c7b50486.zip |
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is oct2mat.
Convert m-file into matlab-compatible coding style.
WWW: http://octave.sourceforge.net/
PR: ports/134404
Submitted by: Stephen Montgomery-Smith <stephen AT missouri.edu>
Approved by: miwi (mentor)
Diffstat (limited to 'math/octave-forge-oct2mat')
-rw-r--r-- | math/octave-forge-oct2mat/Makefile | 19 | ||||
-rw-r--r-- | math/octave-forge-oct2mat/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-oct2mat/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-oct2mat/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/octave-forge-oct2mat/Makefile b/math/octave-forge-oct2mat/Makefile new file mode 100644 index 000000000000..3ddcb3919ab3 --- /dev/null +++ b/math/octave-forge-oct2mat/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: octave-forge-oct2mat +# Date created: 8 September 2008 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-oct2mat +PORTVERSION= 1.0.6 +CATEGORIES= math + +MAINTAINER= stephen@missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-oct2mat/distinfo b/math/octave-forge-oct2mat/distinfo new file mode 100644 index 000000000000..d634743a164b --- /dev/null +++ b/math/octave-forge-oct2mat/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/oct2mat-1.0.6.tar.gz) = fa86bd321d87c5cccf5e8424303ec28f +SHA256 (octave-forge/oct2mat-1.0.6.tar.gz) = 626fb818f920edecd586b1f67335bd4b0fd04528b9d91883a553764a59410e58 +SIZE (octave-forge/oct2mat-1.0.6.tar.gz) = 8719 diff --git a/math/octave-forge-oct2mat/pkg-descr b/math/octave-forge-oct2mat/pkg-descr new file mode 100644 index 000000000000..614b0fe7499a --- /dev/null +++ b/math/octave-forge-oct2mat/pkg-descr @@ -0,0 +1,10 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is oct2mat. + + Convert m-file into matlab-compatible coding style. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-oct2mat/pkg-plist b/math/octave-forge-oct2mat/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-oct2mat/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |