# HG changeset patch # User John Donoghue # Date 1388791474 18000 # Node ID 91a98aeb816fa55413b75f15bc0bb8e5af4c7a90 # Parent 1ad098269cfbc3038935de58977b42df8e3109cb 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 diff -r 1ad098269cfb -r 91a98aeb816f Makefile.in --- 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) diff -r 1ad098269cfb -r 91a98aeb816f build_packages.m --- 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 diff -r 1ad098269cfb -r 91a98aeb816f dist-files.mk --- 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 \ diff -r 1ad098269cfb -r 91a98aeb816f index.html --- 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 @@ Octave Forge data-smoothing package + of-general + 0.4.2 + Octave Forge fuzzy-logic-toolkit package + + of-general 1.3.2 Octave Forge general package