svn commit: r391435 - in head/devel: . rubygem-celluloid-extras

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jul 6 17:41:16 UTC 2015


Author: sunpoet
Date: Mon Jul  6 17:41:13 2015
New Revision: 391435
URL: https://svnweb.freebsd.org/changeset/ports/391435

Log:
  - Add rubygem-celluloid-extras 0.20.0
  
  This port provides classes to support examples, benchmarks, or add special
  functionality.
  
  WWW: https://github.com/celluloid/celluloid-extras

Added:
  head/devel/rubygem-celluloid-extras/
  head/devel/rubygem-celluloid-extras/Makefile   (contents, props changed)
  head/devel/rubygem-celluloid-extras/distinfo   (contents, props changed)
  head/devel/rubygem-celluloid-extras/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jul  6 17:40:29 2015	(r391434)
+++ head/devel/Makefile	Mon Jul  6 17:41:13 2015	(r391435)
@@ -4530,6 +4530,7 @@
     SUBDIR += rubygem-capybara
     SUBDIR += rubygem-celluloid
     SUBDIR += rubygem-celluloid-essentials
+    SUBDIR += rubygem-celluloid-extras
     SUBDIR += rubygem-celluloid-io
     SUBDIR += rubygem-cf-uaa-lib
     SUBDIR += rubygem-childprocess

Added: head/devel/rubygem-celluloid-extras/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-celluloid-extras/Makefile	Mon Jul  6 17:41:13 2015	(r391435)
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	celluloid-extras
+PORTVERSION=	0.20.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Celluloid expansion, testing, and example classes
+
+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-extras/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-celluloid-extras/distinfo	Mon Jul  6 17:41:13 2015	(r391435)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/celluloid-extras-0.20.0.gem) = 739925beab24b71d37f67663fa563601abbd9f50b95c90b1e8d1fcd7ce0c914d
+SIZE (rubygem/celluloid-extras-0.20.0.gem) = 7168

Added: head/devel/rubygem-celluloid-extras/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-celluloid-extras/pkg-descr	Mon Jul  6 17:41:13 2015	(r391435)
@@ -0,0 +1,4 @@
+This port provides classes to support examples, benchmarks, or add special
+functionality.
+
+WWW: https://github.com/celluloid/celluloid-extras


More information about the svn-ports-head mailing list