Add rubygem-uri 0.10.0

URI is a module providing classes to handle Uniform Resource Identifiers (RFC
2396).

WWW: https://github.com/ruby/uri
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-16 10:50:07 +00:00
parent 710eb39081
commit 6652dfc0ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535387
4 changed files with 28 additions and 0 deletions

View File

@ -1331,6 +1331,7 @@
SUBDIR += rubygem-twitter4r
SUBDIR += rubygem-u2f
SUBDIR += rubygem-u2f0
SUBDIR += rubygem-uri
SUBDIR += rubygem-uri-redis
SUBDIR += rubygem-whois
SUBDIR += rubygem-xmlrpc

20
net/rubygem-uri/Makefile Normal file
View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= uri
PORTVERSION= 0.10.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Provide classes to handle Uniform Resource Identifiers
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

3
net/rubygem-uri/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1588336782
SHA256 (rubygem/uri-0.10.0.gem) = 5c90e6d9ed49f809588bdd1f7fc398c9ced31a7d6e75c482edf5614472aec74a
SIZE (rubygem/uri-0.10.0.gem) = 33792

View File

@ -0,0 +1,4 @@
URI is a module providing classes to handle Uniform Resource Identifiers (RFC
2396).
WWW: https://github.com/ruby/uri