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)
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 $&.
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=...").
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.
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.
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.
- 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.