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.
Server is being updated to FreeBSD 14.3 as you read this... and it is done.
Commit processing is stalled - it is a jail issue. I will work on it later today. 2025-09-17 12:17 UTC - It has been fixed. Sometime before 17:27 UTC.
Port details
libblake3 C library providing BLAKE3
1.8.2 develnew! 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: ashish@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-13 21:30:06
Last Update: 2025-09-13 22:19:16
Commit Hash: 1f7ef33
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.2/catalog.mk
  3. /usr/local/share/licenses/libblake3-1.8.2/LICENSE
  4. /usr/local/share/licenses/libblake3-1.8.2/APACHE20
  5. /usr/local/share/licenses/libblake3-1.8.2/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.2
  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 = 1757246324 SHA256 (BLAKE3-team-BLAKE3-1.8.2_GH0.tar.gz) = 6b51aefe515969785da02e87befafc7fdc7a065cd3458cf1141f29267749e81f SIZE (BLAKE3-team-BLAKE3-1.8.2_GH0.tar.gz) = 264657

Packages (timestamps in pop-ups are UTC):
libblake3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.8.2--1.8.2---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.8.2--1.8.2---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-1.8.2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--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-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.2?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
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: 2