[Bug 290068] [NEW PORT] archivers/bfc-container: Binary File Container format

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Oct 2025 10:06:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290068

            Bug ID: 290068
           Summary: [NEW PORT] archivers/bfc-container: Binary File
                    Container format
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: root@zombocoder.com

Created attachment 264373
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=264373&action=edit
patch

Please add the new port archivers/bfc-container.

BFC is a high-performance, single-file container format for storing
files and directories with complete POSIX metadata preservation.

Features:
- Single-file containers with fast random access (O(log N) lookup)
- Optional ZSTD compression with intelligent content analysis
- Optional ChaCha20-Poly1305 encryption with Argon2id key derivation
- Hardware-accelerated CRC32C checksums (SSE4.2 on x86_64)
- Preserves POSIX permissions, timestamps, and file types
- Cross-platform support (Linux, macOS, FreeBSD)

The port includes options for:
- ZSTD compression support (default: ON)
- libsodium encryption support (default: ON)
- Documentation (default: OFF)

WWW: https://github.com/zombocoder/bfc

-- 
You are receiving this mail because:
You are the assignee for the bug.