summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-03-09 17:39:01 +0000
committergdt <gdt@pkgsrc.org>2019-03-09 17:39:01 +0000
commitad91f3995d46a48a9be942815bee0a0c40372dcd (patch)
treecc5a1d1684a550dc2f506045532864f1188de23d /geography
parentf30ceecb145776514336ecf91f3b77a5d9773fcb (diff)
downloadpkgsrc-ad91f3995d46a48a9be942815bee0a0c40372dcd.tar.gz
geography/gdal-lib: Update to 2.4.0
= GDAL/OGR 2.4.0 Release Notes = == In a nutshell... == * New GDAL drivers: - BYN: read/write support for Natural Resources Canada's Geoid binary format - EEDAI: read-only driver for Google Earth Engine Data API - IGNFHeightASCIIGrid: read-only driver to read IGN-France height correction ASCII grids - NGW: NextGIS Web read-only driver - NTv1: read-only driver for NTv1 datum shift grids * New OGR drivers: - EEDA: read-only driver for Google Earth Engine Data API - GeoJSONSeq: read/creation support of new-line or record-separator separated GeoJSON features (#378) - NGW: NextGIS Web read-write driver * Improved drivers: - BAG: add read support for variable-resolution grids, and write support for single-resolution grids - GTiff driver: add Lerc and WebP codecs - PostgisRaster: add support for out-db rasters - RMF - MSSQLSpatial * RFC 72: Make GDAL Python autotest suite use pytest framework * Add /vsihdfs/ virtual file system handler for Hadoop File System (via libhdfs) * Add /vsiwebhdfs/ read-write virtual file system for Web Hadoop File System REST API * gdal_contour rewriting: speed optimizations and capability to compute polygon isosurfaces. * Remove PHP and Ruby bindings. * Continued code linting in C++, Python scripts, Shell scripts and autotest == Backward compatibility issues == * The value of COMPRESSION_ZSTD used for ZStd-in-TIFF compression has been changed. ZStd-compressed TIFF files produced by GDAL 2.3.0 will not be readable
Diffstat (limited to 'geography')
-rw-r--r--geography/gdal-lib/Makefile4
-rw-r--r--geography/gdal-lib/Makefile.common7
-rw-r--r--geography/gdal-lib/PLIST6
-rw-r--r--geography/gdal-lib/distinfo10
-rw-r--r--geography/py-gdal/Makefile3
-rw-r--r--geography/py-gdal/PLIST4
6 files changed, 18 insertions, 16 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile
index 97c5976361e..bff04ca05f0 100644
--- a/geography/gdal-lib/Makefile
+++ b/geography/gdal-lib/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.110 2019/03/09 01:54:59 gdt Exp $
+# $NetBSD: Makefile,v 1.111 2019/03/09 17:39:01 gdt Exp $
#PKGREVISION= 0
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${DISTNAME:S/gdal/gdal-lib/}
-MAINTAINER+= gdt@NetBSD.org
-#MAINTAINER= brook@nmsu.edu
HOMEPAGE= http://www.gdal.org/
COMMENT= Translator library for raster geospatial data formats
LICENSE= mit
diff --git a/geography/gdal-lib/Makefile.common b/geography/gdal-lib/Makefile.common
index ab51310fed2..e6f115ffd26 100644
--- a/geography/gdal-lib/Makefile.common
+++ b/geography/gdal-lib/Makefile.common
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile.common,v 1.3 2019/03/09 01:54:59 gdt Exp $
+# $NetBSD: Makefile.common,v 1.4 2019/03/09 17:39:01 gdt Exp $
#
# used by geography/gdal-lib/Makefile
# used by geography/py-gdal/Makefile
-VERSION= 2.3.3
+VERSION= 2.4.0
DISTNAME= gdal-${VERSION}
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/
+MAINTAINER= gdt@NetBSD.org
+#MAINTAINER+= brook@nmsu.edu
+
PATCHDIR= ${.CURDIR}/../../geography/gdal-lib/patches
DISTINFO_FILE= ${.CURDIR}/../../geography/gdal-lib/distinfo
diff --git a/geography/gdal-lib/PLIST b/geography/gdal-lib/PLIST
index e9b0bd6ba6e..f82129bc7df 100644
--- a/geography/gdal-lib/PLIST
+++ b/geography/gdal-lib/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.15 2019/03/09 01:54:59 gdt Exp $
+@comment $NetBSD: PLIST,v 1.16 2019/03/09 17:39:01 gdt Exp $
+@comment $NetBSD: PLIST,v 1.16 2019/03/09 17:39:01 gdt Exp $
bin/gdal-config
bin/gdal_contour
bin/gdal_grid
@@ -25,6 +26,7 @@ bin/ogrlineref
bin/ogrtindex
bin/testepsg
include/cpl_atomic_ops.h
+include/cpl_auto_close.h
include/cpl_config.h
include/cpl_config_extras.h
include/cpl_conv.h
@@ -94,12 +96,14 @@ share/gdal/GDALLogoBW.svg
share/gdal/GDALLogoColor.svg
share/gdal/GDALLogoGS.svg
share/gdal/LICENSE.TXT
+share/gdal/bag_template.xml
share/gdal/compdcs.csv
share/gdal/coordinate_axis.csv
share/gdal/cubewerx_extra.wkt
share/gdal/datum_shift.csv
share/gdal/default.rsc
share/gdal/ecw_cs.wkt
+share/gdal/eedaconf.json
share/gdal/ellipsoid.csv
share/gdal/epsg.wkt
share/gdal/esri_StatePlane_extra.wkt
diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo
index 4b5df6962ff..c38ca7d02fb 100644
--- a/geography/gdal-lib/distinfo
+++ b/geography/gdal-lib/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.36 2019/03/09 01:54:59 gdt Exp $
+$NetBSD: distinfo,v 1.37 2019/03/09 17:39:01 gdt Exp $
-SHA1 (gdal-2.3.3.tar.gz) = 99cd1f4565c38561bd8409ade95209566e9b7f47
-RMD160 (gdal-2.3.3.tar.gz) = 6eb0a04c2144bd0ed9bf3e0838ee73c2e28fbaaa
-SHA512 (gdal-2.3.3.tar.gz) = 23c7fe500f7470a6120b8c30f928808c275376996c07e7491c0fe84b6bc26c72a3f92c4f75f965ee3cfb5e86cbf0fcbb82836dae515c5d5d3ffdf74888ff780b
-Size (gdal-2.3.3.tar.gz) = 14468306 bytes
+SHA1 (gdal-2.4.0.tar.gz) = 3420ae8a9644ce652339ecbad18f9024279cd2ba
+RMD160 (gdal-2.4.0.tar.gz) = 7e16bb8fa0e35bec6b76a5b55f221f024ef2cf5d
+SHA512 (gdal-2.4.0.tar.gz) = 9517b23009621ed2622a460dc813b30de726d293531c6f107fb308a31e45a143e67e71aa3af3d1faed554ad516a35924973d714c63ee41445ac8d3b2da61dd10
+Size (gdal-2.4.0.tar.gz) = 14533664 bytes
SHA1 (patch-apps_gdalserver.cpp) = 4a2b8bac29582c8fc02920840ee498026d87acca
SHA1 (patch-frmts_grib_degrib_degrib_myutil.c) = 0e046afa236d7e0d6186fe392cb2da05fa5b42c5
SHA1 (patch-ogr_ogrsf__frmts_geojson_libjson_GNUmakefile) = 6a5061b6dd8c3a4fa1ad7c10ddc0b815b41a637d
diff --git a/geography/py-gdal/Makefile b/geography/py-gdal/Makefile
index df81b02a7b5..4774edca3ac 100644
--- a/geography/py-gdal/Makefile
+++ b/geography/py-gdal/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2019/03/09 01:54:59 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2019/03/09 17:39:01 gdt Exp $
#PKGREVISION= 0
.include "../../geography/gdal-lib/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gdal.org/
COMMENT= Translator library for raster geospatial data formats, Python binding
LICENSE= mit
diff --git a/geography/py-gdal/PLIST b/geography/py-gdal/PLIST
index b40cf60353b..df86e562863 100644
--- a/geography/py-gdal/PLIST
+++ b/geography/py-gdal/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/02/19 12:09:18 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/03/09 17:39:01 gdt Exp $
bin/epsg_tr.py
bin/esri2wkt.py
bin/gcps2vec.py
@@ -35,8 +35,6 @@ ${PYSITELIB}/gdalconst.py
${PYSITELIB}/gdalconst.pyc
${PYSITELIB}/gdalnumeric.py
${PYSITELIB}/gdalnumeric.pyc
-${PYSITELIB}/gnm.py
-${PYSITELIB}/gnm.pyc
${PYSITELIB}/ogr.py
${PYSITELIB}/ogr.pyc
${PYSITELIB}/osgeo/__init__.py