SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-cri/Makefile
Normal file
15
devel/ruby-cri/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT = command line interfaces with subcommands
|
||||
|
||||
DISTNAME = cri-2.15.11
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://stoneship.org/software/cri/
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-cri/distinfo
Normal file
2
devel/ruby-cri/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cri-2.15.11.gem) = JUMg70IZjPJnCzbb3Weqj4wXfn8FjOF2+ZWkraR9Gq4=
|
||||
SIZE (cri-2.15.11.gem) = 35328
|
2
devel/ruby-cri/pkg/DESCR
Normal file
2
devel/ruby-cri/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Cri allows building easy-to-use commandline interfaces with support for
|
||||
subcommands.
|
40
devel/ruby-cri/pkg/PLIST
Normal file
40
devel/ruby-cri/pkg/PLIST
Normal file
|
@ -0,0 +1,40 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile.lock
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/NEWS.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/cri.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/argument_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/command.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/command_dsl.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/command_runner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/commands/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/commands/basic_help.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/commands/basic_root.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/help_renderer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/option_definition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/param_definition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/platform.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/string_formatter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cri/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_argument_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_basic_help.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_basic_root.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_command.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_command_dsl.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_command_runner.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_help_renderer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_string_formatter.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue