diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 22:15:45 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 22:15:45 +0000 |
commit | aa837d6b0da073d0eabcc27700c53f79cdbbb20c (patch) | |
tree | d7755e7321b3eab9a07946274d356e4cfee1c03d | |
parent | 921766b82d6a394ca21cac4e193fc216bc85e401 (diff) | |
download | pkgsrc-aa837d6b0da073d0eabcc27700c53f79cdbbb20c.tar.gz |
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]
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-ExtUtils-ParseXS/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile index 7d9a17f17d2..29d5cffd9c3 100644 --- a/devel/p5-ExtUtils-ParseXS/Makefile +++ b/devel/p5-ExtUtils-ParseXS/Makefile @@ -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 diff --git a/devel/p5-ExtUtils-ParseXS/distinfo b/devel/p5-ExtUtils-ParseXS/distinfo index 46b92ccb289..cd8dae1033d 100644 --- a/devel/p5-ExtUtils-ParseXS/distinfo +++ b/devel/p5-ExtUtils-ParseXS/distinfo @@ -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 |