diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-fiber-local/Makefile | 19 | ||||
-rw-r--r-- | devel/rubygem-fiber-local/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-fiber-local/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7b34a2b80f1d..0972a25377b1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6017,6 +6017,7 @@ SUBDIR += rubygem-ffi-win32-extensions SUBDIR += rubygem-ffi-yajl SUBDIR += rubygem-ffi110 + SUBDIR += rubygem-fiber-local SUBDIR += rubygem-file-tail SUBDIR += rubygem-filesize SUBDIR += rubygem-fileutils diff --git a/devel/rubygem-fiber-local/Makefile b/devel/rubygem-fiber-local/Makefile new file mode 100644 index 000000000000..59bbba1a0172 --- /dev/null +++ b/devel/rubygem-fiber-local/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fiber-local +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide a class-level mixin to make fiber local state easy + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-fiber-local/distinfo b/devel/rubygem-fiber-local/distinfo new file mode 100644 index 000000000000..4c78b423ffdc --- /dev/null +++ b/devel/rubygem-fiber-local/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1604680068 +SHA256 (rubygem/fiber-local-1.0.0.gem) = 29379a0bc0c42792f8a06df6da82f0f2bda98aad17ac9f168bea3097c0ea3def +SIZE (rubygem/fiber-local-1.0.0.gem) = 5632 diff --git a/devel/rubygem-fiber-local/pkg-descr b/devel/rubygem-fiber-local/pkg-descr new file mode 100644 index 000000000000..7bbafc4275e9 --- /dev/null +++ b/devel/rubygem-fiber-local/pkg-descr @@ -0,0 +1,3 @@ +Fiber::Local is a module to simplify fiber-local state. + +WWW: https://github.com/socketry/fiber-local |