[Lunar-commits] <moonbase> pbzip2: version bumped to 1.1.3.
Florin Braescu
florin at lunar-linux.org
Sat Apr 2 17:40:00 CEST 2011
commit d1c4dd0e6e0f467e64c9027864f658e19d1612a8
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Apr 2 18:40:00 2011 +0300
pbzip2: version bumped to 1.1.3.
Move the module to archive dir in the moonbase.
Bugfixes release.
---
archive/pbzip2/DEPENDS | 1 +
archive/pbzip2/DETAILS | 17 +++++++++++++++++
zbeta/pbzip2/DEPENDS | 1 -
zbeta/pbzip2/DETAILS | 17 -----------------
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/archive/pbzip2/DEPENDS b/archive/pbzip2/DEPENDS
new file mode 100644
index 0000000..b23515c
--- /dev/null
+++ b/archive/pbzip2/DEPENDS
@@ -0,0 +1 @@
+depends bzip2
diff --git a/archive/pbzip2/DETAILS b/archive/pbzip2/DETAILS
new file mode 100644
index 0000000..fc2d66b
--- /dev/null
+++ b/archive/pbzip2/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=pbzip2
+ VERSION=1.1.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://compression.ca/pbzip2
+ SOURCE_VFY=sha1:cee3e688b164056b9c3f39c7a144329aa2c4632b
+ WEB_SITE=http://compression.ca/pbzip2
+ ENTERED=20110221
+ UPDATED=20110402
+ SHORT="parallel implementation of the bzip2 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 v1.0.2 or newer (ie: anything compressed
+with pbzip2 can be decompressed with bzip2).
+EOF
diff --git a/zbeta/pbzip2/DEPENDS b/zbeta/pbzip2/DEPENDS
deleted file mode 100644
index b23515c..0000000
--- a/zbeta/pbzip2/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends bzip2
diff --git a/zbeta/pbzip2/DETAILS b/zbeta/pbzip2/DETAILS
deleted file mode 100644
index 6b5394d..0000000
--- a/zbeta/pbzip2/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=pbzip2
- VERSION=1.1.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://compression.ca/pbzip2
- SOURCE_VFY=sha1:14322cddb34ba093bcb93b8052e48e7bef35bc9a
- WEB_SITE=http://compression.ca/pbzip2/
- ENTERED=20110221
- UPDATED=20110221
- SHORT="parallel implementation of the bzip2 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 v1.0.2 or newer (ie: anything compressed
-with pbzip2 can be decompressed with bzip2).
-EOF
More information about the Lunar-commits
mailing list