Move IPC-SysV from ext/ to cpan/
Nicholas Clark [Thu, 24 Sep 2009 09:30:56 +0000 (10:30 +0100)]
(Also XS, skipped on Win32 and VMS)

23 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/IPC-SysV/.gitignore [moved from ext/IPC-SysV/.gitignore with 100% similarity]
cpan/IPC-SysV/Changes [moved from ext/IPC-SysV/Changes with 100% similarity]
cpan/IPC-SysV/MANIFEST.SKIP [moved from ext/IPC-SysV/MANIFEST.SKIP with 100% similarity]
cpan/IPC-SysV/Makefile.PL [moved from ext/IPC-SysV/Makefile.PL with 100% similarity]
cpan/IPC-SysV/README [moved from ext/IPC-SysV/README with 100% similarity]
cpan/IPC-SysV/SysV.xs [moved from ext/IPC-SysV/SysV.xs with 100% similarity]
cpan/IPC-SysV/TODO [moved from ext/IPC-SysV/TODO with 100% similarity]
cpan/IPC-SysV/hints/cygwin.pl [moved from ext/IPC-SysV/hints/cygwin.pl with 100% similarity]
cpan/IPC-SysV/hints/next_3.pl [moved from ext/IPC-SysV/hints/next_3.pl with 100% similarity]
cpan/IPC-SysV/lib/IPC/Msg.pm [moved from ext/IPC-SysV/lib/IPC/Msg.pm with 100% similarity]
cpan/IPC-SysV/lib/IPC/Semaphore.pm [moved from ext/IPC-SysV/lib/IPC/Semaphore.pm with 100% similarity]
cpan/IPC-SysV/lib/IPC/SharedMem.pm [moved from ext/IPC-SysV/lib/IPC/SharedMem.pm with 100% similarity]
cpan/IPC-SysV/lib/IPC/SysV.pm [moved from ext/IPC-SysV/lib/IPC/SysV.pm with 100% similarity]
cpan/IPC-SysV/regen.pl [moved from ext/IPC-SysV/regen.pl with 100% similarity]
cpan/IPC-SysV/t/ipcsysv.t [moved from ext/IPC-SysV/t/ipcsysv.t with 100% similarity]
cpan/IPC-SysV/t/msg.t [moved from ext/IPC-SysV/t/msg.t with 100% similarity]
cpan/IPC-SysV/t/pod.t [moved from ext/IPC-SysV/t/pod.t with 100% similarity]
cpan/IPC-SysV/t/podcov.t [moved from ext/IPC-SysV/t/podcov.t with 100% similarity]
cpan/IPC-SysV/t/sem.t [moved from ext/IPC-SysV/t/sem.t with 100% similarity]
cpan/IPC-SysV/t/shm.t [moved from ext/IPC-SysV/t/shm.t with 100% similarity]
cpan/IPC-SysV/typemap [moved from ext/IPC-SysV/typemap with 100% similarity]

index bbc1de1..1192f02 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,26 @@ 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/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
+cpan/IPC-SysV/lib/IPC/Msg.pm           IPC::SysV extension Perl module
+cpan/IPC-SysV/lib/IPC/Semaphore.pm     IPC::SysV extension Perl module
+cpan/IPC-SysV/lib/IPC/SharedMem.pm     IPC::SysV extension Perl module
+cpan/IPC-SysV/lib/IPC/SysV.pm          IPC::SysV extension Perl module
+cpan/IPC-SysV/Makefile.PL              IPC::SysV makefile writer
+cpan/IPC-SysV/MANIFEST.SKIP            IPC::SysV manifest skip specs
+cpan/IPC-SysV/README                   IPC::SysV README
+cpan/IPC-SysV/regen.pl                 IPC::SysV file regeneration script
+cpan/IPC-SysV/SysV.xs                  IPC::SysV extension Perl module
+cpan/IPC-SysV/t/ipcsysv.t              IPC::SysV test file
+cpan/IPC-SysV/t/msg.t                  IPC::SysV test file
+cpan/IPC-SysV/TODO                     IPC::SysV todo file
+cpan/IPC-SysV/t/podcov.t               IPC::SysV test file
+cpan/IPC-SysV/t/pod.t                  IPC::SysV test file
+cpan/IPC-SysV/t/sem.t                  IPC::SysV test file
+cpan/IPC-SysV/t/shm.t                  IPC::SysV test file
+cpan/IPC-SysV/typemap                  IPC::SysV typemap
 cpan/Sys-Syslog/Changes                        Changlog for Sys::Syslog
 cpan/Sys-Syslog/fallback/const-c.inc   Sys::Syslog constants fallback file
 cpan/Sys-Syslog/fallback/const-xs.inc  Sys::Syslog constants fallback file
