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 on branch 2022Q2
libght GeoHashTree library for storing and accessing multi-dimensional point clouds
0.1.0_5 devel on this many watch lists=0 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 0.1.0_5Version of this port present on the latest quarterly branch.
Maintainer: lbartoletti@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-24 04:16:20
Last Update: 2022-04-10 19:47:23
Commit Hash: 035e778
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. WWW: https://github.com/pramsey/libght
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libght-0.1.0_5/catalog.mk
  3. /usr/local/share/licenses/libght-0.1.0_5/LICENSE
  4. /usr/local/share/licenses/libght-0.1.0_5/BSD3CLAUSE
  5. include/ght.h
  6. include/ght_core.h
  7. lib/libght.a
  8. lib/libght.so
  9. lib/libght.so.0.1.0
  10. @owner
  11. @group
  12. @mode
Collapse this list.
Dependency lines:
  • libght>0:devel/libght
To install the port:
cd /usr/ports/devel/libght/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libght
  • pkg install libght
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
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

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
Library dependencies:
  1. libproj.so : graphics/proj
  2. liblas.so : devel/liblas
  3. libcunit.so : devel/cunit
  4. libxml2.so : textproc/libxml2
This port is required by:
for Libraries
  1. databases/pointcloud

Configuration Options:
No options to configure
Options name:
devel_libght
USES:
cmake gnome
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pramsey/libght/tar.gz/v0.1.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.0_5
10 Apr 2022 19:47:23
commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6commit hash: 035e778ee53345464c2d7466a3895e17073ad1f6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.

PR: 262853, 262940, 262877
Approved by: fluffy (mentor)

Number of commits found: 1