1
0
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:
Steve Wills 2013-10-23 18:38:14 +00:00
parent 74e4ec5216
commit 71a82950c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331403
4 changed files with 26 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/thread_safe-0.1.3.gem) = f8b9f8db0889aa97676b4a1efe919b1e76601ed9c9662a986825755bba305c38
SIZE (rubygem/thread_safe-0.1.3.gem) = 136704

View File

@ -0,0 +1,3 @@
Thread-safe collections and utilities for Ruby
WWW: https://github.com/headius/thread_safe