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:
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
|
@ -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
|
||||
|
|
20
devel/rubygem-celluloid/Makefile
Normal file
20
devel/rubygem-celluloid/Makefile
Normal 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>
|
2
devel/rubygem-celluloid/distinfo
Normal file
2
devel/rubygem-celluloid/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/celluloid-0.12.4.gem) = 2992c246a31937fff73892ddb6d30cd931df07d3b48d443e9d488db8ed84ad56
|
||||
SIZE (rubygem/celluloid-0.12.4.gem) = 33280
|
5
devel/rubygem-celluloid/pkg-descr
Normal file
5
devel/rubygem-celluloid/pkg-descr
Normal 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
|
Loading…
Reference in a new issue