svn commit: r543015 - in head/devel: . rubygem-stringio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 07:08:31 UTC 2020


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	stringio
+PORTVERSION=	0.1.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list