aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2009-05-26 21:34:12 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2009-05-26 21:34:12 +0000
commit7f94df22511c60ca47a7ed5a6f912b6f84b20d6d (patch)
treecf0532d2210636a43bf95307dbac1df2f9352329
parent818617dfc5a452b103a503c92bb501d6835eb631 (diff)
downloadports-7f94df22511c60ca47a7ed5a6f912b6f84b20d6d.tar.gz
ports-7f94df22511c60ca47a7ed5a6f912b6f84b20d6d.zip
Notes
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-oct2mat/Makefile19
-rw-r--r--math/octave-forge-oct2mat/distinfo3
-rw-r--r--math/octave-forge-oct2mat/pkg-descr10
-rw-r--r--math/octave-forge-oct2mat/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 8b2862ce6dee..1ce4b7c44afd 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -230,6 +230,7 @@
SUBDIR += octave-forge-nnet
SUBDIR += octave-forge-nurbs
SUBDIR += octave-forge-ocs
+ SUBDIR += octave-forge-oct2mat
SUBDIR += octave-forge-octcdf
SUBDIR += octave-forge-octgpr
SUBDIR += octave-forge-odebvp
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