summaryrefslogtreecommitdiffstats
path: root/archive/pbzip2/DETAILS
blob: 622a147878f97012fd882efd5208df06529cbda7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=pbzip2
         VERSION=1.1.3
     SOURCE_HASH=sha512:25d25e00d6046050bd9ed0cd351eccfff8fd56055214ebdce8846cde9ce2081cffc2de9b963c1d81858e7ebf338a50c665ce72a1e34a454f03bb1d823e085f69
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="http://compression.ca/pbzip2/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://compression.ca/$SPELL/"
   FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/"
      LICENSE[0]='BSD'
        KEYWORDS="archive"
           SHORT='A parallel implementation of the bzip2 block-sorting file compressor'
cat << EOF
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 1.0.2
(ie: anything compressed with PBZIP2 can be decompressed with bzip2).
EOF