- Resurrect port.

- Update to 4.0.0.
This commit is contained in:
Stephen Montgomery-Smith 2021-02-21 23:23:57 +00:00
parent 1d8f69366d
commit a3fb0d5ea1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566251
3 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
# $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 <bsd.port.mk>

View file

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

View file

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