Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 07:08:29 +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: r543015 - in head/devel: . rubygem-stringio
Message-ID:  <202007240708.06O78Tmj042402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 07:08:29 2020
New Revision: 543015
URL: https://svnweb.freebsd.org/changeset/ports/543015

Log:
  Add rubygem-stringio 0.1.3
  
  StringIO is the pseudo IO class from/to String. This library is based on
  MoonWolf version written in Ruby.
  
  WWW: https://github.com/ruby/stringio

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jul 24 07:08:23 2020	(r543014)
+++ head/devel/Makefile	Fri Jul 24 07:08:29 2020	(r543015)
@@ -6484,6 +6484,7 @@
     SUBDIR += rubygem-stream
     SUBDIR += rubygem-streetaddress
     SUBDIR += rubygem-stringex
+    SUBDIR += rubygem-stringio
     SUBDIR += rubygem-strings
     SUBDIR += rubygem-strings-ansi
     SUBDIR += rubygem-strong_migrations

Added: head/devel/rubygem-stringio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-stringio/Makefile	Fri Jul 24 07:08:29 2020	(r543015)
@@ -0,0 +1,17 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	stringio
+PORTVERSION=	0.1.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Pseudo IO class from/to String
+
+LICENSE=	BSD2CLAUSE
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-stringio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-stringio/distinfo	Fri Jul 24 07:08:29 2020	(r543015)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595416517
+SHA256 (rubygem/stringio-0.1.3.gem) = 0371aa74a71cb92283f700fb1b04ec817497ff324d1adb3518a2784b9148751a
+SIZE (rubygem/stringio-0.1.3.gem) = 15872

Added: head/devel/rubygem-stringio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-stringio/pkg-descr	Fri Jul 24 07:08:29 2020	(r543015)
@@ -0,0 +1,4 @@
+StringIO is the pseudo IO class from/to String. This library is based on
+MoonWolf version written in Ruby.
+
+WWW: https://github.com/ruby/stringio



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