pkgsrc/devel/ruby-parser/Makefile
taca f8a2a240be Update ruby-parser to 3.1.1.
=== 3.1.1 / 2012-12-19

* 1 minor enhancement:

  * Added MOVE_TIMEOUT env var for ruby_parse_extract_error to move slow files to a sibling directory

* 4 bug fixes:

  * 1.9: Fixed lexing of "0o". (whitequark)
  * 1.9: Fixed parsing of unary plus on literals. (whitequark)
  * Added timeout arg to RubyParser#process to pass through to the real parser
  * Updated Synopsis to reflect new options for running RP. (louismullie)

=== 3.1.0 / 2012-12-06

* 2 minor enhancements:

  * Added RubyParser.for_current_ruby to provide a parser that matches your runtime. (neilconway)
  * Duck-typed IDENT_CHAR_RE instead of using RUBY_VERSION

* 3 bug fixes:

  * Cleared out body comments in class/module/defn/defs
  * Flipped lexer tests to US-ASCII to avoid encoding hell
  * yyerror is now an alias for syntax_error
2013-02-11 03:06:16 +00:00

17 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/02/11 03:06:16 taca Exp $
DISTNAME= ruby_parser-3.1.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby_//}
CATEGORIES= devel
MAINTAINER= filip@joyent.com
HOMEPAGE= http://rubyforge.org/projects/parsetree/
COMMENT= Ruby parser written in pure ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.1<5:../../devel/ruby-sexp-processor
CONFLICTS+= ruby[1-9][0-9]-ruby-parser-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"