summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2011-11-16 08:09:55 +0000
committersno <sno@pkgsrc.org>2011-11-16 08:09:55 +0000
commitf410deb5a6398e792573a7f79de354946000167d (patch)
tree11c8e7e0b1d4ca5b14e31c75f6b68cf846e670d3 /devel
parent383c12fd77c8a0d83b5494dede6d1f353c864e16 (diff)
downloadpkgsrc-f410deb5a6398e792573a7f79de354946000167d.tar.gz
Updating Perl module ExtUtils::ParseXS in devel/p5-ExtUtils-ParseXS from
3.03 to 3.05. pkgsrc changes: - adjust download location to distribution based directory (from author-based) Upstream changes: 3.05 - Wed Oct 5 08:14:00 CET 2011 - No functional changes, promoted to stable release. 3.04_04 - Mon Sep 12 08:12:00 CET 2011 - Simplify generated XS code by emitting a compatibility version of dVAR. [Nicholas Clark] - Fixed "INCLUDE: $cmd |", CPAN RT #70213 3.04_03 - Sun Sep 4 18:49:00 CET 2011 - By #defining PERL_EUPXS_ALWAYS_EXPORT or PERL_EUPXS_NEVER_EXPORT early in your XS code, you can force ExtUtils::ParseXS to always or never export XSUB symbols. This has no effect on boot_* symbols since those must be exported. 3.04_02 - Sat Sep 3 15:28:00 CET 2011 - Don't put null characters into the generated source file when -except is used; write the '\0' escape sequence properly instead. [Stephen Bennett] 3.04_01 - Sun Aug 28 17:50:00 CET 2011 - The XSUB.h changes to make XS(name) use XS_INTERNAL(name) by default (which were in the 5.15.2 dev release of perl) have been reverted since too many CPAN modules expect to be able to refer to XSUBs declared with XS(name). Instead, ExtUtils::ParseXS will define a copy of the XS_INTERNAL/XS_EXTERNAL macros as necessary going back to perl 5.10.0 (which is the oldest perl I had for testing). By default, ExtUtils::ParseXS will use XS_INTERNAL(name) instead of XS(name). 3.04 - Thu Aug 25 08:20:00 CET 2011 - Stable release based on 3.03_03, no functional changes. 3.03_03 - Wed Aug 24 19:43:00 CET 2011 - Try to fix regression for input-typemap override in XS argument list. (CPAN RT #70448) - Explicit versions in submodules to fail early if something goes wrong. 3.03_02 - Sun Aug 21 13:19:00 CET 2011 - Properly strip trailing semicolons form inputmaps. These could trigger warnings (errors in strict C89 compilers) due to additional semicolons being interpreted as empty statements. [Torsten Schoenfeld, Jan Dubois, Steffen Mueller] - Now detects and throws a warning if there is a CODE section using RETVAL, but no OUTPUT section. [CPAN RT #69536] - Uses the explicit XS_EXTERNAL macro (from perl 5.15.2 and newer) for XSUBs that need to be exported. Defines XS_EXTERNAL to fall back to XS where that is not available. - Introduces new EXPORT_XSUB_SYMBOLS XS keyword that forces exported XSUB symbols. It's a no-op on perls before 5.15.2.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-ExtUtils-ParseXS/Makefile6
-rw-r--r--devel/p5-ExtUtils-ParseXS/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile
index 9bad2eaa3dc..f3440fc302e 100644
--- a/devel/p5-ExtUtils-ParseXS/Makefile
+++ b/devel/p5-ExtUtils-ParseXS/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2011/08/12 13:58:47 adam Exp $
+# $NetBSD: Makefile,v 1.17 2011/11/16 08:09:55 sno Exp $
-DISTNAME= ExtUtils-ParseXS-3.03
+DISTNAME= ExtUtils-ParseXS-3.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5epx
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SM/SMUELLER/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
diff --git a/devel/p5-ExtUtils-ParseXS/distinfo b/devel/p5-ExtUtils-ParseXS/distinfo
index be8e8043823..2dd19ab9cb5 100644
--- a/devel/p5-ExtUtils-ParseXS/distinfo
+++ b/devel/p5-ExtUtils-ParseXS/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2011/08/12 13:58:47 adam Exp $
+$NetBSD: distinfo,v 1.15 2011/11/16 08:09:55 sno Exp $
-SHA1 (ExtUtils-ParseXS-3.03.tar.gz) = ca40e3337eaa2a34db67e2a27ab7744ab8d13587
-RMD160 (ExtUtils-ParseXS-3.03.tar.gz) = 4563b9271355965bce5e44888ec714986b88d747
-Size (ExtUtils-ParseXS-3.03.tar.gz) = 57527 bytes
+SHA1 (ExtUtils-ParseXS-3.05.tar.gz) = 4f694461c8945170c45f719fe544869105ea14c1
+RMD160 (ExtUtils-ParseXS-3.05.tar.gz) = eb18fc98b249f3013341c9ce2cfac995bb09b2a0
+Size (ExtUtils-ParseXS-3.05.tar.gz) = 59795 bytes