SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-semantic_puppet/Makefile
Normal file
15
devel/ruby-semantic_puppet/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT = compare semantic versioning
|
||||
|
||||
DISTNAME = semantic_puppet-1.0.4
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = https://github.com/puppetlabs/semantic_puppet-gem
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-semantic_puppet/distinfo
Normal file
2
devel/ruby-semantic_puppet/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (semantic_puppet-1.0.4.gem) = XYOAv3M8FVLvd+BqfESm1bSN7305Ds871xytR39c4T0=
|
||||
SIZE (semantic_puppet-1.0.4.gem) = 32256
|
2
devel/ruby-semantic_puppet/pkg/DESCR
Normal file
2
devel/ruby-semantic_puppet/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tools used by Puppet to parse, validate, and compare Semantic Versions
|
||||
and Version Ranges and to query and resolve module dependencies.
|
41
devel/ruby-semantic_puppet/pkg/PLIST
Normal file
41
devel/ruby-semantic_puppet/pkg/PLIST
Normal file
|
@ -0,0 +1,41 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rubocop.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.yardopts
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/CODEOWNERS
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency/graph.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency/graph_node.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency/module_release.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency/source.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/dependency/unsatisfiable_graph.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/gem_version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/semantic_puppet/version_range.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/semantic_puppet.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/dependency/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/dependency/graph_node_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/dependency/graph_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/dependency/module_release_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/dependency/source_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/dependency/unsatisfiable_graph_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/dependency_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/version_range_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/semantic_puppet/version_spec.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue