PLIST 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @comment $OpenBSD: PLIST,v 1.9 2017/04/09 21:18:27 sebastia Exp $
  2. ${GEM_BIN}/puppet-lint${GEM_BIN_SUFFIX}
  3. ${GEM_LIB}/cache/${DISTNAME}.gem
  4. ${GEM_LIB}/gems/${DISTNAME}/
  5. ${GEM_LIB}/gems/${DISTNAME}/.gitignore
  6. ${GEM_LIB}/gems/${DISTNAME}/.rspec
  7. ${GEM_LIB}/gems/${DISTNAME}/.travis.yml
  8. ${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
  9. ${GEM_LIB}/gems/${DISTNAME}/Gemfile
  10. ${GEM_LIB}/gems/${DISTNAME}/LICENSE
  11. ${GEM_LIB}/gems/${DISTNAME}/README.md
  12. ${GEM_LIB}/gems/${DISTNAME}/Rakefile
  13. ${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
  14. ${GEM_LIB}/gems/${DISTNAME}/bin/
  15. ${GEM_LIB}/gems/${DISTNAME}/bin/puppet-lint
  16. ${GEM_LIB}/gems/${DISTNAME}/lib/
  17. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/
  18. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint.rb
  19. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/bin.rb
  20. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/checkplugin.rb
  21. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/checks.rb
  22. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/configuration.rb
  23. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/data.rb
  24. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer/
  25. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer.rb
  26. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/lexer/token.rb
  27. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/
  28. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches.rb
  29. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/string_percent.rb
  30. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/monkeypatches/string_prepend.rb
  31. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/optparser.rb
  32. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/
  33. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins.rb
  34. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_classes.rb
  35. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_comments.rb
  36. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_conditionals.rb
  37. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_documentation.rb
  38. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_nodes.rb
  39. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_resources.rb
  40. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_strings.rb
  41. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_variables.rb
  42. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_whitespace.rb
  43. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/
  44. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/puppet-lint.rb
  45. ${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/version.rb
  46. ${GEM_LIB}/gems/${DISTNAME}/puppet-lint.gemspec
  47. ${GEM_LIB}/gems/${DISTNAME}/spec/
  48. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
  49. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/
  50. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/
  51. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/fail.pp
  52. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore.pp
  53. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore_multiple_block.pp
  54. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore_multiple_line.pp
  55. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/ignore_reason.pp
  56. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/init.pp
  57. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/malformed.pp
  58. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/mismatched_control_comment.pp
  59. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/unterminated_control_comment.pp
  60. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/url_interpolation.pp
  61. ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test/manifests/warning.pp
  62. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/
  63. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/bin_spec.rb
  64. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/configuration_spec.rb
  65. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/ignore_overrides_spec.rb
  66. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer/
  67. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer/token_spec.rb
  68. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/lexer_spec.rb
  69. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/
  70. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/
  71. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/arrow_on_right_operand_line_spec.rb
  72. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/autoloader_layout_spec.rb
  73. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/class_inherits_from_params_class_spec.rb
  74. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/code_on_top_scope_spec.rb
  75. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/inherits_across_namespaces_spec.rb
  76. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/name_contains_uppercase_spec.rb
  77. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/names_containing_dash_spec.rb
  78. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/nested_classes_or_defines_spec.rb
  79. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/parameter_order_spec.rb
  80. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/right_to_left_relationship_spec.rb
  81. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_classes/variable_scope_spec.rb
  82. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_comments/
  83. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_comments/slash_comments_spec.rb
  84. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_comments/star_comments_spec.rb
  85. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_conditionals/
  86. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_conditionals/case_without_default_spec.rb
  87. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_conditionals/selector_inside_resource_spec.rb
  88. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_documentation/
  89. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_documentation/documentation_spec.rb
  90. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_nodes/
  91. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_nodes/unquoted_node_name_spec.rb
  92. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/
  93. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/duplicate_params_spec.rb
  94. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/ensure_first_param_spec.rb
  95. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/ensure_not_symlink_target_spec.rb
  96. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/file_mode_spec.rb
  97. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/unquoted_file_mode_spec.rb
  98. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_resources/unquoted_resource_title_spec.rb
  99. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/
  100. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/double_quoted_strings_spec.rb
  101. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/only_variable_string_spec.rb
  102. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/puppet_url_without_modules_spec.rb
  103. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/quoted_booleans_spec.rb
  104. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/single_quote_string_with_variables_spec.rb
  105. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_strings/variables_not_enclosed_spec.rb
  106. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/
  107. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/variable_contains_dash_spec.rb
  108. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_variables/variable_is_lowercase_spec.rb
  109. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/
  110. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/140chars_spec.rb
  111. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/2sp_soft_tabs_spec.rb
  112. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/80chars_spec.rb
  113. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/arrow_alignment_spec.rb
  114. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/hard_tabs_spec.rb
  115. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/plugins/check_whitespace/trailing_whitespace_spec.rb
  116. ${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint_spec.rb
  117. ${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
  118. ${GEM_LIB}/specifications/${DISTNAME}.gemspec