Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2020 14:19:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538747 - in head/textproc: . rubygem-cucumber-html-formatter
Message-ID:  <202006141419.05EEJmP3087756@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 14 14:19:48 2020
New Revision: 538747
URL: https://svnweb.freebsd.org/changeset/ports/538747

Log:
  Add rubygem-cucumber-html-formatter 6.0.2
  
  Cucumber HTML Formatter is a cross-platform formatter that produces a HTML
  report for Cucumber runs. It is built on top of cucumber-react and works with
  any Cucumber implementation with a protobuf formatter that outputs cucumber
  messages.
  
  WWW: https://github.com/cucumber/cucumber/tree/master/html-formatter/ruby

Added:
  head/textproc/rubygem-cucumber-html-formatter/
  head/textproc/rubygem-cucumber-html-formatter/Makefile   (contents, props changed)
  head/textproc/rubygem-cucumber-html-formatter/distinfo   (contents, props changed)
  head/textproc/rubygem-cucumber-html-formatter/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jun 14 14:19:42 2020	(r538746)
+++ head/textproc/Makefile	Sun Jun 14 14:19:48 2020	(r538747)
@@ -1497,6 +1497,7 @@
     SUBDIR += rubygem-css_parser
     SUBDIR += rubygem-cssmin
     SUBDIR += rubygem-cucumber-gherkin
+    SUBDIR += rubygem-cucumber-html-formatter
     SUBDIR += rubygem-diff-lcs
     SUBDIR += rubygem-diff_match_patch
     SUBDIR += rubygem-diffy

Added: head/textproc/rubygem-cucumber-html-formatter/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-cucumber-html-formatter/Makefile	Sun Jun 14 14:19:48 2020	(r538747)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cucumber-html-formatter
+PORTVERSION=	6.0.2
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	HTML formatter for Cucumber
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-cucumber-messages>=12.1.1<13:devel/rubygem-cucumber-messages
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PLIST_FILES=	bin/cucumber-html-formatter
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-cucumber-html-formatter/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-cucumber-html-formatter/distinfo	Sun Jun 14 14:19:48 2020	(r538747)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1591281344
+SHA256 (rubygem/cucumber-html-formatter-6.0.2.gem) = bcd499c31f54ca868c14a237eab9ffd10317f44558d1fef2505cbcb76ce6bbbc
+SIZE (rubygem/cucumber-html-formatter-6.0.2.gem) = 447488

Added: head/textproc/rubygem-cucumber-html-formatter/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-cucumber-html-formatter/pkg-descr	Sun Jun 14 14:19:48 2020	(r538747)
@@ -0,0 +1,6 @@
+Cucumber HTML Formatter is a cross-platform formatter that produces a HTML
+report for Cucumber runs. It is built on top of cucumber-react and works with
+any Cucumber implementation with a protobuf formatter that outputs cucumber
+messages.
+
+WWW: https://github.com/cucumber/cucumber/tree/master/html-formatter/ruby



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006141419.05EEJmP3087756>