svn commit: r508765 - in head/www: . rubygem-chromedriver-helper
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 12 19:39:55 UTC 2019
Author: sunpoet
Date: Mon Aug 12 19:39:53 2019
New Revision: 508765
URL: https://svnweb.freebsd.org/changeset/ports/508765
Log:
Add rubygem-chromedriver-helper 2.1.1
chromedriver-helper installs an executable, chromedriver-helper, in your gem
path, and configures Selenium to invoke it as the web driver.
This script will, if necessary, download the appropriate binary for your
platform and install it into ~/.chromedriver-helper, then exec it. Easy peasy!
Individual projects can even select which version of chromedriver they want to
run.
WWW: https://github.com/flavorjones/chromedriver-helper
Added:
head/www/rubygem-chromedriver-helper/
head/www/rubygem-chromedriver-helper/Makefile (contents, props changed)
head/www/rubygem-chromedriver-helper/distinfo (contents, props changed)
head/www/rubygem-chromedriver-helper/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Mon Aug 12 19:15:11 2019 (r508764)
+++ head/www/Makefile Mon Aug 12 19:39:53 2019 (r508765)
@@ -1973,6 +1973,7 @@
SUBDIR += rubygem-carrierwave
SUBDIR += rubygem-cgi_multipart_eof_fix
SUBDIR += rubygem-chosen-rails
+ SUBDIR += rubygem-chromedriver-helper
SUBDIR += rubygem-cookiejar
SUBDIR += rubygem-crass
SUBDIR += rubygem-cuba
Added: head/www/rubygem-chromedriver-helper/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-chromedriver-helper/Makefile Mon Aug 12 19:39:53 2019 (r508765)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= chromedriver-helper
+PORTVERSION= 2.1.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Easy installation and use of chromedriver
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-archive-zip>=0.10:archivers/rubygem-archive-zip \
+ rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/chromedriver-helper \
+ bin/chromedriver-update
+
+.include <bsd.port.mk>
Added: head/www/rubygem-chromedriver-helper/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-chromedriver-helper/distinfo Mon Aug 12 19:39:53 2019 (r508765)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1565622489
+SHA256 (rubygem/chromedriver-helper-2.1.1.gem) = 3a3a424f9ffa69f5281b723449a8618b6a9b8e49b9aa2141c819f38b75a7476f
+SIZE (rubygem/chromedriver-helper-2.1.1.gem) = 20480
Added: head/www/rubygem-chromedriver-helper/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-chromedriver-helper/pkg-descr Mon Aug 12 19:39:53 2019 (r508765)
@@ -0,0 +1,10 @@
+chromedriver-helper installs an executable, chromedriver-helper, in your gem
+path, and configures Selenium to invoke it as the web driver.
+
+This script will, if necessary, download the appropriate binary for your
+platform and install it into ~/.chromedriver-helper, then exec it. Easy peasy!
+
+Individual projects can even select which version of chromedriver they want to
+run.
+
+WWW: https://github.com/flavorjones/chromedriver-helper
More information about the svn-ports-all
mailing list