Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 17:11:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554484 - in head/devel: . rubygem-fiber-local
Message-ID:  <202011081711.0A8HBChW090331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov  8 17:11:12 2020
New Revision: 554484
URL: https://svnweb.freebsd.org/changeset/ports/554484

Log:
  Add rubygem-fiber-local 1.0.0
  
  Fiber::Local is a module to simplify fiber-local state.
  
  WWW: https://github.com/socketry/fiber-local

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Nov  8 17:11:06 2020	(r554483)
+++ head/devel/Makefile	Sun Nov  8 17:11:12 2020	(r554484)
@@ -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

Added: head/devel/rubygem-fiber-local/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fiber-local/Makefile	Sun Nov  8 17:11:12 2020	(r554484)
@@ -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>

Added: head/devel/rubygem-fiber-local/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fiber-local/distinfo	Sun Nov  8 17:11:12 2020	(r554484)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604680068
+SHA256 (rubygem/fiber-local-1.0.0.gem) = 29379a0bc0c42792f8a06df6da82f0f2bda98aad17ac9f168bea3097c0ea3def
+SIZE (rubygem/fiber-local-1.0.0.gem) = 5632

Added: head/devel/rubygem-fiber-local/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fiber-local/pkg-descr	Sun Nov  8 17:11:12 2020	(r554484)
@@ -0,0 +1,3 @@
+Fiber::Local is a module to simplify fiber-local state.
+
+WWW: https://github.com/socketry/fiber-local



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081711.0A8HBChW090331>