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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
libertiff C++11 simple, header-only, TIFF reader
0.0.0.20250111 graphicsnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-25 10:00:18
Last Update: 2025-05-25 13:41:44
Commit Hash: 9a08406
License: MIT
WWW:
https://github.com/libertiff/libertiff
Description:
Libertiff is a C++11 simple, header-only, TIFF reader. It is MIT licensed. Handles both ClassicTIFF and BigTIFF, little-endian or big-endian ordered. The library does not offer codec facilities (and probably won't). It is mostly aimed at browsing through the linked chain of Image File Directory (IFD) and their tags. "Offline" tag values are not loaded at IFD opening time, but only upon request, which helps handling files with tags with an arbitrarily large number of values. The library is thread-safe (that is the instances that it returns can be used from multiple threads), if passed FileReader instances are themselves thread-safe. The library does not throw exceptions (but underlying std library might throw exceptions in case of out-of-memory situations) Optional features: - define LIBERTIFF_C_FILE_READER before including libertiff.hpp, so that the libertiff::CFileReader class is available
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 (4 items)
Collapse this list.
  1. include/libertiff.hpp
  2. /usr/local/share/licenses/libertiff-0.0.0.20250111/catalog.mk
  3. /usr/local/share/licenses/libertiff-0.0.0.20250111/LICENSE
  4. /usr/local/share/licenses/libertiff-0.0.0.20250111/MIT
Collapse this list.
Dependency lines:
  • libertiff>0:graphics/libertiff
To install the port:
cd /usr/ports/graphics/libertiff/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/libertiff
  • pkg install libertiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libertiff
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1747715286 SHA256 (libertiff-libertiff-0.0.0.20250111-7fc74e7_GH0.tar.gz) = a1953a2541414e8a26f793b4f963bb9581ade23e193ee437c973eba907be4c5d SIZE (libertiff-libertiff-0.0.0.20250111-7fc74e7_GH0.tar.gz) = 19972

Packages (timestamps in pop-ups are UTC):
libertiff
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.0.0.20250111--0.0.0.20250111---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.0.0.20250111--0.0.0.20250111---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-0.0.0.20250111n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. googletest>=1.12.1 : devel/googletest
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
This port is required by:
for Build
  1. graphics/gdal

Configuration Options:
No options to configure
Options name:
graphics_libertiff
USES:
cmake:testing compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/libertiff/libertiff/tar.gz/7fc74e7?dummy=/
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
0.0.0.20250111
25 May 2025 13:41:44
commit hash: 9a08406cf890d1cfe55354e9f43777daf07b43dfcommit hash: 9a08406cf890d1cfe55354e9f43777daf07b43dfcommit hash: 9a08406cf890d1cfe55354e9f43777daf07b43dfcommit hash: 9a08406cf890d1cfe55354e9f43777daf07b43df files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/libertiff: Fix build in poudriere
0.0.0.20250111
25 May 2025 09:52:12
commit hash: 37e523cb20a4fde62e4ce8a3d8429c63dca76e7fcommit hash: 37e523cb20a4fde62e4ce8a3d8429c63dca76e7fcommit hash: 37e523cb20a4fde62e4ce8a3d8429c63dca76e7fcommit hash: 37e523cb20a4fde62e4ce8a3d8429c63dca76e7f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/libertiff: Add libertiff 0.0.0.20250111

Libertiff is a C++11 simple, header-only, TIFF reader. It is MIT licensed.

Handles both ClassicTIFF and BigTIFF, little-endian or big-endian ordered.

The library does not offer codec facilities (and probably won't). It is mostly
aimed at browsing through the linked chain of Image File Directory (IFD) and
their tags.

"Offline" tag values are not loaded at IFD opening time, but only upon request,
which helps handling files with tags with an arbitrarily large number of values.

The library is thread-safe (that is the instances that it returns can be used
from multiple threads), if passed FileReader instances are themselves
thread-safe.

The library does not throw exceptions (but underlying std library might throw
exceptions in case of out-of-memory situations)

Optional features:
- define LIBERTIFF_C_FILE_READER before including libertiff.hpp, so that the
  libertiff::CFileReader class is available

Number of commits found: 2