summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:16:00 +0200
committerAndraž Levstik2010-10-28 22:16:00 +0200
commitb110641519d8a164f559feaed4e5a3d558a51eb0 (patch)
tree3e32fab3e54dccd1a941274bed28d623cc28c331
parent3f54ff87e50af512ca8684d119ea7ca02f65eb23 (diff)
grass: Geographic Information System
-rwxr-xr-xscience/grass/DEPENDS99
-rwxr-xr-xscience/grass/DETAILS26
-rw-r--r--science/grass/HISTORY3
3 files changed, 128 insertions, 0 deletions
diff --git a/science/grass/DEPENDS b/science/grass/DEPENDS
new file mode 100755
index 0000000000..643f290483
--- /dev/null
+++ b/science/grass/DEPENDS
@@ -0,0 +1,99 @@
+depends proj4 &&
+depends gdal "--with-gdal" &&
+depends zlib &&
+depends flex &&
+depends bison &&
+depends ncurses "--with-curses" &&
+depends readline "--with-readline" &&
+depends libx11 "--with-x" &&
+depends OPENGL "--with-opengl" &&
+runtime_depends gdal-grass &&
+optional_depends geos \
+ "" \
+ "" \
+ "For the geometry engine support" &&
+optional_depends sqlite \
+ "--with-sqlite" \
+ "--without-sqlite" \
+ "Fol SQLite database interface" &&
+optional_depends postgresql \
+ "--with-postgres" \
+ "--without-postgres" \
+ "For PostgreSQL database interface" &&
+optional_depends mysql \
+ "--with-mysql" \
+ "--without-mysql" \
+ "For MySQL database interface" &&
+optional_depends unixodbc \
+ "--with-odbc" \
+ "--without-odbc" \
+ "For ODBC database interface" &&
+optional_depends tk \
+ "--with-tcltk" \
+ "--without-tcltk" \
+ "To use the GRASS GUI menu system and the NVIZ visualization suite" &&
+optional_depends g++ \
+ "--with-cxx" \
+ "--without-cxx" \
+ "Required for r.terraflow module" &&
+optional_depends fftw \
+ "--with-fftw" \
+ "--without-fftw" \
+ "Required by i.fft and i.ifft and other modules" &&
+#optional_depends lapack \
+# "--with-lapack" \
+# "" \
+# "Future use for now" &&
+optional_depends libpng \
+ "--with-png" \
+ "--without-png" \
+ "For r.out.png and PNG driver" &&
+optional_depends jpeg \
+ "--with-jpeg" \
+ "--without-jpeg" \
+ "For r.out.jpeg" &&
+optional_depends libtiff \
+ "--with-tiff" \
+ "--without-tiff" \
+ "For r.out.tiff" &&
+optional_depends lesstif \
+ "--with-motif" \
+ "--without-motif" \
+ "For the xganim module" &&
+optional_depends r \
+ "" \
+ "" \
+ "For R statistical language interface" &&
+optional_depends freetype2 \
+ "--with-freetype" \
+ "--without-freetype" \
+ "For TrueType font support and d.text.freetype" &&
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "For python bindings and GUI support" &&
+if is_depends_enabled python ; then
+optional_depends wxpython \
+ "--with-wxwidgets" \
+ "--without-wxwidgets" \
+ "For wxPython GUI" &&
+if is_depends_enabled wxpython ; then
+depends numpy
+fi
+fi &&
+optional_depends LIBAVCODEC \
+ "--with-ffmpeg" \
+ "--without-ffmpeg" \
+ "For direct rendering of animations from NVIZ" &&
+optional_depends cairo \
+ "--with-cairo" \
+ "--without-cairo"\
+ "Cairo support" &&
+optional_depends avce00 \
+ "" \
+ "" \
+ "To read Arc/Info vector coverages" &&
+if is_depends_enabled avce00 ; then
+ depends e00compr
+fi
+
diff --git a/science/grass/DETAILS b/science/grass/DETAILS
new file mode 100755
index 0000000000..ee584fc353
--- /dev/null
+++ b/science/grass/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=grass
+ VERSION=6.4.0RC3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.osgeo.org/${SPELL}64/source/${SOURCE}
+ SOURCE_HASH=sha512:e2fce56acc0ff0145b15f661a94fa633b326088ecb91c3000d8268c8b021892971c6304c70b5996a4263dc1917bc9fad55dc9fa7773890524afd714bec7fc378
+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"
+ SHORT="Geographic Information System"
+cat << EOF
+GRASS (the Geographic Resources Analysis Support System) is a software raster-
+and vector-based GIS (Geographic Information System), image processing system,
+graphics production system, and spatial modeling system. It contains many
+modules for raster data manipulation, vector data manipulation, rendering
+images on the monitor or paper, multispectral image geocoding and processing,
+point data management and general data management. It also has tools for
+interfacing with digitizers, scanners, and the PostgreSQL, DBF, and ODBC
+connected databases. GRASS operates on all common operating systems.
+EOF
diff --git a/science/grass/HISTORY b/science/grass/HISTORY
new file mode 100644
index 0000000000..be0caf5227
--- /dev/null
+++ b/science/grass/HISTORY
@@ -0,0 +1,3 @@
+2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DEPENDS, DETAILS: spell created
+