summaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-04-05 07:45:04 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-04-05 07:45:04 +0000
commitf648f8be1ce9bab3468f6cc237b9e5f3033e9da6 (patch)
tree7a233ada1512779765658b66302be659fefbcec3 /graphics/gdal
parentchange enlightenment's binary to e16. (diff)
Update port descriptions to reflect the fact that GDAL can also be used
for vector data (and not just raster). Update WWW. Remove USE_REINPLACE. PR: ports/93852 Submitted by: Laurent Courty <lrntct@gmail.com>
Notes
Notes: svn path=/head/; revision=158845
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/Makefile3
-rw-r--r--graphics/gdal/pkg-descr21
2 files changed, 12 insertions, 12 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 39331a501e31..b7324d8adfea 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ \
http://dl.maptools.org/dl/gdal/
MAINTAINER= lawrance@FreeBSD.org
-COMMENT= A translator library for raster geospatial data formats
+COMMENT= A translator library for geospatial data formats
BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
LIB_DEPENDS= jasper.4:${PORTSDIR}/graphics/jasper \
@@ -25,7 +25,6 @@ LIB_DEPENDS= jasper.4:${PORTSDIR}/graphics/jasper \
USE_PYTHON= yes
USE_GMAKE= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libz=/usr \
--with-png=${LOCALBASE} \
diff --git a/graphics/gdal/pkg-descr b/graphics/gdal/pkg-descr
index 9bf4b727e478..2119d4d75651 100644
--- a/graphics/gdal/pkg-descr
+++ b/graphics/gdal/pkg-descr
@@ -1,14 +1,15 @@
GDAL - Geospatial Data Abstraction Library
-GDAL is a translator library for raster geospatial data formats that is
-released under an Open Source license. As a library, it presents a single
-abstract data model to the calling application for all supported formats.
+GDAL/OGR is a translator library for raster and vector geospatial data
+formats that is released under an Open Source license. As a library, it
+presents a single abstract data model to the calling application for all
+supported formats.
-GDAL is in active use in a few projects, and includes a number of
-formats. Current translators include GeoTIFF (read/write), Erdas Imagine
-(read), ESRI .BIL (read/write), .aux labelled raw (read/write), DTED
-(read), SDTS DEM (read), CEOS (read), JPEG (read/write), PNG (read/write),
-Geosoft GXF (read) and Arc/Info Binary Grid (read). A full list is
-available in Supported Formats.
+Current translators provide read (and sometimes write) access to a variety
+of formats including ESRI Shapefiles, S-57, SDTS, PostGIS, Oracle Spatial,
+Mapinfo mid/mif and TAB, GeoTIFF, Erdas Imagine, ESRI .BIL, .aux labelled
+raw, DTED, SDTS DEM, JPEG, PNG and Arc/Info Binary/ASCII Grid.
-WWW: http://www.remotesensing.org/gdal/
+A full list of supported data formats is available on the official website.
+
+WWW: http://www.gdal.org