pkgsrc changes:
- Updating package for p5 module ExtUtils::ParseXS from 1.19 to 1.20 - Allow tests using the c compiler - remove dependency to ExtUtils::CBuilder package, the is no version required and ExtUtils::CBuilder is in perl core meanwhile ... - Setting LICENSE to ${PERL5_LICENSE} according META.yml Upstream changes: 2.20 - Wed Jul 1 13:42:11 EDT 2009 - No changes from 2.19_04 2.19_04 - Mon Jun 29 11:49:12 EDT 2009 - Changed tests to use Test::More and added it to prereqs - Some tests skip if no compiler or if no dynamic loading - INTERFACE keyword tests skipped for perl < 5.8 2.19_03 - Sat Jun 27 22:51:18 EDT 2009 - Released to see updated results from smoke testers - Fix minor doc typo pulled from blead 2.19_02 - Wed Aug 6 22:18:33 2008 - Fix the usage reports to consistently report package name as well as sub name across ALIAS, INTERFACE and regular XSUBS. [Robert May] - Cleaned up a warning with -Wwrite-strings that gets passed into every parsed XS file. [Steve Peters] - Allow (pedantically correct) C pre-processor comments in the code snippets of typemap files. [Nicholas Clark]
This commit is contained in:
parent
1629399ad4
commit
d86f5e091f
2 changed files with 9 additions and 10 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:53 he Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/07/07 22:15:45 sno Exp $
|
||||
|
||||
DISTNAME= ExtUtils-ParseXS-2.19
|
||||
DISTNAME= ExtUtils-ParseXS-2.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5epx
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
||||
|
@ -10,11 +9,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-ParseXS/
|
||||
COMMENT= Perl5 module for converting Perl XS code into C code
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
USE_LANGUAGES= c
|
||||
PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/05/28 21:55:42 abs Exp $
|
||||
$NetBSD: distinfo,v 1.4 2009/07/07 22:15:45 sno Exp $
|
||||
|
||||
SHA1 (ExtUtils-ParseXS-2.19.tar.gz) = 1dddbe434be59eab7245df6177f2de1d9423cbd6
|
||||
RMD160 (ExtUtils-ParseXS-2.19.tar.gz) = 131823e74af109cefc747280d916c07b5f3a49b4
|
||||
Size (ExtUtils-ParseXS-2.19.tar.gz) = 25214 bytes
|
||||
SHA1 (ExtUtils-ParseXS-2.20.tar.gz) = d2d566e75afac6017e06303b6844686cf0f3ba80
|
||||
RMD160 (ExtUtils-ParseXS-2.20.tar.gz) = ff8abe9591d7627013b0ee310a3c8d122080f9d3
|
||||
Size (ExtUtils-ParseXS-2.20.tar.gz) = 31847 bytes
|
||||
|
|
Loading…
Reference in a new issue