diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 04:08:03 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 04:08:03 +0000 |
commit | f2cf6fce7e4b162e0c7bed613ceb702e280785e7 (patch) | |
tree | 05635779045e9e7e971ac7e709a00dca9b0fe84b /math | |
parent | f4f51fd84a57d7c01c179536f79b07a1eccde629 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-multicore/Makefile | 17 | ||||
-rw-r--r-- | math/octave-forge-multicore/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-multicore/pkg-descr | 11 | ||||
-rw-r--r-- | math/octave-forge-multicore/pkg-plist | 1 |
5 files changed, 33 insertions, 0 deletions
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 <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-multicore +PORTVERSION= 0.2.13 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> 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 |