SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/ruby-opt_parse_validator/Makefile
Normal file
21
devel/ruby-opt_parse_validator/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= validators for Ruby OptionParser lib
|
||||
|
||||
DISTNAME= opt_parse_validator-1.9.5
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/wpscanteam/OptParseValidator
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= gem
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/ruby-activesupport,${MODRUBY_FLAVOR}>=5.2,<6.2 \
|
||||
www/ruby-addressable,${MODRUBY_FLAVOR}>=2.5,<2.9
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-opt_parse_validator/distinfo
Normal file
2
devel/ruby-opt_parse_validator/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (opt_parse_validator-1.9.5.gem) = LGns4hEENhSOy3jxpfdop+P9PYHbNRekhOtkneCw9cs=
|
||||
SIZE (opt_parse_validator-1.9.5.gem) = 14336
|
2
devel/ruby-opt_parse_validator/pkg/DESCR
Normal file
2
devel/ruby-opt_parse_validator/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Implementation of validators for the Ruby OptionParser lib. Mainly used
|
||||
in the CMSScanner gem to define the cli options available.
|
38
devel/ruby-opt_parse_validator/pkg/PLIST
Normal file
38
devel/ruby-opt_parse_validator/pkg/PLIST
Normal file
|
@ -0,0 +1,38 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/config_files_loader_merger/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/config_files_loader_merger.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/config_files_loader_merger/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/config_files_loader_merger/json.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/config_files_loader_merger/yml.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/hacks.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/alias.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/array.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/boolean.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/choice.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/credentials.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/directory_path.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/file_path.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/headers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/integer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/integer_range.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/multi_choices.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/path.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/positive_integer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/proxy.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/regexp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/smart_list.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/string.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/uri.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/opts/url.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/opt_parse_validator/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue