diff options
author | sno <sno> | 2010-01-25 12:14:51 +0000 |
---|---|---|
committer | sno <sno> | 2010-01-25 12:14:51 +0000 |
commit | 8c821610d197acf8ff085f0965f4373012d53b45 (patch) | |
tree | c2d71fc0b45f2fe0ba50663f72c637a06ab64d69 /devel | |
parent | 9c2dbfd7fd94b4548cf2322a660b7675cdcec9d5 (diff) | |
download | pkgsrc-8c821610d197acf8ff085f0965f4373012d53b45.tar.gz |
Updating devel/p5-ExtUtils-XSpp from 0.05 to 0.07
Upstream changes:
0.07 Fri Jan 22 18:07:10 CET 2010
- Fix issue with references as method arguments that have
template types. (Steffen Mueller)
0.06 Wed Jan 13 20:28:27 CET 2010
- When parsing a class declaration, automatically add a typemap
for the class.
- Add default typemaps for basic C types (integral, floating point
and char*).
- Automatically setup Perl inheritance for derived C++ classes.
- Support template types in function/method parameters and in typeamaps.
- Add command line options to run xsubpp directly from xspp.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-XSpp/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-ExtUtils-XSpp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-ExtUtils-XSpp/Makefile b/devel/p5-ExtUtils-XSpp/Makefile index 79c70d4613b..b22d8ebb4d9 100644 --- a/devel/p5-ExtUtils-XSpp/Makefile +++ b/devel/p5-ExtUtils-XSpp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:06:38 sno Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/25 12:14:51 sno Exp $ -DISTNAME= ExtUtils-XSpp-0.05 +DISTNAME= ExtUtils-XSpp-0.07 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} diff --git a/devel/p5-ExtUtils-XSpp/distinfo b/devel/p5-ExtUtils-XSpp/distinfo index cd29ce06772..b5f481b70e7 100644 --- a/devel/p5-ExtUtils-XSpp/distinfo +++ b/devel/p5-ExtUtils-XSpp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/01/16 14:06:38 sno Exp $ +$NetBSD: distinfo,v 1.2 2010/01/25 12:14:51 sno Exp $ -SHA1 (ExtUtils-XSpp-0.05.tar.gz) = 593479da08961be6af7e74142ef9360323753cd5 -RMD160 (ExtUtils-XSpp-0.05.tar.gz) = ee76412424470b65d3616153055b328614043fa5 -Size (ExtUtils-XSpp-0.05.tar.gz) = 87209 bytes +SHA1 (ExtUtils-XSpp-0.07.tar.gz) = e89cc31402412511c3738a9f2190c79e9966d0f9 +RMD160 (ExtUtils-XSpp-0.07.tar.gz) = a7a8e32d84a83cbe3df87c008aa6ad6c266009b7 +Size (ExtUtils-XSpp-0.07.tar.gz) = 89259 bytes |