mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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:
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
|
@ -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
|
||||
|
|
22
math/octave-forge-fl-core/Makefile
Normal file
22
math/octave-forge-fl-core/Makefile
Normal 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>
|
2
math/octave-forge-fl-core/distinfo
Normal file
2
math/octave-forge-fl-core/distinfo
Normal 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
|
10
math/octave-forge-fl-core/pkg-descr
Normal file
10
math/octave-forge-fl-core/pkg-descr
Normal 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/
|
1
math/octave-forge-fl-core/pkg-plist
Normal file
1
math/octave-forge-fl-core/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Add table
Reference in a new issue