diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 03:59:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 03:59:20 +0000 |
commit | bb3a70bdfab983b584daad66bd2029f7dc8b15c5 (patch) | |
tree | 1c4f849ab278262a457d49f95cca40c7fd584c6e /archivers | |
parent | 9626cabe84fb1509c193a389c51889d3fd59b66c (diff) | |
download | pkgsrc-bb3a70bdfab983b584daad66bd2029f7dc8b15c5.tar.gz |
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)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-zip/Makefile | 12 | ||||
-rw-r--r-- | archivers/ruby-zip/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile index 7494d241e93..bb1e78f5506 100644 --- a/archivers/ruby-zip/Makefile +++ b/archivers/ruby-zip/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2008/04/04 15:30:00 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/10 03:59:20 taca Exp $ -DISTNAME= rubyzip-0.9.1 +DISTNAME= rubyzip-0.9.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby//} -PKGREVISION= 1 CATEGORIES= archivers MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyzip.sourceforge.net/ COMMENT= Ruby module for reading and writing zip files +LICENSE= ruby-license -post-extract: +pre-configure: rm -f ${WRKSRC}/lib/download_quizzes.rb rm -fr ${WRKSRC}/lib/quiz1 + ${CHMOD} -R g-w ${WRKSRC} + ${CHMOD} -R -x ${WRKSRC}/Rakefile ${WRKSRC}/lib/zip/*.rb -.include "../../misc/rubygems/rubygem.mk" +.include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/ruby-zip/distinfo b/archivers/ruby-zip/distinfo index 523605dab5b..4bb94ad99f4 100644 --- a/archivers/ruby-zip/distinfo +++ b/archivers/ruby-zip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/04/04 15:30:00 jlam Exp $ +$NetBSD: distinfo,v 1.4 2010/09/10 03:59:20 taca Exp $ -SHA1 (rubyzip-0.9.1.gem) = 66086ec206030088b706895b4634c261a0d9fd01 -RMD160 (rubyzip-0.9.1.gem) = 4826c23eff6b8b6759fffc5cf6583fd0ec3f3b03 -Size (rubyzip-0.9.1.gem) = 85504 bytes +SHA1 (rubyzip-0.9.4.gem) = ac20083eef1903cc5e4044ebb1ea3aad39a49e4a +RMD160 (rubyzip-0.9.4.gem) = b6b46d44d20bb26562e39d114191f6334ea707a0 +Size (rubyzip-0.9.4.gem) = 66048 bytes |