mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add rubygem-rubyzip20 2.0.0 (copied from rubygem-rubyzip)
- Add PORTSCOUT
This commit is contained in:
parent
61fa67808a
commit
83f68d4cae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524844
4 changed files with 30 additions and 0 deletions
|
@ -208,6 +208,7 @@
|
||||||
SUBDIR += rubygem-rubyzip12
|
SUBDIR += rubygem-rubyzip12
|
||||||
SUBDIR += rubygem-rubyzip13
|
SUBDIR += rubygem-rubyzip13
|
||||||
SUBDIR += rubygem-rubyzip2
|
SUBDIR += rubygem-rubyzip2
|
||||||
|
SUBDIR += rubygem-rubyzip20
|
||||||
SUBDIR += rubygem-snappy
|
SUBDIR += rubygem-snappy
|
||||||
SUBDIR += rvm
|
SUBDIR += rvm
|
||||||
SUBDIR += rzip
|
SUBDIR += rzip
|
||||||
|
|
23
archivers/rubygem-rubyzip20/Makefile
Normal file
23
archivers/rubygem-rubyzip20/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= rubyzip
|
||||||
|
PORTVERSION= 2.0.0
|
||||||
|
CATEGORIES= archivers rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
PKGNAMESUFFIX= 20
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Ruby module for reading and writing zip files
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE RUBY
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
PORTSCOUT= limit:^2\.0\.
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
archivers/rubygem-rubyzip20/distinfo
Normal file
3
archivers/rubygem-rubyzip20/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1580460290
|
||||||
|
SHA256 (rubygem/rubyzip-2.0.0.gem) = ff11f68bc936504ee73ad39bf8880b656ec70593de18b7cc3ab90b7541cce0bf
|
||||||
|
SIZE (rubygem/rubyzip-2.0.0.gem) = 38912
|
3
archivers/rubygem-rubyzip20/pkg-descr
Normal file
3
archivers/rubygem-rubyzip20/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Ruby module for reading and writing zip files
|
||||||
|
|
||||||
|
WWW: https://github.com/rubyzip/rubyzip
|
Loading…
Add table
Reference in a new issue