pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/osm2pgsql
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.
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
Home |
Main Index |
Thread Index |
Old Index