diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-11 00:28:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-11 00:28:42 +0800 |
commit | 43835dfe499137880e757418d6004221eb2d5188 (patch) | |
tree | cb55d707b927c3e5cecfafb5db06013536bd86e1 /math | |
parent | 3fc2614a628d61dce461ed3ccb15d95fe8ae4b65 (diff) | |
download | freebsd-ports-gnome-43835dfe499137880e757418d6004221eb2d5188.tar.gz freebsd-ports-gnome-43835dfe499137880e757418d6004221eb2d5188.tar.zst freebsd-ports-gnome-43835dfe499137880e757418d6004221eb2d5188.zip |
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 fl-core.
The package contains code for basic functions in Fuzzy Logic for Octave.
WWW: http://octave.sourceforge.net/
PR: ports/154580
Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-fl-core/Makefile | 22 | ||||
-rw-r--r-- | math/octave-forge-fl-core/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-fl-core/pkg-descr | 10 | ||||
-rw-r--r-- | math/octave-forge-fl-core/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 85739e25684a..7618bb8caba6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -234,6 +234,7 @@ SUBDIR += octave-forge-fenv SUBDIR += octave-forge-financial SUBDIR += octave-forge-fits + SUBDIR += octave-forge-fl-core SUBDIR += octave-forge-fpl SUBDIR += octave-forge-ga SUBDIR += octave-forge-general diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile new file mode 100644 index 000000000000..2d198c13fd67 --- /dev/null +++ b/math/octave-forge-fl-core/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: octave-forge-fl-core +# Date created: 8 September 2008 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-fl-core +PORTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + +.include <bsd.port.post.mk> diff --git a/math/octave-forge-fl-core/distinfo b/math/octave-forge-fl-core/distinfo new file mode 100644 index 000000000000..66f5aef85601 --- /dev/null +++ b/math/octave-forge-fl-core/distinfo @@ -0,0 +1,2 @@ +SHA256 (octave-forge/fl-core-1.0.0.tar.gz) = 5ec025ecdc05aede186fad48c28fe8053888e6571ba557a22173649f7c0c0a1d +SIZE (octave-forge/fl-core-1.0.0.tar.gz) = 10357 diff --git a/math/octave-forge-fl-core/pkg-descr b/math/octave-forge-fl-core/pkg-descr new file mode 100644 index 000000000000..8029091bf2cb --- /dev/null +++ b/math/octave-forge-fl-core/pkg-descr @@ -0,0 +1,10 @@ +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 fl-core. + + The package contains code for basic functions in Fuzzy Logic for Octave. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-fl-core/pkg-plist b/math/octave-forge-fl-core/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-fl-core/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |