SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/ruby-rspec-rerun/Makefile
Normal file
18
devel/ruby-rspec-rerun/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= re-run failed RSpec tests
|
||||
|
||||
DISTNAME= rspec-rerun-1.1.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
||||
devel/ruby-rspec/3/rspec
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rspec-rerun/distinfo
Normal file
2
devel/ruby-rspec-rerun/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rspec-rerun-1.1.0.gem) = ci5asFrqh+gSnVxWdgoevr+tF1bbimkdYxdixab9x78=
|
||||
SIZE (rspec-rerun-1.1.0.gem) = 7168
|
1
devel/ruby-rspec-rerun/pkg/DESCR
Normal file
1
devel/ruby-rspec-rerun/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Re-run failed RSpec tests.
|
9
devel/ruby-rspec-rerun/pkg/PLIST
Normal file
9
devel/ruby-rspec-rerun/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${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/rspec-rerun/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rspec-rerun/formatter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rspec-rerun/tasks.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rspec-rerun/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue