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:
parent
540ba26317
commit
6745cee7d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331400
@ -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
|
||||
|
18
devel/rubygem-atomic/Makefile
Normal file
18
devel/rubygem-atomic/Makefile
Normal 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>
|
2
devel/rubygem-atomic/distinfo
Normal file
2
devel/rubygem-atomic/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/atomic-1.1.14.gem) = 64c2dcf79fc48e156730a5a477b7f28a602de8d1da68a3c711d297dc5f88bf25
|
||||
SIZE (rubygem/atomic-1.1.14.gem) = 16896
|
3
devel/rubygem-atomic/pkg-descr
Normal file
3
devel/rubygem-atomic/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An atomic reference implementation for JRuby, Rubinius, and MRI
|
||||
|
||||
WWW: http://github.com/headius/ruby-atomic
|
Loading…
Reference in New Issue
Block a user