Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2025 07:14:25 GMT
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bfdb82cc7f68 - main - math/octave-forge-mboct-mbdyn-pkg: New port.
Message-ID:  <202508260714.57Q7EPMo045629@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by stephen:

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

commit bfdb82cc7f688acc503a83ab06bcaba6e800e37e
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-08-26 07:10:12 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-08-26 07:10:12 +0000

    math/octave-forge-mboct-mbdyn-pkg: New port.
    
     This package belongs to a suite of packages which can be used for pre- and
     postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave.
     It contains interfaces to the multibody dynamics software MBDyn
     (www.mbdyn.org).
---
 math/octave-forge-mboct-mbdyn-pkg/Makefile  | 30 +++++++++++++++++++++++++++++
 math/octave-forge-mboct-mbdyn-pkg/distinfo  |  3 +++
 math/octave-forge-mboct-mbdyn-pkg/pkg-descr | 11 +++++++++++
 3 files changed, 44 insertions(+)

diff --git a/math/octave-forge-mboct-mbdyn-pkg/Makefile b/math/octave-forge-mboct-mbdyn-pkg/Makefile
new file mode 100644
index 000000000000..c41449f90ad9
--- /dev/null
+++ b/math/octave-forge-mboct-mbdyn-pkg/Makefile
@@ -0,0 +1,30 @@
+PORTNAME=	octave-forge-mboct-mbdyn-pkg
+DISTVERSION=	0.1.1
+CATEGORIES=	math
+
+MAINTAINER=	stephen@FreeBSD.org
+COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
+WWW=		https://packages.octave.org/
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/../COPYING
+
+USES=		octave autoreconf
+
+LIB_DEPENDS+=	libgtest.so:devel/googletest \
+		libmetis.so:math/metis \
+		libmumps_common_seq.so:math/mumps
+
+RUN_DEPENDS+=	${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-mboct-octave-pkg \
+		${OCTAVE_TARBALLS_DIR}/mboct-numerical-pkg.tar.gz:math/octave-forge-mboct-numerical-pkg \
+		${OCTAVE_TARBALLS_DIR}/nurbs.tar.gz:math/octave-forge-nurbs
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	octave-user
+GH_PROJECT=	mboct-mbdyn-pkg
+
+OCTAVE_SRC=	${GH_PROJECT}-${DISTVERSION}
+
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-mboct-mbdyn-pkg/distinfo b/math/octave-forge-mboct-mbdyn-pkg/distinfo
new file mode 100644
index 000000000000..7f841affa7b3
--- /dev/null
+++ b/math/octave-forge-mboct-mbdyn-pkg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1756177541
+SHA256 (octave-forge/octave-user-mboct-mbdyn-pkg-0.1.1_GH0.tar.gz) = a6c6f923238b9a2597e495003b91ea4d88db2fe1cca10d41182bd5b62e393214
+SIZE (octave-forge/octave-user-mboct-mbdyn-pkg-0.1.1_GH0.tar.gz) = 301962
diff --git a/math/octave-forge-mboct-mbdyn-pkg/pkg-descr b/math/octave-forge-mboct-mbdyn-pkg/pkg-descr
new file mode 100644
index 000000000000..884294a2c5cc
--- /dev/null
+++ b/math/octave-forge-mboct-mbdyn-pkg/pkg-descr
@@ -0,0 +1,11 @@
+The octave-forge package is the result of The GNU Octave Repository 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 mboct-mbdyn-pkg.
+
+ This package belongs to a suite of packages which can be used for pre- and
+ postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave.
+ It contains interfaces to the multibody dynamics software MBDyn
+ (www.mbdyn.org).


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508260714.57Q7EPMo045629>