changeset 3396:91a98aeb816f

Add octave forge fuzzy-logic-toolkit package * Makefile.am: add fuzzy-logic-toolkit to OCTAVE_FORGE_PACKAGES. * build_packages.m: add fuzzy-logic-toolkit package to install. * dist-files.mk: add of-fuzzy-logic-toolkit.mk. * index.html: add of-fuzzy-logic-toolkit-package. * src/fuzzy-logic-toolkit.mk: New file
author John Donoghue <john.donoghue@ieee.org>
date Fri, 03 Jan 2014 18:24:34 -0500
parents 1ad098269cfb
children bf96d7158829
files Makefile.in build_packages.m dist-files.mk index.html
diffstat 4 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Jan 03 18:05:55 2014 -0500
+++ b/Makefile.in	Fri Jan 03 18:24:34 2014 -0500
@@ -350,7 +350,7 @@
 endif
 
 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity actuarial data-smoothing)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity actuarial data-smoothing fuzzy-logic-toolkit)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)
--- a/build_packages.m	Fri Jan 03 18:05:55 2014 -0500
+++ b/build_packages.m	Fri Jan 03 18:24:34 2014 -0500
@@ -19,4 +19,5 @@
 pkg install -global -auto zenity-0.5.7.tar.gz
 pkg install -global -auto actuarial-1.1.0.tar.gz
 pkg install -global -auto data-smoothing-1.3.0.tar.gz
+pkg install -global fuzzy-logic-toolkit-0.4.2.tar.gz
 
--- a/dist-files.mk	Fri Jan 03 18:05:55 2014 -0500
+++ b/dist-files.mk	Fri Jan 03 18:24:34 2014 -0500
@@ -386,6 +386,7 @@
   of-communications.mk \
   of-control.mk \
   of-data-smoothing.mk \
+  of-fuzzy-logic-toolkit.mk \
   of-general.mk \
   of-geometry.mk \
   of-image.mk \
--- a/index.html	Fri Jan 03 18:05:55 2014 -0500
+++ b/index.html	Fri Jan 03 18:24:34 2014 -0500
@@ -1963,6 +1963,11 @@
         <td id="of-data-smoothing-website"><a href="http://octave.sf.net/">Octave Forge data-smoothing package</a></td>
     </tr>
     <tr>
+        <td id="of-fuzzy-logic-toolkit-package">of-general</td>
+        <td id="of-fuzzy-logic-toolkit-version">0.4.2</td>
+        <td id="of-fuzzy-logic-toolkit-website"><a href="http://octave.sf.net/">Octave Forge fuzzy-logic-toolkit package</a></td>
+    </tr>
+    <tr>
         <td id="of-general-package">of-general</td>
         <td id="of-general-version">1.3.2</td>
         <td id="of-general-website"><a href="http://octave.sf.net/">Octave Forge general package</a></td>