From: Craig A. Berry Date: Thu, 3 Sep 2009 15:20:19 +0000 (-0500) Subject: Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym and ext/VMS-Stdio. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26dd53a231877708d84e7376aa20e4e8e561fe4e;p=p5sagit%2Fp5-mst-13.2.git Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym and ext/VMS-Stdio. --- diff --git a/MANIFEST b/MANIFEST index 76e641c..15ea967 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1736,6 +1736,16 @@ ext/Unicode-Normalize/t/proto.t Unicode::Normalize ext/Unicode-Normalize/t/split.t Unicode::Normalize ext/Unicode-Normalize/t/test.t Unicode::Normalize ext/Unicode-Normalize/t/tie.t Unicode::Normalize +ext/VMS-DCLsym/0README.txt ReadMe file for VMS::DCLsym +ext/VMS-DCLsym/DCLsym.pm Perl access to CLI symbols +ext/VMS-DCLsym/DCLsym.xs Perl access to CLI symbols +ext/VMS-DCLsym/Makefile.PL MakeMaker driver for VMS::DCLsym +ext/VMS-DCLsym/t/vms_dclsym.t regression tests for VMS::DCLsym +ext/VMS-Stdio/0README.txt ReadMe file for VMS::Stdio +ext/VMS-Stdio/Makefile.PL MakeMaker driver for VMS::Stdio +ext/VMS-Stdio/Stdio.pm VMS options to stdio routines +ext/VMS-Stdio/Stdio.xs VMS options to stdio routines +ext/VMS-Stdio/t/vms_stdio.t regression tests for VMS::Stdio ext/Win32API-File/buffers.h Win32API::File extension ext/Win32API-File/cFile.h Win32API::File extension ext/Win32API-File/cFile.pc Win32API::File extension @@ -4494,18 +4504,8 @@ vmesa/Makefile VM/ESA Makefile vmesa/vmesa.c VM/ESA-specific C code for Perl core vmesa/vmesaish.h VM/ESA-specific C header for Perl core vms/descrip_mms.template Template MM[SK] description file for build -vms/ext/DCLsym/0README.txt ReadMe file for VMS::DCLsym -vms/ext/DCLsym/DCLsym.pm Perl access to CLI symbols -vms/ext/DCLsym/DCLsym.xs Perl access to CLI symbols -vms/ext/DCLsym/Makefile.PL MakeMaker driver for VMS::DCLsym -vms/ext/DCLsym/test.pl regression tests for VMS::DCLsym vms/ext/Filespec.pm VMS-Unix file syntax interconversion vms/ext/filespec.t See if VMS::Filespec functions work -vms/ext/Stdio/0README.txt ReadMe file for VMS::Stdio -vms/ext/Stdio/Makefile.PL MakeMaker driver for VMS::Stdio -vms/ext/Stdio/Stdio.pm VMS options to stdio routines -vms/ext/Stdio/Stdio.xs VMS options to stdio routines -vms/ext/Stdio/test.pl regression tests for VMS::Stdio vms/genopt.com hack to write options files in case of broken makes vms/gen_shrfls.pl generate options files and glue for shareable image vms/make_command.com record MM[SK] command used to build Perl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c549d7c..7007d79 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1926,6 +1926,22 @@ package Maintainers; 'UPSTREAM' => undef, }, + 'VMS::DCLsym' => + { + 'MAINTAINER' => 'craig', + 'FILES' => q[ext/VMS-DCLsym], + 'CPAN' => 0, + 'UPSTREAM' => undef, + }, + + 'VMS::Stdio' => + { + 'MAINTAINER' => 'craig', + 'FILES' => q[ext/VMS-Stdio], + 'CPAN' => 0, + 'UPSTREAM' => undef, + }, + 'warnings' => { 'MAINTAINER' => 'pmqs', diff --git a/vms/ext/DCLsym/0README.txt b/ext/VMS-DCLsym/0README.txt similarity index 100% rename from vms/ext/DCLsym/0README.txt rename to ext/VMS-DCLsym/0README.txt diff --git a/vms/ext/DCLsym/DCLsym.pm b/ext/VMS-DCLsym/DCLsym.pm similarity index 100% rename from vms/ext/DCLsym/DCLsym.pm rename to ext/VMS-DCLsym/DCLsym.pm diff --git a/vms/ext/DCLsym/DCLsym.xs b/ext/VMS-DCLsym/DCLsym.xs similarity index 100% rename from vms/ext/DCLsym/DCLsym.xs rename to ext/VMS-DCLsym/DCLsym.xs diff --git a/vms/ext/DCLsym/Makefile.PL b/ext/VMS-DCLsym/Makefile.PL similarity index 100% rename from vms/ext/DCLsym/Makefile.PL rename to ext/VMS-DCLsym/Makefile.PL diff --git a/vms/ext/DCLsym/test.pl b/ext/VMS-DCLsym/t/vms_dclsym.t similarity index 100% rename from vms/ext/DCLsym/test.pl rename to ext/VMS-DCLsym/t/vms_dclsym.t diff --git a/vms/ext/Stdio/0README.txt b/ext/VMS-Stdio/0README.txt similarity index 100% rename from vms/ext/Stdio/0README.txt rename to ext/VMS-Stdio/0README.txt diff --git a/vms/ext/Stdio/Makefile.PL b/ext/VMS-Stdio/Makefile.PL similarity index 100% rename from vms/ext/Stdio/Makefile.PL rename to ext/VMS-Stdio/Makefile.PL diff --git a/vms/ext/Stdio/Stdio.pm b/ext/VMS-Stdio/Stdio.pm similarity index 100% rename from vms/ext/Stdio/Stdio.pm rename to ext/VMS-Stdio/Stdio.pm diff --git a/vms/ext/Stdio/Stdio.xs b/ext/VMS-Stdio/Stdio.xs similarity index 100% rename from vms/ext/Stdio/Stdio.xs rename to ext/VMS-Stdio/Stdio.xs diff --git a/vms/ext/Stdio/test.pl b/ext/VMS-Stdio/t/vms_stdio.t similarity index 100% rename from vms/ext/Stdio/test.pl rename to ext/VMS-Stdio/t/vms_stdio.t diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index b1d9a2e..e133168 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -1453,12 +1453,6 @@ perly$(O) : perly.c, perly.h, $(h) [.t.lib]vmsfspec.t : [.vms.ext]filespec.t Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET) -[.t.lib]vms_dclsym.t : [.vms.ext.DCLsym]test.pl - Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET) - -[.t.lib]vms_stdio.t : [.vms.ext.Stdio]test.pl - Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET) - unpack_files : - $(MINIPERL) uupacktool.pl -u -m @@ -1468,12 +1462,12 @@ cleanup_unpacked_files : check : test @ Continue -test : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_files +test : all [.t.lib]vmsfspec.t unpack_files @ PERL_TEST_DRIVER == "TEST." - @[.vms]test.com "$(E)" "$(__DEBUG__)" @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests. -test_harness : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_files +test_harness : all [.t.lib]vmsfspec.t unpack_files @ PERL_TEST_DRIVER == "harness." - @[.vms]test.com "$(E)" "$(__DEBUG__)" @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests. @@ -1922,8 +1916,6 @@ realclean : clean - If F$Search("[.t]test_state.").nes."" Then Delete/NoConfirm/Log [.t]test_state.;* - If F$Search("[.t.lib]vmsfspec.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsfspec.t;* - If F$Search("[.t.lib]vmsish.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsish.t;* - - If F$Search("[.t.lib]vms_dclsym.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms_dclsym.t;* - - If F$Search("[.t.lib]vms_stdio.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms_stdio.t;* - If F$Search("vmspipe.com").nes."" Then Delete/NoConfirm/Log vmspipe.com;* cleansrc : clean