Sun Sep 13 07:34:53 2015 UTC ()
Update to 1.967.11:

1.967_010     Sun Jul  7 11:23:53 2013

    - Base the standalone precompiled parser's runtime name on the
      parser's class, rather than use the fixed
      "Parse::RecDescent::_Runtime".  This prevents "already defined"
      warnings when two standalone precompiled parsers are used.

    - Add support for allowing precompiled parsers to share a common
      runtime via the Precompile({-runtime_class}) option and the
      PrecompiledRuntime() function.

    - Warn on creation of Precompiled parsers that depend on
      Parse::RecDescent.

    - *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change global the
      <skip:> directive to eval similar to other <skip:> directives,
      rather than being single-quoted in the resulting parser.

1.967011      Sat Sep 12 16:42:01 2015

    - Correct some typos in the documentation. (RT.cpan.org #87185,
      thanks dsteinbrunner!)

    - Sort hash keys and rulenames when generating code. This keeps
      the output text for a given input text the same, reducing
      differences in automated builds. (RT.cpan.org #102160, thanks
      Reiner!)

    - Precompiled parsers now document which
      $Parse::RecDescent::VERSION was used to generate
      them. (RT.cpan.org #77001)


(wiz)
diff -r1.33 -r1.34 pkgsrc/devel/p5-Parse-RecDescent/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Parse-RecDescent/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/devel/p5-Parse-RecDescent/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Parse-RecDescent/Makefile 2015/06/12 10:49:37 1.33
+++ pkgsrc/devel/p5-Parse-RecDescent/Makefile 2015/09/13 07:34:53 1.34
@@ -1,19 +1,17 @@ @@ -1,19 +1,17 @@
1# $NetBSD: Makefile,v 1.33 2015/06/12 10:49:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.34 2015/09/13 07:34:53 wiz Exp $
2# 
3 2
4DISTNAME= Parse-RecDescent-1.967009 3DISTNAME= Parse-RecDescent-1.967011
5PKGNAME= p5-${DISTNAME:S/967009/967.9/} 4PKGNAME= p5-${DISTNAME:S/9670/967./}
6PKGREVISION= 3 
7CATEGORIES= devel perl5 5CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Parse-RecDescent/ 9HOMEPAGE= http://search.cpan.org/dist/Parse-RecDescent/
12COMMENT= Perl5 module to generate recursive-descent parsers 10COMMENT= Perl5 module to generate recursive-descent parsers
13LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
14 12
15DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced 13DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
16 14
17USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
18PERL5_PACKLIST= auto/Parse/RecDescent/.packlist 16PERL5_PACKLIST= auto/Parse/RecDescent/.packlist
19 17

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Parse-RecDescent/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Parse-RecDescent/distinfo 2012/10/19 07:42:25 1.12
+++ pkgsrc/devel/p5-Parse-RecDescent/distinfo 2015/09/13 07:34:53 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2012/10/19 07:42:25 sno Exp $ 1$NetBSD: distinfo,v 1.13 2015/09/13 07:34:53 wiz Exp $
2 2
3SHA1 (Parse-RecDescent-1.967009.tar.gz) = b88413ed0fdd649a1ac50f6966e711d61f322de6 3SHA1 (Parse-RecDescent-1.967011.tar.gz) = 62e17a7f3e820237806f4fc38b277fe277d11563
4RMD160 (Parse-RecDescent-1.967009.tar.gz) = 63e708cc35155455e1004ba1184b81717accb9fe 4RMD160 (Parse-RecDescent-1.967011.tar.gz) = 542020fa4e344db1b5226167bab13d5dd0922fa1
5Size (Parse-RecDescent-1.967009.tar.gz) = 170858 bytes 5Size (Parse-RecDescent-1.967011.tar.gz) = 174584 bytes