Update to 1.4.9, required by update to ruby-rails.
ok landry
This commit is contained in:
parent
47708a2175
commit
17e89db3a8
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/24 21:35:16 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/12/08 22:53:01 jeremy Exp $
|
||||
|
||||
COMMENT = Ruby-based DSL for text parsing and interpretation
|
||||
|
||||
DISTNAME = treetop-1.3.0
|
||||
REVISION = 2
|
||||
DISTNAME = treetop-1.4.9
|
||||
CATEGORIES = textproc
|
||||
|
||||
HOMEPAGE = http://treetop.rubyforge.org/
|
||||
@ -17,7 +16,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
MODULES = lang/ruby
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/ruby-polyglot,${MODRUBY_FLAVOR}>=0.2.5
|
||||
RUN_DEPENDS = devel/ruby-polyglot,${MODRUBY_FLAVOR}>=0.3.1
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (treetop-1.3.0.gem) = ofv5Yp+AUu7/WS1DfItHpg==
|
||||
RMD160 (treetop-1.3.0.gem) = 0Yv8h4TTKOl7jqpaHu7abqT6Rnc=
|
||||
SHA1 (treetop-1.3.0.gem) = 82ZK/V4LGGdLrWW7XlAG9jvibUo=
|
||||
SHA256 (treetop-1.3.0.gem) = wtpI0eYS9opmzXgtgPr+z/n+YEtb8acnyoyw7YgDvb0=
|
||||
SIZE (treetop-1.3.0.gem) = 40960
|
||||
MD5 (treetop-1.4.9.gem) = c/jMaFX1bDthKby7DzFVLQ==
|
||||
RMD160 (treetop-1.4.9.gem) = d8q9+7+cSYiYTDHKaHp1QCP4iYE=
|
||||
SHA1 (treetop-1.4.9.gem) = o9lvY5utFQq0wstBCFn27xy1quE=
|
||||
SHA256 (treetop-1.4.9.gem) = ac55ZmAmtDYnt1kwYjEu0cNGOkaY7U2YqXKASVEVv+s=
|
||||
SIZE (treetop-1.4.9.gem) = 179200
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/11/08 23:24:42 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/12/08 22:53:01 jeremy Exp $
|
||||
${GEM_BIN}/tt${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/tt
|
||||
@ -13,7 +13,22 @@ ${GEM_LIB}/gems/${DISTNAME}/doc/grammar_composition.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/index.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/pitfalls_and_advanced_techniques.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/semantic_interpretation.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/contribute.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/images/
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/images/bottom_background.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/images/middle_background.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/images/paren_language_output.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/images/pivotal.gif
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/images/top_background.png
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/index.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/pitfalls_and_advanced_techniques.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/robots.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/screen.css
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/semantic_interpretation.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/syntactic_recognition.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/site/using_in_ruby.html
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/sitegen.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/syntactic_recognition.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/doc/using_in_ruby.markdown
|
||||
@ -54,12 +69,14 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/parenthesized_expr
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/parsing_expression.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/parsing_rule.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/predicate.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/predicate_block.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/repetition.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/sequence.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/terminal.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/transient_prefix.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/node_classes/treetop_file.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/compiler/ruby_builder.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/polyglot.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/ruby_extensions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/ruby_extensions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/ruby_extensions/string.rb
|
||||
@ -76,4 +93,58 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/treetop/runtime/terminal_parse_failure.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/runtime/terminal_parse_failure_debug.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/runtime/terminal_syntax_node.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/treetop/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/and_predicate_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/anything_symbol_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/character_class_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/choice_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/circular_compilation_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/failure_propagation_functional_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/grammar_compiler_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/grammar_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/multibyte_chars_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/nonterminal_symbol_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/not_predicate_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/occurrence_range_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/one_or_more_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/optional_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/parenthesized_expression_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/parsing_rule_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/repeated_subrule_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/semantic_predicate_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/sequence_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/terminal_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/terminal_symbol_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/test_grammar.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/test_grammar.tt
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/test_grammar_do.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/tt_compiler_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/compiler/zero_or_more_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/a.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/b.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/c.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/d.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/f.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/grammar_composition_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/subfolder/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composition/subfolder/e_includes_c.treetop
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/ruby_extensions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/ruby_extensions/string_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/compiled_parser_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/delete_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/expire_range_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/insert_and_delete_node.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/insert_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/interval_skip_list_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/palindromic_fixture.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/interval_skip_list/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/runtime/syntax_node_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/treetop.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user