Port details |
- libght GeoHashTree library for storing and accessing multi-dimensional point clouds
- 0.1.0_10 devel
=0 0.1.0_10Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expired devel/liblas
This port expired on: 2024-03-31
- Maintainer: lbartoletti@FreeBSD.org
- Port Added: 2017-09-26 19:16:10
- Last Update: 2024-04-01 11:48:13
- Commit Hash: ed401bd
- Also Listed In: geography
- License: BSD3CLAUSE
- WWW:
- https://github.com/pramsey/libght
- Description:
- A file format and library for storing and rapidly accessing point
cloud data, in particular LIDAR data.
GeoHashTree organizes points into a tree structure for fast spatial
access. The tree structure itself encodes the significant bits of
at each node, so child nodes can omit them. The result is a smaller
file than if all the points were stored with full precision. Each
node includes statistical information about the children below (e.g.
average/median Z value) permitting fast overview generation.
Additional attributes are attached to the tree at parent nodes,
below which all children share the attribute value. This reduces
duplicate data storage further.
The advantage of a GeoHashTree file over a LAS file is fast access
and filtering, since the tree encodes useful information at each
node to speed searches over the full set of points in the file.
LASZ zipped files can be smaller, but will be less efficient at
overviews, searching and sub-setting. GHT is a good working format
for applications that will be filtering and querying large sets of
LIDAR data.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: libght
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502917817
SHA256 (pramsey-libght-v0.1.0_GH0.tar.gz) = 3af40719bcb59785a2927ff95524ef9c961304c3b6522172036b66a1991164db
SIZE (pramsey-libght-v0.1.0_GH0.tar.gz) = 57017
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
- Library dependencies:
-
- libproj.so : graphics/proj
- liblas.so : devel/liblas
- libcunit.so : devel/cunit
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_libght
- USES:
- cmake gnome
- 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 |
0.1.0_10 01 Apr 2024 11:48:13 |
Rene Ladan (rene) |
devel/libght: Remove expired port
2024-03-31 devel/libght: Depends on expired devel/liblas |
0.1.0_10 10 Feb 2024 12:46:39 |
Rene Ladan (rene) |
devel/libght: expire on 2024-03-31 due to devel/liblas |
0.1.0_10 26 Jul 2023 19:58:55 |
Loïc Bartoletti (lbartoletti) |
graphics/proj: Update to 9.2.1 |
0.1.0_9 09 Mar 2023 12:42:31 |
Loïc Bartoletti (lbartoletti) |
graphics/proj: Update to 9.2.0 |
0.1.0_8 18 Jan 2023 14:48:50 |
Loïc Bartoletti (lbartoletti) |
graphics/proj: Update to 9.1.1 |
0.1.0_7 17 Nov 2022 08:20:57 |
Loïc Bartoletti (lbartoletti) |
graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37
Also remove proj-data dependency.
You can use proj to retrieve data or install graphics/proj-data
manually. |
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) |
0.1.0_6 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 ) |
0.1.0_6 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
0.1.0_5 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.1.0_5 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.1.0_4 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.1.0_3 05 Jan 2022 06:08:24 |
Loïc Bartoletti (lbartoletti) |
devel/libght: prepare to proj8
Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H flag and fix pkg-plist. |
0.1.0_3 16 Oct 2021 07:09:27 |
Jimmy Olgeni (olgeni) |
devel/libght: fix typos in pkg-descr and reformat. |
0.1.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.0_3 18 Nov 2020 05:27:29 |
lbartoletti |
graphics/proj: Update to 7.2.0
Changelog:
- https://proj.org/news.html#release-notes |
0.1.0_2 17 Nov 2020 09:23:59 |
lbartoletti |
graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
(disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)
PR: 245611
Submitted by: wen (first version)
Reviewed by: wen, rhurlin
Approved by: wen
Exp-run by: antoine |
0.1.0_1 14 Jan 2020 21:45:15 |
lbartoletti |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
0.1.0_1 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
0.1.0_1 27 Jun 2019 03:37:11 |
wen |
- Update to 6.1.0 and fix some ports
- Add missing DEPENDS
- Add TEST_TARGET
- Take maintainership
PR: 237932, 238795
Submitted by: wenheping2000@hotmail.com,rhurlin@gwdg.de
Approved by: maintainer(timeout, > 30 days), portmgr@(implicit, fix build)
Exp-run by: antoine@
Thanks to: antoine@, sunpoet@, rhurlin@gwdg.de |
0.1.0 26 Sep 2017 19:16:03 |
girgen |
Add libght to the ports tree
PR: 221577 |