rubyzip is a ruby library for reading and writing zip files.

Author: Thomas Sondergaard (thomas at sondergaard.cc)
WWW: http://rubyzip.sourceforge.net/

PR:		ports/156631
Submitted by:	Hsin-Han You <hhyou at cs.nctu.edu.tw>
This commit is contained in:
Steve Wills 2011-05-03 04:01:26 +00:00
parent 0afdcb1243
commit f87153fdf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273532
4 changed files with 27 additions and 0 deletions

View File

@ -157,6 +157,7 @@
SUBDIR += ruby-zip
SUBDIR += rubygem-archive-tar-minitar
SUBDIR += rubygem-bzip2
SUBDIR += rubygem-rubyzip2
SUBDIR += rvm
SUBDIR += rzip
SUBDIR += sectar

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-rubyzip2
# Date created: 2011-04-24
# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= rubyzip2
PORTVERSION= 2.0.1
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= Ruby 1.9.1 compatible Zip library.
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/rubyzip2-2.0.1.gem) = b8eed59a4c5d64e7b5566c035fff5f637fee151d8c994a346d962dd7d51a9c7c
SIZE (rubygem/rubyzip2-2.0.1.gem) = 63488

View File

@ -0,0 +1,4 @@
rubyzip is a ruby library for reading and writing zip files.
Author: Thomas Sondergaard (thomas at sondergaard.cc)
WWW: http://rubyzip.sourceforge.net/