summaryrefslogtreecommitdiff
path: root/devel/p5-Parse-RecDescent
AgeCommit message (Collapse)AuthorFilesLines
2003-07-16Initial work in merging bits of the pkgviews branch into modern pkgsrc.jlam4-25/+0
Currently, the pkgviews/buildlink2 integration is incomplete. People who work on this branch should also check out src/usr.sbin/pkg_install from the pkgviews branch.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-25Update p5-Parse-RecDescent to 1.94mjl2-5/+7
- Fixed bug in <reject> handling: failed to reject if $return had been set. - Added two useful demos of restructuring nested data - Fixed doc bug re use of // - Localized filehandles, like a good citizen should - Misc doc bug fixes - Fixed Text::Balance dependency in Makefile.PL - Fixed bug that @itempos wasn't set up if referred to only in an autoaction. - Fixed truncation bug in tracing contexts - Dramatically improved speed of line counting - Made item(s) and item(s /,/) behave consistently wrt %item - Added prototype <autorule:...> handling - Added outer block markers for <perl_codeblock> - Fixed multi-grammar precompilation - Fixed numerous snafus in tutorial.html - Added nesting level information to traces - Fixed resetting of $text after an <uncommit> rule. - Updated Text::Balanced to fix various bugs - Removed Text::Balanced from distribution (now a prereq only) - Fixed fatal error with $tracelevel - Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-03-19Re-import of misnamed p5-Parse-RescDescentmjl4-0/+26
RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications.