git: 6d6037ad7fdb - main - math/octave-forge-internal-fluid-flow: new port.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Tue, 25 Oct 2022 05:38:00 UTC
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6d6037ad7fdb57fa030606cd69bf52f6f3b83748

commit 6d6037ad7fdb57fa030606cd69bf52f6f3b83748
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-10-25 05:37:08 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-10-25 05:37:08 +0000

    math/octave-forge-internal-fluid-flow: new port.
    
    A toolbox for internal fluid flow for GNU Octave.
---
 math/Makefile                                   |  1 +
 math/octave-forge-internal-fluid-flow/Makefile  | 30 +++++++++++++++++++++++++
 math/octave-forge-internal-fluid-flow/distinfo  |  3 +++
 math/octave-forge-internal-fluid-flow/pkg-descr |  8 +++++++
 4 files changed, 42 insertions(+)

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.