svn commit: r460367 - in head/devel: . rubygem-capybara-screenshot
Steve Wills
swills at FreeBSD.org
Tue Jan 30 01:16:42 UTC 2018
Author: swills
Date: Tue Jan 30 01:16:41 2018
New Revision: 460367
URL: https://svnweb.freebsd.org/changeset/ports/460367
Log:
devel/rubygem-capybara-screenshot: create port
When a Cucumber step fails, it is useful to create a screenshot image and HTML
file of the current page
WWW: http://github.com/mattheworiordan/capybara-screenshot
Added:
head/devel/rubygem-capybara-screenshot/
head/devel/rubygem-capybara-screenshot/Makefile (contents, props changed)
head/devel/rubygem-capybara-screenshot/distinfo (contents, props changed)
head/devel/rubygem-capybara-screenshot/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile (contents, props changed)
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jan 30 01:16:15 2018 (r460366)
+++ head/devel/Makefile Tue Jan 30 01:16:41 2018 (r460367)
@@ -5311,6 +5311,7 @@
SUBDIR += rubygem-caesars
SUBDIR += rubygem-cairo-gobject
SUBDIR += rubygem-capybara
+ SUBDIR += rubygem-capybara-screenshot
SUBDIR += rubygem-celluloid
SUBDIR += rubygem-celluloid-essentials
SUBDIR += rubygem-celluloid-extras
Added: head/devel/rubygem-capybara-screenshot/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-capybara-screenshot/Makefile Tue Jan 30 01:16:41 2018 (r460367)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= capybara-screenshot
+PORTVERSION= 1.0.18
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Automatically create snapshots with Capybara
+
+RUN_DEPENDS= rubygem-capybara>=1.0:devel/rubygem-capybara \
+ rubygem-launchy>=0:devel/rubygem-launchy
+
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-capybara-screenshot/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-capybara-screenshot/distinfo Tue Jan 30 01:16:41 2018 (r460367)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517265276
+SHA256 (rubygem/capybara-screenshot-1.0.18.gem) = b73292d7e78d070df902ef9b9cdc033445f535c420c946d277fc0dd73df96be9
+SIZE (rubygem/capybara-screenshot-1.0.18.gem) = 33280
Added: head/devel/rubygem-capybara-screenshot/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-capybara-screenshot/pkg-descr Tue Jan 30 01:16:41 2018 (r460367)
@@ -0,0 +1,4 @@
+When a Cucumber step fails, it is useful to create a screenshot image and HTML
+file of the current page
+
+WWW: http://github.com/mattheworiordan/capybara-screenshot
More information about the svn-ports-all
mailing list