diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-07 01:42:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-07 01:42:48 +0800 |
commit | 354ea62377e31a228297f5d2c408b679d70135bf (patch) | |
tree | 5e0425ccd32492d27ea307ce9dd1322fcc03e7a8 /devel | |
parent | b69c593ee23cc5071abcaeed087729fbe694dcc4 (diff) | |
download | freebsd-ports-gnome-354ea62377e31a228297f5d2c408b679d70135bf.tar.gz freebsd-ports-gnome-354ea62377e31a228297f5d2c408b679d70135bf.tar.zst freebsd-ports-gnome-354ea62377e31a228297f5d2c408b679d70135bf.zip |
- Add rubygem-celluloid-supervision 0.20.0
This port provides supervisors, supervision groups, and supervision trees for
Celluloid.
WWW: https://github.com/celluloid/celluloid-supervision
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-celluloid-supervision/Makefile | 25 | ||||
-rw-r--r-- | devel/rubygem-celluloid-supervision/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-celluloid-supervision/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5a3408f4194d..06914b7905f9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4534,6 +4534,7 @@ SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-celluloid-pool + SUBDIR += rubygem-celluloid-supervision SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic diff --git a/devel/rubygem-celluloid-supervision/Makefile b/devel/rubygem-celluloid-supervision/Makefile new file mode 100644 index 000000000000..dc8d382c7b0f --- /dev/null +++ b/devel/rubygem-celluloid-supervision/Makefile @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= celluloid-supervision +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Supervisors, supervision groups, and supervision trees for Celluloid + +LICENSE= MIT + +RUN_DEPENDS= rubygem-bundler>=0:${PORTSDIR}/sysutils/rubygem-bundler \ + rubygem-dotenv>=0:${PORTSDIR}/misc/rubygem-dotenv \ + rubygem-nenv>=0:${PORTSDIR}/devel/rubygem-nenv \ + rubygem-rspec-logsplit>=0.1.2:${PORTSDIR}/devel/rubygem-rspec-logsplit \ + rubygem-timers>=4.0.0:${PORTSDIR}/devel/rubygem-timers + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-celluloid-supervision/distinfo b/devel/rubygem-celluloid-supervision/distinfo new file mode 100644 index 000000000000..489f56978b60 --- /dev/null +++ b/devel/rubygem-celluloid-supervision/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-supervision-0.20.0.gem) = 3ba4f4a0e71adcd8cf772d926bd2d252f27b22cad8771cf26c289e880443e2a0 +SIZE (rubygem/celluloid-supervision-0.20.0.gem) = 14336 diff --git a/devel/rubygem-celluloid-supervision/pkg-descr b/devel/rubygem-celluloid-supervision/pkg-descr new file mode 100644 index 000000000000..13226c756fa3 --- /dev/null +++ b/devel/rubygem-celluloid-supervision/pkg-descr @@ -0,0 +1,4 @@ +This port provides supervisors, supervision groups, and supervision trees for +Celluloid. + +WWW: https://github.com/celluloid/celluloid-supervision |