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>
This commit is contained in:
Martin Wilke 2011-02-10 16:28:42 +00:00
parent 733a3873f0
commit 4212a766e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268879
5 changed files with 36 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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/

View file

@ -0,0 +1 @@
@comment This file intentionally left empty