diff options
author | gdt <gdt@pkgsrc.org> | 2020-03-13 13:08:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-03-13 13:08:51 +0000 |
commit | 31ed5d8fb46b02165a6f9110e2c19822a150c347 (patch) | |
tree | a6c6e749050051c7f496914887e84b76560f8cf4 | |
parent | 3be481ae8d4697720ecb8a3f06a26af006e7e071 (diff) | |
download | pkgsrc-31ed5d8fb46b02165a6f9110e2c19822a150c347.tar.gz |
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
-rw-r--r-- | geography/osm2pgsql/Makefile | 5 | ||||
-rw-r--r-- | geography/osm2pgsql/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/geography/osm2pgsql/Makefile b/geography/osm2pgsql/Makefile index 552e4789c10..b7eff7ad781 100644 --- a/geography/osm2pgsql/Makefile +++ b/geography/osm2pgsql/Makefile @@ -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 --git a/geography/osm2pgsql/distinfo b/geography/osm2pgsql/distinfo index 418001a88f6..1401460d513 100644 --- a/geography/osm2pgsql/distinfo +++ b/geography/osm2pgsql/distinfo @@ -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 |