@@ -1566,26 +1586,6 @@ ext/IPC-Open2/lib/IPC/Open2.pm   Open a two-ended pipe
 ext/IPC-Open2/t/IPC-Open2.t    See if IPC::Open2 works
 ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe
 ext/IPC-Open3/t/IPC-Open3.t    See if IPC::Open3 works
-ext/IPC-SysV/Changes   IPC::SysV changes
-ext/IPC-SysV/hints/cygwin.pl   Hint for IPC::SysV for named architecture
-ext/IPC-SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
-ext/IPC-SysV/lib/IPC/Msg.pm    IPC::SysV extension Perl module
-ext/IPC-SysV/lib/IPC/Semaphore.pm      IPC::SysV extension Perl module
-ext/IPC-SysV/lib/IPC/SharedMem.pm      IPC::SysV extension Perl module
-ext/IPC-SysV/lib/IPC/SysV.pm   IPC::SysV extension Perl module
-ext/IPC-SysV/Makefile.PL       IPC::SysV makefile writer
-ext/IPC-SysV/MANIFEST.SKIP     IPC::SysV manifest skip specs
-ext/IPC-SysV/README            IPC::SysV README
-ext/IPC-SysV/regen.pl  IPC::SysV file regeneration script
-ext/IPC-SysV/SysV.xs           IPC::SysV extension Perl module
-ext/IPC-SysV/t/ipcsysv.t               IPC::SysV test file
-ext/IPC-SysV/t/msg.t           IPC::SysV test file
-ext/IPC-SysV/TODO      IPC::SysV todo file
-ext/IPC-SysV/t/podcov.t        IPC::SysV test file
-ext/IPC-SysV/t/pod.t   IPC::SysV test file
-ext/IPC-SysV/t/sem.t           IPC::SysV test file
-ext/IPC-SysV/t/shm.t   IPC::SysV test file
-ext/IPC-SysV/typemap   IPC::SysV typemap
 ext/lib/lib_pm.PL              For "use lib", produces lib/lib.pm
 ext/lib/Makefile.PL
 ext/libnet/Changes                     libnet
index 1019ad2..a74b91f 100755 (executable)
@@ -811,7 +811,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'mhx',
        'DISTRIBUTION'  => 'MHX/IPC-SysV-2.01.tar.gz',
-       'FILES'         => q[ext/IPC-SysV],
+       'FILES'         => q[cpan/IPC-SysV],
        'EXCLUDED'      => [ qw{const-c.inc const-xs.inc} ],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
similarity index 100%
rename from ext/IPC-SysV/Changes
rename to cpan/IPC-SysV/Changes
similarity index 100%
rename from ext/IPC-SysV/README
rename to cpan/IPC-SysV/README
similarity index 100%
rename from ext/IPC-SysV/SysV.xs
rename to cpan/IPC-SysV/SysV.xs
similarity index 100%
rename from ext/IPC-SysV/TODO
rename to cpan/IPC-SysV/TODO
similarity index 100%
rename from ext/IPC-SysV/regen.pl
rename to cpan/IPC-SysV/regen.pl
similarity index 100%
rename from ext/IPC-SysV/t/msg.t
rename to cpan/IPC-SysV/t/msg.t
similarity index 100%
rename from ext/IPC-SysV/t/pod.t
rename to cpan/IPC-SysV/t/pod.t
similarity index 100%
rename from ext/IPC-SysV/t/sem.t
rename to cpan/IPC-SysV/t/sem.t
similarity index 100%
rename from ext/IPC-SysV/t/shm.t
rename to cpan/IPC-SysV/t/shm.t
similarity index 100%
rename from ext/IPC-SysV/typemap
rename to cpan/IPC-SysV/typemap