diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-fl-core/Makefile | 16 | ||||
-rw-r--r-- | math/octave-forge-fl-core/distinfo | 3 | ||||
-rw-r--r-- | math/octave-forge-fl-core/pkg-descr | 8 |
4 files changed, 28 insertions, 0 deletions
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. |