1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/graphics/gdal/pkg-descr
Sunpoet Po-Chuan Hsieh 680e94ee59 - Update to 1.9.1
- Build with thread-safe support by default
- Add lzma support
- Adjust OPTIONS:
  - Add ICONV, KML and WEBP
  - Remove GRASS (cyclic dependency), PERL, PHP, PYTHON, RUBY and THREADS (default)
- Move language bindings to separate ports:
  - Move Perl binding to graphics/p5-Geo-GDAL
  - Move PHP binding to graphics/php-gdal
  - Move Python binding to graphics/py-gdal
  - Move Ruby binding to graphics/ruby-gdal
- Add corresponding CONFIGURE_ARGS for disabled features
- Cosmetic change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.9.1-News
2012-06-12 18:20:27 +00:00

16 lines
672 B
Plaintext

GDAL - Geospatial Data Abstraction Library
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.
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.
A full list of supported data formats is available on the official website.
WWW: http://www.gdal.org/