1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Provide more elaborate port description and update WWW: line.

This commit is contained in:
Alexey Dokuchaev 2018-06-13 10:03:55 +00:00
parent 06cda4a9f9
commit 26aaec30ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472301

View File

@ -1,4 +1,15 @@
A multi-threaded bzip2/bunzip2 filter that doesn't depend on the lseek()
system call and so isn't restricted to regular files.
bzip2 is a free, multi-threaded compression utility with support for bzip2
compressed file format.
WWW: http://phptest11.atw.hu/
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.
WWW: http://lbzip2.org/