freebsd-ports/archivers/lbzip2/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

14 lines
722 B
Plaintext

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
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.
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.