aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2025-02-17 23:47:04 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2025-02-17 23:47:04 +0000
commit42387b1ce124914d2e409eb8e60eb668e138b612 (patch)
tree528a992cf4219981e85178a6097f8ab69dee844e
parent1abe55339be135b7677d1ba0cbb6dae0d9272b01 (diff)
math/octave-forge-chartjs: New port.
TensorFlow interface for GNU Octave
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-chartjs/Makefile24
-rw-r--r--math/octave-forge-chartjs/distinfo3
-rw-r--r--math/octave-forge-chartjs/pkg-descr8
4 files changed, 36 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 8ac7a195ca5d..4a82557ebc39 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -563,6 +563,7 @@
SUBDIR += octave-forge-biosig
SUBDIR += octave-forge-bsltl
SUBDIR += octave-forge-cfitsio
+ SUBDIR += octave-forge-chartjs
SUBDIR += octave-forge-cgi
SUBDIR += octave-forge-civil-engineering
SUBDIR += octave-forge-coder
diff --git a/math/octave-forge-chartjs/Makefile b/math/octave-forge-chartjs/Makefile
new file mode 100644
index 000000000000..4f33076f1ffa
--- /dev/null
+++ b/math/octave-forge-chartjs/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= octave-forge-chartjs
+DISTVERSIONPREFIX= release-
+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= ${WRKDIR}/${OCTAVE_SRC}/COPYING
+
+BUILD_DEPENDS+= ${PREFIX}/include/boost/asio.hpp:devel/boost-libs
+
+USES= octave
+USE_GITHUB= yes
+GH_ACCOUNT= pr0m1th3as
+GH_PROJECT= octave-chartjs
+
+CXXFLAGS+= -DCROW_USE_BOOST
+
+OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION}
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-chartjs/distinfo b/math/octave-forge-chartjs/distinfo
new file mode 100644
index 000000000000..6e30329e37e0
--- /dev/null
+++ b/math/octave-forge-chartjs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1739830714
+SHA256 (octave-forge/pr0m1th3as-octave-chartjs-release-0.1.0_GH0.tar.gz) = 36959aa6c75d953b490254468c4df5bbeb3d8482622c0a3cced8949339bb06b5
+SIZE (octave-forge/pr0m1th3as-octave-chartjs-release-0.1.0_GH0.tar.gz) = 147163
diff --git a/math/octave-forge-chartjs/pkg-descr b/math/octave-forge-chartjs/pkg-descr
new file mode 100644
index 000000000000..bd180068b55b
--- /dev/null
+++ b/math/octave-forge-chartjs/pkg-descr
@@ -0,0 +1,8 @@
+The octave-forge package is the result of The GNU Octave Repositry 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 chatjs.
+
+ TensorFlow interface for GNU Octave.