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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
bzip3 Better and stronger spiritual successor to BZip2
1.4.0_2 archivers on this many watch lists=1 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.4.0_2Version of this port present on the latest quarterly branch.
Maintainer: ehaupt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-06-07 08:27:07
Last Update: 2024-01-13 11:10:15
Commit Hash: a0556a1
People watching this port, also watch:: cytoscape, openjdk8, tmux, xen-kernel, python311
License: APACHE20 BSD2CLAUSE LGPL3+
WWW:
https://github.com/kspalaiologos/bzip3
Description:
A better, faster and stronger spiritual successor to BZip2. Features higher compression ratios and better performance thanks to a order-0 context mixing entropy coder, a fast Burrows-Wheeler transform code making use of suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string matching and PPM-style context modeling.
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 (30 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/bzip3-1.4.0_2/catalog.mk
  3. /usr/local/share/licenses/bzip3-1.4.0_2/LICENSE
  4. /usr/local/share/licenses/bzip3-1.4.0_2/APACHE20
  5. /usr/local/share/licenses/bzip3-1.4.0_2/BSD2CLAUSE
  6. /usr/local/share/licenses/bzip3-1.4.0_2/LGPL3+
  7. bin/bunzip3
  8. bin/bz3cat
  9. bin/bz3grep
  10. bin/bz3less
  11. bin/bz3more
  12. bin/bz3most
  13. bin/bzip3
  14. include/libbz3.h
  15. lib/cmake/bzip3/bzip3-config-release.cmake
  16. lib/cmake/bzip3/bzip3-config.cmake
  17. lib/libbzip3.so
  18. lib/libbzip3.so.0
  19. lib/libbzip3.so.0.0.0
  20. libdata/pkgconfig/bzip3.pc
  21. share/man/man1/bunzip3.1.gz
  22. share/man/man1/bz3cat.1.gz
  23. share/man/man1/bz3grep.1.gz
  24. share/man/man1/bz3less.1.gz
  25. share/man/man1/bz3more.1.gz
  26. share/man/man1/bz3most.1.gz
  27. share/man/man1/bzip3.1.gz
  28. @owner
  29. @group
  30. @mode
Collapse this list.
Dependency lines:
  • bzip3>0:archivers/bzip3
To install the port:
cd /usr/ports/archivers/bzip3/ && make install clean
To add the package, run one of these commands:
  • pkg install archivers/bzip3
  • pkg install bzip3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: bzip3
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1701884867 SHA256 (bzip3-1.4.0.tar.xz) = 516489784351abe027dc8b4bcad74d12937c5668d317e27de8c5cebc4d7884dc SIZE (bzip3-1.4.0.tar.xz) = 278424

Packages (timestamps in pop-ups are UTC):
bzip3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.0_21.4.0_2-1.4.0_21.4.0_2---
FreeBSD:13:quarterly1.4.0_21.4.0_21.3.11.4.0_21.4.0_21.4.01.4.01.4.0
FreeBSD:14:latest1.4.0_21.4.0_2-1.4.0_21.4.0_21.3.1-1.3.1
FreeBSD:14:quarterly1.4.0_21.4.0_2-1.4.0_21.4.0_21.4.01.4.01.4.0
FreeBSD:15:latest1.4.0_21.4.0_2n/a1.4.0_2n/a1.4.0_21.4.0_21.4.0_2
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. textproc/ugrep

Configuration Options:
No options to configure
Options name:
archivers_bzip3
USES:
cmake pathfix tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/kspalaiologos/bzip3/releases/download/1.4.0/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.0_2
13 Jan 2024 11:10:15
commit hash: a0556a10e1ce7bfec805d54da4d6968c8e897f0ccommit hash: a0556a10e1ce7bfec805d54da4d6968c8e897f0ccommit hash: a0556a10e1ce7bfec805d54da4d6968c8e897f0ccommit hash: a0556a10e1ce7bfec805d54da4d6968c8e897f0c files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
archivers/bzip3: Clarify licensing

PR:		276293
Reported by:	dearblue@users.osdn.me
1.4.0_1
12 Jan 2024 14:33:02
commit hash: d1ca583c9f86652049d9e347edbd5381184b0365commit hash: d1ca583c9f86652049d9e347edbd5381184b0365commit hash: d1ca583c9f86652049d9e347edbd5381184b0365commit hash: d1ca583c9f86652049d9e347edbd5381184b0365 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
archivers/bzip3: Monkey patch to display correct verison

Upstream issue:
https://github.com/kspalaiologos/bzip3/issues/126

PR:		276274 (based on)
Reported by:	dearblue@users.osdn.me
1.4.0
06 Dec 2023 23:01:14
commit hash: cf53907cd2034e9fd577af38d4de1b7ae2d1a6abcommit hash: cf53907cd2034e9fd577af38d4de1b7ae2d1a6abcommit hash: cf53907cd2034e9fd577af38d4de1b7ae2d1a6abcommit hash: cf53907cd2034e9fd577af38d4de1b7ae2d1a6ab files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
Author: Daniel Engberg
archivers/bzip3: Update to 1.4.0

PR:		275576
1.3.2
06 Aug 2023 13:03:41
commit hash: df65914ed75dce76306c1ba054ff00aa5aa15ea7commit hash: df65914ed75dce76306c1ba054ff00aa5aa15ea7commit hash: df65914ed75dce76306c1ba054ff00aa5aa15ea7commit hash: df65914ed75dce76306c1ba054ff00aa5aa15ea7 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
archivers/bzip3: Update to 1.3.2
1.3.1
07 Jun 2023 08:24:41
commit hash: cf516e48cd82c1b452fe3c5d410211c627b766b4commit hash: cf516e48cd82c1b452fe3c5d410211c627b766b4commit hash: cf516e48cd82c1b452fe3c5d410211c627b766b4commit hash: cf516e48cd82c1b452fe3c5d410211c627b766b4 files touched by this commit
Emanuel Haupt (ehaupt) search for other commits by this committer
archivers/bzip3: add new port

A better, faster and stronger spiritual successor to BZip2. Features
higher compression ratios and better performance thanks to a order-0
context mixing entropy coder, a fast Burrows-Wheeler transform code
making use of suffix arrays and a RLE with Lempel Ziv+Prediction pass
based on LZ77-style string matching and PPM-style context modeling.

Number of commits found: 5