pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/osm2pgsql geography/osm2pgsql: Update to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96658718f7ef
branches:  trunk
changeset: 412921:96658718f7ef
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 13 13:08:51 2020 +0000

description:
geography/osm2pgsql: Update to 1.2.1

Upstream psudo-NEWS:

1.2.1 and 1.2.0 are bugfix releases.
1.0.0:

This release finally drops support for old-style multipolygons.

Doing so allowed a major overhaul of the processing pipeline.
Imports are now entirely done in the first processing stage. The second,
much slower processing stage is only needed when updating existing
databases. Data is entirely streamed into the database using COPY, which
reduces the number of database connections needed.

Other major changes include

- better error handling in Lua backend
- process all OSM objects again when extra attributes are requested
- enable running tests in pg_virtualenv
- add support for configurable Gazetteer style
- allow to disable RAM node cache with -C 0

diffstat:

 geography/osm2pgsql/Makefile |   5 ++---
 geography/osm2pgsql/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r d9b6df8f7e8c -r 96658718f7ef geography/osm2pgsql/Makefile
--- a/geography/osm2pgsql/Makefile      Fri Mar 13 12:12:01 2020 +0000
+++ b/geography/osm2pgsql/Makefile      Fri Mar 13 13:08:51 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/12 20:20:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2020/03/13 13:08:51 gdt Exp $
 
-DISTNAME=      osm2pgsql-0.96.0
-PKGREVISION=   5
+DISTNAME=      osm2pgsql-1.2.1
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openstreetmap/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
diff -r d9b6df8f7e8c -r 96658718f7ef geography/osm2pgsql/distinfo
--- a/geography/osm2pgsql/distinfo      Fri Mar 13 12:12:01 2020 +0000
+++ b/geography/osm2pgsql/distinfo      Fri Mar 13 13:08:51 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/08/02 17:00:14 gdt Exp $
+$NetBSD: distinfo,v 1.7 2020/03/13 13:08:51 gdt Exp $
 
-SHA1 (osm2pgsql-0.96.0.tar.gz) = 8e31f38ce5969dc6120c06521f849c853868cbe5
-RMD160 (osm2pgsql-0.96.0.tar.gz) = d1e798a21b708435343cc2dfda9d86f34c60ddac
-SHA512 (osm2pgsql-0.96.0.tar.gz) = 6c6bb00c17995b9a99975076ad3af35a99678a7780db144f7fdd1f5c856b777883f1b1dac7e1c3ca9a2a490d3774f62c8aa9f8742c955c377c28d5b827657372
-Size (osm2pgsql-0.96.0.tar.gz) = 1219163 bytes
+SHA1 (osm2pgsql-1.2.1.tar.gz) = d377626dd2298a6480f4b7a0854251117484e764
+RMD160 (osm2pgsql-1.2.1.tar.gz) = f01d4dd899c4116e77f75b5b8b8fa01090de531a
+SHA512 (osm2pgsql-1.2.1.tar.gz) = 72d15a4f40561313c2cf1b1abe55d363136e44407d127b5195a7f95f4408350b5ee577596664c7d6b2d82b5017363bd024589342a8b3aba4ce2bc6dfbc4415ab
+Size (osm2pgsql-1.2.1.tar.gz) = 1223420 bytes
 SHA1 (patch-CMakeLists.txt) = a33fcf5b935c515a82817fe233a9d9bb6b9e7372



Home | Main Index | Thread Index | Old Index