Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 10:50:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535387 - in head/net: . rubygem-uri
Message-ID:  <202005161050.04GAo8qO008193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 16 10:50:07 2020
New Revision: 535387
URL: https://svnweb.freebsd.org/changeset/ports/535387

Log:
  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

Added:
  head/net/rubygem-uri/
  head/net/rubygem-uri/Makefile   (contents, props changed)
  head/net/rubygem-uri/distinfo   (contents, props changed)
  head/net/rubygem-uri/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat May 16 10:50:02 2020	(r535386)
+++ head/net/Makefile	Sat May 16 10:50:07 2020	(r535387)
@@ -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

Added: head/net/rubygem-uri/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-uri/Makefile	Sat May 16 10:50:07 2020	(r535387)
@@ -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>

Added: head/net/rubygem-uri/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-uri/distinfo	Sat May 16 10:50:07 2020	(r535387)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588336782
+SHA256 (rubygem/uri-0.10.0.gem) = 5c90e6d9ed49f809588bdd1f7fc398c9ced31a7d6e75c482edf5614472aec74a
+SIZE (rubygem/uri-0.10.0.gem) = 33792

Added: head/net/rubygem-uri/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-uri/pkg-descr	Sat May 16 10:50:07 2020	(r535387)
@@ -0,0 +1,4 @@
+URI is a module providing classes to handle Uniform Resource Identifiers (RFC
+2396).
+
+WWW: https://github.com/ruby/uri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161050.04GAo8qO008193>