pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-async



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Nov 11 13:41:34 UTC 2022

Added Files:
        pkgsrc/devel/ruby-async: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-async/DESCR \
    pkgsrc/devel/ruby-async/Makefile pkgsrc/devel/ruby-async/PLIST \
    pkgsrc/devel/ruby-async/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-async/DESCR
diff -u /dev/null pkgsrc/devel/ruby-async/DESCR:1.1
--- /dev/null   Fri Nov 11 13:41:34 2022
+++ pkgsrc/devel/ruby-async/DESCR       Fri Nov 11 13:41:34 2022
@@ -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.
Index: pkgsrc/devel/ruby-async/Makefile
diff -u /dev/null pkgsrc/devel/ruby-async/Makefile:1.1
--- /dev/null   Fri Nov 11 13:41:34 2022
+++ pkgsrc/devel/ruby-async/Makefile    Fri Nov 11 13:41:34 2022
@@ -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"
Index: pkgsrc/devel/ruby-async/PLIST
diff -u /dev/null pkgsrc/devel/ruby-async/PLIST:1.1
--- /dev/null   Fri Nov 11 13:41:34 2022
+++ pkgsrc/devel/ruby-async/PLIST       Fri Nov 11 13:41:34 2022
@@ -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
Index: pkgsrc/devel/ruby-async/distinfo
diff -u /dev/null pkgsrc/devel/ruby-async/distinfo:1.1
--- /dev/null   Fri Nov 11 13:41:34 2022
+++ pkgsrc/devel/ruby-async/distinfo    Fri Nov 11 13:41:34 2022
@@ -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