svn commit: r319573 - in head/devel: . rubygem-capybara

Steve Wills swills at FreeBSD.org
Sat Jun 1 14:29:45 UTC 2013


Author: swills
Date: Sat Jun  1 14:29:43 2013
New Revision: 319573
URL: http://svnweb.freebsd.org/changeset/ports/319573

Log:
  Capybara is an integration testing tool for rack based web applications. It
  simulates how a user would interact with a website.
  
  WWW: http://github.com/jnicklas/capybara

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun  1 14:28:58 2013	(r319572)
+++ head/devel/Makefile	Sat Jun  1 14:29:43 2013	(r319573)
@@ -3999,6 +3999,7 @@
     SUBDIR += rubygem-bugspots
     SUBDIR += rubygem-builder
     SUBDIR += rubygem-caesars
+    SUBDIR += rubygem-capybara
     SUBDIR += rubygem-celluloid
     SUBDIR += rubygem-childprocess
     SUBDIR += rubygem-chronic

Added: head/devel/rubygem-capybara/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-capybara/Makefile	Sat Jun  1 14:29:43 2013	(r319573)
@@ -0,0 +1,23 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	capybara
+PORTVERSION=	2.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Integration testing tool for rack based web applications
+
+RUN_DEPENDS=	rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
+		rubygem-nokogiri>=1.3.3:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
+		rubygem-rack-test>=0.5.4:${PORTSDIR}/www/rubygem-rack-test \
+		rubygem-selenium-webdriver>=2.0:${PORTSDIR}/www/rubygem-selnium-webdriver \
+		rubygem-xpath>=1.0:${PORTSDIR}/devel/rubygem-xpath
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-capybara/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-capybara/distinfo	Sat Jun  1 14:29:43 2013	(r319573)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/capybara-2.0.0.gem) = 734d59ba27debee1eac722fa2257d2959f02a8e75e32c92ed1ddee8497de2358
+SIZE (rubygem/capybara-2.0.0.gem) = 198656

Added: head/devel/rubygem-capybara/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-capybara/pkg-descr	Sat Jun  1 14:29:43 2013	(r319573)
@@ -0,0 +1,4 @@
+Capybara is an integration testing tool for rack based web applications. It
+simulates how a user would interact with a website.
+
+WWW: http://github.com/jnicklas/capybara


More information about the svn-ports-head mailing list