Move Sys-Syslog from ext/ to cpan/
Nicholas Clark [Thu, 24 Sep 2009 09:16:04 +0000 (10:16 +0100)]
(Something had to be first, and it had to be XS, and skipped on Win32 and VMS)

21 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/.gitignore [new file with mode: 0644]
cpan/Sys-Syslog/.gitignore [moved from ext/Sys-Syslog/.gitignore with 100% similarity]
cpan/Sys-Syslog/Changes [moved from ext/Sys-Syslog/Changes with 100% similarity]
cpan/Sys-Syslog/Makefile.PL [moved from ext/Sys-Syslog/Makefile.PL with 100% similarity]
cpan/Sys-Syslog/README [moved from ext/Sys-Syslog/README with 100% similarity]
cpan/Sys-Syslog/README.win32 [moved from ext/Sys-Syslog/README.win32 with 100% similarity]
cpan/Sys-Syslog/Syslog.pm [moved from ext/Sys-Syslog/Syslog.pm with 100% similarity]
cpan/Sys-Syslog/Syslog.xs [moved from ext/Sys-Syslog/Syslog.xs with 100% similarity]
cpan/Sys-Syslog/fallback/const-c.inc [moved from ext/Sys-Syslog/fallback/const-c.inc with 100% similarity]
cpan/Sys-Syslog/fallback/const-xs.inc [moved from ext/Sys-Syslog/fallback/const-xs.inc with 100% similarity]
cpan/Sys-Syslog/fallback/syslog.h [moved from ext/Sys-Syslog/fallback/syslog.h with 100% similarity]
cpan/Sys-Syslog/t/00-load.t [moved from ext/Sys-Syslog/t/00-load.t with 100% similarity]
cpan/Sys-Syslog/t/constants.t [moved from ext/Sys-Syslog/t/constants.t with 100% similarity]
cpan/Sys-Syslog/t/syslog.t [moved from ext/Sys-Syslog/t/syslog.t with 100% similarity]
cpan/Sys-Syslog/win32/PerlLog.mc [moved from ext/Sys-Syslog/win32/PerlLog.mc with 100% similarity]
cpan/Sys-Syslog/win32/PerlLog_RES.uu [moved from ext/Sys-Syslog/win32/PerlLog_RES.uu with 100% similarity]
cpan/Sys-Syslog/win32/PerlLog_dll.uu [moved from ext/Sys-Syslog/win32/PerlLog_dll.uu with 100% similarity]
cpan/Sys-Syslog/win32/Win32.pm [moved from ext/Sys-Syslog/win32/Win32.pm with 100% similarity]
cpan/Sys-Syslog/win32/compile.pl [moved from ext/Sys-Syslog/win32/compile.pl with 100% similarity]

index ef563d7..bbc1de1 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,23 @@ 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/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
+cpan/Sys-Syslog/fallback/syslog.h      Sys::Syslog header fallback file
+cpan/Sys-Syslog/Makefile.PL            Sys::Syslog extension makefile writer
+cpan/Sys-Syslog/README                 README for Sys::Syslog
+cpan/Sys-Syslog/README.win32           README for Sys::Syslog on Windows
+cpan/Sys-Syslog/Syslog.pm              Sys::Syslog extension Perl module
+cpan/Sys-Syslog/Syslog.xs              Sys::Syslog extension external subroutines
+cpan/Sys-Syslog/t/00-load.t            test for Sys::Syslog
+cpan/Sys-Syslog/t/constants.t          test for Sys::Syslog
+cpan/Sys-Syslog/t/syslog.t             See if Sys::Syslog works
+cpan/Sys-Syslog/win32/compile.pl       Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog_dll.uu   Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog.mc       Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog_RES.uu   Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/Win32.pm         Sys::Syslog extension Win32 related file
 Cross/build-arm-n770-sh        Cross-compilation
 Cross/cflags-cross-arm Cross-compilation
 Cross/config           Cross-compilation
@@ -2562,23 +2579,6 @@ ext/Switch/t/switch.t            See if Perl 5 switch works
 ext/Sys-Hostname/Hostname.pm   Sys::Hostname extension Perl module
 ext/Sys-Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys-Hostname/t/Hostname.t  See if Sys::Hostname works
-ext/Sys-Syslog/Changes         Changlog for Sys::Syslog
-ext/Sys-Syslog/fallback/const-c.inc    Sys::Syslog constants fallback file
-ext/Sys-Syslog/fallback/const-xs.inc   Sys::Syslog constants fallback file
-ext/Sys-Syslog/fallback/syslog.h       Sys::Syslog header fallback file
-ext/Sys-Syslog/Makefile.PL     Sys::Syslog extension makefile writer
-ext/Sys-Syslog/README          README for Sys::Syslog
-ext/Sys-Syslog/README.win32    README for Sys::Syslog on Windows
-ext/Sys-Syslog/Syslog.pm       Sys::Syslog extension Perl module
-ext/Sys-Syslog/Syslog.xs       Sys::Syslog extension external subroutines
-ext/Sys-Syslog/t/00-load.t     test for Sys::Syslog
-ext/Sys-Syslog/t/constants.t   test for Sys::Syslog
-ext/Sys-Syslog/t/syslog.t      See if Sys::Syslog works
-ext/Sys-Syslog/win32/compile.pl        Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog_dll.uu    Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog.mc        Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog_RES.uu    Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/Win32.pm  Sys::Syslog extension Win32 related file
 ext/Term-ANSIColor/ANSIColor.pm                Perl module supporting termcap usage
 ext/Term-ANSIColor/ChangeLog           Term::ANSIColor
 ext/Term-ANSIColor/README              Term::ANSIColor
index 0ba03e2..1019ad2 100755 (executable)
@@ -1373,7 +1373,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'saper',
        'DISTRIBUTION'  => 'SAPER/Sys-Syslog-0.27.tar.gz',
-       'FILES'         => q[ext/Sys-Syslog],
+       'FILES'         => q[cpan/Sys-Syslog],
        'EXCLUDED'      => [ qr{^eg/},
                             qw{t/data-validation.t
                                t/distchk.t
diff --git a/cpan/.gitignore b/cpan/.gitignore
new file mode 100644 (file)
index 0000000..48ab117
--- /dev/null
@@ -0,0 +1,8 @@
+# ignore generated .c files, and other module build traces
+*.c
+*.bs
+blib
+pm_to_blib
+Makefile
+Makefile.PL
+ppport.h
similarity index 100%
rename from ext/Sys-Syslog/README
rename to cpan/Sys-Syslog/README