Port details |
- osmium-tool Command line tool for working with OpenStreetMap data using libosmium
- 1.16.0_2 astro =2 1.16.0Version of this port present on the latest quarterly branch.
- Maintainer: ianthetechie@gmail.com
- Port Added: 2023-08-13 09:43:09
- Last Update: 2024-11-20 10:05:25
- Commit Hash: 312ee18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: geography
- License: GPLv3
- WWW:
- https://osmcode.org/osmium-tool/
- Description:
- Osmium Tool is a multipurpose command line tool for working with OpenStreetMap
data based on the Osmium library.
With the Osmium Tool you can:
* Get information about an OSM file
* Show the differences between OSM files
* Convert OSM files from one format into another (supports XML, PBF, and more)
* Merge and apply change files to an OSM file (with or without history)
* Create OSM change files from OSM data files
* Extract data from OSM history files for a given point in time or a time range
* Sort OSM files
* Create geographical extracts from OSM files
* Filter OSM files by tags
* Filter changesets by many different criteria
* And much more...
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- osmium-tool>0:astro/osmium-tool
- To install the port:
- cd /usr/ports/astro/osmium-tool/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/osmium-tool
- pkg install osmium-tool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: osmium-tool
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695800644
SHA256 (osmcode-osmium-tool-v1.16.0_GH0.tar.gz) = f98454d9f901be42e0b6751aef40106d734887ee35190c224b174c2f27ef1c0f
SIZE (osmcode-osmium-tool-v1.16.0_GH0.tar.gz) = 491176
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- version.hpp : astro/libosmium
- version.hpp : devel/protozero
- stringbuffer.h : devel/rapidjson
- hs-pandoc>0 : textproc/hs-pandoc
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libboost_program_options.so : devel/boost-libs
- libexpat.so : textproc/expat2
- liblz4.so : archivers/liblz4
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for osmium-tool-1.16.0_2:
EXAMPLES=on: Build and/or install examples
LZ4=on: Build with support for LZ4 compression of PBF files
===> Use 'make config' to modify these settings
- Options name:
- astro_osmium-tool
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.16.0_2 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
1.16.0_1 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
1.16.0 28 Sep 2023 07:51:48 |
Li-Wen Hsu (lwhsu) Author: Ian Wagner |
astro/osmium-tool: Update to 1.16.0
1. Removes libbz2.so from LIB_DEPENDS
I initially thought this was necessary, but saw a warning that it
probably was not necessary. It looks like no other ports had a similar
LIB_DEPENDS, and the lib in question is in /usr/lib (should be in base).
2. Cleans up LZ4 CMake options
In the original submission for this port (ports/269616), a committer noted
that the CMake LZ4 options could be simplified, so I have applied the
suggestions in this patch.
PR: 274117 |
1.15.0 13 Aug 2023 09:32:56 |
Robert Clausecker (fuz) Author: Ian Wagner |
astro/osmium-tool: Command line tool for working with OpenStreetMap data using
libosmium
Osmium Tool is a multipurpose command line tool for working with OpenStreetMap
data based on the Osmium library.
With the Osmium Tool you can:
* Get information about an OSM file
* Show the differences between OSM files
* Convert OSM files from one format into another (supports XML, PBF, and more)
* Merge and apply change files to an OSM file (with or without history)
* Create OSM change files from OSM data files
* Extract data from OSM history files for a given point in time or a time range
* Sort OSM files
* Create geographical extracts from OSM files
* Filter OSM files by tags
* Filter changesets by many different criteria
* And much more...
WWW: https://osmcode.org/osmium-tool/
PR: 244012 |
Number of commits found: 4
|