aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-25 05:37:08 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-25 05:37:08 +0000
commit6d6037ad7fdb57fa030606cd69bf52f6f3b83748 (patch)
treed4f3375136c6afe4d5122dd47c8e44a4d046b83b /math
parentd8917e0370a554a1cae1531f875ac2397fdc6531 (diff)
downloadports-6d6037ad7fdb57fa030606cd69bf52f6f3b83748.tar.gz
ports-6d6037ad7fdb57fa030606cd69bf52f6f3b83748.zip
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-internal-fluid-flow/Makefile30
-rw-r--r--math/octave-forge-internal-fluid-flow/distinfo3
-rw-r--r--math/octave-forge-internal-fluid-flow/pkg-descr8
4 files changed, 42 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 07a5660092ba..2c40d2122b78 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -556,6 +556,7 @@
SUBDIR += octave-forge-image
SUBDIR += octave-forge-informationtheory
SUBDIR += octave-forge-integration
+ SUBDIR += octave-forge-internal-fluid-flow
SUBDIR += octave-forge-interval
SUBDIR += octave-forge-io
SUBDIR += octave-forge-irsa
diff --git a/math/octave-forge-internal-fluid-flow/Makefile b/math/octave-forge-internal-fluid-flow/Makefile
new file mode 100644
index 000000000000..5b44a3452e21
--- /dev/null
+++ b/math/octave-forge-internal-fluid-flow/Makefile
@@ -0,0 +1,30 @@
+PORTNAME= octave-forge-internal-fluid-flow
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2.2
+CATEGORIES= math
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+WWW= http://octave.sourceforge.net/
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
+
+USE_GITHUB= yes
+GH_ACCOUNT= aumpierre-unb
+GH_PROJECT= internal-Fluid-Flow-for-GNU-Octave
+
+# OCTSRC is the name of the directory of the package.
+# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
+OCTSRC= Internal-Fluid-Flow-for-GNU-Octave-${DISTVERSION}
+
+.include "${.CURDIR}/../../Mk/bsd.octave.mk"
+
+do-build:
+ @${DO_NADA}
+
+post-build:
+ ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
+ cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC}
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-internal-fluid-flow/distinfo b/math/octave-forge-internal-fluid-flow/distinfo
new file mode 100644
index 000000000000..044ce6564a79
--- /dev/null
+++ b/math/octave-forge-internal-fluid-flow/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666675533
+SHA256 (octave-forge/aumpierre-unb-internal-Fluid-Flow-for-GNU-Octave-v0.2.2_GH0.tar.gz) = 34c95b1900cfedba399c3edfa5b1f17c51022cbbf565ee731aa6ae8177e05b17
+SIZE (octave-forge/aumpierre-unb-internal-Fluid-Flow-for-GNU-Octave-v0.2.2_GH0.tar.gz) = 189380
diff --git a/math/octave-forge-internal-fluid-flow/pkg-descr b/math/octave-forge-internal-fluid-flow/pkg-descr
new file mode 100644
index 000000000000..b14aa8e0b262
--- /dev/null
+++ b/math/octave-forge-internal-fluid-flow/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 internal-fluid-flow.
+
+ A toolbox for internal fluid flow for GNU Octave.