SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,21 @@
COMMENT= syntax checks for Puppet manifests and templates
DISTNAME= puppet-syntax-3.3.0
REVISION = 0
CATEGORIES= sysutils
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += sysutils/ruby-puppet/7
CONFIGURE_STYLE= ruby gem
MODRUBY_TEST= rspec3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (puppet-syntax-3.3.0.gem) = +0068/aDkmuO3YJ5faDAg/hxDaRS2zchwWjb45DXU24=
SIZE (puppet-syntax-3.3.0.gem) = 18944

View file

@ -0,0 +1 @@
Syntax checks for Puppet manifests, templates, and Hiera YAML.

View file

@ -0,0 +1,69 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.github/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/release.yml
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/test.yml
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/HISTORY.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax/
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax/hiera.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax/manifests.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax/tasks/
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax/tasks/puppet-syntax.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax/templates.rb
${GEM_LIB}/gems/${DISTNAME}/lib/puppet-syntax/version.rb
${GEM_LIB}/gems/${DISTNAME}/puppet-syntax.gemspec
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/data/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/data/hiera_1.yaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/data/hiera_2.eyaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/data/test/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/data/test/hiera_3.yaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/data/test/hiera_4.eyaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/hiera_bad.eyaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/hiera_bad.yaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/hiera_bad_18.yaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/hiera_badkey.yaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/hiera_good.yaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/hiera/hiera_key_empty.yaml
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/deprecation_notice.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/fail_error.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/fail_warning.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/future_syntax.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/pass.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/pass_storeconfigs.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/schedule_notice.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/tag_notice.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/manifests/test_app.pp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/fail_error.epp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/fail_error.erb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/fail_error_also.epp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/fail_warning.erb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/ignore.tpl
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/pass.epp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/pass.erb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/pass_also.epp
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/pass_unbound_var.erb
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/test_module/templates/typeerror_shouldwin.erb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-syntax/
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-syntax/hiera_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-syntax/manifests_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-syntax/tasks/
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-syntax/tasks/puppet-syntax_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-syntax/templates_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/puppet-syntax_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec