summaryrefslogtreecommitdiff
path: root/devel/p5-Parse-RecDescent
AgeCommit message (Collapse)AuthorFilesLines
2010-02-17Updating devel/p5-Parse-RecDescent from 1.96.3 to 1.96.4sno2-7/+7
Upstream changes: 1.964 Wed Feb 17 09:33:39 2010 - Fixed bug with undefined $1 when parsing literals (thanks Dan!) - Fixed premature namespace destruction bug with compiled grammars
2010-01-25Updating devel/p5-Parse-RecDescent from 1.96.2.2 to 1.96.3sno2-7/+7
Upstream changes (1.962.2 -> 1.963): 1.963 Thu Jan 21 09:13:19 2010 - Fixed even subtler bug in leftop and rightop caused by removal of $& (Thanks Francesco)
2009-09-12Updating devel/p5-Parse-RecDescent from 1.962.1 to 1.962.2sno2-6/+6
Upstream changes: 1.962.2 Fri Aug 28 13:39:33 2009 - Fixed subtle bug in leftop and rightop caused by removal of $&
2009-08-28Updating package for devel/p5-Parse-RecDescent from 1.96 to 1.96.2.1sno3-21/+8
pkgsrc changes: - Adding license - removing patch for wrong formed version Upstream changes: 1.962.1 Thu Aug 27 21:39:30 2009 - Fixed subtle bug in leftop and rightop caused by removal of $& 1.962.0 Tue Aug 25 19:45:15 2009 - Doc bug fix (thanks Christophe) - Fixed assymmetrical push/pop on @lines tracker (thanks Peter!) - Bumped sub-version number hugely to fix CPAN indexing (thanks Jerome) - Remove all occurrences of $& so we don't affect other regular expressions. - Perl 5.6.0 required for use of $+[0] and $-[0] for replacement of $&.
2009-03-10PkgSrc changes:sno3-15/+14
- Updating module to 1.96.0 - adapting patch-aa Upstream changes: 1.96.0 Fri Oct 3 06:08:24 2008 - Propagated correct Changes file (thanks Matthew!) - Added: <warn> <hint> <trace_build> <trace_parse> <nocheck> Oked by rhaen@
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-09-10Update from 1.95.1 to 1.95.1nb1.he3-2/+17
This adds a patch to work around problems encountered when code does use Parse::RecDescent 1.80; which caused an error saying that "Parse::RecDescent version 1.8 required--this is only version 1.95.1". Work around this by patching Parse::RecDescent's VERSION setting to be 1.951.
2008-09-10Update from version 1.94nb1 to 1.95.1.he2-8/+9
No recorded changes upstream.
2008-02-07The package supports installation to DESTDIR.heinz1-4/+6
A compiler is not necessary.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-09-10Add HOMEPAGE.wiz1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-09-04COMMENT tweakgrant1-2/+2
2004-01-05bl3ifyjlam1-5/+7
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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.