Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 14:48:00 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396670 - in head/www: . p5-WebDriver-Tiny
Message-ID:  <201509111448.t8BEm0AW084111@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Sep 11 14:47:59 2015
New Revision: 396670
URL: https://svnweb.freebsd.org/changeset/ports/396670

Log:
  Add www/p5-WebDriver-Tiny, an interface to the Selenium spec that
  automates browser input and behaviour.
  
  https://metacpan.org/pod/WebDriver::Tiny

Added:
  head/www/p5-WebDriver-Tiny/
  head/www/p5-WebDriver-Tiny/Makefile   (contents, props changed)
  head/www/p5-WebDriver-Tiny/distinfo   (contents, props changed)
  head/www/p5-WebDriver-Tiny/pkg-descr   (contents, props changed)
  head/www/p5-WebDriver-Tiny/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Sep 11 14:29:25 2015	(r396669)
+++ head/www/Makefile	Fri Sep 11 14:47:59 2015	(r396670)
@@ -1334,6 +1334,7 @@
     SUBDIR += p5-Web-Scraper-Config
     SUBDIR += p5-Web-oEmbed
     SUBDIR += p5-WebDAO
+    SUBDIR += p5-WebDriver-Tiny
     SUBDIR += p5-WebService-Basecamp
     SUBDIR += p5-WebService-Bloglines
     SUBDIR += p5-WebService-BuzzurlAPI

Added: head/www/p5-WebDriver-Tiny/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WebDriver-Tiny/Makefile	Fri Sep 11 14:47:59 2015	(r396670)
@@ -0,0 +1,27 @@
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	WebDriver-Tiny
+PORTVERSION=	0.003
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:CVLIBRARY
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	adamw@FreeBSD.org
+COMMENT=	Selenium 2.0 bindings for Perl
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
+
+USES=		perl5
+USE_PERL5=	modbuildtiny
+NO_ARCH=	yes
+
+post-install:
+# No need for these
+	@${FIND} ${STAGEDIR} -name '*.pod' -delete
+
+.include <bsd.port.mk>

Added: head/www/p5-WebDriver-Tiny/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WebDriver-Tiny/distinfo	Fri Sep 11 14:47:59 2015	(r396670)
@@ -0,0 +1,2 @@
+SHA256 (WebDriver-Tiny-0.003.tar.gz) = 4cbbe8d5ba423bc9464268b0d207c5446c3040eb8fce6f85d6a7b635b33792e0
+SIZE (WebDriver-Tiny-0.003.tar.gz) = 21453

Added: head/www/p5-WebDriver-Tiny/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WebDriver-Tiny/pkg-descr	Fri Sep 11 14:47:59 2015	(r396670)
@@ -0,0 +1,9 @@
+This is an interface module to the Selenium 2.0 spec, which automates browser
+input.
+
+Selenium automates browsers. That's it! What you do with that power is entirely
+up to you. Primarily, it is for automating web applications for testing
+purposes, but is certainly not limited to just that. Boring web-based
+administration tasks can (and should!) also be automated as well.
+
+WWW: https://metacpan.org/pod/WebDriver::Tiny

Added: head/www/p5-WebDriver-Tiny/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WebDriver-Tiny/pkg-plist	Fri Sep 11 14:47:59 2015	(r396670)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/WebDriver/Tiny.pm
+%%SITE_PERL%%/WebDriver/Tiny/Elements.pm
+%%PERL5_MAN3%%/WebDriver::Tiny.3.gz
+%%PERL5_MAN3%%/WebDriver::Tiny::Elements.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509111448.t8BEm0AW084111>