# HG changeset patch # User John Donoghue # Date 1388540421 18000 # Node ID 796da09563d0f023651d1084ebf6b9572d2a05a9 # Parent 7b62537d0f8aee2a8dd318c87ad1f3d183f3df37 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. diff -r 7b62537d0f8a -r 796da09563d0 Makefile.in --- 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) diff -r 7b62537d0f8a -r 796da09563d0 build_packages.m --- 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 + diff -r 7b62537d0f8a -r 796da09563d0 index.html --- 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 @@ Octave Forge general package + of-geometry + 1.7.0 + Octave Forge geometry package + + of-image 2.0.0 Octave Forge image package