git: fd28a7751553 - main - math/octave-forge-octave-pool: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 19:24:08 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd28a7751553676770b03aa9560d8f2b86287291 commit fd28a7751553676770b03aa9560d8f2b86287291 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2023-05-04 19:21:30 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2023-05-04 19:21:30 +0000 math/octave-forge-octave-pool: New port. Parallel computing with independent job submission for Octave. --- math/Makefile | 1 + math/octave-forge-octave-pool/Makefile | 24 ++++++++++++++++++++++++ math/octave-forge-octave-pool/distinfo | 3 +++ math/octave-forge-octave-pool/pkg-descr | 8 ++++++++ 4 files changed, 36 insertions(+) diff --git a/math/Makefile b/math/Makefile index 5a7948550ebd..8c959da33f6d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -603,6 +603,7 @@ SUBDIR += octave-forge-nnet SUBDIR += octave-forge-nurbs SUBDIR += octave-forge-oct2mat + SUBDIR += octave-forge-octave-pool SUBDIR += octave-forge-octclip SUBDIR += octave-forge-octproj SUBDIR += octave-forge-odebvp diff --git a/math/octave-forge-octave-pool/Makefile b/math/octave-forge-octave-pool/Makefile new file mode 100644 index 000000000000..05dee5784b10 --- /dev/null +++ b/math/octave-forge-octave-pool/Makefile @@ -0,0 +1,24 @@ +PORTNAME= octave-forge-octave-pool +DISTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING + +RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/fileio.tar.gz:math/octave-forge-fileio + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= reprostat +GH_PROJECT= octave-pool + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +NO_ARCH= yes +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-octave-pool/distinfo b/math/octave-forge-octave-pool/distinfo new file mode 100644 index 000000000000..d73fe4d5bcd2 --- /dev/null +++ b/math/octave-forge-octave-pool/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1683226696 +SHA256 (octave-forge/reprostat-octave-pool-1.0.0_GH0.tar.gz) = 7a2fb3fecbfbb49c72e4a9a2a3bfdaebb52cbc10007c4c936eba67af309337e0 +SIZE (octave-forge/reprostat-octave-pool-1.0.0_GH0.tar.gz) = 11122 diff --git a/math/octave-forge-octave-pool/pkg-descr b/math/octave-forge-octave-pool/pkg-descr new file mode 100644 index 000000000000..6c14439bcd01 --- /dev/null +++ b/math/octave-forge-octave-pool/pkg-descr @@ -0,0 +1,8 @@ +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 octave-pool. + + Parallel computing with independent job submission for Octave.