Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-10 | Update archivers/ruby-zip package to 0.9.4. | taca | 2 | -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-14 | Don't create documentation diectory | joerg | 1 | -2/+1 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -7/+1 | |
2008-04-04 | Install as a gem using the pkgsrc rubygem.mk framework instead of | jlam | 3 | -36/+53 | |
directly into site_ruby. | |||||
2007-03-08 | Made the package definition simpler and fixed pkglint -Wall warnings. | rillig | 1 | -10/+3 | |
2007-01-28 | Update ruby-zip package to 0.9.1. | taca | 3 | -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-30 | Import ruby-zip. | minskim | 4 | -0/+31 | |
rubyzip is a ruby module for reading and writing zip files. |