From: Nicholas Clark Date: Sat, 26 Sep 2009 09:50:03 +0000 (+0100) Subject: Move ExtUtils::ParseXS from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e845af8e4986053d5f9f4e271a55d6feb803790;p=p5sagit%2Fp5-mst-13.2.git Move ExtUtils::ParseXS from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index a0ce10c..ec75c23 100644 --- a/MANIFEST +++ b/MANIFEST @@ -504,6 +504,15 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Pe cpan/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests cpan/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder cpan/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder +cpan/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log +cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code +cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor +cpan/ExtUtils-ParseXS/t/basic.t See if ExtUtils::ParseXS works +cpan/ExtUtils-ParseXS/t/usage.t ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests cpan/IPC-SysV/Changes IPC::SysV changes cpan/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture cpan/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture @@ -1274,15 +1283,6 @@ ext/ExtUtils-MakeMaker/t/xs.t Part of MakeMaker's test suite ext/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files ext/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP ext/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works -ext/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log -ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code -ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor -ext/ExtUtils-ParseXS/t/basic.t See if ExtUtils::ParseXS works -ext/ExtUtils-ParseXS/t/usage.t ExtUtils::ParseXS tests -ext/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests -ext/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests -ext/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests -ext/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests ext/Fcntl/Fcntl.pm Fcntl extension Perl module ext/Fcntl/Fcntl.xs Fcntl extension external subroutines ext/Fcntl/Makefile.PL Fcntl extension makefile writer diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5ff3c4c..2afd1c5 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -630,7 +630,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'kwilliams', 'DISTRIBUTION' => 'DAGOLDEN/ExtUtils-ParseXS-2.2002.tar.gz', - 'FILES' => q[ext/ExtUtils-ParseXS], + 'FILES' => q[cpan/ExtUtils-ParseXS], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, diff --git a/ext/ExtUtils-ParseXS/Changes b/cpan/ExtUtils-ParseXS/Changes similarity index 100% rename from ext/ExtUtils-ParseXS/Changes rename to cpan/ExtUtils-ParseXS/Changes diff --git a/ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm b/cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm similarity index 100% rename from ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm rename to cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm diff --git a/ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp b/cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp similarity index 100% rename from ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp rename to cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp diff --git a/ext/ExtUtils-ParseXS/t/XSTest.pm b/cpan/ExtUtils-ParseXS/t/XSTest.pm similarity index 100% rename from ext/ExtUtils-ParseXS/t/XSTest.pm rename to cpan/ExtUtils-ParseXS/t/XSTest.pm diff --git a/ext/ExtUtils-ParseXS/t/XSTest.xs b/cpan/ExtUtils-ParseXS/t/XSTest.xs similarity index 100% rename from ext/ExtUtils-ParseXS/t/XSTest.xs rename to cpan/ExtUtils-ParseXS/t/XSTest.xs diff --git a/ext/ExtUtils-ParseXS/t/XSUsage.pm b/cpan/ExtUtils-ParseXS/t/XSUsage.pm similarity index 100% rename from ext/ExtUtils-ParseXS/t/XSUsage.pm rename to cpan/ExtUtils-ParseXS/t/XSUsage.pm diff --git a/ext/ExtUtils-ParseXS/t/XSUsage.xs b/cpan/ExtUtils-ParseXS/t/XSUsage.xs similarity index 100% rename from ext/ExtUtils-ParseXS/t/XSUsage.xs rename to cpan/ExtUtils-ParseXS/t/XSUsage.xs diff --git a/ext/ExtUtils-ParseXS/t/basic.t b/cpan/ExtUtils-ParseXS/t/basic.t similarity index 100% rename from ext/ExtUtils-ParseXS/t/basic.t rename to cpan/ExtUtils-ParseXS/t/basic.t diff --git a/ext/ExtUtils-ParseXS/t/usage.t b/cpan/ExtUtils-ParseXS/t/usage.t similarity index 100% rename from ext/ExtUtils-ParseXS/t/usage.t rename to cpan/ExtUtils-ParseXS/t/usage.t diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL index 785ca82..9d75279 100644 --- a/utils/xsubpp.PL +++ b/utils/xsubpp.PL @@ -34,7 +34,7 @@ $Config{startperl} use File::Spec; my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, - qw(ext ExtUtils-ParseXS + qw(cpan ExtUtils-ParseXS lib ExtUtils)), 'xsubpp');