Subject: CVS commit: pkgsrc/archivers/ruby-zip
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 01/28/2007 15:18:48
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Jan 28 15:18:48 UTC 2007

Modified Files:
	pkgsrc/archivers/ruby-zip: Makefile PLIST distinfo

Log Message:
Update ruby-zip package to 0.9.1.

Also install some documents and examples.

= Version 0.9.1

Added symlink support and support for unix file permissions. Reduced
memory usage during decompression.

New methods ZipFile::[follow_symlinks, restore_times, restore_permissions, restore_ownership].
New methods ZipEntry::unix_perms, ZipInputStream::eof?.
Added documentation and test for new ZipFile::extract.
Added some of the API suggestions from sf.net #1281314.
Applied patch for sf.net bug #1446926.
Applied patch for sf.net bug #1459902.
Rework ZipEntry and delegate classes.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/archivers/ruby-zip/Makefile \
    pkgsrc/archivers/ruby-zip/PLIST pkgsrc/archivers/ruby-zip/distinfo

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