git: d19f8d19fcd4 - main - math/octave-forge-llms: New port.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Wed, 15 Oct 2025 20:53:36 UTC
The branch main has been updated by stephen:

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

commit d19f8d19fcd4d4aa289a47db7c4230c292bd1a1e
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-10-15 20:50:57 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-10-15 20:53:14 +0000

    math/octave-forge-llms: New port.
    
    Large Language Models for GNU Octave.
---
 math/Makefile                    |  1 +
 math/octave-forge-llms/Makefile  | 22 ++++++++++++++++++++++
 math/octave-forge-llms/distinfo  |  3 +++
 math/octave-forge-llms/pkg-descr |  8 ++++++++
 4 files changed, 34 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 46cf7c505339..5be7d12943d1 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -607,6 +607,7 @@
     SUBDIR += octave-forge-joystick
     SUBDIR += octave-forge-level-set
     SUBDIR += octave-forge-linear-algebra
+    SUBDIR += octave-forge-llms
     SUBDIR += octave-forge-lssa
     SUBDIR += octave-forge-ltfat
     SUBDIR += octave-forge-mapping
diff --git a/math/octave-forge-llms/Makefile b/math/octave-forge-llms/Makefile
new file mode 100644
index 000000000000..1315b9d1e3b8
--- /dev/null
+++ b/math/octave-forge-llms/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	octave-forge-llms
+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
+
+RUN_DEPENDS+=	${OCTAVE_TARBALLS_DIR}/datatypes.tar.gz:math/octave-forge-datatypes
+
+USES=		octave
+USE_GITHUB=	yes
+GH_ACCOUNT=	pr0m1th3as
+GH_PROJECT=	octave-llms
+
+OCTAVE_SRC=	${GH_PROJECT}-release-${DISTVERSION}
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-llms/distinfo b/math/octave-forge-llms/distinfo
new file mode 100644
index 000000000000..12eb43d7d877
--- /dev/null
+++ b/math/octave-forge-llms/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1760558006
+SHA256 (octave-forge/pr0m1th3as-octave-llms-release-0.1.0_GH0.tar.gz) = 59593d29d8cec165f34b630771cbd319e11f0f9c87e3df6925b734a47f29715c
+SIZE (octave-forge/pr0m1th3as-octave-llms-release-0.1.0_GH0.tar.gz) = 335688
diff --git a/math/octave-forge-llms/pkg-descr b/math/octave-forge-llms/pkg-descr
new file mode 100644
index 000000000000..406d012ee713
--- /dev/null
+++ b/math/octave-forge-llms/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 llms.
+
+ Large Language Models for GNU Octave.