Ruby module for reading and writing zip files

WWW: http://rubygems.org/gems/rubyzip
This commit is contained in:
Steve Wills 2013-06-01 14:27:22 +00:00
parent b3107f6cbf
commit 800f3ec8ef
4 changed files with 22 additions and 0 deletions

View File

@ -167,6 +167,7 @@
SUBDIR += rubygem-archive-zip
SUBDIR += rubygem-bzip2
SUBDIR += rubygem-minitar
SUBDIR += rubygem-rubyzip
SUBDIR += rubygem-rubyzip2
SUBDIR += rvm
SUBDIR += rzip

View File

@ -0,0 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rubyzip
PORTVERSION= 0.9.9
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby module for reading and writing zip files
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rubyzip-0.9.9.gem) = 021b0211ff38a714c21fe5f6e7b7ab3f8f321672c5159350e3f6a90152330ece
SIZE (rubygem/rubyzip-0.9.9.gem) = 31744

View File

@ -0,0 +1,3 @@
Ruby module for reading and writing zip files
WWW: http://rubygems.org/gems/rubyzip