pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Updated devel/p5-ExtUtils-ParseXS 2.15 -> 2.18
details: https://anonhg.NetBSD.org/pkgsrc/rev/92c6a1465286
branches: trunk
changeset: 529732:92c6a1465286
user: abs <abs%pkgsrc.org@localhost>
date: Sat Jun 09 23:32:58 2007 +0000
description:
Updated devel/p5-ExtUtils-ParseXS 2.15 -> 2.18
2.18
- Added some UNITCHECK stuff, which (I think) makes XS code able to
do UNITCHECK blocks. [Nicholas Clark]
- Changed 'use re "eval";' to 'BEGIN { $^H |= 0x00200000 };' so we
can compile re.xs in bleadperl. [Yves Orton]
- Fix an undefined-variable warning related to 'inout' parameter
processing.
2.17 - Mon Nov 20 17:07:27 2006
- Stacked $filepathname to make #line directives in #INCLUDEs work.
[Nicholas Clark]
- Sprinked dVAR in with dXSARGS, for God-(Jarkko)-knows-what
reason. [Jarkko Hietaniemi]
- Use printf-style formats in Perl_croak() for some significant
savings in number of distinct constant strings in the linked
binaries we create. [Alexey Tourbin]
- Don't use 'class' as a variable name in the t/XSTest.xs module,
since that's a keyword in C++. [Jarkko Hietaniemi]
2.16 Fri Sep 15 22:33:24 CDT 2006
- Fix a problem with PREFIX not working inside INTERFACE
sections. [Salvador Fandin~o]
diffstat:
devel/p5-ExtUtils-ParseXS/Makefile | 4 ++--
devel/p5-ExtUtils-ParseXS/distinfo | 8 ++++----
doc/CHANGES-2007 | 3 ++-
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r d655fa02c6bd -r 92c6a1465286 devel/p5-ExtUtils-ParseXS/Makefile
--- a/devel/p5-ExtUtils-ParseXS/Makefile Sat Jun 09 23:32:01 2007 +0000
+++ b/devel/p5-ExtUtils-ParseXS/Makefile Sat Jun 09 23:32:58 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 14:58:32 seb Exp $
+# $NetBSD: Makefile,v 1.2 2007/06/09 23:32:58 abs Exp $
-DISTNAME= ExtUtils-ParseXS-2.15
+DISTNAME= ExtUtils-ParseXS-2.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5epx
CATEGORIES= devel perl5
diff -r d655fa02c6bd -r 92c6a1465286 devel/p5-ExtUtils-ParseXS/distinfo
--- a/devel/p5-ExtUtils-ParseXS/distinfo Sat Jun 09 23:32:01 2007 +0000
+++ b/devel/p5-ExtUtils-ParseXS/distinfo Sat Jun 09 23:32:58 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/15 14:58:32 seb Exp $
+$NetBSD: distinfo,v 1.2 2007/06/09 23:32:58 abs Exp $
-SHA1 (ExtUtils-ParseXS-2.15.tar.gz) = 311ec7024f22040fd96bdb799c3e438248d9d56d
-RMD160 (ExtUtils-ParseXS-2.15.tar.gz) = 767d704bdc156743f2e6ffbdcc753e8d49f6160c
-Size (ExtUtils-ParseXS-2.15.tar.gz) = 24500 bytes
+SHA1 (ExtUtils-ParseXS-2.18.tar.gz) = d2313653bd97e31039da5e6db8abd962efbaefb8
+RMD160 (ExtUtils-ParseXS-2.18.tar.gz) = 67aed073bdb838cfe5e741417997d8b5c61834fe
+Size (ExtUtils-ParseXS-2.18.tar.gz) = 25173 bytes
diff -r d655fa02c6bd -r 92c6a1465286 doc/CHANGES-2007
--- a/doc/CHANGES-2007 Sat Jun 09 23:32:01 2007 +0000
+++ b/doc/CHANGES-2007 Sat Jun 09 23:32:58 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1296 2007/06/09 23:32:01 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1297 2007/06/09 23:33:36 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -2507,3 +2507,4 @@
Updated devel/p5-Class-Factory-Util to 1.7 [abs 2007-06-10]
Updated devel/p5-Clone to 0.23 [abs 2007-06-10]
Updated devel/p5-ExtUtils-CBuilder to 0.19 [abs 2007-06-10]
+ Updated devel/p5-ExtUtils-ParseXS to 2.18 [abs 2007-06-10]
Home |
Main Index |
Thread Index |
Old Index