From 00ce59218c7b25cfc935f6b0bb455cf4c199fe4d Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 4 Jan 2006 22:37:38 +0000 Subject: Update to 0.9.5. Honor PKGMANDIR. Changes in 0.9.5 (Dec 31, 2005) - Changed default output to silent like bzip2 and added -v switch to make verbose - Added support to autodetect number of CPUs on OSX - Added support to compile on Borland and other Windows compilers using pthreads-win32 open source library - Added decompression throttling in case too much backlog in filewriter - Fixed bug from patch in 0.9.4 that limited file block size to 900k - Fixed bug that caused file output to fail with some large files - Fixed pthreads race condition that could cause random segfaults - Fixed pthreads resource issue that prevented pbzip2 from compressing a large number of files at once --- archivers/pbzip2/Makefile | 8 ++++---- archivers/pbzip2/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'archivers') diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index afbcb48f90c..9f152565651 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/09/05 16:05:40 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/04 22:37:38 wiz Exp $ # -DISTNAME= pbzip2-0.9.4 +DISTNAME= pbzip2-0.9.5 CATEGORIES= archivers MASTER_SITES= http://compression.ca/pbzip2/ @@ -16,7 +16,7 @@ CPPFLAGS+= -D_LARGEFILE_SOURCE=1 CPPFLAGS+= -D_FILE_OFFSET_BITS=64 LIBS+= -lbz2 -INSTALLATION_DIRS= bin man/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-build: cd ${WRKSRC}; \ @@ -24,7 +24,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/pbzip2.1 ${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/pbzip2.1 ${PREFIX}/${PKGMANDIR}/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pbzip2 ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/pbzip2 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pbzip2 diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo index 1cf7d9482ed..3b93e7b2bc4 100644 --- a/archivers/pbzip2/distinfo +++ b/archivers/pbzip2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/09/05 16:05:40 wiz Exp $ +$NetBSD: distinfo,v 1.8 2006/01/04 22:37:38 wiz Exp $ -SHA1 (pbzip2-0.9.4.tar.gz) = 66b5daf7483e989f1e8e5485980e96b7067d8916 -RMD160 (pbzip2-0.9.4.tar.gz) = f1e9c65b36cafafc8e4d6e10c1a9d844753a49b6 -Size (pbzip2-0.9.4.tar.gz) = 18765 bytes +SHA1 (pbzip2-0.9.5.tar.gz) = 5a0ee72509abd127d449fca87fcf177dda3dd3f6 +RMD160 (pbzip2-0.9.5.tar.gz) = f675ba080468e69d17649684c1e2e3d6abe2a166 +Size (pbzip2-0.9.5.tar.gz) = 20145 bytes -- cgit v1.2.3