Commit graph

25 commits

Author SHA1 Message Date
sno
18d0ac2508 Updating devel/p5-Parse-RecDescent from 1.96.3 to 1.96.4
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-02-17 11:58:57 +00:00
sno
cbffd2451e Updating devel/p5-Parse-RecDescent from 1.96.2.2 to 1.96.3
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)
2010-01-25 13:37:33 +00:00
sno
53b9e0d62c Updating devel/p5-Parse-RecDescent from 1.962.1 to 1.962.2
Upstream changes:
1.962.2  Fri Aug 28 13:39:33 2009
    - Fixed subtle bug in leftop and rightop caused by removal of $&
2009-09-12 18:05:37 +00:00
sno
20aabb1bad Updating package for devel/p5-Parse-RecDescent from 1.96 to 1.96.2.1
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-08-28 07:32:07 +00:00
sno
adda0e7049 PkgSrc changes:
- 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@
2009-03-10 17:43:19 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
he
f77c18bf6d Update from 1.95.1 to 1.95.1nb1.
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-10 19:40:00 +00:00
he
cacdf9ac0a Update from version 1.94nb1 to 1.95.1.
No recorded changes upstream.
2008-09-10 19:31:10 +00:00
heinz
a91164cb43 The package supports installation to DESTDIR.
A compiler is not necessary.
2008-02-07 21:28:29 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
60db3b92e2 Add HOMEPAGE. 2007-09-10 06:47:21 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
grant
d9cd8b4348 COMMENT tweak 2004-09-04 07:53:20 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
mjl
91c0b6fdae Update p5-Parse-RecDescent to 1.94
- 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.
2003-04-25 17:11:04 +00:00
seb
25e9e6b0ea Use buildlink2. Use perl5/module.mk. 2002-10-13 22:22:45 +00:00
mjl
fef15ce41a Re-import of misnamed p5-Parse-RescDescent
RecDescent incrementally generates top-down recursive-descent text
parsers from simple yacc-like grammar specifications.
2002-03-19 14:48:25 +00:00