summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-parallel/Makefile22
-rw-r--r--math/octave-forge-parallel/distinfo3
-rw-r--r--math/octave-forge-parallel/pkg-descr12
-rw-r--r--math/octave-forge-parallel/pkg-plist1
5 files changed, 39 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 1fc22037467b..7360ce9a168f 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -256,6 +256,7 @@
SUBDIR += octave-forge-optim
SUBDIR += octave-forge-optiminterp
SUBDIR += octave-forge-outliers
+ SUBDIR += octave-forge-parallel
SUBDIR += octave-forge-pdb
SUBDIR += octave-forge-physicalconstants
SUBDIR += octave-forge-plot
diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile
new file mode 100644
index 000000000000..fa8172cbab2d
--- /dev/null
+++ b/math/octave-forge-parallel/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: octave-forge-parallel
+# Date created: 6 June 2010
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-parallel
+PORTVERSION= 2.0.1
+CATEGORIES= math
+
+MAINTAINER= stephen@missouri.edu
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+post-build:
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-parallel/distinfo b/math/octave-forge-parallel/distinfo
new file mode 100644
index 000000000000..e887d81c0be1
--- /dev/null
+++ b/math/octave-forge-parallel/distinfo
@@ -0,0 +1,3 @@
+MD5 (octave-forge/parallel-2.0.1.tar.gz) = 09c2cebc6169a627d4cca26a2bb5e86f
+SHA256 (octave-forge/parallel-2.0.1.tar.gz) = e260326f8b3f094da5499968dcfcc5caba225a57df43e48d86109fdd4f863e3f
+SIZE (octave-forge/parallel-2.0.1.tar.gz) = 40625
diff --git a/math/octave-forge-parallel/pkg-descr b/math/octave-forge-parallel/pkg-descr
new file mode 100644
index 000000000000..58ad57d92d42
--- /dev/null
+++ b/math/octave-forge-parallel/pkg-descr
@@ -0,0 +1,12 @@
+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 parallel.
+
+Parallel execution package for cluster computers. For parallel execution on a
+single machine see e.g. function parcellfun (author: Jaroslav Hajek) in
+package general.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-parallel/pkg-plist b/math/octave-forge-parallel/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-parallel/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty