Date: Mon, 6 Jul 2015 17:40:30 +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: r391434 - in head/devel: . rubygem-celluloid-essentials Message-ID: <201507061740.t66HeUTo085752@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jul 6 17:40:29 2015 New Revision: 391434 URL: https://svnweb.freebsd.org/changeset/ports/391434 Log: - Add rubygem-celluloid-essentials 0.20.0 This port provides internally used tools, and superstructural dependencies of Celluloid. WWW: https://github.com/celluloid/celluloid-essentials Added: head/devel/rubygem-celluloid-essentials/ head/devel/rubygem-celluloid-essentials/Makefile (contents, props changed) head/devel/rubygem-celluloid-essentials/distinfo (contents, props changed) head/devel/rubygem-celluloid-essentials/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jul 6 17:39:51 2015 (r391433) +++ head/devel/Makefile Mon Jul 6 17:40:29 2015 (r391434) @@ -4529,6 +4529,7 @@ SUBDIR += rubygem-cairo-gobject SUBDIR += rubygem-capybara SUBDIR += rubygem-celluloid + SUBDIR += rubygem-celluloid-essentials SUBDIR += rubygem-celluloid-io SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-childprocess Added: head/devel/rubygem-celluloid-essentials/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-essentials/Makefile Mon Jul 6 17:40:29 2015 (r391434) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= celluloid-essentials +PORTVERSION= 0.20.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Internally used tools, and superstructural dependencies of 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> Added: head/devel/rubygem-celluloid-essentials/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-essentials/distinfo Mon Jul 6 17:40:29 2015 (r391434) @@ -0,0 +1,2 @@ +SHA256 (rubygem/celluloid-essentials-0.20.0.gem) = 8347c49f0299c9d848f6adadd6e94e4f910c80560fd44277a93fa4b4f675a7d3 +SIZE (rubygem/celluloid-essentials-0.20.0.gem) = 16896 Added: head/devel/rubygem-celluloid-essentials/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-celluloid-essentials/pkg-descr Mon Jul 6 17:40:29 2015 (r391434) @@ -0,0 +1,4 @@ +This port provides internally used tools, and superstructural dependencies of +Celluloid. + +WWW: https://github.com/celluloid/celluloid-essentials
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507061740.t66HeUTo085752>