pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-async devel/ruby-async: add package version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5923f384a5e4
branches:  trunk
changeset: 387978:5923f384a5e4
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 11 13:41:34 2022 +0000

description:
devel/ruby-async: add package version 2.2.1

Required by ruby-html-proofer package.


Async

Async is a composable asynchronous I/O framework for Ruby based on io-event
and timers.

    "Lately I've been looking into async, as one of my projects -
    tus-ruby-server - would really benefit from non-blocking I/O.
    It's really beautifully designed." - janko

Features

* Scalable event-driven I/O for Ruby. Thousands of clients per process!
* Light weight fiber-based concurrency. No need for callbacks!
* Multi-thread/process containers for parallelism.
* Growing eco-system of event-driven components.

diffstat:

 devel/ruby-async/DESCR    |  15 +++++++++++++++
 devel/ruby-async/Makefile |  18 ++++++++++++++++++
 devel/ruby-async/PLIST    |  24 ++++++++++++++++++++++++
 devel/ruby-async/distinfo |   5 +++++
 4 files changed, 62 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r e0db674ea25c -r 5923f384a5e4 devel/ruby-async/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-async/DESCR    Fri Nov 11 13:41:34 2022 +0000
@@ -0,0 +1,15 @@
+Async
+
+Async is a composable asynchronous I/O framework for Ruby based on io-event
+and timers.
+
+    "Lately I've been looking into async, as one of my projects -
+    tus-ruby-server - would really benefit from non-blocking I/O.
+    It's really beautifully designed." - janko
+
+Features
+
+* Scalable event-driven I/O for Ruby. Thousands of clients per process!
+* Light weight fiber-based concurrency. No need for callbacks!
+* Multi-thread/process containers for parallelism.
+* Growing eco-system of event-driven components.
diff -r e0db674ea25c -r 5923f384a5e4 devel/ruby-async/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-async/Makefile Fri Nov 11 13:41:34 2022 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/11/11 13:41:34 taca Exp $
+
+DISTNAME=      async-2.2.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/socketry/async
+COMMENT=       Concurrency framework for Ruby
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-console>=1.10<2:../../devel/ruby-console
+DEPENDS+=      ${RUBY_PKGPREFIX}-io-event>=1.1.0<1.2:../../devel/ruby-io-event
+DEPENDS+=      ${RUBY_PKGPREFIX}-timers>=4.1<5:../../time/ruby-timers
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e0db674ea25c -r 5923f384a5e4 devel/ruby-async/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-async/PLIST    Fri Nov 11 13:41:34 2022 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/11 13:41:34 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/lib/async.rb
+${GEM_LIBDIR}/lib/async/barrier.md
+${GEM_LIBDIR}/lib/async/barrier.rb
+${GEM_LIBDIR}/lib/async/clock.rb
+${GEM_LIBDIR}/lib/async/condition.md
+${GEM_LIBDIR}/lib/async/condition.rb
+${GEM_LIBDIR}/lib/async/node.rb
+${GEM_LIBDIR}/lib/async/notification.rb
+${GEM_LIBDIR}/lib/async/queue.rb
+${GEM_LIBDIR}/lib/async/reactor.rb
+${GEM_LIBDIR}/lib/async/scheduler.rb
+${GEM_LIBDIR}/lib/async/semaphore.md
+${GEM_LIBDIR}/lib/async/semaphore.rb
+${GEM_LIBDIR}/lib/async/task.rb
+${GEM_LIBDIR}/lib/async/variable.rb
+${GEM_LIBDIR}/lib/async/version.rb
+${GEM_LIBDIR}/lib/async/wrapper.rb
+${GEM_LIBDIR}/lib/kernel/async.rb
+${GEM_LIBDIR}/lib/kernel/sync.rb
+${GEM_LIBDIR}/license.md
+${GEM_LIBDIR}/readme.md
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r e0db674ea25c -r 5923f384a5e4 devel/ruby-async/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-async/distinfo Fri Nov 11 13:41:34 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/11 13:41:34 taca Exp $
+
+BLAKE2s (async-2.2.1.gem) = a9400a0f2e1aab602f67f8f5d4448002d78b8cf03fbf2b4d733c738595be566b
+SHA512 (async-2.2.1.gem) = 5a4654eeec8dbb092b4d3e6b425fe48ef818110710cd442f36e0e939d185d06aa7bf0d82e0eae690e26fa608ce853dab71d28c8f21a8a7dc80b9ebe9b60d26f3
+Size (async-2.2.1.gem) = 22528 bytes



Home | Main Index | Thread Index | Old Index