Subject: CVS commit: pkgsrc/archivers/p7zip
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/30/2007 09:12:54
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Apr 30 09:12:54 UTC 2007

Modified Files:
	pkgsrc/archivers/p7zip: Makefile PLIST distinfo
	pkgsrc/archivers/p7zip/patches: patch-aa

Log Message:
Changes 4.45:
- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.
- Speed optimizations.
- Benchmark was improved (new "b" command in command line version).
- The number of DLL files was reduced.
- switch -mhcf=off is not supported now.
- If -t{Type} switch is not specified, 7-Zip now uses extension of archive to
  detect the type of archive.
- Some bugs were fixed (BZip2 in multithread)
- x86 or x86_64 : ASM version of crc32 available
- better detection of executable file (scripts do not need BCJ/BCJ2 filter)
- default permissions are now :
  - for a file      : -rw-------
  - for a directory : drwx------
- on MacOSX, locale is always utf8
- makefile.qnx_static and makefile.qnx_shared added


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/archivers/p7zip/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/archivers/p7zip/PLIST
cvs rdiff -r1.23 -r1.24 pkgsrc/archivers/p7zip/distinfo
cvs rdiff -r1.14 -r1.15 pkgsrc/archivers/p7zip/patches/patch-aa

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