Mon Feb 11 08:47:20 2013 UTC ()
Add ruby-parslet package version 1.4.0.

Parslet makes developing complex parsers easy. It does so by

* providing the best error reporting possible
* not generating reams of code for you to debug

Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing
the atoms of your language first; _parslet_ takes pride in making this
possible.


(taca)
diff -r0 -r1.1 pkgsrc/devel/ruby-parslet/DESCR
diff -r0 -r1.1 pkgsrc/devel/ruby-parslet/Makefile
diff -r0 -r1.1 pkgsrc/devel/ruby-parslet/PLIST
diff -r0 -r1.1 pkgsrc/devel/ruby-parslet/distinfo

File Added: pkgsrc/devel/ruby-parslet/DESCR
Parslet makes developing complex parsers easy. It does so by

* providing the best error reporting possible
* not generating reams of code for you to debug

Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing
the atoms of your language first; _parslet_ takes pride in making this
possible.

File Added: pkgsrc/devel/ruby-parslet/Makefile
# $NetBSD: Makefile,v 1.1 2013/02/11 08:47:19 taca Exp $

DISTNAME=	parslet-1.4.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"

File Added: pkgsrc/devel/ruby-parslet/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/02/11 08:47:20 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/HISTORY.txt
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/example/boolean_algebra.rb
${GEM_LIBDIR}/example/comments.rb
${GEM_LIBDIR}/example/deepest_errors.rb
${GEM_LIBDIR}/example/documentation.rb
${GEM_LIBDIR}/example/email_parser.rb
${GEM_LIBDIR}/example/empty.rb
${GEM_LIBDIR}/example/erb.rb
${GEM_LIBDIR}/example/ignore.rb
${GEM_LIBDIR}/example/ip_address.rb
${GEM_LIBDIR}/example/json.rb
${GEM_LIBDIR}/example/local.rb
${GEM_LIBDIR}/example/mathn.rb
${GEM_LIBDIR}/example/minilisp.rb
${GEM_LIBDIR}/example/modularity.rb
${GEM_LIBDIR}/example/nested_errors.rb
${GEM_LIBDIR}/example/output/boolean_algebra.out
${GEM_LIBDIR}/example/output/comments.out
${GEM_LIBDIR}/example/output/deepest_errors.out
${GEM_LIBDIR}/example/output/documentation.err
${GEM_LIBDIR}/example/output/documentation.out
${GEM_LIBDIR}/example/output/email_parser.out
${GEM_LIBDIR}/example/output/empty.err
${GEM_LIBDIR}/example/output/erb.out
${GEM_LIBDIR}/example/output/ignore.out
${GEM_LIBDIR}/example/output/ignore_whitespace.out
${GEM_LIBDIR}/example/output/ip_address.out
${GEM_LIBDIR}/example/output/json.out
${GEM_LIBDIR}/example/output/local.out
${GEM_LIBDIR}/example/output/mathn.out
${GEM_LIBDIR}/example/output/minilisp.out
${GEM_LIBDIR}/example/output/modularity.out
${GEM_LIBDIR}/example/output/nested_errors.out
${GEM_LIBDIR}/example/output/parens.out
${GEM_LIBDIR}/example/output/readme.out
${GEM_LIBDIR}/example/output/seasons.out
${GEM_LIBDIR}/example/output/sentence.out
${GEM_LIBDIR}/example/output/simple_xml.out
${GEM_LIBDIR}/example/output/string_parser.out
${GEM_LIBDIR}/example/parens.rb
${GEM_LIBDIR}/example/readme.rb
${GEM_LIBDIR}/example/seasons.rb
${GEM_LIBDIR}/example/sentence.rb
${GEM_LIBDIR}/example/simple.lit
${GEM_LIBDIR}/example/simple_xml.rb
${GEM_LIBDIR}/example/string_parser.rb
${GEM_LIBDIR}/example/test.lit
${GEM_LIBDIR}/lib/parslet.rb
${GEM_LIBDIR}/lib/parslet/atoms.rb
${GEM_LIBDIR}/lib/parslet/atoms/alternative.rb
${GEM_LIBDIR}/lib/parslet/atoms/base.rb
${GEM_LIBDIR}/lib/parslet/atoms/can_flatten.rb
${GEM_LIBDIR}/lib/parslet/atoms/context.rb
${GEM_LIBDIR}/lib/parslet/atoms/dsl.rb
${GEM_LIBDIR}/lib/parslet/atoms/entity.rb
${GEM_LIBDIR}/lib/parslet/atoms/lookahead.rb
${GEM_LIBDIR}/lib/parslet/atoms/named.rb
${GEM_LIBDIR}/lib/parslet/atoms/re.rb
${GEM_LIBDIR}/lib/parslet/atoms/repetition.rb
${GEM_LIBDIR}/lib/parslet/atoms/sequence.rb
${GEM_LIBDIR}/lib/parslet/atoms/str.rb
${GEM_LIBDIR}/lib/parslet/atoms/visitor.rb
${GEM_LIBDIR}/lib/parslet/cause.rb
${GEM_LIBDIR}/lib/parslet/convenience.rb
${GEM_LIBDIR}/lib/parslet/error_reporter.rb
${GEM_LIBDIR}/lib/parslet/error_reporter/deepest.rb
${GEM_LIBDIR}/lib/parslet/error_reporter/tree.rb
${GEM_LIBDIR}/lib/parslet/export.rb
${GEM_LIBDIR}/lib/parslet/expression.rb
${GEM_LIBDIR}/lib/parslet/expression/treetop.rb
${GEM_LIBDIR}/lib/parslet/parser.rb
${GEM_LIBDIR}/lib/parslet/pattern.rb
${GEM_LIBDIR}/lib/parslet/pattern/binding.rb
${GEM_LIBDIR}/lib/parslet/rig/rspec.rb
${GEM_LIBDIR}/lib/parslet/slice.rb
${GEM_LIBDIR}/lib/parslet/source.rb
${GEM_LIBDIR}/lib/parslet/source/line_cache.rb
${GEM_LIBDIR}/lib/parslet/transform.rb
${GEM_LIBDIR}/lib/parslet/transform/context.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

File Added: pkgsrc/devel/ruby-parslet/distinfo
$NetBSD: distinfo,v 1.1 2013/02/11 08:47:20 taca Exp $

SHA1 (parslet-1.4.0.gem) = c26874585fd1b1913b8db71b027a2392fe2d231b
RMD160 (parslet-1.4.0.gem) = e6d013cdc9a3bde1c90a9e962502d4a6bd3741a8
Size (parslet-1.4.0.gem) = 45056 bytes