summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2010-10-28 22:19:19 +0200
committerAndraž Levstik2010-10-28 22:19:19 +0200
commitcd16f80ee9642481f5ff2373a17428c82717365a (patch)
tree19e39d244dfececa0b2e53a97e8ba833cb2952ce
parent4515ec1f740b12316ff8919eef9597c21ad66a37 (diff)
qgis: A desktop geographic information system application.
-rwxr-xr-xscience/qgis/BUILD1
-rwxr-xr-xscience/qgis/DEPENDS33
-rwxr-xr-xscience/qgis/DETAILS25
-rw-r--r--science/qgis/HISTORY3
4 files changed, 62 insertions, 0 deletions
diff --git a/science/qgis/BUILD b/science/qgis/BUILD
new file mode 100755
index 0000000000..21134344c7
--- /dev/null
+++ b/science/qgis/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/science/qgis/DEPENDS b/science/qgis/DEPENDS
new file mode 100755
index 0000000000..e28c075eed
--- /dev/null
+++ b/science/qgis/DEPENDS
@@ -0,0 +1,33 @@
+depends qt4 &&
+depends flex &&
+depends proj4 &&
+depends geos &&
+depends gdal &&
+depends sqlite "-DWITH_INTERNAL_SQLITE3=FALSE" &&
+depends bison &&
+depends cmake &&
+optional_depends postgresql \
+ "-DWITH_POSTGRESQL=TRUE" \
+ "-DWITH_POSTGRESQL=FALSE" \
+ "For PostGIS support, SPIT plugin" &&
+optional_depends expat \
+ "" \
+ "" \
+ "GPS importer plugin" &&
+optional_depends -sub SQLITE grass \
+ "-DWITH_GRASS=TRUE" \
+ "-DWITH_GRASS=FALSE" \
+ "GRASS Support" &&
+optional_depends python \
+ "-DWITH_BINDINGS=TRUE" \
+ "-DWITH_BINDINGS=FALSE" \
+ "Python bindings support and PyQGIS(extra query)" &&
+if is_depends_enabled python ; then
+optional_depends pyqt4 \
+ "" \
+ "" \
+ "PyQGIS support" &&
+if is_depends_enabled pyqt4 ; then
+depends sip
+fi
+fi
diff --git a/science/qgis/DETAILS b/science/qgis/DETAILS
new file mode 100755
index 0000000000..ef9a2cd7a0
--- /dev/null
+++ b/science/qgis/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=qgis
+ VERSION=1.0.2
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://download.osgeo.org/${SPELL}/src/${SOURCE}
+ SOURCE_HASH=sha512:f70372a5001091887d63d5659b497aec9f2d7775f8557f0b19f9fdc6e05757307698246870ff5c4867ebce974ccaf75ab2247394603bbbfb7226684d520175cf
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://qgis.org"
+ LICENSE[0]="GPL"
+ ENTERED=20091102
+ KEYWORDS="Scientific/Engineering, Visualization, Geographical
+Development, Major bugfixes
+Development
+Development, Major bugfixes
+Development, Major feature enhancements
+Development, Major feature enhancements"
+ SHORT="A desktop geographic information system application."
+cat << EOF
+Quantum GIS (QGIS) is a cross-platform Geographic Information System
+(GIS). It offers support for vector and raster formats, including spatially
+enabled tables in PostgreSQL using PostGIS, common GIS vector formats
+such as Shapefiles, and geo-referenced rasters (TIFF, PNG, and GEOTIFF).
+Many plugins are available to dynamically add new functionality. Viewing
+of GRASS layers (vector and raster) is provided by a plugin. GRASS vector
+layers can be edited in QGIS.
+EOF
diff --git a/science/qgis/HISTORY b/science/qgis/HISTORY
new file mode 100644
index 0000000000..be0caf5227
--- /dev/null
+++ b/science/qgis/HISTORY
@@ -0,0 +1,3 @@
+2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
+ * DEPENDS, DETAILS: spell created
+