Subject: CVS commit: pkgsrc/archivers/zip
From: Thomas Klausner
Date: 2006-07-17 19:00:33
Message id: 20060717170033.B9A9B211CA@cvs.netbsd.org

Log Message:
Update to 2.32:

New things in Zip 2.32

- Fixed -R operation to match the supplied file patterns in all recursed
  subdirectories, like PKZIP 2.04 "-p -r" (or PKZIPC 4+ \ 
"-recurse")
- Handle cases where -x, -R, and -i patterns are mixed
- Fixes to ZipSplit, ZipNotes, and ZipCloak
- Example C-Sharp code added for using zip32.dll (thanks to Adrian Maull)
- Implemented some directory search speedups
- Windows NTFS time fix
- Fix VMS logical name parse problem
- Handle VMS [...]
- Add VMS DEBUG option
- Fixed bug when encrypting large uncompressable files
- Updated VMS help
- Fixed selecting files to delete by date bug
- Add new option, -MM, that will force Zip to exit with an OPEN error
  (usually error code 18) as soon as it finds an input pattern that
  is not matched during the directory scan or an input file that is
  unreadable or locked when Zip tries to open it, and without creating
  an archive (Note that, without -MM, Zip will do the usual thing of
  warning when a pattern is not matched and skipping files it can't
  read, creating the archive with what it can read, then exiting with
  an OPEN error if files were skipped)
- Add check for when zip tries to exceed the limit for seeking in
  the output file and exit with error, instead of creating a
  possibly bad archive
- Can now handle Unix FIFO (named pipes)
- Minor changes to allow Zip to compile with Visual C++ 2005

Files:
RevisionActionfile
1.50modifypkgsrc/archivers/zip/Makefile
1.8modifypkgsrc/archivers/zip/distinfo