1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Add rubygem-atomic 1.1.14, atomic reference implementation.

This commit is contained in:
Steve Wills 2013-10-23 18:01:14 +00:00
parent 540ba26317
commit 6745cee7d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331400
4 changed files with 24 additions and 0 deletions

View File

@ -4017,6 +4017,7 @@
SUBDIR += rubygem-app_config
SUBDIR += rubygem-arrayfields
SUBDIR += rubygem-ascii85
SUBDIR += rubygem-atomic
SUBDIR += rubygem-atoulme-antwrap
SUBDIR += rubygem-attic
SUBDIR += rubygem-authlogic

View File

@ -0,0 +1,18 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= atomic
PORTVERSION= 1.1.14
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Atomic reference implementation
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/atomic-1.1.14.gem) = 64c2dcf79fc48e156730a5a477b7f28a602de8d1da68a3c711d297dc5f88bf25
SIZE (rubygem/atomic-1.1.14.gem) = 16896

View File

@ -0,0 +1,3 @@
An atomic reference implementation for JRuby, Rubinius, and MRI
WWW: http://github.com/headius/ruby-atomic