pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Mar  9 17:39:01 UTC 2019

Modified Files:
        pkgsrc/geography/gdal-lib: Makefile Makefile.common PLIST distinfo
        pkgsrc/geography/py-gdal: Makefile PLIST

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/geography/gdal-lib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/geography/gdal-lib/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/py-gdal/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/py-gdal/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/gdal-lib/Makefile
diff -u pkgsrc/geography/gdal-lib/Makefile:1.110 pkgsrc/geography/gdal-lib/Makefile:1.111
--- pkgsrc/geography/gdal-lib/Makefile:1.110    Sat Mar  9 01:54:59 2019
+++ pkgsrc/geography/gdal-lib/Makefile  Sat Mar  9 17:39:01 2019
@@ -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@localhost
-#MAINTAINER=   brook%nmsu.edu@localhost
 HOMEPAGE=      http://www.gdal.org/
 COMMENT=       Translator library for raster geospatial data formats
 LICENSE=       mit

Index: pkgsrc/geography/gdal-lib/Makefile.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.3 pkgsrc/geography/gdal-lib/Makefile.common:1.4
--- pkgsrc/geography/gdal-lib/Makefile.common:1.3       Sat Mar  9 01:54:59 2019
+++ pkgsrc/geography/gdal-lib/Makefile.common   Sat Mar  9 17:39:01 2019
@@ -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@localhost
+#MAINTAINER+=  brook%nmsu.edu@localhost
+
 PATCHDIR=      ${.CURDIR}/../../geography/gdal-lib/patches
 DISTINFO_FILE= ${.CURDIR}/../../geography/gdal-lib/distinfo
 

Index: pkgsrc/geography/gdal-lib/PLIST
diff -u pkgsrc/geography/gdal-lib/PLIST:1.15 pkgsrc/geography/gdal-lib/PLIST:1.16
--- pkgsrc/geography/gdal-lib/PLIST:1.15        Sat Mar  9 01:54:59 2019
+++ pkgsrc/geography/gdal-lib/PLIST     Sat Mar  9 17:39:01 2019
@@ -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

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.36 pkgsrc/geography/gdal-lib/distinfo:1.37
--- pkgsrc/geography/gdal-lib/distinfo:1.36     Sat Mar  9 01:54:59 2019
+++ pkgsrc/geography/gdal-lib/distinfo  Sat Mar  9 17:39:01 2019
@@ -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

Index: pkgsrc/geography/py-gdal/Makefile
diff -u pkgsrc/geography/py-gdal/Makefile:1.10 pkgsrc/geography/py-gdal/Makefile:1.11
--- pkgsrc/geography/py-gdal/Makefile:1.10      Sat Mar  9 01:54:59 2019
+++ pkgsrc/geography/py-gdal/Makefile   Sat Mar  9 17:39:01 2019
@@ -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@localhost
 HOMEPAGE=      http://www.gdal.org/
 COMMENT=       Translator library for raster geospatial data formats, Python binding
 LICENSE=       mit

Index: pkgsrc/geography/py-gdal/PLIST
diff -u pkgsrc/geography/py-gdal/PLIST:1.1 pkgsrc/geography/py-gdal/PLIST:1.2
--- pkgsrc/geography/py-gdal/PLIST:1.1  Mon Feb 19 12:09:18 2018
+++ pkgsrc/geography/py-gdal/PLIST      Sat Mar  9 17:39:01 2019
@@ -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



Home | Main Index | Thread Index | Old Index