From ad4475276df1b8b49a945be0514e80188ff86f79 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 2 Mar 2011 20:00:16 -0300 Subject: system/pbzip2: Updated for version 1.1.2. Signed-off-by: Niels Horn --- system/pbzip2/README | 5 +++-- system/pbzip2/pbzip2.SlackBuild | 6 ++---- system/pbzip2/pbzip2.info | 8 ++++---- system/pbzip2/slack-desc | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) (limited to 'system') diff --git a/system/pbzip2/README b/system/pbzip2/README index 2b2fb2f54b..0284232b97 100644 --- a/system/pbzip2/README +++ b/system/pbzip2/README @@ -2,5 +2,6 @@ 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). +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). diff --git a/system/pbzip2/pbzip2.SlackBuild b/system/pbzip2/pbzip2.SlackBuild index e3bded20f4..a033790cd6 100644 --- a/system/pbzip2/pbzip2.SlackBuild +++ b/system/pbzip2/pbzip2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PBZIP2 -# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pbzip2 -VERSION=1.1.1 +VERSION=1.1.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/system/pbzip2/pbzip2.info b/system/pbzip2/pbzip2.info index 522114ff9f..7eac47a66c 100644 --- a/system/pbzip2/pbzip2.info +++ b/system/pbzip2/pbzip2.info @@ -1,10 +1,10 @@ PRGNAM="pbzip2" -VERSION="1.1.1" +VERSION="1.1.2" HOMEPAGE="http://compression.ca/pbzip2/" -DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.1.tar.gz" -MD5SUM="b354422759da7113da366aad1876ed5d" +DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.2.tar.gz" +MD5SUM="1661d49b4aa37729ef5dde088fcf7bea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" +APPROVED="Niels Horn" diff --git a/system/pbzip2/slack-desc b/system/pbzip2/slack-desc index ffd85570fe..ff4f148fa3 100644 --- a/system/pbzip2/slack-desc +++ b/system/pbzip2/slack-desc @@ -7,7 +7,7 @@ |-----handy-ruler------------------------------------------------------| pbzip2: PBZIP2 (Parallel BZIP2) -pbzip2: +pbzip2: pbzip2: PBZIP2 is a parallel implementation of the bzip2 block-sorting file pbzip2: compressor that uses pthreads and achieves near-linear speedup on SMP pbzip2: machines. The output of this version is fully compatible with bzip2 @@ -15,5 +15,5 @@ pbzip2: v1.0.2 or newer (ie: anything compressed with pbzip2 can be pbzip2: decompressed with bzip2). pbzip2: pbzip2: -pbzip2: +pbzip2: pbzip2: -- cgit v1.2.3