From: Nicholas Clark Date: Thu, 1 Oct 2009 13:31:17 +0000 (+0100) Subject: Move Compress::Raw::Bzip2 from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d371e02a597f759bb8188a51ce0eaac8bb8ce869;p=p5sagit%2Fp5-mst-13.2.git Move Compress::Raw::Bzip2 from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 35688ab..7f5e78a 100644 --- a/MANIFEST +++ b/MANIFEST @@ -225,6 +225,37 @@ cpan/Class-ISA/ChangeLog Changes for Class::ISA cpan/Class-ISA/lib/Class/ISA.pm Class::ISA cpan/Class-ISA/t/00_about_verbose.t Tests for Class::ISA cpan/Class-ISA/t/01_old_junk.t Tests for Class::ISA +cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h +cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h +cpan/Compress-Raw-Bzip2/bzip2-src/compress.c +cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c +cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c +cpan/Compress-Raw-Bzip2/bzip2-src/dlltest.c +cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c +cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE +cpan/Compress-Raw-Bzip2/bzip2-src/mk251.c +cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c +cpan/Compress-Raw-Bzip2/bzip2-src/spewG.c +cpan/Compress-Raw-Bzip2/bzip2-src/unzcrash.c +cpan/Compress-Raw-Bzip2/Bzip2.xs +cpan/Compress-Raw-Bzip2/Changes +cpan/Compress-Raw-Bzip2/fallback/constants.h +cpan/Compress-Raw-Bzip2/fallback/constants.xs +cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm +cpan/Compress-Raw-Bzip2/Makefile.PL +cpan/Compress-Raw-Bzip2/pod/FAQ.pod +cpan/Compress-Raw-Bzip2/private/MakeUtil.pm +cpan/Compress-Raw-Bzip2/README +cpan/Compress-Raw-Bzip2/t/000prereq.t +cpan/Compress-Raw-Bzip2/t/01bzip2.t +cpan/Compress-Raw-Bzip2/t/09limitoutput.t +cpan/Compress-Raw-Bzip2/t/99pod.t +cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm +cpan/Compress-Raw-Bzip2/typemap cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm @@ -1570,37 +1601,6 @@ ext/B/t/showlex.t See if B::ShowLex works ext/B/t/terse.t See if B::Terse works ext/B/t/xref.t See if B::Xref works ext/B/typemap Compiler backend interface types -ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c -ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c -ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c -ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c -ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h -ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h -ext/Compress-Raw-Bzip2/bzip2-src/compress.c -ext/Compress-Raw-Bzip2/bzip2-src/crctable.c -ext/Compress-Raw-Bzip2/bzip2-src/decompress.c -ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c -ext/Compress-Raw-Bzip2/bzip2-src/huffman.c -ext/Compress-Raw-Bzip2/bzip2-src/LICENSE -ext/Compress-Raw-Bzip2/bzip2-src/mk251.c -ext/Compress-Raw-Bzip2/bzip2-src/randtable.c -ext/Compress-Raw-Bzip2/bzip2-src/spewG.c -ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c -ext/Compress-Raw-Bzip2/Bzip2.xs -ext/Compress-Raw-Bzip2/Changes -ext/Compress-Raw-Bzip2/fallback/constants.h -ext/Compress-Raw-Bzip2/fallback/constants.xs -ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm -ext/Compress-Raw-Bzip2/Makefile.PL -ext/Compress-Raw-Bzip2/pod/FAQ.pod -ext/Compress-Raw-Bzip2/private/MakeUtil.pm -ext/Compress-Raw-Bzip2/README -ext/Compress-Raw-Bzip2/t/000prereq.t -ext/Compress-Raw-Bzip2/t/01bzip2.t -ext/Compress-Raw-Bzip2/t/09limitoutput.t -ext/Compress-Raw-Bzip2/t/99pod.t -ext/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm -ext/Compress-Raw-Bzip2/typemap ext/Compress-Raw-Zlib/Changes Compress::Raw::Zlib ext/Compress-Raw-Zlib/config.in Compress::Raw::Zlib ext/Compress-Raw-Zlib/examples/filtdef Compress::Raw::Zlib diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2f5a256..83c8487 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -326,7 +326,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'pmqs', 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.021.tar.gz', - 'FILES' => q[ext/Compress-Raw-Bzip2], + 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, qw( bzip2-src/bzip2-cpp.patch ) diff --git a/ext/Compress-Raw-Bzip2/.gitignore b/cpan/Compress-Raw-Bzip2/.gitignore similarity index 100% rename from ext/Compress-Raw-Bzip2/.gitignore rename to cpan/Compress-Raw-Bzip2/.gitignore diff --git a/ext/Compress-Raw-Bzip2/Bzip2.xs b/cpan/Compress-Raw-Bzip2/Bzip2.xs similarity index 100% rename from ext/Compress-Raw-Bzip2/Bzip2.xs rename to cpan/Compress-Raw-Bzip2/Bzip2.xs diff --git a/ext/Compress-Raw-Bzip2/Changes b/cpan/Compress-Raw-Bzip2/Changes similarity index 100% rename from ext/Compress-Raw-Bzip2/Changes rename to cpan/Compress-Raw-Bzip2/Changes diff --git a/ext/Compress-Raw-Bzip2/Makefile.PL b/cpan/Compress-Raw-Bzip2/Makefile.PL similarity index 100% rename from ext/Compress-Raw-Bzip2/Makefile.PL rename to cpan/Compress-Raw-Bzip2/Makefile.PL diff --git a/ext/Compress-Raw-Bzip2/README b/cpan/Compress-Raw-Bzip2/README similarity index 100% rename from ext/Compress-Raw-Bzip2/README rename to cpan/Compress-Raw-Bzip2/README diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/LICENSE b/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/LICENSE rename to cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c b/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c b/cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c b/cpan/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c b/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h b/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h rename to cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h b/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h rename to cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/compress.c b/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/compress.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/compress.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/crctable.c b/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/crctable.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/decompress.c b/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/decompress.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c b/cpan/Compress-Raw-Bzip2/bzip2-src/dlltest.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/dlltest.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/huffman.c b/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/huffman.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/mk251.c b/cpan/Compress-Raw-Bzip2/bzip2-src/mk251.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/mk251.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/mk251.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/randtable.c b/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/randtable.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/spewG.c b/cpan/Compress-Raw-Bzip2/bzip2-src/spewG.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/spewG.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/spewG.c diff --git a/ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c b/cpan/Compress-Raw-Bzip2/bzip2-src/unzcrash.c similarity index 100% rename from ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c rename to cpan/Compress-Raw-Bzip2/bzip2-src/unzcrash.c diff --git a/ext/Compress-Raw-Bzip2/fallback/constants.h b/cpan/Compress-Raw-Bzip2/fallback/constants.h similarity index 100% rename from ext/Compress-Raw-Bzip2/fallback/constants.h rename to cpan/Compress-Raw-Bzip2/fallback/constants.h diff --git a/ext/Compress-Raw-Bzip2/fallback/constants.xs b/cpan/Compress-Raw-Bzip2/fallback/constants.xs similarity index 100% rename from ext/Compress-Raw-Bzip2/fallback/constants.xs rename to cpan/Compress-Raw-Bzip2/fallback/constants.xs diff --git a/ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm similarity index 100% rename from ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm rename to cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm diff --git a/ext/Compress-Raw-Bzip2/pod/FAQ.pod b/cpan/Compress-Raw-Bzip2/pod/FAQ.pod similarity index 100% rename from ext/Compress-Raw-Bzip2/pod/FAQ.pod rename to cpan/Compress-Raw-Bzip2/pod/FAQ.pod diff --git a/ext/Compress-Raw-Bzip2/private/MakeUtil.pm b/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm similarity index 100% rename from ext/Compress-Raw-Bzip2/private/MakeUtil.pm rename to cpan/Compress-Raw-Bzip2/private/MakeUtil.pm diff --git a/ext/Compress-Raw-Bzip2/t/000prereq.t b/cpan/Compress-Raw-Bzip2/t/000prereq.t similarity index 100% rename from ext/Compress-Raw-Bzip2/t/000prereq.t rename to cpan/Compress-Raw-Bzip2/t/000prereq.t diff --git a/ext/Compress-Raw-Bzip2/t/01bzip2.t b/cpan/Compress-Raw-Bzip2/t/01bzip2.t similarity index 100% rename from ext/Compress-Raw-Bzip2/t/01bzip2.t rename to cpan/Compress-Raw-Bzip2/t/01bzip2.t diff --git a/ext/Compress-Raw-Bzip2/t/09limitoutput.t b/cpan/Compress-Raw-Bzip2/t/09limitoutput.t similarity index 100% rename from ext/Compress-Raw-Bzip2/t/09limitoutput.t rename to cpan/Compress-Raw-Bzip2/t/09limitoutput.t diff --git a/ext/Compress-Raw-Bzip2/t/99pod.t b/cpan/Compress-Raw-Bzip2/t/99pod.t similarity index 100% rename from ext/Compress-Raw-Bzip2/t/99pod.t rename to cpan/Compress-Raw-Bzip2/t/99pod.t diff --git a/ext/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm b/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm similarity index 100% rename from ext/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm rename to cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm diff --git a/ext/Compress-Raw-Bzip2/typemap b/cpan/Compress-Raw-Bzip2/typemap similarity index 100% rename from ext/Compress-Raw-Bzip2/typemap rename to cpan/Compress-Raw-Bzip2/typemap diff --git a/t/TEST b/t/TEST index a7fd9c8..815306f 100755 --- a/t/TEST +++ b/t/TEST @@ -31,7 +31,7 @@ my %no_abs = my %temp_no_core = ('../cpan/B-Debug' => 1, - '../ext/Compress-Raw-Bzip2' => 1, + '../cpan/Compress-Raw-Bzip2' => 1, '../ext/Compress-Raw-Zlib' => 1, '../cpan/Devel-PPPort' => 1, '../cpan/Getopt-Long' => 1,