Date: Thu, 14 Jan 2021 19:09:26 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561585 - in head/www: . p5-Firefox-Marionette Message-ID: <202101141909.10EJ9QZs006192@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu Jan 14 19:09:26 2021 New Revision: 561585 URL: https://svnweb.freebsd.org/changeset/ports/561585 Log: New port, www/p5-Firefox-Marionette: Automate Firefox with Marionette https://metacpan.org/pod/Firefox::Marionette PR: 242061 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (maintainer) Added: head/www/p5-Firefox-Marionette/ head/www/p5-Firefox-Marionette/Makefile (contents, props changed) head/www/p5-Firefox-Marionette/distinfo (contents, props changed) head/www/p5-Firefox-Marionette/pkg-descr (contents, props changed) head/www/p5-Firefox-Marionette/pkg-plist (contents, props changed) Modified: head/www/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jan 14 19:04:39 2021 (r561584) +++ head/www/Makefile Thu Jan 14 19:09:26 2021 (r561585) @@ -772,6 +772,7 @@ SUBDIR += p5-Feed-Find SUBDIR += p5-Feersum SUBDIR += p5-File-Mork + SUBDIR += p5-Firefox-Marionette SUBDIR += p5-Flea SUBDIR += p5-Flickr-API SUBDIR += p5-Flickr-Upload Added: head/www/p5-Firefox-Marionette/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Firefox-Marionette/Makefile Thu Jan 14 19:09:26 2021 (r561585) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= Firefox-Marionette +PORTVERSION= 1.00 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DDICK +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Automate the Firefox browser with the Marionette protocol + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= firefox>0:www/firefox \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL +RUN_DEPENDS= p5-Config-INI>=0:devel/p5-Config-INI \ + p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ + p5-JSON>=0:converters/p5-JSON \ + p5-URI>=0:net/p5-URI + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/p5-Firefox-Marionette/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Firefox-Marionette/distinfo Thu Jan 14 19:09:26 2021 (r561585) @@ -0,0 +1,3 @@ +TIMESTAMP = 1610644942 +SHA256 (Firefox-Marionette-1.00.tar.gz) = d328086c3abd1b1c3cd11da6865608c268b1b6492b73bc022368f7582d635fd2 +SIZE (Firefox-Marionette-1.00.tar.gz) = 149205 Added: head/www/p5-Firefox-Marionette/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Firefox-Marionette/pkg-descr Thu Jan 14 19:09:26 2021 (r561585) @@ -0,0 +1,3 @@ +Automate the Firefox browser with the Marionette protocol + +WWW: https://metacpan.org/release/Firefox-Marionette Added: head/www/p5-Firefox-Marionette/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Firefox-Marionette/pkg-plist Thu Jan 14 19:09:26 2021 (r561585) @@ -0,0 +1,36 @@ +%%PERL5_MAN1%%/ssh-auth-cmd-marionette.1.gz +%%PERL5_MAN3%%/Firefox::Marionette.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Capabilities.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Cookie.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Element.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Element::Rect.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Exception.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Exception::InsecureCertificate.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Exception::NoSuchAlert.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Exception::NotFound.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Exception::Response.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Exception::StaleElement.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Extension::HarExportTrigger.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Profile.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Proxy.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Response.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Timeouts.3.gz +%%PERL5_MAN3%%/Firefox::Marionette::Window::Rect.3.gz +%%SITE_PERL%%/Firefox/Marionette.pm +%%SITE_PERL%%/Firefox/Marionette/Capabilities.pm +%%SITE_PERL%%/Firefox/Marionette/Cookie.pm +%%SITE_PERL%%/Firefox/Marionette/Element.pm +%%SITE_PERL%%/Firefox/Marionette/Element/Rect.pm +%%SITE_PERL%%/Firefox/Marionette/Exception.pm +%%SITE_PERL%%/Firefox/Marionette/Exception/InsecureCertificate.pm +%%SITE_PERL%%/Firefox/Marionette/Exception/NoSuchAlert.pm +%%SITE_PERL%%/Firefox/Marionette/Exception/NotFound.pm +%%SITE_PERL%%/Firefox/Marionette/Exception/Response.pm +%%SITE_PERL%%/Firefox/Marionette/Exception/StaleElement.pm +%%SITE_PERL%%/Firefox/Marionette/Extension/HarExportTrigger.pm +%%SITE_PERL%%/Firefox/Marionette/Profile.pm +%%SITE_PERL%%/Firefox/Marionette/Proxy.pm +%%SITE_PERL%%/Firefox/Marionette/Response.pm +%%SITE_PERL%%/Firefox/Marionette/Timeouts.pm +%%SITE_PERL%%/Firefox/Marionette/Window/Rect.pm +bin/ssh-auth-cmd-marionette
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101141909.10EJ9QZs006192>