pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-fiber-local devel/ruby-fiber-local: add pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e4653a32f6a
branches:  trunk
changeset: 387969:5e4653a32f6a
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 11 13:25:16 2022 +0000

description:
devel/ruby-fiber-local: add package version 1.0.0

Required by ruby-async package.

Fiber::Local

A module to simplify fiber-local state.

Features

* Easily access fiber-local state from a fiber.
* Default to shared thread-local state.

diffstat:

 devel/ruby-fiber-local/DESCR    |   8 ++++++++
 devel/ruby-fiber-local/Makefile |  14 ++++++++++++++
 devel/ruby-fiber-local/PLIST    |   5 +++++
 devel/ruby-fiber-local/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 0b9aca3b8321 -r 5e4653a32f6a devel/ruby-fiber-local/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fiber-local/DESCR      Fri Nov 11 13:25:16 2022 +0000
@@ -0,0 +1,8 @@
+Fiber::Local
+
+A module to simplify fiber-local state.
+
+Features
+
+* Easily access fiber-local state from a fiber.
+* Default to shared thread-local state.
diff -r 0b9aca3b8321 -r 5e4653a32f6a devel/ruby-fiber-local/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fiber-local/Makefile   Fri Nov 11 13:25:16 2022 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2022/11/11 13:25:16 taca Exp $
+
+DISTNAME=      fiber-local-1.0.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/socketry/fiber-local
+COMMENT=       Provides a class-level mixin to make fiber local state easy
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0b9aca3b8321 -r 5e4653a32f6a devel/ruby-fiber-local/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fiber-local/PLIST      Fri Nov 11 13:25:16 2022 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/11 13:25:16 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/lib/fiber/local.rb
+${GEM_LIBDIR}/lib/fiber/local/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 0b9aca3b8321 -r 5e4653a32f6a devel/ruby-fiber-local/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-fiber-local/distinfo   Fri Nov 11 13:25:16 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/11 13:25:16 taca Exp $
+
+BLAKE2s (fiber-local-1.0.0.gem) = b40360e972ac7b3b9d0311c5c20ac954febb933bf38716d3cb5b10695ae8a95f
+SHA512 (fiber-local-1.0.0.gem) = 6784f91c8eb37c553e34e476cc85bf5b985b086913e045dcecc28e2b5ead093d158e10d51f6d7a0e1f16a3e466825ec1fe771071a4688301befd327b78013e81
+Size (fiber-local-1.0.0.gem) = 5632 bytes



Home | Main Index | Thread Index | Old Index