pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-parser Update ruby-parser to 3.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8c98dca248f
branches:  trunk
changeset: 652556:c8c98dca248f
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 04 14:35:13 2015 +0000

description:
Update ruby-parser to 3.7.0.

=== 3.7.0 / 2015-05-28

* 2 major enhancements:

  * Added preliminary support for ruby 2.2 syntax.
  * Now writing all 2.x parsers from one source, generating racc files.

* 1 minor enhancement:

  * Added RubyLexer#process_label and hooked it up to "x": and 'x': productions.

* 4 bug fixes:

  * Fixed handling of block_args to be consistent across all parse versions.
  * Fixed lexing of label assoc args w/ newlines in between k/v. (jeremyf)
  * Fixed lexing of x?'':y for ruby22 (not a label). (presidentbeef)
  * clear and restore cmdarg stack around def args and body.

=== 3.6.6 / 2015-04-13

* 1 minor enhancement:

  * Added expr_labelarg state (eg: a:1)

* 5 bug fixes:

  * Fix scan logging backtrace when DEBUG=1
  * Fixed kwsplat on 2.0 & 2.1.
  * Fixed mandatory keyword block args. (cvortmann)
  * Handle #$<x> in expanded strings/regexps where x is NOT a valid gvar name.
  * Invalid gvar names raise a compile error.

diffstat:

 devel/ruby-parser/Makefile |  4 ++--
 devel/ruby-parser/PLIST    |  5 ++++-
 devel/ruby-parser/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r e6159e2a8728 -r c8c98dca248f devel/ruby-parser/Makefile
--- a/devel/ruby-parser/Makefile        Thu Jun 04 14:15:56 2015 +0000
+++ b/devel/ruby-parser/Makefile        Thu Jun 04 14:35:13 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2015/03/13 13:41:27 taca Exp $
+# $NetBSD: Makefile,v 1.17 2015/06/04 14:35:13 taca Exp $
 
-DISTNAME=      ruby_parser-3.6.5
+DISTNAME=      ruby_parser-3.7.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby_//}
 CATEGORIES=    devel
 
diff -r e6159e2a8728 -r c8c98dca248f devel/ruby-parser/PLIST
--- a/devel/ruby-parser/PLIST   Thu Jun 04 14:15:56 2015 +0000
+++ b/devel/ruby-parser/PLIST   Thu Jun 04 14:35:13 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/03/13 13:41:27 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2015/06/04 14:35:13 taca Exp $
 bin/ruby_parse${RUBY_SUFFIX}
 bin/ruby_parse_extract_error${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -19,10 +19,13 @@
 ${GEM_LIBDIR}/lib/ruby20_parser.y
 ${GEM_LIBDIR}/lib/ruby21_parser.rb
 ${GEM_LIBDIR}/lib/ruby21_parser.y
+${GEM_LIBDIR}/lib/ruby22_parser.rb
+${GEM_LIBDIR}/lib/ruby22_parser.y
 ${GEM_LIBDIR}/lib/ruby_lexer.rb
 ${GEM_LIBDIR}/lib/ruby_lexer.rex
 ${GEM_LIBDIR}/lib/ruby_lexer.rex.rb
 ${GEM_LIBDIR}/lib/ruby_parser.rb
+${GEM_LIBDIR}/lib/ruby_parser.yy
 ${GEM_LIBDIR}/lib/ruby_parser_extras.rb
 ${GEM_LIBDIR}/test/test_ruby_lexer.rb
 ${GEM_LIBDIR}/test/test_ruby_parser.rb
diff -r e6159e2a8728 -r c8c98dca248f devel/ruby-parser/distinfo
--- a/devel/ruby-parser/distinfo        Thu Jun 04 14:15:56 2015 +0000
+++ b/devel/ruby-parser/distinfo        Thu Jun 04 14:35:13 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2015/03/13 13:41:27 taca Exp $
+$NetBSD: distinfo,v 1.15 2015/06/04 14:35:13 taca Exp $
 
-SHA1 (ruby_parser-3.6.5.gem) = 7952a7c41c9d0770eb0f84acae4ce813dd07f21a
-RMD160 (ruby_parser-3.6.5.gem) = 349eac9d7b621e3b3ef8e2736958f732ce97ad94
-Size (ruby_parser-3.6.5.gem) = 250368 bytes
+SHA1 (ruby_parser-3.7.0.gem) = a85a462b0b7d6046a31086977319f88248b12eae
+RMD160 (ruby_parser-3.7.0.gem) = 7199126584d33463e39349e4ba56bf8fcdf12164
+Size (ruby_parser-3.7.0.gem) = 310784 bytes



Home | Main Index | Thread Index | Old Index