pkgsrc/devel/ruby-parslet/Makefile
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

15 lines
445 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/02/01 12:43:24 taca Exp $
DISTNAME= parslet-1.5.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kschiess.github.com/parslet/
COMMENT= Parser construction library with great error reporting
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-blankslate>=2.0:../../devel/ruby-blankslate
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"