summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-24 10:30:56 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-24 10:30:56 +0100
commit5aacae8537a14b9d6238ea441c002451d7abea35 (patch)
treeceef13c1be4ac11d2e7a13ff0737d44cbe1c446c
parente14adb6005c86f724c57fce18f4514abf3c57041 (diff)
downloadperl-5aacae8537a14b9d6238ea441c002451d7abea35.tar.gz
Move IPC-SysV from ext/ to cpan/
(Also XS, skipped on Win32 and VMS)
-rw-r--r--MANIFEST40
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/IPC-SysV/.gitignore (renamed from ext/IPC-SysV/.gitignore)0
-rw-r--r--cpan/IPC-SysV/Changes (renamed from ext/IPC-SysV/Changes)0
-rw-r--r--cpan/IPC-SysV/MANIFEST.SKIP (renamed from ext/IPC-SysV/MANIFEST.SKIP)0
-rw-r--r--cpan/IPC-SysV/Makefile.PL (renamed from ext/IPC-SysV/Makefile.PL)0
-rw-r--r--cpan/IPC-SysV/README (renamed from ext/IPC-SysV/README)0
-rw-r--r--cpan/IPC-SysV/SysV.xs (renamed from ext/IPC-SysV/SysV.xs)0
-rw-r--r--cpan/IPC-SysV/TODO (renamed from ext/IPC-SysV/TODO)0
-rw-r--r--cpan/IPC-SysV/hints/cygwin.pl (renamed from ext/IPC-SysV/hints/cygwin.pl)0
-rw-r--r--cpan/IPC-SysV/hints/next_3.pl (renamed from ext/IPC-SysV/hints/next_3.pl)0
-rw-r--r--cpan/IPC-SysV/lib/IPC/Msg.pm (renamed from ext/IPC-SysV/lib/IPC/Msg.pm)0
-rw-r--r--cpan/IPC-SysV/lib/IPC/Semaphore.pm (renamed from ext/IPC-SysV/lib/IPC/Semaphore.pm)0
-rw-r--r--cpan/IPC-SysV/lib/IPC/SharedMem.pm (renamed from ext/IPC-SysV/lib/IPC/SharedMem.pm)0
-rw-r--r--cpan/IPC-SysV/lib/IPC/SysV.pm (renamed from ext/IPC-SysV/lib/IPC/SysV.pm)0
-rw-r--r--cpan/IPC-SysV/regen.pl (renamed from ext/IPC-SysV/regen.pl)0
-rw-r--r--cpan/IPC-SysV/t/ipcsysv.t (renamed from ext/IPC-SysV/t/ipcsysv.t)0
-rw-r--r--cpan/IPC-SysV/t/msg.t (renamed from ext/IPC-SysV/t/msg.t)0
-rw-r--r--cpan/IPC-SysV/t/pod.t (renamed from ext/IPC-SysV/t/pod.t)0
-rw-r--r--cpan/IPC-SysV/t/podcov.t (renamed from ext/IPC-SysV/t/podcov.t)0
-rw-r--r--cpan/IPC-SysV/t/sem.t (renamed from ext/IPC-SysV/t/sem.t)0
-rw-r--r--cpan/IPC-SysV/t/shm.t (renamed from ext/IPC-SysV/t/shm.t)0
-rw-r--r--cpan/IPC-SysV/typemap (renamed from ext/IPC-SysV/typemap)0
23 files changed, 21 insertions, 21 deletions
diff --git a/MANIFEST b/MANIFEST
index bbc1de1f67..1192f0290d 100644
--- 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
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1019ad2792..a74b91f323 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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',
diff --git a/ext/IPC-SysV/.gitignore b/cpan/IPC-SysV/.gitignore
index 2a06e93b55..2a06e93b55 100644
--- a/ext/IPC-SysV/.gitignore
+++ b/cpan/IPC-SysV/.gitignore
diff --git a/ext/IPC-SysV/Changes b/cpan/IPC-SysV/Changes
index ed605596c9..ed605596c9 100644
--- a/ext/IPC-SysV/Changes
+++ b/cpan/IPC-SysV/Changes
diff --git a/ext/IPC-SysV/MANIFEST.SKIP b/cpan/IPC-SysV/MANIFEST.SKIP
index f5cf3b4254..f5cf3b4254 100644
--- a/ext/IPC-SysV/MANIFEST.SKIP
+++ b/cpan/IPC-SysV/MANIFEST.SKIP
diff --git a/ext/IPC-SysV/Makefile.PL b/cpan/IPC-SysV/Makefile.PL
index 1cd276c2db..1cd276c2db 100644
--- a/ext/IPC-SysV/Makefile.PL
+++ b/cpan/IPC-SysV/Makefile.PL
diff --git a/ext/IPC-SysV/README b/cpan/IPC-SysV/README
index a9cb7bdd4d..a9cb7bdd4d 100644
--- a/ext/IPC-SysV/README
+++ b/cpan/IPC-SysV/README
diff --git a/ext/IPC-SysV/SysV.xs b/cpan/IPC-SysV/SysV.xs
index 11b4013092..11b4013092 100644
--- a/ext/IPC-SysV/SysV.xs
+++ b/cpan/IPC-SysV/SysV.xs
diff --git a/ext/IPC-SysV/TODO b/cpan/IPC-SysV/TODO
index 3d825ef1a6..3d825ef1a6 100644
--- a/ext/IPC-SysV/TODO
+++ b/cpan/IPC-SysV/TODO
diff --git a/ext/IPC-SysV/hints/cygwin.pl b/cpan/IPC-SysV/hints/cygwin.pl
index 7c7299d1ac..7c7299d1ac 100644
--- a/ext/IPC-SysV/hints/cygwin.pl
+++ b/cpan/IPC-SysV/hints/cygwin.pl
diff --git a/ext/IPC-SysV/hints/next_3.pl b/cpan/IPC-SysV/hints/next_3.pl
index 2290ac7400..2290ac7400 100644
--- a/ext/IPC-SysV/hints/next_3.pl
+++ b/cpan/IPC-SysV/hints/next_3.pl
diff --git a/ext/IPC-SysV/lib/IPC/Msg.pm b/cpan/IPC-SysV/lib/IPC/Msg.pm
index 44676757b6..44676757b6 100644
--- a/ext/IPC-SysV/lib/IPC/Msg.pm
+++ b/cpan/IPC-SysV/lib/IPC/Msg.pm
diff --git a/ext/IPC-SysV/lib/IPC/Semaphore.pm b/cpan/IPC-SysV/lib/IPC/Semaphore.pm
index 6f0c251ea4..6f0c251ea4 100644
--- a/ext/IPC-SysV/lib/IPC/Semaphore.pm
+++ b/cpan/IPC-SysV/lib/IPC/Semaphore.pm
diff --git a/ext/IPC-SysV/lib/IPC/SharedMem.pm b/cpan/IPC-SysV/lib/IPC/SharedMem.pm
index 06240f2fb8..06240f2fb8 100644
--- a/ext/IPC-SysV/lib/IPC/SharedMem.pm
+++ b/cpan/IPC-SysV/lib/IPC/SharedMem.pm
diff --git a/ext/IPC-SysV/lib/IPC/SysV.pm b/cpan/IPC-SysV/lib/IPC/SysV.pm
index eaa068bc46..eaa068bc46 100644
--- a/ext/IPC-SysV/lib/IPC/SysV.pm
+++ b/cpan/IPC-SysV/lib/IPC/SysV.pm
diff --git a/ext/IPC-SysV/regen.pl b/cpan/IPC-SysV/regen.pl
index 776991298f..776991298f 100644
--- a/ext/IPC-SysV/regen.pl
+++ b/cpan/IPC-SysV/regen.pl
diff --git a/ext/IPC-SysV/t/ipcsysv.t b/cpan/IPC-SysV/t/ipcsysv.t
index a83c7bbae0..a83c7bbae0 100644
--- a/ext/IPC-SysV/t/ipcsysv.t
+++ b/cpan/IPC-SysV/t/ipcsysv.t
diff --git a/ext/IPC-SysV/t/msg.t b/cpan/IPC-SysV/t/msg.t
index 32dd9ffa75..32dd9ffa75 100644
--- a/ext/IPC-SysV/t/msg.t
+++ b/cpan/IPC-SysV/t/msg.t
diff --git a/ext/IPC-SysV/t/pod.t b/cpan/IPC-SysV/t/pod.t
index f9beefc50b..f9beefc50b 100644
--- a/ext/IPC-SysV/t/pod.t
+++ b/cpan/IPC-SysV/t/pod.t
diff --git a/ext/IPC-SysV/t/podcov.t b/cpan/IPC-SysV/t/podcov.t
index f607059558..f607059558 100644
--- a/ext/IPC-SysV/t/podcov.t
+++ b/cpan/IPC-SysV/t/podcov.t
diff --git a/ext/IPC-SysV/t/sem.t b/cpan/IPC-SysV/t/sem.t
index 60fd039843..60fd039843 100644
--- a/ext/IPC-SysV/t/sem.t
+++ b/cpan/IPC-SysV/t/sem.t
diff --git a/ext/IPC-SysV/t/shm.t b/cpan/IPC-SysV/t/shm.t
index f38f88eaa0..f38f88eaa0 100644
--- a/ext/IPC-SysV/t/shm.t
+++ b/cpan/IPC-SysV/t/shm.t
diff --git a/ext/IPC-SysV/typemap b/cpan/IPC-SysV/typemap
index e884838f20..e884838f20 100644
--- a/ext/IPC-SysV/typemap
+++ b/cpan/IPC-SysV/typemap