diff options
author | wiz <wiz> | 2009-01-03 18:33:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-01-03 18:33:55 +0000 |
commit | 568a568383aeb13e9c3b60d4deb63614c14878d9 (patch) | |
tree | a1f55113ef599925b6e4bfceca814e44249b0b12 /archivers/pbzip2/Makefile | |
parent | 5b26b77b9e79f245768cc7a019983e687238c633 (diff) | |
download | pkgsrc-568a568383aeb13e9c3b60d4deb63614c14878d9.tar.gz |
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 (limited to 'archivers/pbzip2/Makefile')
-rw-r--r-- | archivers/pbzip2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index ed25c3f8e3a..540ccad6d1d 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -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 HOMEPAGE= http://compression.ca/pbzip2/ |