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 0.9.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3e4c449a75d
branches: trunk
changeset: 498934:d3e4c449a75d
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 05 16:05:40 2005 +0000
description:
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:
archivers/pbzip2/Makefile | 11 ++++++-----
archivers/pbzip2/PLIST | 7 ++++---
archivers/pbzip2/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 12 deletions(-)
diffs (61 lines):
diff -r 37ce4a8488ee -r d3e4c449a75d archivers/pbzip2/Makefile
--- a/archivers/pbzip2/Makefile Mon Sep 05 15:57:12 2005 +0000
+++ b/archivers/pbzip2/Makefile Mon Sep 05 16:05:40 2005 +0000
@@ -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_FILE_OFFSET_BITS=64
LIBS+= -lbz2
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin man/man1
do-build:
cd ${WRKSRC}; \
@@ -24,9 +24,10 @@
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 -r 37ce4a8488ee -r d3e4c449a75d archivers/pbzip2/PLIST
--- a/archivers/pbzip2/PLIST Mon Sep 05 15:57:12 2005 +0000
+++ b/archivers/pbzip2/PLIST Mon Sep 05 16:05:40 2005 +0000
@@ -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 -r 37ce4a8488ee -r d3e4c449a75d archivers/pbzip2/distinfo
--- a/archivers/pbzip2/distinfo Mon Sep 05 15:57:12 2005 +0000
+++ b/archivers/pbzip2/distinfo Mon Sep 05 16:05:40 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index