diff options
author | danfe <danfe@FreeBSD.org> | 2018-06-13 18:03:55 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-06-13 18:03:55 +0800 |
commit | 72b1e57ee437fba91b41cfbf76701396095d3f51 (patch) | |
tree | 6955707fdec3fc6821ccb606c549eb1d7ba348b6 /archivers | |
parent | 83650faeef982161a22dfee1854a26948c6a5af1 (diff) | |
download | freebsd-ports-gnome-72b1e57ee437fba91b41cfbf76701396095d3f51.tar.gz freebsd-ports-gnome-72b1e57ee437fba91b41cfbf76701396095d3f51.tar.zst freebsd-ports-gnome-72b1e57ee437fba91b41cfbf76701396095d3f51.zip |
Provide more elaborate port description and update WWW: line.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lbzip2/pkg-descr | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/archivers/lbzip2/pkg-descr b/archivers/lbzip2/pkg-descr index 20e74ca0208d..7f3401d24d97 100644 --- a/archivers/lbzip2/pkg-descr +++ b/archivers/lbzip2/pkg-descr @@ -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/ |