Bug 182689 - new port devel/rubygem-cucumber
Summary: new port devel/rubygem-cucumber
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 15:50 UTC by loic.blot
Modified: 2013-10-20 21:20 UTC (History)
0 users

See Also:


Attachments
rubygem-cucumber.shar (1.82 KB, text/plain)
2013-10-05 15:50 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-05 15:50:00 UTC
	Here is a new dependancy for rubygem-stamp, which is needed by future port gitlab
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 15:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-20 21:11:57 UTC
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@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@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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-20 21:12:27 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!