blob: 133a781279f11504e1dde4983473afd298d1944b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-geosciences@gentoo.org</email>
<name>Gentoo Geosciences Project</name>
</maintainer>
<maintainer type="project">
<email>pgsql-bugs@gentoo.org</email>
<name>PostgreSQL and Related Package Development</name>
</maintainer>
<longdescription lang="en">
Converts OSM planet.osm data to a PostgreSQL / PostGIS database
suitable for specific applications like rendering into map tiles by
Mapnik or geocoding with Nominatim.
</longdescription>
<upstream>
<remote-id type="github">openstreetmap/osm2pgsql</remote-id>
</upstream>
</pkgmetadata>
|