svn commit: r554484 - in head/devel: . rubygem-fiber-local

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 8 17:11:15 UTC 2020


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fiber-local
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list