svn commit: r509321 - in head/devel: . rubygem-async-io

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 19 20:47:44 UTC 2019


Author: sunpoet
Date: Mon Aug 19 20:47:42 2019
New Revision: 509321
URL: https://svnweb.freebsd.org/changeset/ports/509321

Log:
  Add rubygem-async-io 1.25.0
  
  Async::IO provides builds on async and provides asynchronous wrappers for IO,
  Socket, and related classes.
  
  WWW: https://github.com/socketry/async-io

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 19 20:46:56 2019	(r509320)
+++ head/devel/Makefile	Mon Aug 19 20:47:42 2019	(r509321)
@@ -5407,6 +5407,7 @@
     SUBDIR += rubygem-ast
     SUBDIR += rubygem-astrolabe
     SUBDIR += rubygem-async
+    SUBDIR += rubygem-async-io
     SUBDIR += rubygem-atomic
     SUBDIR += rubygem-attic
     SUBDIR += rubygem-attr_required

Added: head/devel/rubygem-async-io/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-async-io/Makefile	Mon Aug 19 20:47:42 2019	(r509321)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	async-io
+PORTVERSION=	1.25.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Provides support for asynchonous TCP, UDP, UNIX and SSL sockets
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-async>=1.14<2:devel/rubygem-async
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-async-io/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-async-io/distinfo	Mon Aug 19 20:47:42 2019	(r509321)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566229336
+SHA256 (rubygem/async-io-1.25.0.gem) = c9cc69e9843b2778eca79eafc7f7691dc581a1a774d953a99e7731f6abb30135
+SIZE (rubygem/async-io-1.25.0.gem) = 33792

Added: head/devel/rubygem-async-io/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-async-io/pkg-descr	Mon Aug 19 20:47:42 2019	(r509321)
@@ -0,0 +1,4 @@
+Async::IO provides builds on async and provides asynchronous wrappers for IO,
+Socket, and related classes.
+
+WWW: https://github.com/socketry/async-io


More information about the svn-ports-all mailing list