From owner-svn-ports-all@freebsd.org Thu Jan 14 19:09:27 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DAC2B4EB0D4; Thu, 14 Jan 2021 19:09:27 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGv4l5tTHz4nTq; Thu, 14 Jan 2021 19:09:27 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB5956EF3; Thu, 14 Jan 2021 19:09:27 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10EJ9R18006196; Thu, 14 Jan 2021 19:09:27 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10EJ9QZs006192; Thu, 14 Jan 2021 19:09:26 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <202101141909.10EJ9QZs006192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 14 Jan 2021 19:09:26 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/www: . p5-Firefox-Marionette X-SVN-Commit-Revision: 561585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2021 19:09:27 -0000 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 (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 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