diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-17 19:02:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-17 19:02:21 +0000 |
commit | 37ed1ab7a968eb51196f6f1d27b4caeae1177b49 (patch) | |
tree | 106a55b3fab325bb1532414b9f507f9d6a5f6f5c /graphics/gdal | |
parent | 3c4ef68dfe93bef1cb76a441d8dbcd95eb6c27a8 (diff) | |
download | ports-37ed1ab7a968eb51196f6f1d27b4caeae1177b49.tar.gz ports-37ed1ab7a968eb51196f6f1d27b4caeae1177b49.zip |
Notes
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 33 | ||||
-rw-r--r-- | graphics/gdal/distinfo | 1 | ||||
-rw-r--r-- | graphics/gdal/files/patch-aa | 33 | ||||
-rw-r--r-- | graphics/gdal/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gdal/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/gdal/pkg-plist | 63 |
6 files changed, 145 insertions, 0 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile new file mode 100644 index 000000000000..a4f580ca9c2a --- /dev/null +++ b/graphics/gdal/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: Geospatial Data Abstraction Library +# Date created: 27 Aug 2001 +# Whom: Randall Hopper +# +# $FreeBSD$ +# + +PORTNAME= gdal +PORTVERSION= 1.1.5 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.remotesensing.org/pub/gdal/ + +MAINTAINER= aa8vb@nc.rr.com + +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff + +USE_PYTHON= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --with-libz=internal \ + --with-png=internal \ + --with-libtiff=internal \ + --with-libgeotiff=internal \ + --with-libjpeg=internal \ + --with-libgif=internal \ + --with-python +MAKEFILE= GNUmakefile +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo new file mode 100644 index 000000000000..70051db76485 --- /dev/null +++ b/graphics/gdal/distinfo @@ -0,0 +1 @@ +MD5 (gdal-1.1.5.tar.gz) = ec8014270a7202b5584970ccd6dbab98 diff --git a/graphics/gdal/files/patch-aa b/graphics/gdal/files/patch-aa new file mode 100644 index 000000000000..3c9fd8314f6f --- /dev/null +++ b/graphics/gdal/files/patch-aa @@ -0,0 +1,33 @@ +--- frmts/ORIG/GNUmakefile Tue Jul 17 09:51:13 2001 ++++ frmts/GNUmakefile Mon Aug 27 18:09:37 2001 +@@ -12,7 +12,7 @@ + sub-libs: + @for dir in $(GDAL_FORMATS) ; do \ + if test -d $$dir ; then \ +- if (cd $$dir; $(MAKE) install-obj) ; then \ ++ if (cd $$dir; $(MAKE) install-obj) || exit 1 ; then \ + echo; \ + else \ + break; \ +@@ -26,7 +26,7 @@ + rm -f *.o o/*.o o/*.a + @for dir in $(GDAL_FORMATS) ; do \ + if test -d $$dir ; then \ +- if (cd $$dir; $(MAKE) clean) ; then \ ++ if (cd $$dir; $(MAKE) clean) || exit 1 ; then \ + echo; \ + else \ + break; \ +--- ORIG/GDALmake.opt.in Fri Jul 20 00:13:54 2001 ++++ GDALmake.opt.in Tue Aug 28 16:34:12 2001 +@@ -67,8 +67,8 @@ + + GDAL_VER = 1.1 + GDAL_LIB = $(GDAL_ROOT)/gdal.a +-GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(GDAL_VER).$(SO_EXT) +-GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal.$(GDAL_VER) ++GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT).$(GDAL_VER) ++GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal + + OGR_LIB = $(GDAL_ROOT)/ogr/ogr.a + CPL_LIB = $(GDAL_ROOT)/port/cpl.a diff --git a/graphics/gdal/pkg-comment b/graphics/gdal/pkg-comment new file mode 100644 index 000000000000..ae416e597ab8 --- /dev/null +++ b/graphics/gdal/pkg-comment @@ -0,0 +1 @@ +A translator library for raster geospatial data formats diff --git a/graphics/gdal/pkg-descr b/graphics/gdal/pkg-descr new file mode 100644 index 000000000000..9bf4b727e478 --- /dev/null +++ b/graphics/gdal/pkg-descr @@ -0,0 +1,14 @@ +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 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. + +WWW: http://www.remotesensing.org/gdal/ diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist new file mode 100644 index 000000000000..78ee6763191d --- /dev/null +++ b/graphics/gdal/pkg-plist @@ -0,0 +1,63 @@ +bin/ogr2ogr +bin/ogrinfo +bin/gdalinfo +bin/gdal_translate +bin/gdaladdo +bin/gdal-config +include/cpl_config.h +include/cpl_conv.h +include/cpl_csv.h +include/cpl_error.h +include/cpl_port.h +include/cpl_string.h +include/cpl_vsi.h +include/gdal.h +include/gdal_frmts.h +include/gdal_priv.h +include/ogr_core.h +include/ogr_feature.h +include/ogr_geometry.h +include/ogr_p.h +include/ogr_spatialref.h +include/ogr_srs_api.h +include/ogrsf_frmts.h +include/ogr_featurestyle.h +lib/%%PYTHON_VERSION%%/site-packages/epsg_tr.py +lib/%%PYTHON_VERSION%%/site-packages/esri2wkt.py +lib/%%PYTHON_VERSION%%/site-packages/gdal.py +lib/%%PYTHON_VERSION%%/site-packages/gdal_merge.py +lib/%%PYTHON_VERSION%%/site-packages/gdalconst.py +lib/%%PYTHON_VERSION%%/site-packages/gdalimport.py +lib/%%PYTHON_VERSION%%/site-packages/gdalnumeric.py +lib/%%PYTHON_VERSION%%/site-packages/osr.py +lib/%%PYTHON_VERSION%%/site-packages/rgb2pct.py +lib/%%PYTHON_VERSION%%/site-packages/_gdalmodule.so +lib/cpl.a +lib/ogrsf_frmts.a +lib/ogr.a +lib/gdal.a +lib/libgdal.1.1.so +share/gdal/compd_cs.csv +share/gdal/ellips_alias.csv +share/gdal/ellipsoid.csv +share/gdal/gdatum_alias.csv +share/gdal/geod_datum.csv +share/gdal/geod_trf.csv +share/gdal/horiz_cs.csv +share/gdal/p_meridian.csv +share/gdal/s57attributes.csv +share/gdal/s57expectedinput.csv +share/gdal/s57objectclasses.csv +share/gdal/trf_method.csv +share/gdal/trf_nonpolynomial.csv +share/gdal/trf_path.csv +share/gdal/uom_an_alias.csv +share/gdal/uom_angle.csv +share/gdal/uom_le_alias.csv +share/gdal/uom_length.csv +share/gdal/uom_sc_alias.csv +share/gdal/uom_scale.csv +share/gdal/vert_cs.csv +share/gdal/vert_datum.csv +share/gdal/vert_offset.csv +@dirrm share/gdal |