Date: Mon, 6 Jul 2015 17:41:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391436 - in head/devel: . rubygem-celluloid-fsm Message-ID: <201507061741.t66Hfnep089137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jul 6 17:41:48 2015 New Revision: 391436 URL: https://svnweb.freebsd.org/changeset/ports/391436 Log: - Add rubygem-celluloid-fsm 0.20.0 This port provides simple finite state machines with integrated Celluloid timeout support. WWW: https://github.com/celluloid/celluloid-fsm Added: head/devel/rubygem-celluloid-fsm/ head/devel/rubygem-celluloid-fsm/Makefile (contents, props changed) head/devel/rubygem-celluloid-fsm/distinfo (contents, props changed) head/devel/rubygem-celluloid-fsm/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:41:13 2015 (r391435) +++ head/devel/Makefile Mon Jul 6 17:41:48 2015 (r391436) @@ -4531,6 +4531,7 @@ SUBDIR += rubygem-celluloid SUBDIR += rubygem-celluloid-essentials SUBDIR += rubygem-celluloid-extras + SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess Added: head/devel/rubygem-celluloid-fsm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-fsm/Makefile Mon Jul 6 17:41:48 2015 (r391436) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= celluloid-fsm +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple finite state machines with integrated Celluloid timeout support + +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> Added: head/devel/rubygem-celluloid-fsm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-fsm/distinfo Mon Jul 6 17:41:48 2015 (r391436) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-fsm-0.20.0.gem) = 7ec10d8bbe197e97d8a5855d29e0aecb6ad3bf451ff1d7e2e4e5f630262b8478 +SIZE (rubygem/celluloid-fsm-0.20.0.gem) = 8704 Added: head/devel/rubygem-celluloid-fsm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-fsm/pkg-descr Mon Jul 6 17:41:48 2015 (r391436) @@ -0,0 +1,4 @@ +This port provides simple finite state machines with integrated Celluloid +timeout support. + +WWW: https://github.com/celluloid/celluloid-fsm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507061741.t66Hfnep089137>