SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/ruby-factory-bot/Makefile
Normal file
18
devel/ruby-factory-bot/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= factory bot
|
||||
|
||||
DISTNAME= factory_bot-6.2.1
|
||||
PKGNAME= factory-bot-6.2.1
|
||||
CATEGORIES= devel
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
||||
devel/ruby-activesupport
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-factory-bot/distinfo
Normal file
2
devel/ruby-factory-bot/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (factory_bot-6.2.1.gem) = +GPlp4c+8cZEb9zvjbuH3Ew7iT1fdRhK4JBj0wRJ090=
|
||||
SIZE (factory_bot-6.2.1.gem) = 42496
|
1
devel/ruby-factory-bot/pkg/DESCR
Normal file
1
devel/ruby-factory-bot/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
DSL for defining and using factories - less error-prone
|
69
devel/ruby-factory-bot/pkg/PLIST
Normal file
69
devel/ruby-factory-bot/pkg/PLIST
Normal file
|
@ -0,0 +1,69 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.yardopts
|
||||
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTING.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/GETTING_STARTED.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/NAME.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/NEWS.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/aliases.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/attribute/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/attribute.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/attribute/association.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/attribute/dynamic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/attribute/sequence.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/attribute_assigner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/attribute_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/callback.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/callbacks_observer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/configuration.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/declaration/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/declaration.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/declaration/association.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/declaration/dynamic.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/declaration/implicit.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/declaration_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/decorator/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/decorator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/decorator/attribute_hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/decorator/disallows_duplicates_registry.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/decorator/invocation_tracker.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/decorator/new_constructor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/definition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/definition_hierarchy.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/definition_proxy.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/enum.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/evaluation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/evaluator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/evaluator_class_definer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/factory.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/factory_runner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/find_definitions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/internal.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/linter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/null_factory.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/null_object.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/registry.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/reload.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/sequence.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy/attributes_for.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy/build.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy/create.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy/null.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy/stub.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy_calculator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/strategy_syntax_method_registrar.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/syntax/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/syntax.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/syntax/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/syntax/methods.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/syntax_runner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/trait.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/factory_bot/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue