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
Port details
libblake3 C library providing BLAKE3
1.8.3 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 1.8.2Version of this port present on the latest quarterly branch.
Maintainer: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-13 21:30:06
Last Update: 2026-01-09 06:15:30
Commit Hash: bb736de
License: APACHE20 CC0-1.0
WWW:
https://github.com/BLAKE3-team/BLAKE3
Description:
C library providing BLAKE3 hash function. BLAKE3 is a cryptographic hash function that is: - Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2. - Secure, unlike MD5 and SHA-1. And secure against length extension, unlike SHA-2. - Highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside. - Capable of verified streaming and incremental updates, again because it's a Merkle tree. - A PRF, MAC, KDF, and XOF, as well as a regular hash. - One algorithm with no variants, which is fast on x86-64 and also on smaller architectures.
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 (17 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libblake3-1.8.3/catalog.mk
  3. /usr/local/share/licenses/libblake3-1.8.3/LICENSE
  4. /usr/local/share/licenses/libblake3-1.8.3/APACHE20
  5. /usr/local/share/licenses/libblake3-1.8.3/CC0-1.0
  6. include/blake3.h
  7. lib/cmake/blake3/blake3-config-version.cmake
  8. lib/cmake/blake3/blake3-config.cmake
  9. lib/cmake/blake3/blake3-targets-release.cmake
  10. lib/cmake/blake3/blake3-targets.cmake
  11. lib/libblake3.so
  12. lib/libblake3.so.0
  13. lib/libblake3.so.1.8.3
  14. libdata/pkgconfig/libblake3.pc
  15. @owner
  16. @group
  17. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • libblake3>0:devel/libblake3
To install the port:
cd /usr/ports/devel/libblake3/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libblake3
  • pkg install libblake3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libblake3
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1767938218 SHA256 (BLAKE3-team-BLAKE3-1.8.3_GH0.tar.gz) = 5a11e3f834719b6c1cae7aced1e848a37013f6f10f97272e7849aa0da769f295 SIZE (BLAKE3-team-BLAKE3-1.8.3_GH0.tar.gz) = 266132

Packages (timestamps in pop-ups are UTC):
libblake3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.31.8.3-1.8.21.8.3n/an/an/a
FreeBSD:13:quarterly1.8.21.8.3--1.8.3n/an/an/a
FreeBSD:14:latest1.8.31.8.3--1.8.3---
FreeBSD:14:quarterly1.8.21.8.3--1.8.3---
FreeBSD:15:latest1.8.31.8.3n/a-n/an/a--
FreeBSD:15:quarterly1.8.31.8.3n/a-n/an/a--
FreeBSD:16:latest1.8.21.8.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. sysutils/nix

Configuration Options:
No options to configure
Options name:
devel_libblake3
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/BLAKE3-team/BLAKE3/tar.gz/1.8.3?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.3
09 Jan 2026 06:15:30
commit hash: bb736ded99574766dfe2318b7215e39f45c21331commit hash: bb736ded99574766dfe2318b7215e39f45c21331commit hash: bb736ded99574766dfe2318b7215e39f45c21331commit hash: bb736ded99574766dfe2318b7215e39f45c21331 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/libblake3: Update to 1.8.3
1.8.2
13 Sep 2025 22:19:16
commit hash: 1f7ef336983804098848026088319fa215d93cf7commit hash: 1f7ef336983804098848026088319fa215d93cf7commit hash: 1f7ef336983804098848026088319fa215d93cf7commit hash: 1f7ef336983804098848026088319fa215d93cf7 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/libblake3: Few improvements

- Switch to WRKSRC_SUBDIR
- Switch to CMAKE_ON helper
- Assign instead of append to PLIST_SUB

Reported by:	diizzy
1.8.2
13 Sep 2025 21:13:23
commit hash: 1a2da0563af14cc02aea7d1a95a4d4875618c40ecommit hash: 1a2da0563af14cc02aea7d1a95a4d4875618c40ecommit hash: 1a2da0563af14cc02aea7d1a95a4d4875618c40ecommit hash: 1a2da0563af14cc02aea7d1a95a4d4875618c40e files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
devel/libblake3: New port: C library providing BLAKE3

C library providing BLAKE3 hash function.

BLAKE3 is a cryptographic hash function that is:

 - Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2.

 - Secure, unlike MD5 and SHA-1. And secure against length
   extension, unlike SHA-2.

 - Highly parallelizable across any number of threads and
   SIMD lanes, because it's a Merkle tree on the inside.

 - Capable of verified streaming and incremental updates,
   again because it's a Merkle tree.

 - A PRF, MAC, KDF, and XOF, as well as a regular hash.

 - One algorithm with no variants, which is fast on x86-64
   and also on smaller architectures.

Number of commits found: 3