import ruby-puppet-lint 0.1.0
Checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies. ok jeremy@
This commit is contained in:
parent
1781ed0516
commit
2873339a26
23
sysutils/ruby-puppet-lint/Makefile
Normal file
23
sysutils/ruby-puppet-lint/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/08/23 14:21:48 jasper Exp $
|
||||
|
||||
COMMENT= ensure your Puppet manifests conform with the style guide
|
||||
|
||||
DISTNAME= puppet-lint-0.1.0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= https://github.com/rodjek/puppet-lint/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
RUN_DEPENDS= sysutils/ruby-puppet
|
||||
|
||||
CONFIGURE_STYLE=ruby gem ext
|
||||
|
||||
.include <bsd.port.mk>
|
5
sysutils/ruby-puppet-lint/distinfo
Normal file
5
sysutils/ruby-puppet-lint/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (puppet-lint-0.1.0.gem) = /rbvYmVb18PuSkwsM3hH6A==
|
||||
RMD160 (puppet-lint-0.1.0.gem) = 5gmSTZ2SJ5ezG1cxTgSp6r8bNOQ=
|
||||
SHA1 (puppet-lint-0.1.0.gem) = Vtm09yzs+zrQMi1HSlixU0rhc6I=
|
||||
SHA256 (puppet-lint-0.1.0.gem) = M/6fVtJCpL7bbhoUPCOrkePKCrnezPvf5jzOwWWpujM=
|
||||
SIZE (puppet-lint-0.1.0.gem) = 11264
|
2
sysutils/ruby-puppet-lint/pkg/DESCR
Normal file
2
sysutils/ruby-puppet-lint/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Checks your Puppet manifests against the Puppetlabs style guide and
|
||||
alerts you to any discrepancies.
|
32
sysutils/ruby-puppet-lint/pkg/PLIST
Normal file
32
sysutils/ruby-puppet-lint/pkg/PLIST
Normal file
@ -0,0 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/23 14:21:48 jasper Exp $
|
||||
${GEM_BIN}/puppet-lint${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/puppet-lint
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_classes.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_conditionals.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_resources.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_strings.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/plugins/check_whitespace.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-lint/tasks/puppet-lint.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/puppet-lint.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/check_classes_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/check_conditionals_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/check_resources_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/check_strings_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-lint/check_whitespace_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user