Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-treetop textproc/ruby-treetop: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ebdc79c7adc
branches:  trunk
changeset: 431075:2ebdc79c7adc
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 09 05:56:56 2020 +0000

description:
textproc/ruby-treetop: update to 1.6.10

Update ruby-treetop to 1.6.10.

pkgsrc changes:
* Update HOMEPAGE.
* Use --format-executable rubygem option and add ALTERNATIVES file.

Release note is not available but various bug fixes and improvements.

diffstat:

 textproc/ruby-treetop/ALTERNATIVES |   1 +
 textproc/ruby-treetop/Makefile     |  10 ++--
 textproc/ruby-treetop/PLIST        |  66 ++++++++-----------------------------
 textproc/ruby-treetop/distinfo     |  11 ++---
 4 files changed, 25 insertions(+), 63 deletions(-)

diffs (140 lines):

diff -r e9c1fa706d97 -r 2ebdc79c7adc textproc/ruby-treetop/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-treetop/ALTERNATIVES        Sat May 09 05:56:56 2020 +0000
@@ -0,0 +1,1 @@
+bin/tt @PREFIX@/bin/tt@RUBY_SUFFIX@
diff -r e9c1fa706d97 -r 2ebdc79c7adc textproc/ruby-treetop/Makefile
--- a/textproc/ruby-treetop/Makefile    Sat May 09 04:37:36 2020 +0000
+++ b/textproc/ruby-treetop/Makefile    Sat May 09 05:56:56 2020 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.9 2019/11/04 21:43:47 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/09 05:56:56 taca Exp $
 
-DISTNAME=      treetop-1.4.15
+DISTNAME=      treetop-1.6.10
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/nathansobo/treetop
+HOMEPAGE=      https://github.com/cjheath/treetop
 COMMENT=       Ruby-based text parsing and interpretation DSL
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-polyglot>=0.3.1:../../devel/ruby-polyglot
+DEPENDS+=      ${RUBY_PKGPREFIX}-polyglot>=0.3.1<1:../../devel/ruby-polyglot
 
-CONFLICTS=             ruby[1-9][0-9]-treetop-[0-9]*
+RUBYGEM_OPTIONS+=      --format-executable
 OVERRIDE_GEMSPEC+=     polyglot:
 
 .include "../../lang/ruby/gem.mk"
