math/octave-forge-fl-core: New port.

Basic functions fuzzy logic for octave.
This commit is contained in:
Stephen Montgomery-Smith
2025-05-04 13:46:56 -05:00
parent fd18edcfed
commit eb4bb91c0e
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -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
+16
View File
@@ -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>
+3
View File
@@ -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
+8
View File
@@ -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.