From f2cf6fce7e4b162e0c7bed613ceb702e280785e7 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 8 Sep 2008 04:08:03 +0000 Subject: [PATCH] Add port math/octave-forge-multicore This is multicore. An Octave-forge package providing functions for parallel processing on multiple cores. 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/Makefile | 1 + math/octave-forge-multicore/Makefile | 17 +++++++++++++++++ math/octave-forge-multicore/distinfo | 3 +++ math/octave-forge-multicore/pkg-descr | 11 +++++++++++ math/octave-forge-multicore/pkg-plist | 1 + 5 files changed, 33 insertions(+) create mode 100644 math/octave-forge-multicore/Makefile create mode 100644 math/octave-forge-multicore/distinfo create mode 100644 math/octave-forge-multicore/pkg-descr create mode 100644 math/octave-forge-multicore/pkg-plist diff --git a/math/Makefile b/math/Makefile index 50dc24df29e9..d3130044b0d8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -201,6 +201,7 @@ SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-miscellaneous SUBDIR += octave-forge-missing-functions + SUBDIR += octave-forge-multicore SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree diff --git a/math/octave-forge-multicore/Makefile b/math/octave-forge-multicore/Makefile new file mode 100644 index 000000000000..572954eeba4c --- /dev/null +++ b/math/octave-forge-multicore/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-multicore +PORTVERSION= 0.2.13 +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-multicore/distinfo b/math/octave-forge-multicore/distinfo new file mode 100644 index 000000000000..ebaa50b29bcd --- /dev/null +++ b/math/octave-forge-multicore/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/multicore-0.2.13.tar.gz) = c93143932e0f57cadd9e93f4bfe0128b +SHA256 (octave-forge/multicore-0.2.13.tar.gz) = 1fd1f954de3b91e900929ca5f1e22a9300115d93279985e711b92543483164c4 +SIZE (octave-forge/multicore-0.2.13.tar.gz) = 30618 diff --git a/math/octave-forge-multicore/pkg-descr b/math/octave-forge-multicore/pkg-descr new file mode 100644 index 000000000000..4104ef1d55a4 --- /dev/null +++ b/math/octave-forge-multicore/pkg-descr @@ -0,0 +1,11 @@ +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 multicore. + + An Octave-forge package providing functions for + parallel processing on multiple cores. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-multicore/pkg-plist b/math/octave-forge-multicore/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-multicore/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty