From 17b37672b7c62ea8f735bd856769825738f5ce23 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Sun, 21 Mar 2010 21:56:33 -0500 Subject: system/pbzip2: Version bump. --- system/pbzip2/README | 4 ---- system/pbzip2/pbzip2.SlackBuild | 14 ++++++++------ system/pbzip2/pbzip2.info | 8 ++++---- system/pbzip2/slack-desc | 4 ++-- 4 files changed, 14 insertions(+), 16 deletions(-) mode change 100644 => 100755 system/pbzip2/pbzip2.SlackBuild diff --git a/system/pbzip2/README b/system/pbzip2/README index 20b0f4164a..2b2fb2f54b 100644 --- a/system/pbzip2/README +++ b/system/pbzip2/README @@ -4,7 +4,3 @@ 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. diff --git a/system/pbzip2/pbzip2.SlackBuild b/system/pbzip2/pbzip2.SlackBuild old mode 100644 new mode 100755 index e2b263d555..c685f8421a --- a/system/pbzip2/pbzip2.SlackBuild +++ b/system/pbzip2/pbzip2.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for PBZIP2 # -# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pbzip2 -VERSION=1.0.5 +VERSION=1.1.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -33,14 +33,14 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -eu - if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" +else + SLKCFLAGS="-O2" fi set -eu @@ -56,8 +56,8 @@ chmod -R u+w,go+r-w,a-s . make CFLAGS+="$SLKCFLAGS" -# DESTDIR isn't supported, install manually -mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION} $PKG/install +# DESTDIR isn't supported; install manually +mkdir -p $PKG/usr/{bin,man/man1,doc/$PRGNAM-$VERSION} # Binary cp pbzip2 $PKG/usr/bin/pbzip2 @@ -70,6 +70,8 @@ chmod 0644 $PKG/usr/man/man1/pbzip2.1.gz cp -a AUTHORS COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG diff --git a/system/pbzip2/pbzip2.info b/system/pbzip2/pbzip2.info index 4f2c179a65..e20274297b 100644 --- a/system/pbzip2/pbzip2.info +++ b/system/pbzip2/pbzip2.info @@ -1,10 +1,10 @@ PRGNAM="pbzip2" -VERSION="1.0.5" +VERSION="1.1.0" HOMEPAGE="http://compression.ca/pbzip2/" -DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.0.5.tar.gz" +DOWNLOAD="http://compression.ca/pbzip2/pbzip2-1.1.0.tar.gz" +MD5SUM="39cfc2e8c810391b571246e798f7c73a" DOWNLOAD_x86_64="" -MD5SUM="e2448d22ee29d1e6549ac58b98df11ab" MD5SUM_x86_64="" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="dsomero" +APPROVED="rworkman" 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