git: 081b2206e749 - main - math/octave-forge-datatypes: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Apr 2025 04:05:12 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=081b2206e74973a927611460cf3b1b6c103b4a82
commit 081b2206e74973a927611460cf3b1b6c103b4a82
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-04-17 03:58:39 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-04-17 03:58:39 +0000
math/octave-forge-datatypes: New port.
Extra data types for GNU Octave.
---
math/Makefile | 1 +
math/octave-forge-datatypes/Makefile | 21 +++++++++++++++++++++
math/octave-forge-datatypes/distinfo | 3 +++
math/octave-forge-datatypes/pkg-descr | 8 ++++++++
4 files changed, 33 insertions(+)
diff --git a/math/Makefile b/math/Makefile
index a4765761eb1d..353fb30883f1 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -572,6 +572,7 @@
SUBDIR += octave-forge-data-smoothing
SUBDIR += octave-forge-database
SUBDIR += octave-forge-dataframe
+ SUBDIR += octave-forge-datatypes
SUBDIR += octave-forge-dicom
SUBDIR += octave-forge-divand
SUBDIR += octave-forge-doctest
diff --git a/math/octave-forge-datatypes/Makefile b/math/octave-forge-datatypes/Makefile
new file mode 100644
index 000000000000..ea22a9544076
--- /dev/null
+++ b/math/octave-forge-datatypes/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= octave-forge-datatypes
+DISTVERSIONPREFIX= release-
+DISTVERSION= 1.0.2
+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= octave \
+ compiler:nestedfct # A way to get g++ which understands -fconcepts.
+USE_GITHUB= yes
+GH_ACCOUNT= pr0m1th3as
+GH_PROJECT= datatypes
+
+OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION}
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-datatypes/distinfo b/math/octave-forge-datatypes/distinfo
new file mode 100644
index 000000000000..ccdff8d43cab
--- /dev/null
+++ b/math/octave-forge-datatypes/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1744815246
+SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.2_GH0.tar.gz) = 8cc2912d9cdead5efc4487f2459d4dc65703e0cdaec79539ce9d3dfff448b790
+SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.2_GH0.tar.gz) = 288327
diff --git a/math/octave-forge-datatypes/pkg-descr b/math/octave-forge-datatypes/pkg-descr
new file mode 100644
index 000000000000..0d0eaa2a41c8
--- /dev/null
+++ b/math/octave-forge-datatypes/pkg-descr
@@ -0,0 +1,8 @@
+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 datatypes.
+
+ Extra data types for GNU Octave.