diff options
author | sno <sno> | 2012-03-22 13:33:26 +0000 |
---|---|---|
committer | sno <sno> | 2012-03-22 13:33:26 +0000 |
commit | 945e03570d5fb1edb8c4923e9ca4ee76b0aeb8e3 (patch) | |
tree | b70fe5c936ea0b96aa06b80509a9b694c9517df9 | |
parent | 598fbef16226f862a591187b0a9c570e77c62f6b (diff) | |
download | pkgsrc-945e03570d5fb1edb8c4923e9ca4ee76b0aeb8e3.tar.gz |
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.
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile index 3bec99dc006..4abc2586962 100644 --- a/devel/p5-ExtUtils-ParseXS/Makefile +++ b/devel/p5-ExtUtils-ParseXS/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2012/01/31 07:44:45 sno Exp $ +# $NetBSD: Makefile,v 1.19 2012/03/22 13:33:26 sno Exp $ -DISTNAME= ExtUtils-ParseXS-3.11 +DISTNAME= ExtUtils-ParseXS-3.15 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5epx CATEGORIES= devel perl5 diff --git a/devel/p5-ExtUtils-ParseXS/distinfo b/devel/p5-ExtUtils-ParseXS/distinfo index 21c58215bd5..ad91ca92c5a 100644 --- a/devel/p5-ExtUtils-ParseXS/distinfo +++ b/devel/p5-ExtUtils-ParseXS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2012/01/31 07:44:45 sno Exp $ +$NetBSD: distinfo,v 1.17 2012/03/22 13:33:26 sno Exp $ -SHA1 (ExtUtils-ParseXS-3.11.tar.gz) = ab6af0f0949ac3c43f91b6a6f62766a27f2a9caa -RMD160 (ExtUtils-ParseXS-3.11.tar.gz) = ca2449734efb96ed22ea15c0ed7b19f96da8eb77 -Size (ExtUtils-ParseXS-3.11.tar.gz) = 59018 bytes +SHA1 (ExtUtils-ParseXS-3.15.tar.gz) = c671f9c0ea113878dfe3a3535a32546653be52e3 +RMD160 (ExtUtils-ParseXS-3.15.tar.gz) = 8204e8d83a09adca20e7aeec40086d57554560b1 +Size (ExtUtils-ParseXS-3.15.tar.gz) = 61892 bytes |