summaryrefslogtreecommitdiff
path: root/archivers/pbzip2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-09-05 16:05:40 +0000
committerwiz <wiz@pkgsrc.org>2005-09-05 16:05:40 +0000
commit9be1b1ceda293d9c05f9ac2525927f8c57bf0c9b (patch)
tree46586b66a8cb259a1cfe5710536e57f9877a4733 /archivers/pbzip2
parent6e138dfb4b80ca19376d4dcc4c5bf02fb80d6030 (diff)
downloadpkgsrc-9be1b1ceda293d9c05f9ac2525927f8c57bf0c9b.tar.gz
Update to 0.9.4:
Changes in 0.9.4 (Aug 30, 2005) - Fixed major bug that prevented pbzip2 from uncompressing files created with a BWT block size other than default 900k (oops!) - Fixed some bugs in the command line parser - Code cleanup - Updated RPM spec to match Fedora Extras policy Changes in 0.9.3 (Aug 22, 2005) - Added sanity check to ensure integers are the size we expect - Ported code to compile under MinGW in Windows - Small code cleanup - Added ChangeLog - Added man page - Added AUTHORS file - Renamed LICENCE.txt to COPYING - Renamed README.txt to README - Updated RPM spec file in preparation for inclusion into Fedora Extras - Moved ChangeLog info from pbzip2.cpp into this file - Removed extra spaces/tabs in pbzip2.cpp
Diffstat (limited to 'archivers/pbzip2')
-rw-r--r--archivers/pbzip2/Makefile11
-rw-r--r--archivers/pbzip2/PLIST7
-rw-r--r--archivers/pbzip2/distinfo8
3 files changed, 14 insertions, 12 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile
index c27255340df..afbcb48f90c 100644
--- a/archivers/pbzip2/Makefile
+++ b/archivers/pbzip2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2005/09/02 23:14:18 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2005/09/05 16:05:40 wiz Exp $
#
-DISTNAME= pbzip2-0.9.2
+DISTNAME= pbzip2-0.9.4
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
+INSTALLATION_DIRS= bin man/man1
do-build:
cd ${WRKSRC}; \
@@ -24,9 +24,10 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/pbzip2.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pbzip2
- ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${PREFIX}/share/doc/pbzip2
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/pbzip2
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/pbzip2
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pbzip2
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
diff --git a/archivers/pbzip2/PLIST b/archivers/pbzip2/PLIST
index 0671d1911c5..2e08956a314 100644
--- a/archivers/pbzip2/PLIST
+++ b/archivers/pbzip2/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/12 13:45:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/09/05 16:05:40 wiz Exp $
bin/pbzip2
-share/doc/pbzip2/LICENSE.txt
-share/doc/pbzip2/README.txt
+man/man1/pbzip2.1
+share/doc/pbzip2/COPYING
+share/doc/pbzip2/README
@dirrm share/doc/pbzip2
diff --git a/archivers/pbzip2/distinfo b/archivers/pbzip2/distinfo
index 274bbdba6ed..1cf7d9482ed 100644
--- a/archivers/pbzip2/distinfo
+++ b/archivers/pbzip2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/05/10 00:01:43 rillig Exp $
+$NetBSD: distinfo,v 1.7 2005/09/05 16:05:40 wiz Exp $
-SHA1 (pbzip2-0.9.2.tar.gz) = fa97046caae2ae46b6feff454b91c89a6d5bcd96
-RMD160 (pbzip2-0.9.2.tar.gz) = 7e9c6f0066d33aedc1d33d88122412e8091ec41b
-Size (pbzip2-0.9.2.tar.gz) = 15985 bytes
+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