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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

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

Packages (timestamps in pop-ups are UTC):
libght
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.0_100.1.0_100.1.0_30.1.0_100.1.0_10-0.1.0_3-
FreeBSD:13:quarterly0.1.0_100.1.0_100.1.0_90.1.0_100.1.0_100.1.0_100.1.0_100.1.0_10
FreeBSD:14:latest0.1.0_100.1.0_100.1.0_70.1.0_100.1.0_100.1.0_9-0.1.0_9
FreeBSD:14:quarterly0.1.0_100.1.0_10-0.1.0_100.1.0_100.1.0_100.1.0_100.1.0_10
FreeBSD:15:latest0.1.0_100.1.0_10n/a0.1.0_10n/a0.1.0_100.1.0_100.1.0_10
FreeBSD:15:quarterly--n/a-n/a---
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