SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-optimist/Makefile
Normal file
20
devel/ruby-optimist/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = commandline option parser for Ruby
|
||||
|
||||
DISTNAME = optimist-3.0.1
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
MODRUBY_TEST = ruby
|
||||
MODRUBY_TEST_ENV = RUBYOPT=-Itest
|
||||
MODRUBY_TEST_TARGET = -e 'ARGV.each{|f| require f}' test/*_test.rb test/*/*_test.rb
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-optimist/distinfo
Normal file
2
devel/ruby-optimist/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (optimist-3.0.1.gem) = M2t1NnbWEXytkwH6x+kdq0Io90fU5xeYka06Fjxk4u0=
|
||||
SIZE (optimist-3.0.1.gem) = 30208
|
5
devel/ruby-optimist/pkg/DESCR
Normal file
5
devel/ruby-optimist/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Optimist is a commandline option parser for Ruby that just gets out of
|
||||
your way. One line of code per option is all you need to write. For
|
||||
that, you get a nice automatically-generated help page, robust option
|
||||
parsing, command subcompletion, and sensible defaults for everything you
|
||||
don't specify.
|
27
devel/ruby-optimist/pkg/PLIST
Normal file
27
devel/ruby-optimist/pkg/PLIST
Normal file
|
@ -0,0 +1,27 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/FAQ.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${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/optimist.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/optimist.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/command_line_error_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/help_needed_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_educate_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_opt_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_parse_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/parser_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist/version_needed_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/optimist_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/support/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/support/assert_helpers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue