Subject: CVS commit: pkgsrc/archivers/pbzip2
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 07/26/2007 06:37:30
Module Name:	pkgsrc
Committed By:	rillig
Date:		Thu Jul 26 06:37:30 UTC 2007

Modified Files:
	pkgsrc/archivers/pbzip2: Makefile distinfo
Added Files:
	pkgsrc/archivers/pbzip2/patches: patch-aa

Log Message:
Updated pbzip to 1.0.2.

Changes since 1.0:

Changes in 1.0.2 (Jul 25, 2007)
- Added support to directly compress files without using threads
  when files are smaller than the specified block size or the
  system only has 1 CPU.  This will speed things up considerably
  if you are compressing many small files.  You can force this
  behaviour by using -p1
- Added support for pbunzip2 symlink to automatically specify
  decompression mode
- Changed pbzip2 exit code behaviour to match bzip2 for all error
  states (ie: trying to compress a file that already has a .bz2
  extension)

Changes in 1.0.1 (Mar 20, 2007)
- Added #ifdef PBZIP_NO_LOADAVG to remove load average code for
  UNIX systems that do not support it such as HP-UX and OSF1


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/archivers/pbzip2/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/archivers/pbzip2/distinfo
cvs rdiff -r0 -r1.4 pkgsrc/archivers/pbzip2/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.