summaryrefslogtreecommitdiff
path: root/archivers/ruby-zip
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam3-36/+53
directly into site_ruby.
2007-03-08Made the package definition simpler and fixed pkglint -Wall warnings.rillig1-10/+3
2007-01-28Update ruby-zip package to 0.9.1.taca3-7/+32
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.
2006-03-30Import ruby-zip.minskim4-0/+31
rubyzip is a ruby module for reading and writing zip files.