diff options
| author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-04-17 03:58:39 +0000 |
|---|---|---|
| committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2025-04-17 03:58:39 +0000 |
| commit | 081b2206e74973a927611460cf3b1b6c103b4a82 (patch) | |
| tree | 00def41aa74ed70b616fcdb0622c53bb79bbf706 | |
| parent | 07186699fd99bfa1f28f7c39c3d342f4aa8cf0e6 (diff) | |
math/octave-forge-datatypes: New port.
Extra data types for GNU Octave.
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/octave-forge-datatypes/Makefile | 21 | ||||
| -rw-r--r-- | math/octave-forge-datatypes/distinfo | 3 | ||||
| -rw-r--r-- | math/octave-forge-datatypes/pkg-descr | 8 |
4 files changed, 33 insertions, 0 deletions
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. |
