pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/pbzip2 Update to 1.0.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8121dbfd46ed
branches: trunk
changeset: 552385:8121dbfd46ed
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 03 18:33:55 2009 +0000
description:
Update to 1.0.4:
Changes in 1.0.4 (Dec 21, 2008)
- 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.
- Fixed bug that would cause pbzip2 to crash if detection of the
number of processors failed.
- Now prevents uclibc from being exposed to its lack of a
getloadavg function.
Changes in 1.0.3 (Oct 31, 2008)
- Added support for compression using stdin and pipes! Thanks
to Ivan Voras for supplying the patch to enable this feature.
- Added support for decompression using stdin and pipes but
currently limited to only a single thread
- Added support for testing bzip2 files using stdin and pipes
- Added support to directly decompress files without using
threads when files are small or the system only has 1 CPU.
This mode is also used if the .bz2 file contains only 1
bzip2 stream.
- Added support to compress 0 byte files like bzip2
- Added support for pbzcat symlink to automatically specify
decompression mode to stdout, just like bzcat
- Increased max supported path and filename from 255 to 2048
characters
- Updated RPM spec to support SUSE Linux
- Updated help display to show how many CPUs autodetect has found
- Code cleanup
diffstat:
archivers/pbzip2/Makefile | 6 +++---
archivers/pbzip2/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r bac466eb45f2 -r 8121dbfd46ed archivers/pbzip2/Makefile
--- a/archivers/pbzip2/Makefile Sat Jan 03 18:16:07 2009 +0000
+++ b/archivers/pbzip2/Makefile Sat Jan 03 18:33:55 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2008/03/04 11:02:23 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2009/01/03 18:33:55 wiz Exp $
#
-DISTNAME= pbzip2-1.0.2
+DISTNAME= pbzip2-1.0.4
CATEGORIES= archivers
MASTER_SITES= http://compression.ca/pbzip2/
-DIST_SUBDIR= pbzip-1.0.2
+#DIST_SUBDIR= pbzip-1.0.2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://compression.ca/pbzip2/
diff -r bac466eb45f2 -r 8121dbfd46ed archivers/pbzip2/distinfo
--- a/archivers/pbzip2/distinfo Sat Jan 03 18:16:07 2009 +0000
+++ b/archivers/pbzip2/distinfo Sat Jan 03 18:33:55 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2007/07/29 01:53:29 rillig Exp $
+$NetBSD: distinfo,v 1.14 2009/01/03 18:33:55 wiz Exp $
-SHA1 (pbzip-1.0.2/pbzip2-1.0.2.tar.gz) = 8ae0ebcd08761332ade6baa4b1172a3f97f71169
-RMD160 (pbzip-1.0.2/pbzip2-1.0.2.tar.gz) = c8ea882ae9d2739250ae3bea514c14537995ed37
-Size (pbzip-1.0.2/pbzip2-1.0.2.tar.gz) = 22777 bytes
+SHA1 (pbzip2-1.0.4.tar.gz) = fc92043a9632f8234a0340360d6ef9232f1fb845
+RMD160 (pbzip2-1.0.4.tar.gz) = bf76826afd22788bc6d06568d0120fa532539d41
+Size (pbzip2-1.0.4.tar.gz) = 26358 bytes
Home |
Main Index |
Thread Index |
Old Index