diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:26:54 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:26:54 +0200 |
commit | 2649a91533a8ef9e0dbc163bc2db945accdee600 (patch) | |
tree | 908c261af3f89ea33ca1ace0b6b110d28dac540b /system/pbzip2/README | |
parent | d73dfdc7fe96db8cdcd2d6301ab0a735e02a1cee (diff) | |
download | slackbuilds-2649a91533a8ef9e0dbc163bc2db945accdee600.tar.gz |
system/pbzip2: Updated for version 1.0.3
Diffstat (limited to 'system/pbzip2/README')
-rw-r--r-- | system/pbzip2/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/pbzip2/README b/system/pbzip2/README index f5cdb8f284..20b0f4164a 100644 --- a/system/pbzip2/README +++ b/system/pbzip2/README @@ -1,10 +1,10 @@ Parallel BZIP2 (PBZIP2) - Data Compression Software -PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor -that uses pthreads and achieves near-linear speedup on SMP machines. The -output of this version is fully compatible with bzip2 v1.0.2 or newer (ie: -anything compressed with pbzip2 can be decompressed with bzip2). +PBZIP2 is a parallel implementation of the bzip2 block-sorting file +compressor that uses pthreads and achieves near-linear speedup on SMP +machines. The output of this version is fully compatible with bzip2 v1.0.2 or +newer (ie: anything compressed with pbzip2 can be decompressed with bzip2). -PBZIP2 should work on any system that has a pthreads compatible C++ compiler -(such as gcc). It has been tested on: Linux, Windows (cygwin & MinGW), -Solaris, Tru64/OSF1, HP-UX, and Irix. +PBZIP2 should work on any system that has a pthreads compatible C++ +compiler (such as gcc). It has been tested on: Linux, Windows (cygwin & +MinGW), Solaris, Tru64/OSF1, HP-UX, and Irix. |