Up to [cvs.netbsd.org] / pkgsrc / archivers / ruby-zip
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 28 13:55:58 2012 UTC (3 weeks, 1 day ago) by taca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Update ruby-zip package to 0.9.8. pkgsrc change: Update HOMEPAGE. = Version 0.9.8 Fixed: "Unitialized constant NullInputStream" error
Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 18 09:10:21 2012 UTC (2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.7: +2 -5
lines
Diff to previous 1.7 (colored)
Update ruby-zip package to 0.9.6.1. Exact changes are unknown.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 14 17:01:13 2011 UTC (5 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
Update ruby-zip package to 0.9.5. Exact changes are unknown.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 6 12:27:24 2010 UTC (19 months, 2 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Add fix for Ruby 1.9 from http://gist.github.com/611956. Bump PKGREVISION.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 10 03:59:20 2010 UTC (20 months, 1 week ago) by taca
Branch: MAIN
Changes since 1.4: +7 -5
lines
Diff to previous 1.4 (colored)
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)
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 4 15:30:00 2008 UTC (4 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +6 -13
lines
Diff to previous 1.3 (colored)
Install as a gem using the pkgsrc rubygem.mk framework instead of directly into site_ruby.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Mar 8 19:26:41 2007 UTC (5 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.2: +3 -10
lines
Diff to previous 1.2 (colored)
Made the package definition simpler and fixed pkglint -Wall warnings.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 28 15:18:48 2007 UTC (5 years, 3 months ago) by taca
Branch: MAIN
Changes since 1.1: +16 -2
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Mar 30 03:16:48 2006 UTC (6 years, 1 month ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import ruby-zip. rubyzip is a ruby module for reading and writing zip files.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 30 03:16:48 2006 UTC (6 years, 1 month ago) by minskim
Branch: MAIN
Initial revision