git: eb4bb91c0ef8 - main - math/octave-forge-fl-core: New port.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 18:53:15 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eb4bb91c0ef83ef70353028611ae43c5302b1c64
commit eb4bb91c0ef83ef70353028611ae43c5302b1c64
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2025-05-04 18:46:56 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2025-05-04 18:46:56 +0000
math/octave-forge-fl-core: New port.
Basic functions fuzzy logic for octave.
---
math/Makefile | 1 +
math/octave-forge-fl-core/Makefile | 16 ++++++++++++++++
math/octave-forge-fl-core/distinfo | 3 +++
math/octave-forge-fl-core/pkg-descr | 8 ++++++++
4 files changed, 28 insertions(+)
diff --git a/math/Makefile b/math/Makefile
index ae6a1efdb269..5a9ac034f0d3 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -584,6 +584,7 @@
SUBDIR += octave-forge-fileio
SUBDIR += octave-forge-financial
SUBDIR += octave-forge-fits
+ SUBDIR += octave-forge-fl-core
SUBDIR += octave-forge-fpl
SUBDIR += octave-forge-fuzzy-logic-toolkit
SUBDIR += octave-forge-ga
diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile
new file mode 100644
index 000000000000..b88c9d21c12f
--- /dev/null
+++ b/math/octave-forge-fl-core/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= octave-forge-fl-core
+PORTVERSION= 1.0.2
+CATEGORIES= math
+MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
+DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+WWW= https://packages.octave.org/
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING
+
+USES= gmake octave
+
+.include <bsd.port.mk>
diff --git a/math/octave-forge-fl-core/distinfo b/math/octave-forge-fl-core/distinfo
new file mode 100644
index 000000000000..11d6371a0177
--- /dev/null
+++ b/math/octave-forge-fl-core/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1746215625
+SHA256 (octave-forge/fl-core-1.0.2.tar.gz) = 39e8b73ff29d1e8d11c5bafc436c01821c70e0a6ffb1f8906176c8e097751e59
+SIZE (octave-forge/fl-core-1.0.2.tar.gz) = 14212
diff --git a/math/octave-forge-fl-core/pkg-descr b/math/octave-forge-fl-core/pkg-descr
new file mode 100644
index 000000000000..b8df32044007
--- /dev/null
+++ b/math/octave-forge-fl-core/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 fl-core.
+
+ Basic functions in Fuzzy Logic.