Ruby module for reading and writing zip files
WWW: http://rubygems.org/gems/rubyzip
This commit is contained in:
parent
b3107f6cbf
commit
800f3ec8ef
@ -167,6 +167,7 @@
|
||||
SUBDIR += rubygem-archive-zip
|
||||
SUBDIR += rubygem-bzip2
|
||||
SUBDIR += rubygem-minitar
|
||||
SUBDIR += rubygem-rubyzip
|
||||
SUBDIR += rubygem-rubyzip2
|
||||
SUBDIR += rvm
|
||||
SUBDIR += rzip
|
||||
|
||||
16
archivers/rubygem-rubyzip/Makefile
Normal file
16
archivers/rubygem-rubyzip/Makefile
Normal 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>
|
||||
2
archivers/rubygem-rubyzip/distinfo
Normal file
2
archivers/rubygem-rubyzip/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rubyzip-0.9.9.gem) = 021b0211ff38a714c21fe5f6e7b7ab3f8f321672c5159350e3f6a90152330ece
|
||||
SIZE (rubygem/rubyzip-0.9.9.gem) = 31744
|
||||
3
archivers/rubygem-rubyzip/pkg-descr
Normal file
3
archivers/rubygem-rubyzip/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby module for reading and writing zip files
|
||||
|
||||
WWW: http://rubygems.org/gems/rubyzip
|
||||
Loading…
x
Reference in New Issue
Block a user