pkgsrc/devel/ruby-parslet/PLIST
taca 2a48523c55 Update ruby-parslet to 1.5.0.
= 1.5 / 27Dec2012

  + Handles unconsumed input at end of parse completely differently. Instead
    of generating a toplevel error, it now raises an error in every branch
    of the parse. More information in the resulting exception ensues! Thanks
    again to John Mettraux for inspiration & acceptance specs.

    NOTE that this means that the UnconsumedInput exception is gone, since the
    unconsumed input case is nothing special anymore.

  * This history now finally reads like the Changelog of the linux kernel.
    Meaning that probably no one ever reads this.

  + Captures and parsing subsequent input based on captured values. This has
    been long overdue - finally you can parse HEREdocs with parslet!
2015-02-01 12:43:24 +00:00

95 lines
3.6 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2015/02/01 12:43:24 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/HISTORY.txt
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/example/boolean_algebra.rb
${GEM_LIBDIR}/example/calc.rb
${GEM_LIBDIR}/example/capture.rb
${GEM_LIBDIR}/example/comments.rb
${GEM_LIBDIR}/example/deepest_errors.rb
${GEM_LIBDIR}/example/documentation.rb
${GEM_LIBDIR}/example/email_parser.rb
${GEM_LIBDIR}/example/empty.rb
${GEM_LIBDIR}/example/erb.rb
${GEM_LIBDIR}/example/ignore.rb
${GEM_LIBDIR}/example/ip_address.rb
${GEM_LIBDIR}/example/json.rb
${GEM_LIBDIR}/example/local.rb
${GEM_LIBDIR}/example/mathn.rb
${GEM_LIBDIR}/example/minilisp.rb
${GEM_LIBDIR}/example/modularity.rb
${GEM_LIBDIR}/example/nested_errors.rb
${GEM_LIBDIR}/example/output/boolean_algebra.out
${GEM_LIBDIR}/example/output/calc.out
${GEM_LIBDIR}/example/output/capture.out
${GEM_LIBDIR}/example/output/comments.out
${GEM_LIBDIR}/example/output/deepest_errors.out
${GEM_LIBDIR}/example/output/documentation.err
${GEM_LIBDIR}/example/output/documentation.out
${GEM_LIBDIR}/example/output/email_parser.out
${GEM_LIBDIR}/example/output/empty.err
${GEM_LIBDIR}/example/output/erb.out
${GEM_LIBDIR}/example/output/ignore.out
${GEM_LIBDIR}/example/output/ignore_whitespace.out
${GEM_LIBDIR}/example/output/ip_address.out
${GEM_LIBDIR}/example/output/json.out
${GEM_LIBDIR}/example/output/local.out
${GEM_LIBDIR}/example/output/mathn.out
${GEM_LIBDIR}/example/output/minilisp.out
${GEM_LIBDIR}/example/output/modularity.out
${GEM_LIBDIR}/example/output/nested_errors.out
${GEM_LIBDIR}/example/output/parens.out
${GEM_LIBDIR}/example/output/readme.out
${GEM_LIBDIR}/example/output/scopes.out
${GEM_LIBDIR}/example/output/seasons.out
${GEM_LIBDIR}/example/output/sentence.out
${GEM_LIBDIR}/example/output/simple_xml.out
${GEM_LIBDIR}/example/output/string_parser.out
${GEM_LIBDIR}/example/parens.rb
${GEM_LIBDIR}/example/readme.rb
${GEM_LIBDIR}/example/scopes.rb
${GEM_LIBDIR}/example/seasons.rb
${GEM_LIBDIR}/example/sentence.rb
${GEM_LIBDIR}/example/simple.lit
${GEM_LIBDIR}/example/simple_xml.rb
${GEM_LIBDIR}/example/string_parser.rb
${GEM_LIBDIR}/example/test.lit
${GEM_LIBDIR}/lib/parslet.rb
${GEM_LIBDIR}/lib/parslet/atoms.rb
${GEM_LIBDIR}/lib/parslet/atoms/alternative.rb
${GEM_LIBDIR}/lib/parslet/atoms/base.rb
${GEM_LIBDIR}/lib/parslet/atoms/can_flatten.rb
${GEM_LIBDIR}/lib/parslet/atoms/capture.rb
${GEM_LIBDIR}/lib/parslet/atoms/context.rb
${GEM_LIBDIR}/lib/parslet/atoms/dsl.rb
${GEM_LIBDIR}/lib/parslet/atoms/dynamic.rb
${GEM_LIBDIR}/lib/parslet/atoms/entity.rb
${GEM_LIBDIR}/lib/parslet/atoms/lookahead.rb
${GEM_LIBDIR}/lib/parslet/atoms/named.rb
${GEM_LIBDIR}/lib/parslet/atoms/re.rb
${GEM_LIBDIR}/lib/parslet/atoms/repetition.rb
${GEM_LIBDIR}/lib/parslet/atoms/scope.rb
${GEM_LIBDIR}/lib/parslet/atoms/sequence.rb
${GEM_LIBDIR}/lib/parslet/atoms/str.rb
${GEM_LIBDIR}/lib/parslet/atoms/visitor.rb
${GEM_LIBDIR}/lib/parslet/cause.rb
${GEM_LIBDIR}/lib/parslet/convenience.rb
${GEM_LIBDIR}/lib/parslet/error_reporter.rb
${GEM_LIBDIR}/lib/parslet/error_reporter/deepest.rb
${GEM_LIBDIR}/lib/parslet/error_reporter/tree.rb
${GEM_LIBDIR}/lib/parslet/export.rb
${GEM_LIBDIR}/lib/parslet/expression.rb
${GEM_LIBDIR}/lib/parslet/expression/treetop.rb
${GEM_LIBDIR}/lib/parslet/parser.rb
${GEM_LIBDIR}/lib/parslet/pattern.rb
${GEM_LIBDIR}/lib/parslet/pattern/binding.rb
${GEM_LIBDIR}/lib/parslet/rig/rspec.rb
${GEM_LIBDIR}/lib/parslet/scope.rb
${GEM_LIBDIR}/lib/parslet/slice.rb
${GEM_LIBDIR}/lib/parslet/source.rb
${GEM_LIBDIR}/lib/parslet/source/line_cache.rb
${GEM_LIBDIR}/lib/parslet/transform.rb
${GEM_LIBDIR}/lib/parslet/transform/context.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec