mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Add rubygem-thread_safe 0.1.3, thread-safe collections and utilities for
Ruby.
This commit is contained in:
parent
74e4ec5216
commit
71a82950c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331403
@ -4249,6 +4249,7 @@
|
||||
SUBDIR += rubygem-test
|
||||
SUBDIR += rubygem-test-unit
|
||||
SUBDIR += rubygem-thor
|
||||
SUBDIR += rubygem-thread_safe
|
||||
SUBDIR += rubygem-thrift
|
||||
SUBDIR += rubygem-tilt
|
||||
SUBDIR += rubygem-timers
|
||||
|
20
devel/rubygem-thread_safe/Makefile
Normal file
20
devel/rubygem-thread_safe/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thread_safe
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Thread-safe collections and utilities for Ruby
|
||||
|
||||
RUN_DEPENDS= rubygem-atomic>=0:${PORTSDIR}/devel/rubygem-atomic
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-thread_safe/distinfo
Normal file
2
devel/rubygem-thread_safe/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/thread_safe-0.1.3.gem) = f8b9f8db0889aa97676b4a1efe919b1e76601ed9c9662a986825755bba305c38
|
||||
SIZE (rubygem/thread_safe-0.1.3.gem) = 136704
|
3
devel/rubygem-thread_safe/pkg-descr
Normal file
3
devel/rubygem-thread_safe/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Thread-safe collections and utilities for Ruby
|
||||
|
||||
WWW: https://github.com/headius/thread_safe
|
Loading…
Reference in New Issue
Block a user