NEW: devel/ruby-allure-ruby-commons
This commit is contained in:
parent
cc1f5fb8f0
commit
3739476098
4 changed files with 54 additions and 0 deletions
21
devel/ruby-allure-ruby-commons/Makefile
Normal file
21
devel/ruby-allure-ruby-commons/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= implement allure result generation
|
||||
|
||||
DISTNAME= allure-ruby-commons-2.22.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Apache-2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
mail/ruby-mime-types,${MODRUBY_FLAVOR} \
|
||||
devel/ruby-require-all,${MODRUBY_FLAVOR} \
|
||||
devel/ruby-rspec/3/expectations,${MODRUBY_FLAVOR} \
|
||||
devel/ruby-uuid,${MODRUBY_FLAVOR}
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-allure-ruby-commons/distinfo
Normal file
2
devel/ruby-allure-ruby-commons/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (allure-ruby-commons-2.22.0.gem) = VHIVtDdFwiIFv0HN4ned1qEnfUN/jU8ZeAilleRqi94=
|
||||
SIZE (allure-ruby-commons-2.22.0.gem) = 14336
|
1
devel/ruby-allure-ruby-commons/pkg/DESCR
Normal file
1
devel/ruby-allure-ruby-commons/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Utilities allowing to implement allure result generation by other test frameworks.
|
30
devel/ruby-allure-ruby-commons/pkg/PLIST
Normal file
30
devel/ruby-allure-ruby-commons/pkg/PLIST
Normal file
|
@ -0,0 +1,30 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure-ruby-commons.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/_json_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/allure_lifecycle.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/config.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/file_writer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/01_jsonable.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/attachment.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/category.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/content_type.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/executable_item.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/fixture_result.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/label.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/link.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/parameter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/stage.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/status.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/status_details.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/step_result.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/test_result.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/model/test_result_container.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/result_utils.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/step_annotation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/allure_ruby_commons/testplan.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue