summaryrefslogtreecommitdiffstats
path: root/system/pbzip2/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-11 15:18:42 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 15:18:42 +0200
commitf3a34d376ecea15be8eb56a386317d25f2e67249 (patch)
tree15134fd07700a02afa915aed62cda2011344d111 /system/pbzip2/README
parentcd62035bc1960706731969e45a0a7a776e1b5d97 (diff)
downloadslackbuilds-f3a34d376ecea15be8eb56a386317d25f2e67249.tar.gz
slackbuilds-f3a34d376ecea15be8eb56a386317d25f2e67249.tar.xz
system/pbzip2: Initial import
Diffstat (limited to 'system/pbzip2/README')
-rw-r--r--system/pbzip2/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/pbzip2/README b/system/pbzip2/README
new file mode 100644
index 0000000000..f5cdb8f284
--- /dev/null
+++ b/system/pbzip2/README
@@ -0,0 +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 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.