diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 11:46:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 11:46:21 +0800 |
commit | 14a03a388d0cf3d239c6584af408ded0280d25d3 (patch) | |
tree | f149977d2668f4fa897ee80638c5120b8bd3f1f8 /graphics/gdal | |
parent | f79102a13497427357c3d2d77259a8dca760186a (diff) | |
download | freebsd-ports-gnome-14a03a388d0cf3d239c6584af408ded0280d25d3.tar.gz freebsd-ports-gnome-14a03a388d0cf3d239c6584af408ded0280d25d3.tar.zst freebsd-ports-gnome-14a03a388d0cf3d239c6584af408ded0280d25d3.zip |
- Update to 1.10.0
- Update COMMENT and remove leading indefinite article from COMMENT
- Bump PORTREVISION for graphics/gdal shlib change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 10 | ||||
-rw-r--r-- | graphics/gdal/distinfo | 4 | ||||
-rw-r--r-- | graphics/gdal/pkg-plist | 14 |
3 files changed, 20 insertions, 8 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index d766e4737ee3..563eebce738f 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= graphics geography -MASTER_SITES= http://download.osgeo.org/gdal/ \ - ftp://ftp.remotesensing.org/pub/gdal/ \ +MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ + ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A translator library for geospatial data formats +COMMENT= Translator library for raster geospatial data formats LICENSE= MIT @@ -192,6 +191,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure post-install: + ${TOUCH} ${PREFIX}/lib/gdalplugins/.keepme ${INSTALL_DATA} ${WRKSRC}/GDALmake.opt ${DATADIR}/ .include <bsd.port.mk> diff --git a/graphics/gdal/distinfo b/graphics/gdal/distinfo index b73eaf8d2a3d..39773468242e 100644 --- a/graphics/gdal/distinfo +++ b/graphics/gdal/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdal-1.9.2.tar.gz) = 9f3b9ae968eaa8d06ee5448e5b65e7bfa940e2e345282a29d95275421f36c688 -SIZE (gdal-1.9.2.tar.gz) = 9495381 +SHA256 (gdal-1.10.0.tar.gz) = 1a9ca12bcc3a55f66bcd6654d5ff12eeddb3a26b622dd7c8872febb4f5a97487 +SIZE (gdal-1.10.0.tar.gz) = 10232486 diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index d0e77944bf8e..85af5308fe82 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -10,6 +10,7 @@ bin/gdalenhance bin/gdalinfo bin/gdallocationinfo bin/gdalmanage +bin/gdalserver bin/gdalsrsinfo bin/gdaltindex bin/gdaltransform @@ -34,12 +35,15 @@ include/cpl_minizip_unzip.h include/cpl_minizip_zip.h include/cpl_multiproc.h include/cpl_odbc.h +include/cpl_progress.h include/cpl_port.h include/cpl_quad_tree.h +include/cpl_spawn.h include/cpl_string.h include/cpl_time.h include/cpl_vsi.h include/cpl_vsi_virtual.h +include/cpl_vsil_curl_priv.h include/cpl_win32ce_api.h include/cpl_wince.h include/cplkeywordparser.h @@ -52,8 +56,10 @@ include/gdal_pam.h include/gdal_priv.h include/gdal_proxy.h include/gdal_rat.h +include/gdal_simplesurf.h include/gdal_version.h include/gdal_vrt.h +include/gdalexif.h include/gdalgrid.h include/gdaljp2metadata.h include/gdalwarper.h @@ -64,6 +70,7 @@ include/ogr_api.h include/ogr_core.h include/ogr_feature.h include/ogr_featurestyle.h +include/ogr_geocoding.h include/ogr_geometry.h include/ogr_p.h include/ogr_spatialref.h @@ -72,10 +79,11 @@ include/ogrsf_frmts.h include/rawdataset.h include/thinplatespline.h include/vrtdataset.h +lib/gdalplugins/.keepme lib/libgdal.a lib/libgdal.la lib/libgdal.so -lib/libgdal.so.17 +lib/libgdal.so.18 %%DATADIR%%/GDALLogoBW.svg %%DATADIR%%/GDALLogoColor.svg %%DATADIR%%/GDALLogoGS.svg @@ -101,6 +109,9 @@ lib/libgdal.so.17 %%DATADIR%%/header.dxf %%DATADIR%%/nitf_spec.xml %%DATADIR%%/nitf_spec.xsd +%%DATADIR%%/osmconf.ini +%%DATADIR%%/ozi_datum.csv +%%DATADIR%%/ozi_ellips.csv %%DATADIR%%/pci_datum.txt %%DATADIR%%/pci_ellips.txt %%DATADIR%%/pcs.csv @@ -123,3 +134,4 @@ lib/libgdal.so.17 %%DATADIR%%/vertcs.csv %%DATADIR%%/vertcs.override.csv @dirrm %%DATADIR%% +@dirrm lib/gdalplugins |