pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/osm2pgsql osm2pgsql: update to 0.94.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a9a15e45d3d
branches:  trunk
changeset: 369937:4a9a15e45d3d
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Oct 08 12:28:55 2017 +0000

description:
osm2pgsql: update to 0.94.0

Release 0.94.0, a new stable branch
This is the last release which will support old-style
multipolygons.

Upgrading to this version requires a reimport for the slim
table changes.

Major changes since 0.92.0 are

- Coordinates are now stored unprojected in slim tables, and an
  osmium dense file array is used for flat nodes. This dense
  file array can be read by other libosmium-based programs.

- Libosmium is used for geometry building instead of GEOS

  This offers speed increases, improves code, and avoids relying
  on a large library for a small portion of its functionality.

Other changes are

- Tile expiry has been rewritten, fixing bugs, including one
  that dropped large portions of expiry lists.

- Node tags are no longer stored in slim tables, consistent with
  flat-nodes. THis reduces space required for --slim imports
  without --flat-nodes.

- A default database name of gis is no longer assumed. An
  explicit -d option is recommended if compatibility with 0.92
  and earlier.

diffstat:

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

diffs (37 lines):

diff -r 5562fa759cab -r 4a9a15e45d3d geography/osm2pgsql/Makefile
--- a/geography/osm2pgsql/Makefile      Sun Oct 08 12:12:43 2017 +0000
+++ b/geography/osm2pgsql/Makefile      Sun Oct 08 12:28:55 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/08/24 20:03:20 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/08 12:28:55 wiedi Exp $
 
-DISTNAME=      osm2pgsql-0.92.1
-PKGREVISION=   1
+DISTNAME=      osm2pgsql-0.94.0
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openstreetmap/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}
@@ -21,7 +20,6 @@
 post-extract:
        ${RUN} mkdir -p ${WRKDIR}/build
 
-.include "../../geography/geos/buildlink3.mk"
 .include "../../geography/proj/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
diff -r 5562fa759cab -r 4a9a15e45d3d geography/osm2pgsql/distinfo
--- a/geography/osm2pgsql/distinfo      Sun Oct 08 12:12:43 2017 +0000
+++ b/geography/osm2pgsql/distinfo      Sun Oct 08 12:28:55 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/06/10 20:00:41 wiedi Exp $
+$NetBSD: distinfo,v 1.5 2017/10/08 12:28:55 wiedi Exp $
 
-SHA1 (osm2pgsql-0.92.1.tar.gz) = d41e562fe8ef8cc95edd369d6a65a87c200775ec
-RMD160 (osm2pgsql-0.92.1.tar.gz) = 78d3b6a1bde7b6c6de280a999b01245e4d1f17f9
-SHA512 (osm2pgsql-0.92.1.tar.gz) = 92cda662a633600d89ba7c3f902c446450236f22a971a976da3b35d7c867bd6c2447f088685a962b5a3ba9b3071a41c24349f053e329004546012b0c0552fbf5
-Size (osm2pgsql-0.92.1.tar.gz) = 1364504 bytes
+SHA1 (osm2pgsql-0.94.0.tar.gz) = 1cd653cce2fd2fdcade6872483bc74509d237feb
+RMD160 (osm2pgsql-0.94.0.tar.gz) = 02a86aecd7451810c00d326bcfcceb7ba0e75ff6
+SHA512 (osm2pgsql-0.94.0.tar.gz) = eceb5de7679048f51a9ad1be4ecf5b2d26da827b3eb8d6b0e86657603c8bf8a6f8d6f665c8ff8db91070a2966057f2deed5e4a3cc8bfb28e60a6031454e4758e
+Size (osm2pgsql-0.94.0.tar.gz) = 1203310 bytes
 SHA1 (patch-CMakeLists.txt) = a33fcf5b935c515a82817fe233a9d9bb6b9e7372



Home | Main Index | Thread Index | Old Index