New port: devel/rubygem-celluloid:

Celluloid enables people to build concurrent programs out of concurrent
objects just as easily as they build sequential programs out of
sequential objects.

WWW: https://rubygems.org/gems/celluloid
This commit is contained in:
Ryan Steinmetz 2013-03-17 20:26:29 +00:00
parent 42d283569c
commit 5dbe382736
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314488
4 changed files with 28 additions and 0 deletions

View file

@ -3956,6 +3956,7 @@
SUBDIR += rubygem-bugspots
SUBDIR += rubygem-builder
SUBDIR += rubygem-caesars
SUBDIR += rubygem-celluloid
SUBDIR += rubygem-childprocess
SUBDIR += rubygem-chronic
SUBDIR += rubygem-classifier

View file

@ -0,0 +1,20 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= celluloid
PORTVERSION= 0.12.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Build concurrent programs out of concurrent objects
RUN_DEPENDS= rubygem-timers>=1.0.0:${PORTSDIR}/devel/rubygem-timers \
rubygem-facter>=1.6.12:${PORTSDIR}/sysutils/rubygem-facter
USE_RUBY= yes
RUBY_VER= 1.9
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/celluloid-0.12.4.gem) = 2992c246a31937fff73892ddb6d30cd931df07d3b48d443e9d488db8ed84ad56
SIZE (rubygem/celluloid-0.12.4.gem) = 33280

View file

@ -0,0 +1,5 @@
Celluloid enables people to build concurrent programs out of concurrent
objects just as easily as they build sequential programs out of
sequential objects.
WWW: https://rubygems.org/gems/celluloid