Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/osm2pgsql: osm2pgsql-0.84.0.ebuild metadata.xml ChangeLog osm2pgsql-99999999.ebuild
Date: Wed, 29 Jan 2014 00:06:30
Message-Id: 20140129000626.620772004C@flycatcher.gentoo.org
1 titanofold 14/01/29 00:06:26
2
3 Modified: metadata.xml ChangeLog osm2pgsql-99999999.ebuild
4 Added: osm2pgsql-0.84.0.ebuild
5 Log:
6 Fix bug 421325: Fixed by version bump
7 Fix bug 427668: Thanks Christoph Brill
8 Fix bug 469374: Added lua USE flag
9 Fix bug 397877: Fixed by version bump
10 Fix bug 490788: Fixed by version bump
11
12 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
13
14 Revision Changes Path
15 1.4 sci-geosciences/osm2pgsql/metadata.xml
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/metadata.xml?rev=1.4&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/metadata.xml?rev=1.4&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/metadata.xml?r1=1.3&r2=1.4
20
21 Index: metadata.xml
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/metadata.xml,v
24 retrieving revision 1.3
25 retrieving revision 1.4
26 diff -u -r1.3 -r1.4
27 --- metadata.xml 12 Apr 2013 07:47:02 -0000 1.3
28 +++ metadata.xml 29 Jan 2014 00:06:26 -0000 1.4
29 @@ -1,15 +1,16 @@
30 <?xml version="1.0" encoding="UTF-8"?>
31 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
32 <pkgmetadata>
33 -<herd>sci-geosciences</herd>
34 -<longdescription lang="en">
35 -osm2pgsql is a utility program that converts OpenStreetMap (.OSM) data into a format that can be loaded into PostgreSQL. It is often used to render OSM data visually using Mapnik, as Mapnik can query PostgreSQL for map data, but does not work directly with OSM files. For more information on using osm2pgsql to render OpenStreetMap data with Mapnik, see the Mapnik page.
36 -
37 -osm2pgsql is a lossy conversion utility. It only adds features that have certain tags, as defined in the config file, and it converts nodes and ways to linestrings and polygons. This means that you can't tell which linestring is connected to which, but for rendering a map that's not important (c.f. routing).
38 -
39 -osm2pgsql has two main modes of running - normal (is this what it's called?) and slim mode. The first uses RAM for intermediate storage, the second uses a temporary database on-disk. As of early 2009, you must use slim-mode for planet imports on 32-bit systems, since there are too many nodes to store in RAM otherwise. This limitation doesn't apply to 64-bit systems
40 -</longdescription>
41 -<use>
42 -<flag name="pbf">Add support for importing the new "Protocolbuffer Binary Format"</flag>
43 -</use>
44 + <herd>sci-geosciences</herd>
45 + <herd>postgresql</herd>
46 + <longdescription lang="en">
47 + Converts OSM planet.osm data to a PostgreSQL / PostGIS database
48 + suitable for specific applications like rendering into map tiles by
49 + Mapnik or geocoding with Nominatim.
50 + </longdescription>
51 + <use>
52 + <flag name="pbf">
53 + Add support for importing the new "Protocolbuffer Binary Format"
54 + </flag>
55 + </use>
56 </pkgmetadata>
57
58
59
60 1.12 sci-geosciences/osm2pgsql/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.12&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?rev=1.12&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog?r1=1.11&r2=1.12
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v
69 retrieving revision 1.11
70 retrieving revision 1.12
71 diff -u -r1.11 -r1.12
72 --- ChangeLog 12 Apr 2013 07:47:02 -0000 1.11
73 +++ ChangeLog 29 Jan 2014 00:06:26 -0000 1.12
74 @@ -1,6 +1,16 @@
75 # ChangeLog for sci-geosciences/osm2pgsql
76 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.11 2013/04/12 07:47:02 swegener Exp $
78 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/ChangeLog,v 1.12 2014/01/29 00:06:26 titanofold Exp $
80 +
81 +*osm2pgsql-0.84.0 (29 Jan 2014)
82 +
83 + 29 Jan 2014; Aaron W. Swenson <titanofold@g.o>
84 + +osm2pgsql-0.84.0.ebuild, osm2pgsql-99999999.ebuild, metadata.xml:
85 + Fix bug 421325: Fixed by version bump
86 + Fix bug 427668: Thanks Christoph Brill
87 + Fix bug 469374: Added lua USE flag
88 + Fix bug 397877: Fixed by version bump
89 + Fix bug 490788: Fixed by version bump
90
91 12 Apr 2013; Sven Wegener <swegener@g.o> osm2pgsql-99999999.ebuild,
92 metadata.xml:
93
94
95
96 1.9 sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild?rev=1.9&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild?rev=1.9&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild?r1=1.8&r2=1.9
101
102 Index: osm2pgsql-99999999.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild,v
105 retrieving revision 1.8
106 retrieving revision 1.9
107 diff -u -r1.8 -r1.9
108 --- osm2pgsql-99999999.ebuild 12 Apr 2013 07:47:02 -0000 1.8
109 +++ osm2pgsql-99999999.ebuild 29 Jan 2014 00:06:26 -0000 1.9
110 @@ -1,32 +1,31 @@
111 -# Copyright 1999-2013 Gentoo Foundation
112 +# Copyright 1999-2014 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild,v 1.8 2013/04/12 07:47:02 swegener Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild,v 1.9 2014/01/29 00:06:26 titanofold Exp $
116
117 -EAPI=4
118 +EAPI=5
119
120 inherit autotools git-2
121
122 EGIT_REPO_URI="git://github.com/openstreetmap/osm2pgsql.git"
123 EGIT_BOOTSTRAP="eautoreconf"
124
125 -DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
126 +DESCRIPTION="Converts OSM planet.osm data to a PostgreSQL/PostGIS database"
127 HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql"
128 SRC_URI=""
129
130 LICENSE="GPL-2"
131 SLOT="0"
132 KEYWORDS=""
133 -IUSE="+pbf"
134 +IUSE="+lua +pbf"
135
136 DEPEND="
137 app-arch/bzip2
138 + dev-db/postgresql-base
139 dev-libs/libxml2:2
140 sci-libs/geos
141 sci-libs/proj
142 sys-libs/zlib
143 - dev-db/postgresql-base
144 + lua? ( dev-lang/lua )
145 pbf? ( dev-libs/protobuf-c )
146 "
147 RDEPEND="${DEPEND}"
148 -
149 -DOCS=( README 900913.sql )
150
151
152
153 1.1 sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild
154
155 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild?rev=1.1&view=markup
156 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild?rev=1.1&content-type=text/plain
157
158 Index: osm2pgsql-0.84.0.ebuild
159 ===================================================================
160 # Copyright 1999-2014 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild,v 1.1 2014/01/29 00:06:26 titanofold Exp $
163
164 EAPI=5
165
166 inherit autotools
167
168 DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db"
169 HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql"
170 SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz"
171
172 LICENSE="GPL-2"
173 SLOT="0"
174 KEYWORDS="~amd64 ~x86"
175 IUSE="+lua +pbf"
176
177 DEPEND="
178 app-arch/bzip2
179 dev-db/postgresql-base
180 dev-libs/libxml2:2
181 sci-libs/geos
182 sci-libs/proj
183 sys-libs/zlib
184 lua? ( dev-lang/lua )
185 pbf? ( dev-libs/protobuf-c )
186 "
187 RDEPEND="${DEPEND}"
188
189 src_prepare() {
190 eautoreconf
191 }