math/octave-forge-internal-fluid-flow: new port.

A toolbox for internal fluid flow for GNU Octave.
This commit is contained in:
Stephen Montgomery-Smith 2022-10-25 00:37:08 -05:00
parent d8917e0370
commit 6d6037ad7f
4 changed files with 42 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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