svn commit: r560064 - in head/devel: . rubygem-io-wait

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:00:48 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:00:47 2021
New Revision: 560064
URL: https://svnweb.freebsd.org/changeset/ports/560064

Log:
  Add rubygem-io-wait 0.1.0
  
  io-wait provides the feature for waiting until IO is readable or writable
  without blocking.
  
  WWW: https://github.com/ruby/io-wait

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 20:00:07 2021	(r560063)
+++ head/devel/Makefile	Sun Jan  3 20:00:47 2021	(r560064)
@@ -6172,6 +6172,7 @@
     SUBDIR += rubygem-io-console
     SUBDIR += rubygem-io-like
     SUBDIR += rubygem-io-nonblock
+    SUBDIR += rubygem-io-wait
     SUBDIR += rubygem-iobuffer
     SUBDIR += rubygem-irb
     SUBDIR += rubygem-iso8601

Added: head/devel/rubygem-io-wait/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-io-wait/Makefile	Sun Jan  3 20:00:47 2021	(r560064)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	io-wait
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Wait until IO is readable or writable without blocking
+
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_RUBY=	${WRKSRC}/COPYING
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-io-wait/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-io-wait/distinfo	Sun Jan  3 20:00:47 2021	(r560064)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598781
+SHA256 (rubygem/io-wait-0.1.0.gem) = dc68348039bd06ecd3c59ef67a7f021206684f4bc5182df27421b0665f64f787
+SIZE (rubygem/io-wait-0.1.0.gem) = 9216

Added: head/devel/rubygem-io-wait/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-io-wait/pkg-descr	Sun Jan  3 20:00:47 2021	(r560064)
@@ -0,0 +1,4 @@
+io-wait provides the feature for waiting until IO is readable or writable
+without blocking.
+
+WWW: https://github.com/ruby/io-wait


More information about the svn-ports-all mailing list