aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2011-06-21 09:48:54 +0800
committerstephen <stephen@FreeBSD.org>2011-06-21 09:48:54 +0800
commit45a53970bcfbc0967590494fa0272bac4ecd9c80 (patch)
tree469a3fc281446c46166e4fefaa12d53afb78e11a
parentd52c0a68b81a263ceeb58209a999e693f32b55d3 (diff)
downloadfreebsd-ports-gnome-45a53970bcfbc0967590494fa0272bac4ecd9c80.tar.gz
freebsd-ports-gnome-45a53970bcfbc0967590494fa0272bac4ecd9c80.tar.zst
freebsd-ports-gnome-45a53970bcfbc0967590494fa0272bac4ecd9c80.zip
New port math/octave-forge-fuzzy-logic-toolkit
This is fuzzy-logic-toolkit. A mostly MATLAB-compatible fuzzy logic toolkit for Octave. 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. WWW: http://octave.sourceforge.net/ PR: ports/157970 Submitted by: stephen Approved by: maho (mentor)
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-fuzzy-logic-toolkit/Makefile23
-rw-r--r--math/octave-forge-fuzzy-logic-toolkit/distinfo2
-rw-r--r--math/octave-forge-fuzzy-logic-toolkit/pkg-descr10
-rw-r--r--math/octave-forge-fuzzy-logic-toolkit/pkg-plist1
5 files changed, 37 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index bd7f0bd30f8b..2255975f0b1e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -235,6 +235,7 @@
SUBDIR += octave-forge-fits
SUBDIR += octave-forge-fl-core
SUBDIR += octave-forge-fpl
+ SUBDIR += octave-forge-fuzzy-logic-toolkit
SUBDIR += octave-forge-ga
SUBDIR += octave-forge-general
SUBDIR += octave-forge-generate_html
diff --git a/math/octave-forge-fuzzy-logic-toolkit/Makefile b/math/octave-forge-fuzzy-logic-toolkit/Makefile
new file mode 100644
index 000000000000..97f48cd2b32f
--- /dev/null
+++ b/math/octave-forge-fuzzy-logic-toolkit/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: octave-forge-fuzzy-logic-toolkit
+# Date created: 13 Janurary 2011
+# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= octave-forge-fuzzy-logic-toolkit
+PORTVERSION= 0.2.1
+CATEGORIES= math
+
+MAINTAINER= stephen@FreeBSD.org
+COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/Mk/bsd.octave.mk"
+do-build:
+ ${DO_NADA}
+
+post-build:
+ cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+
+.include <bsd.port.post.mk>
diff --git a/math/octave-forge-fuzzy-logic-toolkit/distinfo b/math/octave-forge-fuzzy-logic-toolkit/distinfo
new file mode 100644
index 000000000000..41d958acac90
--- /dev/null
+++ b/math/octave-forge-fuzzy-logic-toolkit/distinfo
@@ -0,0 +1,2 @@
+SHA256 (octave-forge/fuzzy-logic-toolkit-0.2.1.tar.gz) = 42339ac85e447259d6170f67988de033cdf8ccef32cae1458e1cd22708a7b6c6
+SIZE (octave-forge/fuzzy-logic-toolkit-0.2.1.tar.gz) = 49521
diff --git a/math/octave-forge-fuzzy-logic-toolkit/pkg-descr b/math/octave-forge-fuzzy-logic-toolkit/pkg-descr
new file mode 100644
index 000000000000..76fc377a9a88
--- /dev/null
+++ b/math/octave-forge-fuzzy-logic-toolkit/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 fuzzy-logic-toolkit.
+
+A mostly MATLAB-compatible fuzzy logic toolkit for Octave.
+
+WWW: http://octave.sourceforge.net/
diff --git a/math/octave-forge-fuzzy-logic-toolkit/pkg-plist b/math/octave-forge-fuzzy-logic-toolkit/pkg-plist
new file mode 100644
index 000000000000..a999ec86c07e
--- /dev/null
+++ b/math/octave-forge-fuzzy-logic-toolkit/pkg-plist
@@ -0,0 +1 @@
+@comment This file intentionally left empty