SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
3
devel/ruby-ruby_parser/pkg/DESCR
Normal file
3
devel/ruby-ruby_parser/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing
|
||||
racc--which does by default use a C extension). RP's output is the same
|
||||
as ParseTree's output: s-expressions using ruby's arrays and base types.
|
22
devel/ruby-ruby_parser/pkg/PLIST
Normal file
22
devel/ruby-ruby_parser/pkg/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
${GEM_BIN}/ruby_parse${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.autotest
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gemtest
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/ruby_parse
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/gauntlet_rubyparser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby_lexer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby_parser.y
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ruby_parser_extras.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_ruby_lexer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_ruby_parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_ruby_parser_extras.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue