svn commit: r331061 - in head/devel: . rubygem-cucumber
Steve Wills
swills at FreeBSD.org
Sun Oct 20 20:11:50 UTC 2013
Author: swills
Date: Sun Oct 20 20:11:48 2013
New Revision: 331061
URL: http://svnweb.freebsd.org/changeset/ports/331061
Log:
Behaviour Driven Development with elegance and joy
WWW: http://cukes.info/
PR: ports/182689
Submitted by: Loic Blot <loic.blot at unix-experience.fr>
Added:
head/devel/rubygem-cucumber/
head/devel/rubygem-cucumber/Makefile (contents, props changed)
head/devel/rubygem-cucumber/distinfo (contents, props changed)
head/devel/rubygem-cucumber/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Oct 20 19:37:16 2013 (r331060)
+++ head/devel/Makefile Sun Oct 20 20:11:48 2013 (r331061)
@@ -4051,6 +4051,7 @@
SUBDIR += rubygem-cool.io
SUBDIR += rubygem-crack
SUBDIR += rubygem-cri
+ SUBDIR += rubygem-cucumber
SUBDIR += rubygem-daemon_controller
SUBDIR += rubygem-daemons
SUBDIR += rubygem-debugger
Added: head/devel/rubygem-cucumber/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-cucumber/Makefile Sun Oct 20 20:11:48 2013 (r331061)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= cucumber
+PORTVERSION= 1.3.8
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Behaviour Driven Development with elegance and joy
+
+RUN_DEPENDS= rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \
+ rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs \
+ rubygem-gherkin>=2.12.1:${PORTSDIR}/textproc/rubygem-gherkin \
+ rubygem-multi_json>=1.7.5:${PORTSDIR}/devel/rubygem-multi_json \
+ rubygem-multi_test>=0.0.2:${PORTSDIR}/devel/rubygem-multi_test
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES+= bin/cucumber
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-cucumber/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-cucumber/distinfo Sun Oct 20 20:11:48 2013 (r331061)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/cucumber-1.3.8.gem) = aa863e690c0ee8d2682328edfa8a056c4176ca7b394f1b829f9cd1be837c912c
+SIZE (rubygem/cucumber-1.3.8.gem) = 275456
Added: head/devel/rubygem-cucumber/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-cucumber/pkg-descr Sun Oct 20 20:11:48 2013 (r331061)
@@ -0,0 +1,3 @@
+Behaviour Driven Development with elegance and joy
+
+WWW: http://cukes.info/
More information about the svn-ports-all
mailing list