svn commit: r331403 - in head/devel: . rubygem-thread_safe
Steve Wills
swills at FreeBSD.org
Wed Oct 23 18:38:15 UTC 2013
Author: swills
Date: Wed Oct 23 18:38:14 2013
New Revision: 331403
URL: http://svnweb.freebsd.org/changeset/ports/331403
Log:
Add rubygem-thread_safe 0.1.3, thread-safe collections and utilities for
Ruby.
Added:
head/devel/rubygem-thread_safe/
head/devel/rubygem-thread_safe/Makefile (contents, props changed)
head/devel/rubygem-thread_safe/distinfo (contents, props changed)
head/devel/rubygem-thread_safe/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Oct 23 18:18:43 2013 (r331402)
+++ head/devel/Makefile Wed Oct 23 18:38:14 2013 (r331403)
@@ -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
Added: head/devel/rubygem-thread_safe/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-thread_safe/Makefile Wed Oct 23 18:38:14 2013 (r331403)
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= thread_safe
+PORTVERSION= 0.1.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at 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>
Added: head/devel/rubygem-thread_safe/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-thread_safe/distinfo Wed Oct 23 18:38:14 2013 (r331403)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/thread_safe-0.1.3.gem) = f8b9f8db0889aa97676b4a1efe919b1e76601ed9c9662a986825755bba305c38
+SIZE (rubygem/thread_safe-0.1.3.gem) = 136704
Added: head/devel/rubygem-thread_safe/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-thread_safe/pkg-descr Wed Oct 23 18:38:14 2013 (r331403)
@@ -0,0 +1,3 @@
+Thread-safe collections and utilities for Ruby
+
+WWW: https://github.com/headius/thread_safe
More information about the svn-ports-all
mailing list