diff -r e9c1fa706d97 -r 2ebdc79c7adc textproc/ruby-treetop/PLIST
--- a/textproc/ruby-treetop/PLIST       Sat May 09 04:37:36 2020 +0000
+++ b/textproc/ruby-treetop/PLIST       Sat May 09 05:56:56 2020 +0000
@@ -1,9 +1,19 @@
-@comment $NetBSD: PLIST,v 1.4 2013/09/15 16:34:40 taca Exp $
-bin/tt
+@comment $NetBSD: PLIST,v 1.5 2020/05/09 05:56:56 taca Exp $
+bin/tt${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.txt
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/Treetop.tmbundle/Preferences/Comments.tmPreferences
+${GEM_LIBDIR}/Treetop.tmbundle/Snippets/grammar ___ end.tmSnippet
+${GEM_LIBDIR}/Treetop.tmbundle/Snippets/rule ___ end.tmSnippet
+${GEM_LIBDIR}/Treetop.tmbundle/Support/nibs/SyntaxTreeViewer.nib/designable.nib
+${GEM_LIBDIR}/Treetop.tmbundle/Support/nibs/SyntaxTreeViewer.nib/keyedobjects.nib
+${GEM_LIBDIR}/Treetop.tmbundle/Support/syntax_tree_viewer.rb
+${GEM_LIBDIR}/Treetop.tmbundle/Syntaxes/Treetop Grammar.tmLanguage
+${GEM_LIBDIR}/Treetop.tmbundle/info.plist
 ${GEM_LIBDIR}/bin/tt
 ${GEM_LIBDIR}/doc/contributing_and_planned_features.markdown
 ${GEM_LIBDIR}/doc/grammar_composition.markdown
@@ -15,11 +25,12 @@
 ${GEM_LIBDIR}/doc/syntactic_recognition.markdown
 ${GEM_LIBDIR}/doc/tt.1
 ${GEM_LIBDIR}/doc/using_in_ruby.markdown
+${GEM_LIBDIR}/examples/indented_blocks/indented_blocks.tt
+${GEM_LIBDIR}/examples/indented_blocks/indented_blocks_test.rb
 ${GEM_LIBDIR}/examples/lambda_calculus/arithmetic.rb
 ${GEM_LIBDIR}/examples/lambda_calculus/arithmetic.treetop
 ${GEM_LIBDIR}/examples/lambda_calculus/arithmetic_node_classes.rb
 ${GEM_LIBDIR}/examples/lambda_calculus/arithmetic_test.rb
-${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus
 ${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus.rb
 ${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus.treetop
 ${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus_node_classes.rb
@@ -66,54 +77,5 @@
 ${GEM_LIBDIR}/lib/treetop/runtime/terminal_parse_failure.rb
 ${GEM_LIBDIR}/lib/treetop/runtime/terminal_syntax_node.rb
 ${GEM_LIBDIR}/lib/treetop/version.rb
-${GEM_LIBDIR}/spec/compiler/and_predicate_spec.rb
-${GEM_LIBDIR}/spec/compiler/anything_symbol_spec.rb
-${GEM_LIBDIR}/spec/compiler/character_class_spec.rb
-${GEM_LIBDIR}/spec/compiler/choice_spec.rb
-${GEM_LIBDIR}/spec/compiler/circular_compilation_spec.rb
-${GEM_LIBDIR}/spec/compiler/failure_propagation_functional_spec.rb
-${GEM_LIBDIR}/spec/compiler/grammar_compiler_spec.rb
-${GEM_LIBDIR}/spec/compiler/grammar_spec.rb
-${GEM_LIBDIR}/spec/compiler/multibyte_chars_spec.rb
-${GEM_LIBDIR}/spec/compiler/namespace_spec.rb
-${GEM_LIBDIR}/spec/compiler/nonterminal_symbol_spec.rb
-${GEM_LIBDIR}/spec/compiler/not_predicate_spec.rb
-${GEM_LIBDIR}/spec/compiler/occurrence_range_spec.rb
-${GEM_LIBDIR}/spec/compiler/one_or_more_spec.rb
-${GEM_LIBDIR}/spec/compiler/optional_spec.rb
-${GEM_LIBDIR}/spec/compiler/parenthesized_expression_spec.rb
-${GEM_LIBDIR}/spec/compiler/parsing_rule_spec.rb
-${GEM_LIBDIR}/spec/compiler/repeated_subrule_spec.rb
-${GEM_LIBDIR}/spec/compiler/semantic_predicate_spec.rb
-${GEM_LIBDIR}/spec/compiler/sequence_spec.rb
-${GEM_LIBDIR}/spec/compiler/terminal_spec.rb
-${GEM_LIBDIR}/spec/compiler/terminal_symbol_spec.rb
-${GEM_LIBDIR}/spec/compiler/test_grammar.treetop
-${GEM_LIBDIR}/spec/compiler/test_grammar.tt
-${GEM_LIBDIR}/spec/compiler/test_grammar_do.treetop
-${GEM_LIBDIR}/spec/compiler/test_grammar_magic_coding.treetop
-${GEM_LIBDIR}/spec/compiler/test_grammar_magic_encoding.treetop
-${GEM_LIBDIR}/spec/compiler/tt_compiler_spec.rb
-${GEM_LIBDIR}/spec/compiler/zero_or_more_spec.rb
-${GEM_LIBDIR}/spec/composition/a.treetop
-${GEM_LIBDIR}/spec/composition/b.treetop
-${GEM_LIBDIR}/spec/composition/c.treetop
-${GEM_LIBDIR}/spec/composition/d.treetop
-${GEM_LIBDIR}/spec/composition/f.treetop
-${GEM_LIBDIR}/spec/composition/grammar_composition_spec.rb
-${GEM_LIBDIR}/spec/composition/subfolder/e_includes_c.treetop
-${GEM_LIBDIR}/spec/ruby_extensions/string_spec.rb
-${GEM_LIBDIR}/spec/runtime/compiled_parser_spec.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/delete_spec.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/expire_range_spec.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/insert_and_delete_node_spec.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/insert_spec.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/interval_skip_list_spec.graffle
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/interval_skip_list_spec.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/palindromic_fixture.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/palindromic_fixture_spec.rb
-${GEM_LIBDIR}/spec/runtime/interval_skip_list/spec_helper.rb
-${GEM_LIBDIR}/spec/runtime/syntax_node_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
 ${GEM_LIBDIR}/treetop.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r e9c1fa706d97 -r 2ebdc79c7adc textproc/ruby-treetop/distinfo
--- a/textproc/ruby-treetop/distinfo    Sat May 09 04:37:36 2020 +0000
+++ b/textproc/ruby-treetop/distinfo    Sat May 09 05:56:56 2020 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 02:00:10 agc Exp $
+$NetBSD: distinfo,v 1.10 2020/05/09 05:56:56 taca Exp $
 
-SHA1 (treetop-1.4.15.gem) = 8c6ce803f909b9e1dfcb24100c283642f43d90d1
-RMD160 (treetop-1.4.15.gem) = d05541c28b7b9bb861346e8020e181deb74c60e3
-SHA512 (treetop-1.4.15.gem) = 350e3b4fc5236f5523e7ba7486699192a689d680e60687519ffdb8707241fce493a86713d1a0a1e243654c609e221b194e151c29bee9aa7cff71ab397223791b
-Size (treetop-1.4.15.gem) = 78336 bytes
-SHA1 (patch-.._treetop-1.4.15.gemspec) = b6fffe6bc4a7b2549edd54fbc53f4dd4907f1838
+SHA1 (treetop-1.6.10.gem) = 22896058cf2404b3f026a2e0e5b1ea2ad8bb424e
+RMD160 (treetop-1.6.10.gem) = 6f60810860d7a3d335606d5e754eb13619308ead
+SHA512 (treetop-1.6.10.gem) = adff1cf93d1ea071be948437e3fd2800c2e892d1dac49d4571a89336773e012007abb1b4e15f0a86031077c46a6667f8fca8e22920e5c29186e0c3227b4d82ee
+Size (treetop-1.6.10.gem) = 92160 bytes



Home | Main Index | Thread Index | Old Index