diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile new file mode 100644 index 000000000000..b6907c55755b --- /dev/null +++ b/math/octave-forge-parallel/Makefile @@ -0,0 +1,32 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-parallel +PORTVERSION= 4.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:math/octave-forge-struct + +WRKSRC= ${WRKDIR}/${OCTSRC}/src +GNU_CONFIGURE= yes +USES+= compiler:gcc-c++11-lib perl5 shebangfix +USE_PERL5= build +SHEBANG_FILES= *.pl + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include diff --git a/math/octave-forge-parallel/distinfo b/math/octave-forge-parallel/distinfo new file mode 100644 index 000000000000..83337d9dc8ec --- /dev/null +++ b/math/octave-forge-parallel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1613949330 +SHA256 (octave-forge/parallel-4.0.0.tar.gz) = 28eeeaa6f726e4a59cd0c979ac4f0925f04e9bd4eee88896cd8ce91cc054b772 +SIZE (octave-forge/parallel-4.0.0.tar.gz) = 753202 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/