Port details |
- h3 Hexagonal hierarchical geospatial indexing system
- 3.7.2_1 graphics =2 3.7.2_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-09-12 12:10:42
- Last Update: 2024-09-18 06:13:09
- Commit Hash: 3d54d5f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://h3geo.org/
- https://github.com/uber/h3
- Description:
- H3 is a geospatial indexing system using a hexagonal grid that can be
(approximately) subdivided into finer and finer hexagonal grids, combining the
benefits of a hexagonal grid with S2's hierarchical subdivisions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/h3/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/h3
- pkg install h3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: h3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1626542064
SHA256 (uber-h3-v3.7.2_GH0.tar.gz) = 803a7fbbeb01f1f65cae9398bda9579a0529e7bafffc6e0e0a6d81a71b305629
SIZE (uber-h3-v3.7.2_GH0.tar.gz) = 17307240
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- graphics/py-h3
- for Libraries
-
- graphics/py-h3
Configuration Options:
- No options to configure
- Options name:
- graphics_h3
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.2_1 18 Sep 2024 06:13:09 |
Po-Chuan Hsieh (sunpoet) |
graphics/h3: Use CMAKE_DISABLE_FIND_PACKAGE_<PackageName>
- Cosmetic change |
3.7.2_1 22 Sep 2023 23:23:28 |
Po-Chuan Hsieh (sunpoet) |
graphics/h3: Update WWW |
3.7.2_1 30 Jan 2023 12:59:16 |
Po-Chuan Hsieh (sunpoet) |
graphics/h3: Complete CMAKE_ARGS
- Bump PORTREVISION for package change |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.7.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.7.2 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.7.2 18 Jul 2021 17:47:00 |
Po-Chuan Hsieh (sunpoet) |
graphics/h3: Update to 3.7.2
Changes: https://github.com/uber/h3/releases |
3.7.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.7.1 10 Oct 2020 07:44:28 |
sunpoet |
Update to 3.7.1
Changes: https://github.com/uber/h3/releases |
3.7.0 02 Oct 2020 07:30:16 |
sunpoet |
Update to 3.7.0
Changes: https://github.com/uber/h3/releases |
3.6.4 13 Sep 2020 19:43:04 |
sunpoet |
Clean up |
3.6.4 12 Sep 2020 12:07:00 |
sunpoet |
Add h3 3.6.4
H3 is a geospatial indexing system using a hexagonal grid that can be
(approximately) subdivided into finer and finer hexagonal grids, combining the
benefits of a hexagonal grid with S2's hierarchical subdivisions.
WWW: https://github.com/uber/h3 |