archivers/lbzip2: update MASTER_SITES, WWW, and the port description

The project's original domain has been hijacked and it is maintained
on GitHub now.  Slightly polish the port description text while here
(particularly, remove needless repetitions), adjust the LICENSE knob
(GPLv3 or later), and drop no longer useful GNU_CONFIGURE_MANPREFIX.

PR:	287168
This commit is contained in:
Alexey Dokuchaev 2025-07-21 16:11:18 +00:00
parent 414c906f0a
commit 928ff57f56
2 changed files with 10 additions and 12 deletions

View File

@ -1,17 +1,17 @@
PORTNAME= lbzip2
PORTVERSION= 2.5
CATEGORIES= archivers
MASTER_SITES= http://archive.lbzip2.org/ LOCAL/danfe
MASTER_SITES= ${WWW}/releases/download/v${PORTVERSION}/ \
LOCAL/danfe
LICENSE= GPLv3
LICENSE= GPLv3+
MAINTAINER= danfe@FreeBSD.org
COMMENT= Multi-threaded bzip2/bunzip2 filter
WWW= https://lbzip2.org/
WWW= https://github.com/kjn/lbzip2
USES= tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/lbunzip2 bin/lbzcat bin/lbzip2 \
share/man/man1/lbunzip2.1.gz \

View File

@ -1,13 +1,11 @@
bzip2 is a free, multi-threaded compression utility with support for bzip2
compressed file format.
lbzip2 can process standard bz2 files in parallel. It uses POSIX threading
lbzip2 is an independent, multi-threaded implementation of bzip2 which
can process standard bz2 files in parallel. It uses POSIX threading
model (pthreads), which allows it to take full advantage of the symmetric
multiprocessing (SMP) systems. It has been proven to scale linearly, even
to over one hundred processor cores.
to over one hundred processor cores, and commonly considered the fastest
SMP (and uniprocessor) bzip2 compressor and decompressor.
lbzip2 is fully compatible with bzip2 -- both at file format and command
line level. Files created by lbzip2 can be decompressed by all versions
of bzip2 and other software supporting bz2 format. lbzip2 can decompress
any bz2 files in parallel. All bzip2 command-line options are also
accepted by lbzip2. This makes lbzip2 a drop-in replacement for bzip2.
of bzip2 and other software supporting bz2 format. This makes lbzip2 a
drop-in replacement for bzip2.