Subject: CVS commit: pkgsrc/archivers/p7zip
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2005 14:16:08
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Apr 15 14:16:08 UTC 2005

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

Log Message:
Update to 4.16:

Version 4.16
============

  - From Windows version of 7-zip 4.16 :
    - Speed optimization (5%) for 7z / LZMA
    - 7za now supports .Z archives
    - -r- switch in command line now is default for all commands
    - Some bugs were fixed

  - From Windows version of 7-zip 4.15 :
    - Z format supporting (extracting only)
    - 7-Zip now can extract ZIP archives compressed with "Shrink" method
    - 7-Zip now doesn't interrupt the compressing when it can not open file.
      7-Zip just skips that file and shows warning.
    - Some bugs were fixed

  - man pages added (thanks to Mohammed Adnene Trojette)
  - bug #1112167 fixed (Temporary directory must be on same partition as target)
    p7zip failed moving the temporary file at the end of
    compressing to target file if the directories don't reside
    on the same partition (or network path).
  - bug #1164659 fixed (Invalid file date for "big endian" machine)
  - p7zip now uses ".so" instead of ".dll"
  - p7zip now handles "ctrl-c" and "kill" to cleanup temporary files before exiting
  - p7zip now runs on BeOS.
  - better support of filenames with spaces.
  - some code cleanup
    - "myWindows/myFiles.cpp" is now in "Windows/FileIO.cpp"
    - "myWindows/myFindFile.cpp" is now in "Windows/FileFind.cpp"
    - "myWindows/myDirectoryAndPath.cpp" is now in "Windows/FileDir.cpp"
    - "myWindows/myEvents.cpp" is now in "Windows/Synchronization.cpp"
    - "myWindows/wine_strings.cpp" is now in "Windows/String.cpp"


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/archivers/p7zip/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/p7zip/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/archivers/p7zip/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/archivers/p7zip/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/archivers/p7zip/patches/patch-ab

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