aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2023-05-04 19:21:30 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2023-05-04 19:21:30 +0000
commitfd28a7751553676770b03aa9560d8f2b86287291 (patch)
treedd41712df7ba85deaccf4fe0b89326031f8d0baf
parent27e6fd6a7e7431b246178cca1b488233bc070a71 (diff)
math/octave-forge-octave-pool: New port.
Parallel computing with independent job submission for Octave.
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-octave-pool/Makefile24
-rw-r--r--math/octave-forge-octave-pool/distinfo3
-rw-r--r--math/octave-forge-octave-pool/pkg-descr8
4 files changed, 36 insertions, 0 deletions
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.