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 <stephen@math.missouri.edu>
This commit is contained in:
Maho Nakata 2008-09-08 04:08:03 +00:00
parent f4f51fd84a
commit f2cf6fce7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220231
5 changed files with 33 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -0,0 +1 @@
@comment This file intentionally left empty