mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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:
parent
0afdcb1243
commit
f87153fdf3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273532
@ -157,6 +157,7 @@
|
||||
SUBDIR += ruby-zip
|
||||
SUBDIR += rubygem-archive-tar-minitar
|
||||
SUBDIR += rubygem-bzip2
|
||||
SUBDIR += rubygem-rubyzip2
|
||||
SUBDIR += rvm
|
||||
SUBDIR += rzip
|
||||
SUBDIR += sectar
|
||||
|
20
archivers/rubygem-rubyzip2/Makefile
Normal file
20
archivers/rubygem-rubyzip2/Makefile
Normal 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>
|
2
archivers/rubygem-rubyzip2/distinfo
Normal file
2
archivers/rubygem-rubyzip2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/rubyzip2-2.0.1.gem) = b8eed59a4c5d64e7b5566c035fff5f637fee151d8c994a346d962dd7d51a9c7c
|
||||
SIZE (rubygem/rubyzip2-2.0.1.gem) = 63488
|
4
archivers/rubygem-rubyzip2/pkg-descr
Normal file
4
archivers/rubygem-rubyzip2/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user