changeset 3375:796da09563d0

Add of-windows, of-geometry * Makefile.in: add windows and geometry to OCTAVE_FORGE_PACKAGES. * build_packages.m: add windows and geometry. * index.html: add of-geometry-package. * src/of-geometry.mk: New file.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 31 Dec 2013 20:40:21 -0500
parents 7b62537d0f8a
children 89dea9a48953
files Makefile.in build_packages.m index.html
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Dec 31 11:20:01 2013 -0500
+++ b/Makefile.in	Tue Dec 31 20:40:21 2013 -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)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)
--- a/build_packages.m	Tue Dec 31 11:20:01 2013 -0500
+++ b/build_packages.m	Tue Dec 31 20:40:21 2013 -0500
@@ -11,3 +11,6 @@
 pkg install -global -auto image-2.0.0.tar.gz
 pkg install -global -auto io-1.2.0.tar.gz
 pkg install -global -auto statistics-1.1.3.tar.gz
+pkg install -global -auto geometry-1.7.0.tar.gz
+pkg install -global -auto windows-1.2.1.tar.gz
+
--- a/index.html	Tue Dec 31 11:20:01 2013 -0500
+++ b/index.html	Tue Dec 31 20:40:21 2013 -0500
@@ -1952,6 +1952,11 @@
         <td id="of-general-website"><a href="http://octave.sf.net/">Octave Forge general package</a></td>
     </tr>
     <tr>
+        <td id="of-geometry-package">of-geometry</td>
+        <td id="of-geometry-version">1.7.0</td>
+        <td id="of-geometry-website"><a href="http://octave.sf.net/">Octave Forge geometry package</a></td>
+    </tr>
+    <tr>
         <td id="of-image-package">of-image</td>
         <td id="of-image-version">2.0.0</td>
         <td id="of-image-website"><a href="http://octave.sf.net/">Octave Forge image package</a></td>