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:           Tue Apr 28 23:50:03 UTC 2020

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

Log Message:
gdal-lib: Update to 3.0.4

Summary of upstream NEWS:

 * many bug fixes

== Major changes in 3.x

 * Implement RFC 73: Integration of PROJ6 for WKT2, late binding
   capabilities, time-support and unified CRS database. PROJ >= 6 is
   now a build requirement
   https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn
 * New GDAL drivers:
  - DAAS: read driver for Airbus DS Intelligence Data As A Service
  - TileDB: read/write driver for https://www.tiledb.io (#1402)
 * New OGR drivers:
  - MongoDBv3: read/write driver using libmongocxx v3.4.0 client (for MongoDB >= 4.0)
 * Improved drivers:
   - FITS: read/write support for scale, offset and CRS
   - netCDF: read support for groups
   - PDF: add a COMPOSITION_FILE creation option to generate a complex document
   - PDS4: subdataset creation support, read/write table/vector support
 * Support for minimal builds on Unix (#1250)
 * Add a docker/ directory with Dockerfile for different configurations
 * Continued code linting

== New installed files ==

 * Resource file: pdfcomposition.xsd

== Removed installed files ==

 * Removal of resource files related to EPSG and ESRI CRS databases:
   compdcs.csv, coordinate_axis.csv, datum_shift.csv, ellipsoid.csv,
   esri_epsg.wkt, esri_extra.wkt, esri_Wisconsin_extra.wkt, gcs.csv,
   gcs.override.csv, gdal_datum.csv, geoccs.csv, pcs.csv,
   pcs.override.csv, prime_meridian.csv, projop_wparm.csv,
   unit_of_measure.csv, vertcs.csv, vertcs.override.csv

== Backward compatibility issues ==

MIGRATION GUIDE FROM GDAL 2.4 to GDAL 3.0
-----------------------------------------

- Substantial changes, sometimes backward incompatible, in coordinate reference
  system and coordinate transformations have been introduced per
  https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn
    * OSRImportFromEPSG() takes into account official axis order.
      Traditional GIS-friendly axis order can be restored with
      OGRSpatialReference::SetAxisMappingStrategy(OAMS_TRADITIONAL_GIS_ORDER);
    * Same for SetWellKnownGeogCS("WGS84") / SetFromUserInput("WGS84")
    * removal of OPTGetProjectionMethods(), OPTGetParameterList() and OPTGetParameterInfo()
      No equivalent.
    * removal of OSRFixup() and OSRFixupOrdering(): no longer needed since objects
      constructed are always valid
    * removal of OSRStripCTParms(). Use OSRExportToWktEx() instead with the
      FORMAT=SQSQL option
    * exportToWkt() outputs AXIS nodes
    * OSRIsSame(): now takes into account data axis to CRS axis mapping, unless
      IGNORE_DATA_AXIS_TO_SRS_AXIS_MAPPING=YES is set as an option to OSRIsSameEx()
    * ogr_srs_api.h: SRS_WKT_WGS84 macro is no longer declared by default since
      WKT without AXIS is too ambiguous. Preferred remediation: use SRS_WKT_WGS84_LAT_LONG.
      Or #define USE_DEPRECATED_SRS_WKT_WGS84 before including ogr_srs_api.h

== GDAL/OGR 3.0.0 - General Changes ==

 * PROJ >= 6.0 is a required external dependency
 * libgeotiff >= 1.5 should be used for builds with external libgeotiff


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/gdal-lib/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/geography/gdal-lib/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/geography/gdal-lib/distinfo
cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/py-gdal/Makefile

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.common
diff -u pkgsrc/geography/gdal-lib/Makefile.common:1.8 pkgsrc/geography/gdal-lib/Makefile.common:1.9
--- pkgsrc/geography/gdal-lib/Makefile.common:1.8       Mon Apr 27 23:53:38 2020
+++ pkgsrc/geography/gdal-lib/Makefile.common   Tue Apr 28 23:50:03 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.8 2020/04/27 23:53:38 gdt Exp $
+# $NetBSD: Makefile.common,v 1.9 2020/04/28 23:50:03 gdt Exp $
 #
 # used by geography/gdal-lib/Makefile
 # used by geography/py-gdal/Makefile
 
-VERSION=       2.4.4
+VERSION=       3.0.4
 DISTNAME=      gdal-${VERSION}
 CATEGORIES=    geography
 MASTER_SITES=  http://download.osgeo.org/gdal/${PKGVERSION_NOREV}/

Index: pkgsrc/geography/gdal-lib/PLIST
diff -u pkgsrc/geography/gdal-lib/PLIST:1.17 pkgsrc/geography/gdal-lib/PLIST:1.18
--- pkgsrc/geography/gdal-lib/PLIST:1.17        Tue Apr 28 13:45:22 2020
+++ pkgsrc/geography/gdal-lib/PLIST     Tue Apr 28 23:50:03 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2020/04/28 13:45:22 gdt Exp $
+@comment $NetBSD: PLIST,v 1.18 2020/04/28 23:50:03 gdt Exp $
 @pkgdir lib/gdalplugins
 bin/gdal-config
 bin/gdal_contour
@@ -97,25 +97,14 @@ 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
-share/gdal/esri_Wisconsin_extra.wkt
-share/gdal/esri_epsg.wkt
-share/gdal/esri_extra.wkt
-share/gdal/gcs.csv
-share/gdal/gcs.override.csv
-share/gdal/gdal_datum.csv
 share/gdal/gdalicon.png
 share/gdal/gdalvrt.xsd
-share/gdal/geoccs.csv
 share/gdal/gml_registry.xml
 share/gdal/gmlasconf.xml
 share/gdal/gmlasconf.xsd
@@ -162,12 +151,9 @@ share/gdal/ozi_datum.csv
 share/gdal/ozi_ellips.csv
 share/gdal/pci_datum.txt
 share/gdal/pci_ellips.txt
-share/gdal/pcs.csv
-share/gdal/pcs.override.csv
+share/gdal/pdfcomposition.xsd
 share/gdal/pds4_template.xml
 share/gdal/plscenesconf.json
-share/gdal/prime_meridian.csv
-share/gdal/projop_wparm.csv
 share/gdal/ruian_vf_ob_v1.gfs
 share/gdal/ruian_vf_st_uvoh_v1.gfs
 share/gdal/ruian_vf_st_v1.gfs
@@ -180,8 +166,5 @@ share/gdal/seed_2d.dgn
 share/gdal/seed_3d.dgn
 share/gdal/stateplane.csv
 share/gdal/trailer.dxf
-share/gdal/unit_of_measure.csv
 share/gdal/vdv452.xml
 share/gdal/vdv452.xsd
-share/gdal/vertcs.csv
-share/gdal/vertcs.override.csv

Index: pkgsrc/geography/gdal-lib/distinfo
diff -u pkgsrc/geography/gdal-lib/distinfo:1.42 pkgsrc/geography/gdal-lib/distinfo:1.43
--- pkgsrc/geography/gdal-lib/distinfo:1.42     Tue Apr 28 00:24:48 2020
+++ pkgsrc/geography/gdal-lib/distinfo  Tue Apr 28 23:50:03 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.42 2020/04/28 00:24:48 gdt Exp $
+$NetBSD: distinfo,v 1.43 2020/04/28 23:50:03 gdt Exp $
 
-SHA1 (gdal-2.4.4.tar.gz) = 23f7420bd8cdfabf7ea9259d46d463ca7914ab4a
-RMD160 (gdal-2.4.4.tar.gz) = 1290d382cd601b632e61bc28001bff1dd3d72730
-SHA512 (gdal-2.4.4.tar.gz) = b41a18e9b0bd42b21cb8af626c417ea1adb63f0d34fa90cb713988ef7ef411851ed8b527ab843f904983a3372d563314533887b82a6ae59fc5499604ee3cc03c
-Size (gdal-2.4.4.tar.gz) = 14748072 bytes
+SHA1 (gdal-3.0.4.tar.gz) = 5362ecafb9d06fa9d86beb1ab07b974256b13542
+RMD160 (gdal-3.0.4.tar.gz) = a202e5c51d2abc768533912e6d9e736ea64986f5
+SHA512 (gdal-3.0.4.tar.gz) = bc5032a123a2cc90145fef8b467a4c9b78ddf7b4d850ceaae8350aacc3f6f23e13dd52219844a2b930b59d000854d3f2cce117643d62ead176b71939f4760ce9
+Size (gdal-3.0.4.tar.gz) = 14379480 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.20 pkgsrc/geography/py-gdal/Makefile:1.21
--- pkgsrc/geography/py-gdal/Makefile:1.20      Sun Apr 12 08:28:47 2020
+++ pkgsrc/geography/py-gdal/Makefile   Tue Apr 28 23:50:03 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/04/12 08:28:47 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/04/28 23:50:03 gdt Exp $
 
 #PKGREVISION=  0
-PKGREVISION= 5
 .include "../../geography/gdal-lib/Makefile.common"
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 



Home | Main Index | Thread Index | Old Index