2010-09-10 05:59:20 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update archivers/ruby-zip package to 0.9.4.
* 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 20:03:11 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't create documentation diectory
|
2009-06-14 19:28:19 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-04-04 17:30:02 by Johnny C. Lam | Files touched by this commit (98) |
Log message:
Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
|
2007-03-08 20:26:43 by Roland Illig | Files touched by this commit (1) |
Log message:
Made the package definition simpler and fixed pkglint -Wall warnings.
|
2007-01-28 16:18:48 by Takahiro Kambe | Files touched by this commit (3) |
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.
|
2006-03-30 05:16:48 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Import ruby-zip.
rubyzip is a ruby module for reading and writing zip files.
|