From 738280d84974c2d67ad40d033c6de8d9259ef159 Mon Sep 17 00:00:00 2001 From: maho Date: Mon, 8 Sep 2008 04:15:50 +0000 Subject: Add port math/octave-forge-parallel This is parallel. Parallel execution package for cluster computers 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. PR: 127030 Submitted by: Stephen Montgomery-Smith --- math/octave-forge-parallel/Makefile | 17 +++++++++++++++++ math/octave-forge-parallel/distinfo | 3 +++ math/octave-forge-parallel/pkg-descr | 10 ++++++++++ math/octave-forge-parallel/pkg-plist | 1 + 4 files changed, 31 insertions(+) create mode 100644 math/octave-forge-parallel/Makefile create mode 100644 math/octave-forge-parallel/distinfo create mode 100644 math/octave-forge-parallel/pkg-descr create mode 100644 math/octave-forge-parallel/pkg-plist (limited to 'math/octave-forge-parallel') diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile new file mode 100644 index 000000000000..b19e401388ed --- /dev/null +++ b/math/octave-forge-parallel/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-parallel +PORTVERSION= 1.0.7 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include diff --git a/math/octave-forge-parallel/distinfo b/math/octave-forge-parallel/distinfo new file mode 100644 index 000000000000..47782cf5b294 --- /dev/null +++ b/math/octave-forge-parallel/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/parallel-1.0.7.tar.gz) = a90e853fcfccce4934f54285d0a41246 +SHA256 (octave-forge/parallel-1.0.7.tar.gz) = 39aa3e5edbf1c332290ab3682c7c3ce126aae0d674ebc9201e70e1e40d867fcf +SIZE (octave-forge/parallel-1.0.7.tar.gz) = 35684 diff --git a/math/octave-forge-parallel/pkg-descr b/math/octave-forge-parallel/pkg-descr new file mode 100644 index 000000000000..867668d52477 --- /dev/null +++ b/math/octave-forge-parallel/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 parallel. + + Parallel execution package for cluster computers + +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 -- cgit