git: 49b5964f7695 - main - math/octave-forge-mboct-octave-pkg: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Aug 2025 07:14:22 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=49b5964f76956800ed1df897f5643bce760f87dc
commit 49b5964f76956800ed1df897f5643bce760f87dc
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-08-26 07:07:56 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-08-26 07:07:56 +0000
math/octave-forge-mboct-octave-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 general purpose utility functions used in all mboct-* packages.
---
math/octave-forge-mboct-octave-pkg/Makefile | 23 +++++++++++++++++++++++
math/octave-forge-mboct-octave-pkg/distinfo | 3 +++
math/octave-forge-mboct-octave-pkg/pkg-descr | 10 ++++++++++
3 files changed, 36 insertions(+)
diff --git a/math/octave-forge-mboct-octave-pkg/Makefile b/math/octave-forge-mboct-octave-pkg/Makefile
new file mode 100644
index 000000000000..8f1763dac25d
--- /dev/null
+++ b/math/octave-forge-mboct-octave-pkg/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= octave-forge-mboct-octave-pkg
+DISTVERSION= 0.1.0
+CATEGORIES= math
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+WWW= https://packages.octave.org/
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/../COPYING
+
+LIB_DEPENDS+= libgtest.so:devel/googletest
+
+USES= octave autoreconf
+USE_GITHUB= yes
+GH_ACCOUNT= octave-user
+GH_PROJECT= mboct-octave-pkg
+
+OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-mboct-octave-pkg/distinfo b/math/octave-forge-mboct-octave-pkg/distinfo
new file mode 100644
index 000000000000..b4b4dddaf1e4
--- /dev/null
+++ b/math/octave-forge-mboct-octave-pkg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1756175886
+SHA256 (octave-forge/octave-user-mboct-octave-pkg-0.1.0_GH0.tar.gz) = 1157f33c6993939e1e3498c280a55283f98283f63b604cf2a47ff135c588deca
+SIZE (octave-forge/octave-user-mboct-octave-pkg-0.1.0_GH0.tar.gz) = 54021
diff --git a/math/octave-forge-mboct-octave-pkg/pkg-descr b/math/octave-forge-mboct-octave-pkg/pkg-descr
new file mode 100644
index 000000000000..e19bd54aa3d4
--- /dev/null
+++ b/math/octave-forge-mboct-octave-pkg/pkg-descr
@@ -0,0 +1,10 @@
+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-octave-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 general purpose utility functions used in all mboct-* packages.