Subject: CVS commit: pkgsrc/archivers/zip
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 08/03/2005 18:54:31
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Aug  3 18:54:31 UTC 2005

Modified Files:
	pkgsrc/archivers/zip: Makefile PLIST distinfo
	pkgsrc/archivers/zip/patches: patch-ah
Removed Files:
	pkgsrc/archivers/zip/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag

Log Message:
Update to 2.31:

New things in Zip 2.31

- Crypt now part of source distribution (see Readme.cr)
- Bug fixes:
  - Debian patch 001 - Converted quoted strings
  - Debian patch 002 - Makefile changes
  - Debian patch 003 - Build changes
  - Debian patch 004 - Changes to unix/configure
  - Debian patch 005 - Fix for FNMAX path bug
- Split VMS -V into -V and -VV (see Manual)
- New VC6 project files thanks to Cosmin
- AtheOS port (thanks to Ruslan Nickolaev)
- Add api.c kluge for zip32.dll to support Visual Basic
- Binary detection changed from 20% binary to new algorithm
  that should better detect word processing files as binary
  and should accept UTF-8 files as text.  This flags the file
  in the archive as TEXT or BINARY for use by UnZip for line
  end conversion (see proginfo/txtvsbin.txt)
- License update
- DJGPP fixes
- Many Makefile updates
- Fixes to ZipSplit, ZipNotes, and ZipCloak


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/archivers/zip/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/archivers/zip/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/archivers/zip/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/archivers/zip/patches/patch-aa \
    pkgsrc/archivers/zip/patches/patch-ac \
    pkgsrc/archivers/zip/patches/patch-ad \
    pkgsrc/archivers/zip/patches/patch-ae \
    pkgsrc/archivers/zip/patches/patch-af \
    pkgsrc/archivers/zip/patches/patch-ag
cvs rdiff -r1.2 -r0 pkgsrc/archivers/zip/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/archivers/zip/patches/patch-ah

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