View | Details | Raw Unified | Return to bug 93852
Collapse All | Expand All

(-)./Makefile Sat Feb 25 22:36:35 2006 (-1 / +1 lines)
Lines 13-19 Link Here
13
               http://dl.maptools.org/dl/gdal/
13
               http://dl.maptools.org/dl/gdal/
14
14
15
MAINTAINER=    lawrance@FreeBSD.org
15
MAINTAINER=    lawrance@FreeBSD.org
16
COMMENT=       A translator library for raster geospatial data formats
16
COMMENT=       A translator library for geospatial data formats
17
17
18
BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
18
BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
19
LIB_DEPENDS=   jasper.4:${PORTSDIR}/graphics/jasper \
19
LIB_DEPENDS=   jasper.4:${PORTSDIR}/graphics/jasper \
(-)./pkg-descr Sun Feb 26 08:15:42 2006 (-10 / +9 lines)
Lines 1-14 Link Here
1
GDAL - Geospatial Data Abstraction Library
1
GDAL - Geospatial Data Abstraction Library
2
2
3
GDAL is a translator library for raster geospatial data formats that is
3
GDAL/OGR is translator library for raster (GDAL) and vector (OGR) geospatial
4
released under an Open Source license. As a library, it presents a single
4
data formats. As a library, it presents a single abstract data model to the
5
abstract data model to the calling application for all supported formats.
5
calling application for all supported formats.
6
6
7
GDAL is in active use in a few projects, and includes a number of
7
They providing read (and sometimes write) access to a variety of file formats
8
formats. Current translators include GeoTIFF (read/write), Erdas Imagine
8
including ESRI Shapefiles, S-57, SDTS, PostGIS, Oracle Spatial, Mapinfo mid/mif
9
(read), ESRI .BIL (read/write), .aux labelled raw (read/write), DTED
9
and TAB formats, GeoTIFF, Erdas Imagine, ESRI .BIL, .aux labelled raw, DTED,
10
(read), SDTS DEM (read), CEOS (read), JPEG (read/write), PNG (read/write),
10
SDTS DEM, JPEG, PNG and Arc/Info Binary/ASCII Grid.
11
Geosoft GXF (read) and Arc/Info Binary Grid (read). A full list is
11
A full list of supported data formats is available on the official website.
12
available in Supported Formats.
13
12
14
WWW: http://www.remotesensing.org/gdal/
13
WWW: http://www.gdal.org

Return to bug 93852