Received: by mail.netbsd.org (Postfix, from userid 605) id 6E0E884D85; Sun, 8 Oct 2017 12:28:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F35C484D59 for ; Sun, 8 Oct 2017 12:28:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wA9Dvz1hPSK5 for ; Sun, 8 Oct 2017 12:28:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6884484D4D for ; Sun, 8 Oct 2017 12:28:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FDC2FBC7; Sun, 8 Oct 2017 12:28:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507465735207380" MIME-Version: 1.0 Date: Sun, 8 Oct 2017 12:28:55 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/geography/osm2pgsql To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20171008122855.5FDC2FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507465735207380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sun Oct 8 12:28:55 UTC 2017 Modified Files: pkgsrc/geography/osm2pgsql: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/osm2pgsql/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/osm2pgsql/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507465735207380 Content-Disposition: inline Content-Length: 2090 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/osm2pgsql/Makefile diff -u pkgsrc/geography/osm2pgsql/Makefile:1.10 pkgsrc/geography/osm2pgsql/Makefile:1.11 --- pkgsrc/geography/osm2pgsql/Makefile:1.10 Thu Aug 24 20:03:20 2017 +++ pkgsrc/geography/osm2pgsql/Makefile Sun Oct 8 12:28:55 2017 @@ -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 @@ CMAKE_ARG_PATH= ${WRKSRC} 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" Index: pkgsrc/geography/osm2pgsql/distinfo diff -u pkgsrc/geography/osm2pgsql/distinfo:1.4 pkgsrc/geography/osm2pgsql/distinfo:1.5 --- pkgsrc/geography/osm2pgsql/distinfo:1.4 Sat Jun 10 20:00:41 2017 +++ pkgsrc/geography/osm2pgsql/distinfo Sun Oct 8 12:28:55 2017 @@ -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 --_----------=_1507465735207380--