svn commit: r319575 - in head/www: . rubygem-selnium-webdriver
Steve Wills
swills at FreeBSD.org
Sat Jun 1 14:31:41 UTC 2013
Author: swills
Date: Sat Jun 1 14:31:40 2013
New Revision: 319575
URL: http://svnweb.freebsd.org/changeset/ports/319575
Log:
WebDriver is a tool for writing automated tests of websites. It aims to mimic
the behaviour of a real user, and as such interacts with the HTML of the
application.
WWW: http://selenium.googlecode.com/
Added:
head/www/rubygem-selnium-webdriver/
head/www/rubygem-selnium-webdriver/Makefile (contents, props changed)
head/www/rubygem-selnium-webdriver/distinfo (contents, props changed)
head/www/rubygem-selnium-webdriver/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sat Jun 1 14:30:18 2013 (r319574)
+++ head/www/Makefile Sat Jun 1 14:31:40 2013 (r319575)
@@ -1793,6 +1793,7 @@
SUBDIR += rubygem-rubyfulsoup
SUBDIR += rubygem-scrapi
SUBDIR += rubygem-scrubyt
+ SUBDIR += rubygem-selnium-webdriver
SUBDIR += rubygem-simple-rss
SUBDIR += rubygem-sinatra
SUBDIR += rubygem-sinatra-respond_to
Added: head/www/rubygem-selnium-webdriver/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-selnium-webdriver/Makefile Sat Jun 1 14:31:40 2013 (r319575)
@@ -0,0 +1,21 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= selenium-webdriver
+PORTVERSION= 2.33.0
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Tool for writing automated tests of websites
+
+RUN_DEPENDS= rubygem-childprocess>=0.2.5${PORTVERSION}:${PORTSDIR}/devel/rubygem-childprocess \
+ rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
+ rubygem-rubyzip>=0:${PORTSDIR}/archivers/rubygem-rubyzip \
+ rubygem-websocket>=1.0.4:${PORTSDIR}/www/rubygem-websocket
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/www/rubygem-selnium-webdriver/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-selnium-webdriver/distinfo Sat Jun 1 14:31:40 2013 (r319575)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/selenium-webdriver-2.33.0.gem) = ad648622d26de234b3574f8124d081fe39f4e84e18d76dd2434638b50bbb0e00
+SIZE (rubygem/selenium-webdriver-2.33.0.gem) = 2802176
Added: head/www/rubygem-selnium-webdriver/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-selnium-webdriver/pkg-descr Sat Jun 1 14:31:40 2013 (r319575)
@@ -0,0 +1,5 @@
+WebDriver is a tool for writing automated tests of websites. It aims to mimic
+the behaviour of a real user, and as such interacts with the HTML of the
+application.
+
+WWW: http://selenium.googlecode.com/
More information about the svn-ports-head
mailing list