notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
osm2pgsql Convert OSM XML data to PostgreSQL database
2.2.0 converters on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1.1Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-06-29 15:01:59
Last Update: 2025-09-18 11:43:55
Commit Hash: ca6f27d
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: geography
License: GPLv2+
WWW:
https://osm2pgsql.org/
https://wiki.openstreetmap.org/wiki/Osm2pgsql
https://github.com/openstreetmap/osm2pgsql
Description:
Converts OSM planet.osm data to a PostgreSQL database suitable for rendering into map tiles by Mapnik. The format of the database is optimised for ease of rendering by mapnik. It may be less suitable for other general purpose processing.
HomepageHomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/osm2pgsql-2.2.0/catalog.mk
  2. /usr/local/share/licenses/osm2pgsql-2.2.0/LICENSE
  3. /usr/local/share/licenses/osm2pgsql-2.2.0/GPLv2+
  4. bin/osm2pgsql
  5. bin/osm2pgsql-replication
  6. share/man/man1/osm2pgsql.1.gz
  7. share/man/man1/osm2pgsql-replication.1.gz
  8. @owner
  9. @group
  10. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • osm2pgsql>0:converters/osm2pgsql
To install the port:
cd /usr/ports/converters/osm2pgsql/ && make install clean
To add the package, run one of these commands:
  • pkg install converters/osm2pgsql
  • pkg install osm2pgsql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: osm2pgsql
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: armv7 i386 powerpc
distinfo:
TIMESTAMP = 1758190034 SHA256 (openstreetmap-osm2pgsql-2.2.0_GH0.tar.gz) = 567dad078f8a66d6d706ac1876b5251b688109d16974909d89ce2056d6e9f258 SIZE (openstreetmap-osm2pgsql-2.2.0_GH0.tar.gz) = 2729137

Packages (timestamps in pop-ups are UTC):
osm2pgsql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.2.02.2.01.2.2_2--n/an/an/a
FreeBSD:13:quarterly2.1.12.2.0---n/an/an/a
FreeBSD:14:latest2.1.1_22.2.0------
FreeBSD:14:quarterly2.2.02.2.0----1.10.01.10.0
FreeBSD:15:latest2.2.02.2.0n/a-n/an/a1.10.01.10.0_1
FreeBSD:15:quarterly-2.2.0n/a-n/an/a--
FreeBSD:16:latest-2.2.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. version.hpp : astro/libosmium
  2. version.hpp : devel/protozero
  3. json.hpp : devel/nlohmann-json
  4. Version.hpp : devel/cli11
  5. geometry.hpp : devel/boost-libs
  6. cmake : devel/cmake-core
  7. ninja : devel/ninja
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libproj.so : graphics/proj
  2. libexpat.so : textproc/expat2
  3. libpq.so.5 : databases/postgresql17-client
  4. liblua-5.4.so : lang/lua54
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for osm2pgsql-2.2.0: DOCS=on: Build and/or install documentation LUAJIT=off: Build with LuaJIT support TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings
Options name:
converters_osm2pgsql
USES:
cmake compiler:c++17-lang pgsql python:run shebangfix lua:54
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/openstreetmap/osm2pgsql/tar.gz/2.2.0?dummy=/
Collapse this list.

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
r27612_2
07 May 2012 08:12:53
Original commit files touched by this commit
wen search for other commits by this committer
- Bump PORTREVISION to chase the update of graphics/proj
r27612_1
07 May 2012 07:10:22
Original commit files touched by this commit
wen search for other commits by this committer
- Bump PORTREVISION to chase the update of graphics/geos
r27612
24 Jan 2012 16:38:36
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to r27612
r26711
26 Sep 2011 03:11:32
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to r26711
r26200_1
30 Jun 2011 14:47:00
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- (Attempt to) fix after recent graphics/geos update
r26200
29 Jun 2011 15:01:17
Original commit files touched by this commit
amdmi3 search for other commits by this committer
Converts OSM planet.osm data to a PostgreSQL database suitable
for rendering into map tiles by Mapnik.

The format of the database is optimised for ease of rendering
by mapnik. It may be less suitable for other general purpose
processing.

WWW:    http://wiki.openstreetmap.org/wiki/Osm2pgsql

Number of commits found: 106 (showing only 6 on this page)

«  1 | 2