Subject: CVS commit: pkgsrc/archivers/p7zip
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 06/24/2005 14:32:13
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jun 24 14:32:13 UTC 2005
Modified Files:
pkgsrc/archivers/p7zip: Makefile distinfo
pkgsrc/archivers/p7zip/patches: patch-aa patch-ab patch-ac
Log Message:
Update to 4.20:
Version 4.20
============
- From Windows version of 7-zip 4.19 and 4.20 :
- BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and
Ultra. In Normal mode it compresses almost as original BZip2 compressor.
Compression ratio in Maximum and Ultra modes is 1-3% better for some files,
but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times
slower than Normal mode.
- Console version now prints all messages to stdout by default,
and if -so switch is specified, 7-Zip prints messages to stderr.
- Some bugs were fixed
- Updating "contrib/VirtualFileSystemForMidnightCommander/" with u7z-4.16beta.tar.bz2
- bug #1204993 (does not find broken filenames)
- bug #1201244 (Missing files in p7zip_4.18_x86_linux_bin.tar.bz2)
- makefile.linux_x86_ppc_alpha : flag "-fPIC" added
- flag "-l" added.
without : p7zip stores symlinks (like p7zip 4.18)
with "-l" : p7zip stores the files/directories pointed by symlinks (like before p7zip 4.18)
CAUTION : the scanning stage can never end because of symlinks like ".."
(ex: ln -s .. ldir)
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/archivers/p7zip/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/archivers/p7zip/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/archivers/p7zip/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/archivers/p7zip/patches/patch-ab
cvs rdiff -r1.3 -r1.4 pkgsrc/archivers/p7zip/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.