git: 5583a24f26bc - main - math/octave-forge-csg-dataset: New port.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Mon, 19 May 2025 14:46:28 UTC
The branch main has been updated by stephen:

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

commit 5583a24f26bc7615e3b2d19ccf744be3ce29dc99
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-05-19 14:45:27 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-05-19 14:45:27 +0000

    math/octave-forge-csg-dataset: New port.
    
    A large dataset of diaphyseal cross sectional geometric properties and
    relevant measurements from human long bones for octave.
---
 math/Makefile                           |  1 +
 math/octave-forge-csg-dataset/Makefile  | 24 ++++++++++++++++++++++++
 math/octave-forge-csg-dataset/distinfo  |  3 +++
 math/octave-forge-csg-dataset/pkg-descr |  9 +++++++++
 4 files changed, 37 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 5a9ac034f0d3..13a8e8ec88c2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -569,6 +569,7 @@
     SUBDIR += octave-forge-coder
     SUBDIR += octave-forge-communications
     SUBDIR += octave-forge-control
+    SUBDIR += octave-forge-csg-dataset
     SUBDIR += octave-forge-csg-toolkit
     SUBDIR += octave-forge-data-smoothing
     SUBDIR += octave-forge-database
diff --git a/math/octave-forge-csg-dataset/Makefile b/math/octave-forge-csg-dataset/Makefile
new file mode 100644
index 000000000000..ba70d406342a
--- /dev/null
+++ b/math/octave-forge-csg-dataset/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	octave-forge-csg-dataset
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.0
+CATEGORIES=	math
+
+MAINTAINER=	stephen@FreeBSD.org
+COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
+WWW=		https://packages.octave.org/
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKDIR}/${OCTAVE_SRC}/COPYING
+
+USES=		compiler octave
+USE_GCC=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	pr0m1th3as
+GH_PROJECT=	${OCTAVE_PKGNAME}
+
+OCTAVE_SRC=		${GH_PROJECT}-${DISTVERSION}
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-csg-dataset/distinfo b/math/octave-forge-csg-dataset/distinfo
new file mode 100644
index 000000000000..fd9764dc7ead
--- /dev/null
+++ b/math/octave-forge-csg-dataset/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1747662891
+SHA256 (octave-forge/pr0m1th3as-csg-dataset-v1.0.0_GH0.tar.gz) = 8db43d39c6c7680762ede9219e2a0f50a48890c16b5c0bd387a37711f0de6135
+SIZE (octave-forge/pr0m1th3as-csg-dataset-v1.0.0_GH0.tar.gz) = 94885531
diff --git a/math/octave-forge-csg-dataset/pkg-descr b/math/octave-forge-csg-dataset/pkg-descr
new file mode 100644
index 000000000000..434666d57630
--- /dev/null
+++ b/math/octave-forge-csg-dataset/pkg-descr
@@ -0,0 +1,9 @@
+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 csg-dataset.
+
+ A large dataset of diaphyseal cross sectional geometric properties and
+relevant measurements from human long bones.