mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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>
This commit is contained in:
parent
5aaec82bef
commit
f648f8be1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158845
@ -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} \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user