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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
kealib HDF5 Based Raster File Format
2.0.0 graphics 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 1.6.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-29 04:54:08
Last Update: 2026-07-08 13:30:34
Commit Hash: 2447f5f
License: MIT
WWW:
https://kealib.org/
https://github.com/ubarsc/kealib
Description:
KEALib provides an implementation of the GDAL data model. The format supports raster attribute tables, image pyramids, meta-data and in-built statistics while also handling very large files and compression throughout. Based on the HDF5 standard, it also provides a base from which other formats can be derived and is a good choice for long term data archiving. An independent software library (libkea) provides complete access to the KEA image format and a GDAL driver allowing KEA images to be used from any GDAL supported software.
HomepageHomepage    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 (22 items)
Collapse this list.
  1. /usr/local/share/licenses/kealib-2.0.0/catalog.mk
  2. /usr/local/share/licenses/kealib-2.0.0/LICENSE
  3. /usr/local/share/licenses/kealib-2.0.0/MIT
  4. bin/kea-config
  5. include/libkea/KEAAttributeTable.h
  6. include/libkea/KEAAttributeTableFile.h
  7. include/libkea/KEAAttributeTableInMem.h
  8. include/libkea/KEACommon.h
  9. include/libkea/KEAException.h
  10. include/libkea/KEAImageIO.h
  11. include/libkea/kea-config.h
  12. include/libkea/kea_export.h
  13. lib/cmake/Kealib/KealibConfig.cmake
  14. lib/cmake/Kealib/KealibConfigVersion.cmake
  15. lib/cmake/Kealib/libkeaTargets-release.cmake
  16. lib/cmake/Kealib/libkeaTargets.cmake
  17. lib/libkea.so
  18. lib/libkea.so.2.0
  19. lib/libkea.so.2.0.0
  20. @owner
  21. @group
  22. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • kealib>0:graphics/kealib
To install the port:
cd /usr/ports/graphics/kealib/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/kealib
  • pkg install kealib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kealib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1782966100 SHA256 (kealib-2.0.0.tar.gz) = a7a08a182c3a1f16263eac8a3ad31be71dab93ac27a6884b0504160f7943a7a0 SIZE (kealib-2.0.0.tar.gz) = 195061

Packages (timestamps in pop-ups are UTC):
kealib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.21.6.2-1.6.21.6.2n/an/an/a
FreeBSD:13:quarterly1.6.21.6.2-1.6.21.6.2n/an/an/a
FreeBSD:14:latest1.6.21.6.2-1.6.22.0.0---
FreeBSD:14:quarterly1.6.22.0.0-1.6.22.0.0---
FreeBSD:15:latest1.6.22.0.0n/a1.6.2n/an/a--
FreeBSD:15:quarterly2.0.02.0.0n/a-n/an/a--
FreeBSD:16:latest1.6.22.0.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. highfive>=0 : science/highfive
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Runtime dependencies:
  1. highfive>=0 : science/highfive
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_kealib
USES:
cmake compiler:c++14-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/ubarsc/kealib/releases/download/kealib-2.0.0/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.0
08 Jul 2026 13:30:34
commit hash: 2447f5f31ef012196b4566ddb06abb9b9c4d2c16commit hash: 2447f5f31ef012196b4566ddb06abb9b9c4d2c16commit hash: 2447f5f31ef012196b4566ddb06abb9b9c4d2c16commit hash: 2447f5f31ef012196b4566ddb06abb9b9c4d2c16 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/kealib: Update to 2.0.0

Do not bump PORTREVISION of dependent port (graphics/gdal) for shlib change
because it requires extra patch to build successfully.

Changes:	https://github.com/ubarsc/kealib/releases
1.6.2
29 May 2025 04:52:17
commit hash: a2f618c46160c40730e4f2b5453c6df595921d7ccommit hash: a2f618c46160c40730e4f2b5453c6df595921d7ccommit hash: a2f618c46160c40730e4f2b5453c6df595921d7ccommit hash: a2f618c46160c40730e4f2b5453c6df595921d7c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/kealib: Add kealib 1.6.2

KEALib provides an implementation of the GDAL data model. The format supports
raster attribute tables, image pyramids, meta-data and in-built statistics while
also handling very large files and compression throughout.

Based on the HDF5 standard, it also provides a base from which other formats can
be derived and is a good choice for long term data archiving. An independent
software library (libkea) provides complete access to the KEA image format and a
GDAL driver allowing KEA images to be used from any GDAL supported software.

Number of commits found: 2