Date: Sat, 1 Jun 2013 14:29:44 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319573 - in head/devel: . rubygem-capybara Message-ID: <201306011429.r51ETiot028799@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= capybara +PORTVERSION= 2.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306011429.r51ETiot028799>