Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gis grimoire by Jaka Kranjc (18da230db6dc09e448eaa57788c30452cb067b3f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-gis grimoire by Jaka Kranjc (18da230db6dc09e448eaa57788c30452cb067b3f)
  • Date: Fri, 7 Oct 2011 15:22:07 -0500

GIT changes to devel-gis grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

science/gdal-grass/DEPENDS | 3 ++-
science/gdal-grass/DETAILS | 2 +-
science/gdal-grass/HISTORY | 4 ++++
science/gdal/DEPENDS | 6 +++---
science/gdal/DETAILS | 11 +++--------
science/gdal/HISTORY | 4 ++++
science/grass/DEPENDS | 13 +++++++------
science/grass/DETAILS | 11 +++--------
science/grass/HISTORY | 5 +++++
9 files changed, 32 insertions(+), 27 deletions(-)

New commits:
commit 18da230db6dc09e448eaa57788c30452cb067b3f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

grass: made it work && 6.4.1
yuck

commit ad7da059cb4c6e5d194c10a7d6ba22e34cde0bbc
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

science/gdal-grass: made it work

commit a9807d1c9a8e737a6795b340c9134b5408c07f6f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

gdal: 1.8.1

diff --git a/science/gdal-grass/DEPENDS b/science/gdal-grass/DEPENDS
index 16019df..5fd2559 100755
--- a/science/gdal-grass/DEPENDS
+++ b/science/gdal-grass/DEPENDS
@@ -1,3 +1,4 @@
-depends grass &&
+local gv=$(installed_version grass || (codex_set_current_spell_by_name
grass; echo $VERSION ) ) &&
+depends grass --with-grass="$INSTALL_ROOT/usr/grass-$gv" &&
depends proj4 &&
depends gdal
diff --git a/science/gdal-grass/DETAILS b/science/gdal-grass/DETAILS
index faeeefc..92a4afd 100755
--- a/science/gdal-grass/DETAILS
+++ b/science/gdal-grass/DETAILS
@@ -3,7 +3,7 @@
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://download.osgeo.org/gdal/${SOURCE}

SOURCE_HASH=sha512:641b407fed045b943be33a0fe9f699628a1b84349accf8128641f96c8f0f46b675106a9772d40bf63a2f81cdf01ed67869b3333ab0966fc88021c512dc531307
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/."
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
WEB_SITE="http://grass.osgeo.org";
LICENSE[0]="GPL"
ENTERED=20091103
diff --git a/science/gdal-grass/HISTORY b/science/gdal-grass/HISTORY
index 475c697..ad049d7 100644
--- a/science/gdal-grass/HISTORY
+++ b/science/gdal-grass/HISTORY
@@ -1,3 +1,7 @@
+2011-10-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: fixed build dir
+ * DEPEMDS: pass the needed grass path
+
2009-11-03 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS, DETAILS: spell created

diff --git a/science/gdal/DEPENDS b/science/gdal/DEPENDS
index 6f37167..32f1c4e 100755
--- a/science/gdal/DEPENDS
+++ b/science/gdal/DEPENDS
@@ -1,10 +1,10 @@
depends zlib &&
depends tiff "--with-libtiff=yes" &&
-depends g++ &&
+depends -sub CXX gcc &&
depends libgeotiff "--with-geotiff=yes" &&
depends libpng "--with-png" &&
depends jpeg "--with-jpeg"&&
-depends libgif "--with-gif" &&
+depends giflib "--with-gif" &&
optional_depends cfitsio \
"--with-cfitsio" \
"--with-cfitsio=no" \
@@ -49,7 +49,7 @@ optional_depends python \
"--with-python" \
"--without-python" \
"Enable python bindings" &&
-optional_depends sqlite3 \
+optional_depends sqlite \
"--with-sqlite3" \
"--without-sqlite3" \
"Use SQLite 3 library" &&
diff --git a/science/gdal/DETAILS b/science/gdal/DETAILS
index d7195eb..bd5c9c5 100755
--- a/science/gdal/DETAILS
+++ b/science/gdal/DETAILS
@@ -1,18 +1,13 @@
SPELL=gdal
- VERSION=1.6.2
+ VERSION=1.8.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://download.osgeo.org/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:b9cae32b145632ea766f292240b4f7e6ecdc746baa59c0ebec6173811c68449cdd7cb06111e856a3ce04329a1cba132e4357cd68fb7ebc7381be107b5663edfd
+
SOURCE_HASH=sha512:a24bd47848f8f0304849269ef643a7482ce63eea641b3b5029f0ba9538f3d40a66c6d69966988d9e9cfbff3e1fd25d25b58a423ee5b6aa1542ed48fe11d560bf
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.gdal.org/";
LICENSE[0]="MIT/X"
ENTERED=20091102
- KEYWORDS="multimedia, Graphics, Graphics Conversion,
Scientific/Engineering, Software Development, Libraries
-
-Major bugfixes
-Major bugfixes
-Major bugfixes
-Major feature enhancements"
+ KEYWORDS="gis"
SHORT="A translator library for raster geospatial data formats."
cat << EOF
The Geospatial Data Abstraction Library (GDAL) is a unifying C/C++ API for
diff --git a/science/gdal/HISTORY b/science/gdal/HISTORY
index 800a5b1..d49a66b 100644
--- a/science/gdal/HISTORY
+++ b/science/gdal/HISTORY
@@ -1,3 +1,7 @@
+2011-10-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: 1.8.1
+ * DEPENDS: fixed g++ to new style, libgif, sqlite
+
2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS, DETAILS, BUILD: spell created

diff --git a/science/grass/DEPENDS b/science/grass/DEPENDS
index 643f290..58185f6 100755
--- a/science/grass/DEPENDS
+++ b/science/grass/DEPENDS
@@ -1,4 +1,4 @@
-depends proj4 &&
+depends proj4 "--with-proj-share=$INSTALL_ROOT/usr/share/proj" &&
depends gdal "--with-gdal" &&
depends zlib &&
depends flex &&
@@ -7,6 +7,7 @@ depends ncurses "--with-curses" &&
depends readline "--with-readline" &&
depends libx11 "--with-x" &&
depends OPENGL "--with-opengl" &&
+depends libxmu &&
runtime_depends gdal-grass &&
optional_depends geos \
"" \
@@ -15,13 +16,13 @@ optional_depends geos \
optional_depends sqlite \
"--with-sqlite" \
"--without-sqlite" \
- "Fol SQLite database interface" &&
+ "Fol SQLite database interface (used by eg. QGIS)" &&
optional_depends postgresql \
"--with-postgres" \
"--without-postgres" \
"For PostgreSQL database interface" &&
optional_depends mysql \
- "--with-mysql" \
+ "--with-mysql
--with-mysql-includes=$INSTALL_ROOT/usr/include/mysql" \
"--without-mysql" \
"For MySQL database interface" &&
optional_depends unixodbc \
@@ -32,7 +33,7 @@ optional_depends tk \
"--with-tcltk" \
"--without-tcltk" \
"To use the GRASS GUI menu system and the NVIZ
visualization suite" &&
-optional_depends g++ \
+optional_depends -sub CXX gcc \
"--with-cxx" \
"--without-cxx" \
"Required for r.terraflow module" &&
@@ -52,7 +53,7 @@ optional_depends jpeg \
"--with-jpeg" \
"--without-jpeg" \
"For r.out.jpeg" &&
-optional_depends libtiff \
+optional_depends tiff \
"--with-tiff" \
"--without-tiff" \
"For r.out.tiff" &&
@@ -65,7 +66,7 @@ optional_depends r \
"" \
"For R statistical language interface" &&
optional_depends freetype2 \
- "--with-freetype" \
+ "--with-freetype
--with-freetype-includes=$INSTALL_ROOT/usr/include/freetype2" \
"--without-freetype" \
"For TrueType font support and d.text.freetype" &&
optional_depends python \
diff --git a/science/grass/DETAILS b/science/grass/DETAILS
index ee584fc..ea68130 100755
--- a/science/grass/DETAILS
+++ b/science/grass/DETAILS
@@ -1,18 +1,13 @@
SPELL=grass
- VERSION=6.4.0RC3
+ VERSION=6.4.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://${SPELL}.osgeo.org/${SPELL}64/source/${SOURCE}
-
SOURCE_HASH=sha512:e2fce56acc0ff0145b15f661a94fa633b326088ecb91c3000d8268c8b021892971c6304c70b5996a4263dc1917bc9fad55dc9fa7773890524afd714bec7fc378
+
SOURCE_HASH=sha512:97a2a81dd5699307ea09745da3be44be7269cdc36b42dfafb29b7fd9dec9c1d31e648f713efc9c66cdcdcd98a85276bc06a7eaeec21c8ae3c155ec867d0159bf
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://grass.osgeo.org";
LICENSE[0]="GPL"
ENTERED=20091102
- KEYWORDS="Graphics, Editors, Scientific/Engineering, Geographical,
3D Rendering, Database, Software Development, Libraries, education, multimedia
-Stable
-Experimental, Major bugfixes
-Stable, Minor bugfixes
-Stable, Minor bugfixes
-Stable"
+ KEYWORDS="gis"
SHORT="Geographic Information System"
cat << EOF
GRASS (the Geographic Resources Analysis Support System) is a software
raster-
diff --git a/science/grass/HISTORY b/science/grass/HISTORY
index be0caf5..8739cf1 100644
--- a/science/grass/HISTORY
+++ b/science/grass/HISTORY
@@ -1,3 +1,8 @@
+2011-10-07 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: 6.4.1
+ * DEPENDS: fixed various dependencies
+ * INSTALL: added
+
2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS, DETAILS: spell created





Archive powered by MHonArc 2.6.24.

Top of Page