Thu Mar 22 13:33:27 2012 UTC ()
Updating package for Perl5 module ExtUtils::ParseXS from CPAN in
devel/p5-ExtUtils-ParseXS from 3.11 to 3.15.

Upstream changes since 3.11 (3.12 seems to be missed):
3.15 - Thu Feb  2 08:12:00 CET 2012
  - Fix version for PAUSE indexer.

3.14 - Wed Feb  1 18:22:00 CET 2012
  - Promote to stable release.
  - Proper repository and bugtracker info in META.json.

3.13_01 - Sat Jan 29 12:45:00 CET 2012
  - ExtUtils::Typemaps:
    => Embedded typemap dumping: A method which will produce the
       verbatim string for inclusion in XS.
    => Introducing ExtUtils::Typemaps::Cmd, a helper module which
       can produce embedded typemap strings via simple one-liners.
       Useful for including typemaps from other modules in XS code
       with INCLUDE_COMMAND. See "perldoc ExtUtils::Typemaps::Cmd".

  - ExtUtils::ParseXS:
    => Bugfix: Used to have parsing problems with embedded typemaps
       occasionally.
    => Better error messages on typemap-related issues. If a no
       typemap was found for a given C type, list all mapped C types
       so that the user hopefully spots his mistake easily.


(sno)
diff -r1.18 -r1.19 pkgsrc/devel/p5-ExtUtils-ParseXS/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/p5-ExtUtils-ParseXS/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile 2012/01/31 07:44:45 1.18
+++ pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/Makefile 2012/03/22 13:33:26 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2012/01/31 07:44:45 sno Exp $ 1# $NetBSD: Makefile,v 1.19 2012/03/22 13:33:26 sno Exp $
2 2
3DISTNAME= ExtUtils-ParseXS-3.11 3DISTNAME= ExtUtils-ParseXS-3.15
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5epx 5SVR4_PKGNAME= p5epx
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/ 10HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
11COMMENT= Perl5 module for converting Perl XS code into C code 11COMMENT= Perl5 module for converting Perl XS code into C code
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_LANGUAGES= c 16USE_LANGUAGES= c

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo 2012/01/31 07:44:45 1.16
+++ pkgsrc/devel/p5-ExtUtils-ParseXS/Attic/distinfo 2012/03/22 13:33:26 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2012/01/31 07:44:45 sno Exp $ 1$NetBSD: distinfo,v 1.17 2012/03/22 13:33:26 sno Exp $
2 2
3SHA1 (ExtUtils-ParseXS-3.11.tar.gz) = ab6af0f0949ac3c43f91b6a6f62766a27f2a9caa 3SHA1 (ExtUtils-ParseXS-3.15.tar.gz) = c671f9c0ea113878dfe3a3535a32546653be52e3
4RMD160 (ExtUtils-ParseXS-3.11.tar.gz) = ca2449734efb96ed22ea15c0ed7b19f96da8eb77 4RMD160 (ExtUtils-ParseXS-3.15.tar.gz) = 8204e8d83a09adca20e7aeec40086d57554560b1
5Size (ExtUtils-ParseXS-3.11.tar.gz) = 59018 bytes 5Size (ExtUtils-ParseXS-3.15.tar.gz) = 61892 bytes