svn commit: r376153 - in head/www: . p5-Selenium-Remote-Driver

Kurt Jaeger pi at FreeBSD.org
Sat Jan 3 19:01:29 UTC 2015


Author: pi
Date: Sat Jan  3 19:01:27 2015
New Revision: 376153
URL: https://svnweb.freebsd.org/changeset/ports/376153
QAT: https://qat.redports.org/buildarchive/r376153/

Log:
  New port: www/p5-Selenium-Remote-Driver
  
  Selenium is a test tool that allows you to write automated web
  application UI tests in any programming language against any HTTP
  website using any mainstream JavaScript-enabled browser. This module
  is an implementation of the client for the Remote driver that
  Selenium provides.
  
  WWW: http://search.cpan.org/dist/Selenium-Remote-Driver/

Added:
  head/www/p5-Selenium-Remote-Driver/
  head/www/p5-Selenium-Remote-Driver/Makefile   (contents, props changed)
  head/www/p5-Selenium-Remote-Driver/distinfo   (contents, props changed)
  head/www/p5-Selenium-Remote-Driver/pkg-descr   (contents, props changed)
  head/www/p5-Selenium-Remote-Driver/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Jan  3 18:50:15 2015	(r376152)
+++ head/www/Makefile	Sat Jan  3 19:01:27 2015	(r376153)
@@ -1151,6 +1151,7 @@
     SUBDIR += p5-STF-Dispatcher-PSGI
     SUBDIR += p5-SWF-Chart
     SUBDIR += p5-Scrappy
+    SUBDIR += p5-Selenium-Remote-Driver
     SUBDIR += p5-Session-Storage-Secure
     SUBDIR += p5-Squatting
     SUBDIR += p5-Squatting-On-PSGI

Added: head/www/p5-Selenium-Remote-Driver/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Selenium-Remote-Driver/Makefile	Sat Jan  3 19:01:27 2015	(r376153)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	Selenium-Remote-Driver
+PORTVERSION=	0.2202
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:GEMPESAW
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	pi at FreeBSD.org
+COMMENT=	Perl Interface for Selenium Remote Driver
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	p5-Archive-Extract>=0.74:${PORTSDIR}/archivers/p5-Archive-Extract \
+		p5-Archive-Zip>=1.39:${PORTSDIR}/archivers/p5-Archive-Zip \
+		p5-HTTP-Message>=6.06:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-JSON>=2.90:${PORTSDIR}/converters/p5-JSON \
+		p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \
+		p5-Moo>=1:${PORTSDIR}/devel/p5-Moo \
+		p5-Sub-Install>=0.928:${PORTSDIR}/devel/p5-Sub-Install \
+		p5-Test-LongString>=0.17:${PORTSDIR}/devel/p5-Test-LongString \
+		p5-Try-Tiny>=0.18:${PORTSDIR}/lang/p5-Try-Tiny \
+		p5-namespace-clean>=0.25:${PORTSDIR}/devel/p5-namespace-clean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/p5-Selenium-Remote-Driver/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Selenium-Remote-Driver/distinfo	Sat Jan  3 19:01:27 2015	(r376153)
@@ -0,0 +1,2 @@
+SHA256 (Selenium-Remote-Driver-0.2202.tar.gz) = 92ba309db02a6bfbcfb751566052142ee10d853083656a37558db7829e336d0f
+SIZE (Selenium-Remote-Driver-0.2202.tar.gz) = 1182686

Added: head/www/p5-Selenium-Remote-Driver/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Selenium-Remote-Driver/pkg-descr	Sat Jan  3 19:01:27 2015	(r376153)
@@ -0,0 +1,7 @@
+Selenium is a test tool that allows you to write automated web
+application UI tests in any programming language against any HTTP
+website using any mainstream JavaScript-enabled browser. This module
+is an implementation of the client for the Remote driver that
+Selenium provides.
+
+WWW: http://search.cpan.org/dist/Selenium-Remote-Driver/

Added: head/www/p5-Selenium-Remote-Driver/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Selenium-Remote-Driver/pkg-plist	Sat Jan  3 19:01:27 2015	(r376153)
@@ -0,0 +1,25 @@
+%%SITE_PERL%%/Selenium/Remote/Commands.pm
+%%SITE_PERL%%/Selenium/Remote/Driver.pm
+%%SITE_PERL%%/Selenium/Remote/Driver/Firefox/Profile.pm
+%%SITE_PERL%%/Selenium/Remote/ErrorHandler.pm
+%%SITE_PERL%%/Selenium/Remote/Mock/Commands.pm
+%%SITE_PERL%%/Selenium/Remote/Mock/RemoteConnection.pm
+%%SITE_PERL%%/Selenium/Remote/RemoteConnection.pm
+%%SITE_PERL%%/Selenium/Remote/WDKeys.pm
+%%SITE_PERL%%/Selenium/Remote/WebElement.pm
+%%SITE_PERL%%/Selenium/Remote/driver-example.pl
+%%SITE_PERL%%/Test/Selenium/Remote/Driver.pm
+%%SITE_PERL%%/Test/Selenium/Remote/Role/DoesTesting.pm
+%%SITE_PERL%%/Test/Selenium/Remote/WebElement.pm
+%%PERL5_MAN3%%/Selenium::Remote::Commands.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::Driver.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::Driver::Firefox::Profile.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::ErrorHandler.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::Mock::Commands.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::Mock::RemoteConnection.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::RemoteConnection.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::WDKeys.3.gz
+%%PERL5_MAN3%%/Selenium::Remote::WebElement.3.gz
+%%PERL5_MAN3%%/Test::Selenium::Remote::Driver.3.gz
+%%PERL5_MAN3%%/Test::Selenium::Remote::Role::DoesTesting.3.gz
+%%PERL5_MAN3%%/Test::Selenium::Remote::WebElement.3.gz


More information about the svn-ports-all mailing list