From owner-svn-ports-head@freebsd.org Mon Jul 6 17:42:17 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 243C7994610; Mon, 6 Jul 2015 17:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07D0C1928; Mon, 6 Jul 2015 17:42:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t66HgGYP089526; Mon, 6 Jul 2015 17:42:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t66HgFnx089516; Mon, 6 Jul 2015 17:42:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507061742.t66HgFnx089516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 6 Jul 2015 17:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391437 - in head/devel: . rubygem-celluloid-pool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 17:42:17 -0000 Author: sunpoet Date: Mon Jul 6 17:42:14 2015 New Revision: 391437 URL: https://svnweb.freebsd.org/changeset/ports/391437 Log: - Add rubygem-celluloid-pool 0.20.0 This port provides an implementation of an actor pool, based on the Celluloid concurrent object framework. WWW: https://github.com/celluloid/celluloid-pool Added: head/devel/rubygem-celluloid-pool/ head/devel/rubygem-celluloid-pool/Makefile (contents, props changed) head/devel/rubygem-celluloid-pool/distinfo (contents, props changed) head/devel/rubygem-celluloid-pool/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:41:48 2015 (r391436) +++ head/devel/Makefile Mon Jul 6 17:42:14 2015 (r391437) @@ -4533,6 +4533,7 @@ SUBDIR += rubygem-celluloid-extras SUBDIR += rubygem-celluloid-fsm SUBDIR += rubygem-celluloid-io + SUBDIR += rubygem-celluloid-pool SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess SUBDIR += rubygem-chronic Added: head/devel/rubygem-celluloid-pool/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-pool/Makefile Mon Jul 6 17:42:14 2015 (r391437) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= celluloid-pool +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Actor pools 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 Added: head/devel/rubygem-celluloid-pool/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-pool/distinfo Mon Jul 6 17:42:14 2015 (r391437) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-pool-0.20.0.gem) = 20fc1207cd2feed490c1a2358647ed86b3fd7bbd5d8447e67ae6c361b45a9c2d +SIZE (rubygem/celluloid-pool-0.20.0.gem) = 9216 Added: head/devel/rubygem-celluloid-pool/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-pool/pkg-descr Mon Jul 6 17:42:14 2015 (r391437) @@ -0,0 +1,4 @@ +This port provides an implementation of an actor pool, based on the Celluloid +concurrent object framework. + +WWW: https://github.com/celluloid/celluloid-pool