Move DB_File from ext/ to cpan/
Nicholas Clark [Thu, 24 Sep 2009 09:51:41 +0000 (10:51 +0100)]
(Also XS, skipped on Win32 and VMS)

17 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/DB_File/.gitignore [moved from ext/DB_File/.gitignore with 100% similarity]
cpan/DB_File/Changes [moved from ext/DB_File/Changes with 100% similarity]
cpan/DB_File/DB_File.pm [moved from ext/DB_File/DB_File.pm with 100% similarity]
cpan/DB_File/DB_File.xs [moved from ext/DB_File/DB_File.xs with 100% similarity]
cpan/DB_File/DB_File_BS [moved from ext/DB_File/DB_File_BS with 100% similarity]
cpan/DB_File/Makefile.PL [moved from ext/DB_File/Makefile.PL with 100% similarity]
cpan/DB_File/config.in [moved from ext/DB_File/config.in with 100% similarity]
cpan/DB_File/dbinfo [moved from ext/DB_File/dbinfo with 100% similarity]
cpan/DB_File/hints/dynixptx.pl [moved from ext/DB_File/hints/dynixptx.pl with 100% similarity]
cpan/DB_File/hints/sco.pl [moved from ext/DB_File/hints/sco.pl with 100% similarity]
cpan/DB_File/t/db-btree.t [moved from ext/DB_File/t/db-btree.t with 100% similarity]
cpan/DB_File/t/db-hash.t [moved from ext/DB_File/t/db-hash.t with 100% similarity]
cpan/DB_File/t/db-recno.t [moved from ext/DB_File/t/db-recno.t with 100% similarity]
cpan/DB_File/typemap [moved from ext/DB_File/typemap with 100% similarity]
cpan/DB_File/version.c [moved from ext/DB_File/version.c with 100% similarity]

index 1192f02..ac08892 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,20 @@ configure.com                Configure-equivalent for VMS
 configure.gnu          Crude emulation of GNU configure
 cop.h                  Control operator header
 Copying                        The GNU General Public License
+cpan/DB_File/Changes           Berkeley DB extension change log
+cpan/DB_File/config.in         Part of Berkeley DB configuration
+cpan/DB_File/DB_File_BS                Berkeley DB extension mkbootstrap fodder
+cpan/DB_File/DB_File.pm                Berkeley DB extension Perl module
+cpan/DB_File/DB_File.xs                Berkeley DB extension external subroutines
+cpan/DB_File/dbinfo            Berkeley DB database version checker
+cpan/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
+cpan/DB_File/hints/sco.pl      Hint for DB_File for named architecture
+cpan/DB_File/Makefile.PL       Berkeley DB extension makefile writer
+cpan/DB_File/t/db-btree.t      See if DB_File works
+cpan/DB_File/t/db-hash.t       See if DB_File works
+cpan/DB_File/t/db-recno.t      See if DB_File works
+cpan/DB_File/typemap           Berkeley DB extension interface types
+cpan/DB_File/version.c         Berkeley DB extension interface version check
 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
@@ -622,20 +636,6 @@ ext/Data-Dumper/t/freezer.t        See if $Data::Dumper::Freezer works
 ext/Data-Dumper/Todo           Data pretty printer, futures
 ext/Data-Dumper/t/overload.t   See if Data::Dumper works for overloaded data
 ext/Data-Dumper/t/pair.t       See if Data::Dumper pair separator works
-ext/DB_File/Changes    Berkeley DB extension change log
-ext/DB_File/config.in  Part of Berkeley DB configuration
-ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
-ext/DB_File/DB_File.pm Berkeley DB extension Perl module
-ext/DB_File/DB_File.xs Berkeley DB extension external subroutines
-ext/DB_File/dbinfo     Berkeley DB database version checker
-ext/DB_File/hints/dynixptx.pl  Hint for DB_File for named architecture
-ext/DB_File/hints/sco.pl       Hint for DB_File for named architecture
-ext/DB_File/Makefile.PL        Berkeley DB extension makefile writer
-ext/DB_File/t/db-btree.t       See if DB_File works
-ext/DB_File/t/db-hash.t                See if DB_File works
-ext/DB_File/t/db-recno.t       See if DB_File works
-ext/DB_File/typemap            Berkeley DB extension interface types
-ext/DB_File/version.c          Berkeley DB extension interface version check
 ext/Devel-DProf/Changes                Perl code profiler changelog
 ext/Devel-DProf/DProf.pm       Perl code profiler
 ext/Devel-DProf/dprof/test1_t  Perl code profiler tests
index a74b91f..0511309 100755 (executable)
@@ -457,7 +457,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'pmqs',
        'DISTRIBUTION'  => 'PMQS/DB_File-1.820.tar.gz',
-       'FILES'         => q[ext/DB_File],
+       'FILES'         => q[cpan/DB_File],
        'EXCLUDED'      => [ qr{^patches/},
                             qw{ t/pod.t
                                 fallback.h
similarity index 100%
rename from ext/DB_File/Changes
rename to cpan/DB_File/Changes
similarity index 100%
rename from ext/DB_File/config.in
rename to cpan/DB_File/config.in
similarity index 100%
rename from ext/DB_File/dbinfo
rename to cpan/DB_File/dbinfo
similarity index 100%
rename from ext/DB_File/typemap
rename to cpan/DB_File/typemap
similarity index 100%
rename from ext/DB_File/version.c
rename to cpan/DB_File/version.c