Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bc33860bb8690fb6af4481bab957692b1c520107)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bc33860bb8690fb6af4481bab957692b1c520107)
  • Date: Thu, 8 Jan 2009 11:18:44 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

archive/pbzip2/DETAILS | 11 ++++++-----
archive/pbzip2/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit bc33860bb8690fb6af4481bab957692b1c520107
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

pbzip2: 1.0.4

Added support to use pbzip2 with tar (--use-compress-prog=pbzip2).
Added support for all remaining bzip2 command line options so
pbzip2 can be used as a drop-in replacement for bzip2.

diff --git a/archive/pbzip2/DETAILS b/archive/pbzip2/DETAILS
index 1f1961d..aafa6f9 100755
--- a/archive/pbzip2/DETAILS
+++ b/archive/pbzip2/DETAILS
@@ -1,16 +1,17 @@
SPELL=pbzip2
- VERSION=1.0.3
-
SOURCE_HASH=sha512:65c64be7fa87562b566583b235b3c4eb86b3ad7d258002b17f7b5e60cbf45ecf307193d3771f3a7df24e5eb38d3d115874bdbc76733fe0ce2fbd7a2a2a5bf580
+ VERSION=1.0.4
+
SOURCE_HASH=sha512:7c33387c967c457b8da07c0174e28f096104f89422039d0e82178972edfd33cd5730a53403f98c4ba6379813eb20e252333551908270657b4fe46c7916cb9e98
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'
- UPDATED=20060209
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).
+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
-## Auto-generated from Freshmeat.net's project descriptor
diff --git a/archive/pbzip2/HISTORY b/archive/pbzip2/HISTORY
index 106271c..808f19e 100644
--- a/archive/pbzip2/HISTORY
+++ b/archive/pbzip2/HISTORY
@@ -1,3 +1,7 @@
+2009-01-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 1.0.4
+ fixed long description wrap
+
2008-11-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.3




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (bc33860bb8690fb6af4481bab957692b1c520107), Jaka Kranjc, 01/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page