mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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)
This commit is contained in:
parent
a40ab510ba
commit
1c4ba68800
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561585
@ -772,6 +772,7 @@
|
|||||||
SUBDIR += p5-Feed-Find
|
SUBDIR += p5-Feed-Find
|
||||||
SUBDIR += p5-Feersum
|
SUBDIR += p5-Feersum
|
||||||
SUBDIR += p5-File-Mork
|
SUBDIR += p5-File-Mork
|
||||||
|
SUBDIR += p5-Firefox-Marionette
|
||||||
SUBDIR += p5-Flea
|
SUBDIR += p5-Flea
|
||||||
SUBDIR += p5-Flickr-API
|
SUBDIR += p5-Flickr-API
|
||||||
SUBDIR += p5-Flickr-Upload
|
SUBDIR += p5-Flickr-Upload
|
||||||
|
31
www/p5-Firefox-Marionette/Makefile
Normal file
31
www/p5-Firefox-Marionette/Makefile
Normal file
@ -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>
|
3
www/p5-Firefox-Marionette/distinfo
Normal file
3
www/p5-Firefox-Marionette/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1610644942
|
||||||
|
SHA256 (Firefox-Marionette-1.00.tar.gz) = d328086c3abd1b1c3cd11da6865608c268b1b6492b73bc022368f7582d635fd2
|
||||||
|
SIZE (Firefox-Marionette-1.00.tar.gz) = 149205
|
3
www/p5-Firefox-Marionette/pkg-descr
Normal file
3
www/p5-Firefox-Marionette/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Automate the Firefox browser with the Marionette protocol
|
||||||
|
|
||||||
|
WWW: https://metacpan.org/release/Firefox-Marionette
|
36
www/p5-Firefox-Marionette/pkg-plist
Normal file
36
www/p5-Firefox-Marionette/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user