summaryrefslogtreecommitdiff
path: root/archivers/ruby-zip
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31Update ruby-zip to 0.9.9.taca2-6/+6
= Version 0.9.9 Added support for backslashes in zip files (generated by the default Windows zip packer for example) and comment sections with the comment length set to zero even though there is actually a comment.
2012-04-28Update ruby-zip package to 0.9.8.taca3-11/+9
pkgsrc change: Update HOMEPAGE. = Version 0.9.8 Fixed: "Unitialized constant NullInputStream" error
2012-03-18Update ruby-zip package to 0.9.6.1.taca6-58/+8
Exact changes are unknown.
2011-12-14Update ruby-zip package to 0.9.5.taca6-54/+62
Exact changes are unknown.
2010-10-06Add fix for Ruby 1.9 from http://gist.github.com/611956.taca4-2/+46
Bump PKGREVISION.
2010-09-10Update archivers/ruby-zip package to 0.9.4.taca2-9/+11
* Use lang/ruby/gem.mk. = Version 0.9.4 Changed ZipOutputStream.put_next_entry signature (API CHANGE!). Now allows comment, extra field and compression method to be specified. = Version 0.9.3 Fixed: Added ZipEntry::name_encoding which retrieves the character encoding of the name and comment of the entry. Also added convenience methods ZipEntry::name_in(enc) and ZipEntry::comment_in(enc) for getting zip entry names and comments in a specified character encoding. = Version 0.9.2 Fixed: Renaming an entry failed if the entry's new name was a different length than its old name. (Diego Barros)
2009-06-14Don't create documentation diectoryjoerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-7/+1
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.