git: 7110389a8ab5 - main - math/math/octave-forge-octave_mermaid_js: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 04:23:53 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7110389a8ab56cccb8431706cf34b74ade7306fa
commit 7110389a8ab56cccb8431706cf34b74ade7306fa
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-10-10 04:22:40 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-10-10 04:22:40 +0000
math/math/octave-forge-octave_mermaid_js: New port.
The octave_mermaid_js package provides functions for process TOML.
---
math/Makefile | 1 +
math/octave-forge-octave_mermaid_js/Makefile | 27 +++++++++++++++++++++++++++
math/octave-forge-octave_mermaid_js/distinfo | 3 +++
math/octave-forge-octave_mermaid_js/pkg-descr | 8 ++++++++
4 files changed, 39 insertions(+)
diff --git a/math/Makefile b/math/Makefile
index 18b42579ce7e..767ab0544753 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -630,6 +630,7 @@
SUBDIR += octave-forge-nurbs
SUBDIR += octave-forge-oct2mat
SUBDIR += octave-forge-octave-pool
+ SUBDIR += octave-forge-octave_mermaid_js
SUBDIR += octave-forge-octave_php_wrapper
SUBDIR += octave-forge-octave_tar
SUBDIR += octave-forge-octave_zstd
diff --git a/math/octave-forge-octave_mermaid_js/Makefile b/math/octave-forge-octave_mermaid_js/Makefile
new file mode 100644
index 000000000000..13a3049137d3
--- /dev/null
+++ b/math/octave-forge-octave_mermaid_js/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= octave-forge-octave_mermaid_js
+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= ${WRKSRC}/COPYING
+
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+
+USES= octave python:3.0+
+USE_GITHUB= yes
+GH_ACCOUNT= CNOCTAVE
+GH_PROJECT= octave_mermaid_js
+
+OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION}
+WRKSRC= ${WRKDIR}/${OCTAVE_SRC}
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-octave_mermaid_js/distinfo b/math/octave-forge-octave_mermaid_js/distinfo
new file mode 100644
index 000000000000..e06ab0778827
--- /dev/null
+++ b/math/octave-forge-octave_mermaid_js/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1760064045
+SHA256 (octave-forge/CNOCTAVE-octave_mermaid_js-1.0.0_GH0.tar.gz) = fd0ff5053849eb006af2970df99519d9d424c4e0b37d393394f78e427f8b71e6
+SIZE (octave-forge/CNOCTAVE-octave_mermaid_js-1.0.0_GH0.tar.gz) = 668647
diff --git a/math/octave-forge-octave_mermaid_js/pkg-descr b/math/octave-forge-octave_mermaid_js/pkg-descr
new file mode 100644
index 000000000000..52654ca3e3b4
--- /dev/null
+++ b/math/octave-forge-octave_mermaid_js/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 octave_mermaid_js.
+
+ The octave_mermaid_js package provides functions for process TOML.