Hi,
Here is an update of geo/gdal to 1.8.0.
Tested OK on i386.
Comments ? OK ?
wen
Index: gdal/Makefile
===================================================================
RCS file: /cvs/ports/geo/gdal/Makefile,v
retrieving revision 1.15
diff -u -p -u -r1.15 Makefile
--- gdal/Makefile 21 Nov 2010 09:37:40 -0000 1.15
+++ gdal/Makefile 28 May 2011 02:03:40 -0000
@@ -4,7 +4,7 @@ COMMENT-main= translator library for geo
COMMENT-python= python bindings and utilities for GDAL
COMMENT-perl= perl bindings for GDAL
-V= 1.7.3
+V= 1.8.0
DISTNAME= gdal-${V}
PKGNAME-main= ${DISTNAME}
@@ -91,6 +91,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-geos \
--with-png=${LOCALBASE} \
--with-geotiff=${LOCALBASE} \
+ --with-libtiff=${LOCALBASE} \
--with-curl=${LOCALBASE} \
--with-gif=${LOCALBASE} \
--with-jpeg=${LOCALBASE} \
Index: gdal/distinfo
===================================================================
RCS file: /cvs/ports/geo/gdal/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- gdal/distinfo 21 Nov 2010 09:37:40 -0000 1.4
+++ gdal/distinfo 28 May 2011 02:03:40 -0000
@@ -1,5 +1,5 @@
-MD5 (gdal-1.7.3.tar.gz) = xGc5cL0ihQMt6a6bvYJ1Sg==
-RMD160 (gdal-1.7.3.tar.gz) = zoShLUjIWljFahc4Gu4cTyugi1c=
-SHA1 (gdal-1.7.3.tar.gz) = WNQ1X+eSrWGLt0YF3BoISgrrfLE=
-SHA256 (gdal-1.7.3.tar.gz) = +9uJNWq61OJ4lOv7yGWvuLic23lvOhnZsDR/ndbkz0o=
-SIZE (gdal-1.7.3.tar.gz) = 7757684
+MD5 (gdal-1.8.0.tar.gz) = x2LNqw9+UaZ3ukknioomPQ==
+RMD160 (gdal-1.8.0.tar.gz) = DhFvQbI/9bRMaS9WRZ+sqzMsYgE=
+SHA1 (gdal-1.8.0.tar.gz) = 5aKAKTMFQFDG+wsKDh9Gtd0ZWwo=
+SHA256 (gdal-1.8.0.tar.gz) = UV8DFs0XKBoJoUeRS0eyi7xIVc24bUHRLLhxbRch5DU=
+SIZE (gdal-1.8.0.tar.gz) = 8837824
Index: gdal/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/geo/gdal/pkg/PLIST-main,v
retrieving revision 1.4
diff -u -p -u -r1.4 PLIST-main
--- gdal/pkg/PLIST-main 21 Nov 2010 09:37:40 -0000 1.4
+++ gdal/pkg/PLIST-main 28 May 2011 02:03:40 -0000
@@ -2,6 +2,7 @@
@pkgpath geo/gdal
%%SHARED%%
bin/gdal-config
+bin/gdal_calc.py
@bin bin/gdal_contour
bin/gdal_fillnodata.dox
bin/gdal_fillnodata.py
@@ -13,6 +14,7 @@ bin/gdal_fillnodata.py
@bin bin/gdaldem
@bin bin/gdalenhance
@bin bin/gdalinfo
+@bin bin/gdallocationinfo
@bin bin/gdalmanage
@bin bin/gdaltindex
@bin bin/gdaltransform
@@ -23,6 +25,7 @@ bin/gdal_fillnodata.py
@bin bin/ogrtindex
@bin bin/testepsg
include/cpl_atomic_ops.h
+include/cpl_base64.h
include/cpl_config.h
include/cpl_config_extras.h
include/cpl_conv.h
@@ -34,6 +37,7 @@ include/cpl_list.h
include/cpl_minixml.h
include/cpl_minizip_ioapi.h
include/cpl_minizip_unzip.h
+include/cpl_minizip_zip.h
include/cpl_multiproc.h
include/cpl_odbc.h
include/cpl_port.h
@@ -48,6 +52,7 @@ include/cplkeywordparser.h
include/gdal.h
include/gdal_alg.h
include/gdal_alg_priv.h
+include/gdal_csv.h
include/gdal_frmts.h
include/gdal_pam.h
include/gdal_priv.h
@@ -58,6 +63,7 @@ include/gdal_vrt.h
include/gdalgrid.h
include/gdaljp2metadata.h
include/gdalwarper.h
+include/gdalwarpkernel_opencl.h
include/gvgcpfit.h
include/memdataset.h
include/ogr_api.h
@@ -79,8 +85,10 @@ share/gdal/GDALLogoBW.svg
share/gdal/GDALLogoColor.svg
share/gdal/GDALLogoGS.svg
share/gdal/LICENSE.TXT
+share/gdal/compdcs.csv
share/gdal/coordinate_axis.csv
share/gdal/cubewerx_extra.wkt
+share/gdal/datum_shift.csv
share/gdal/ecw_cs.wkt
share/gdal/ellipsoid.csv
share/gdal/epsg.wkt
@@ -92,6 +100,8 @@ share/gdal/gdalicon.png
share/gdal/gt_datum.csv
share/gdal/gt_ellips.csv
share/gdal/header.dxf
+share/gdal/pci_datum.txt
+share/gdal/pci_ellips.txt
share/gdal/pcs.csv
share/gdal/pcs.override.csv
share/gdal/prime_meridian.csv
@@ -109,3 +119,5 @@ share/gdal/seed_3d.dgn
share/gdal/stateplane.csv
share/gdal/trailer.dxf
share/gdal/unit_of_measure.csv
+share/gdal/vertcs.csv
+share/gdal/vertcs.override.csv
Index: gdal/pkg/PLIST-perl
===================================================================
RCS file: /cvs/ports/geo/gdal/pkg/PLIST-perl,v
retrieving revision 1.1
diff -u -p -u -r1.1 PLIST-perl
--- gdal/pkg/PLIST-perl 14 Mar 2009 11:05:50 -0000 1.1
+++ gdal/pkg/PLIST-perl 28 May 2011 02:03:40 -0000
@@ -13,14 +13,19 @@ ${P5ARCH}/Geo/OSR.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Geo/
${P5ARCH}/auto/Geo/GDAL/
+${P5ARCH}/auto/Geo/GDAL/.packlist
${P5ARCH}/auto/Geo/GDAL/Const/
+${P5ARCH}/auto/Geo/GDAL/Const/.packlist
${P5ARCH}/auto/Geo/GDAL/Const/Const.bs
${P5ARCH}/auto/Geo/GDAL/Const/Const.so
${P5ARCH}/auto/Geo/GDAL/GDAL.bs
${P5ARCH}/auto/Geo/GDAL/GDAL.so
${P5ARCH}/auto/Geo/OGR/
+${P5ARCH}/auto/Geo/OGR/.packlist
${P5ARCH}/auto/Geo/OGR/OGR.bs
${P5ARCH}/auto/Geo/OGR/OGR.so
${P5ARCH}/auto/Geo/OSR/
+${P5ARCH}/auto/Geo/OSR/.packlist
${P5ARCH}/auto/Geo/OSR/OSR.bs
${P5ARCH}/auto/Geo/OSR/OSR.so
+${P5ARCH}/perllocal.pod