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.
This commit is contained in:
parent
549621cdfb
commit
fb0b15b6f4
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue