summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-09-03 10:20:19 -0500
committerCraig A. Berry <craigberry@mac.com>2009-09-03 12:54:01 -0500
commit26dd53a231877708d84e7376aa20e4e8e561fe4e (patch)
tree126a0804e8f0cae4994aac9a2a4c4cdeab25ba31
parentb7d7e1dad734d27d791c1f48094cb4b84f6c6165 (diff)
downloadperl-26dd53a231877708d84e7376aa20e4e8e561fe4e.tar.gz
Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym and ext/VMS-Stdio.
-rw-r--r--MANIFEST20
-rwxr-xr-xPorting/Maintainers.pl16
-rw-r--r--ext/VMS-DCLsym/0README.txt (renamed from vms/ext/DCLsym/0README.txt)0
-rw-r--r--ext/VMS-DCLsym/DCLsym.pm (renamed from vms/ext/DCLsym/DCLsym.pm)0
-rw-r--r--ext/VMS-DCLsym/DCLsym.xs (renamed from vms/ext/DCLsym/DCLsym.xs)0
-rw-r--r--ext/VMS-DCLsym/Makefile.PL (renamed from vms/ext/DCLsym/Makefile.PL)0
-rw-r--r--ext/VMS-DCLsym/t/vms_dclsym.t (renamed from vms/ext/DCLsym/test.pl)0
-rw-r--r--ext/VMS-Stdio/0README.txt (renamed from vms/ext/Stdio/0README.txt)0
-rw-r--r--ext/VMS-Stdio/Makefile.PL (renamed from vms/ext/Stdio/Makefile.PL)0
-rw-r--r--ext/VMS-Stdio/Stdio.pm (renamed from vms/ext/Stdio/Stdio.pm)0
-rw-r--r--ext/VMS-Stdio/Stdio.xs (renamed from vms/ext/Stdio/Stdio.xs)0
-rwxr-xr-xext/VMS-Stdio/t/vms_stdio.t (renamed from vms/ext/Stdio/test.pl)0
-rw-r--r--vms/descrip_mms.template12
13 files changed, 28 insertions, 20 deletions
diff --git a/MANIFEST b/MANIFEST
index 76e641c1a7..15ea967eaf 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 c549d7c249..7007d79524 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
index 29f2bdb875..29f2bdb875 100644
--- a/vms/ext/DCLsym/0README.txt
+++ b/ext/VMS-DCLsym/0README.txt
diff --git a/vms/ext/DCLsym/DCLsym.pm b/ext/VMS-DCLsym/DCLsym.pm
index 1bc72b8b4f..1bc72b8b4f 100644
--- a/vms/ext/DCLsym/DCLsym.pm
+++ b/ext/VMS-DCLsym/DCLsym.pm
diff --git a/vms/ext/DCLsym/DCLsym.xs b/ext/VMS-DCLsym/DCLsym.xs
index f0f19f4d16..f0f19f4d16 100644
--- a/vms/ext/DCLsym/DCLsym.xs
+++ b/ext/VMS-DCLsym/DCLsym.xs
diff --git a/vms/ext/DCLsym/Makefile.PL b/ext/VMS-DCLsym/Makefile.PL
index 28e2fa3758..28e2fa3758 100644
--- a/vms/ext/DCLsym/Makefile.PL
+++ b/ext/VMS-DCLsym/Makefile.PL
diff --git a/vms/ext/DCLsym/test.pl b/ext/VMS-DCLsym/t/vms_dclsym.t
index 57f2afbd20..57f2afbd20 100644
--- a/vms/ext/DCLsym/test.pl
+++ b/ext/VMS-DCLsym/t/vms_dclsym.t
diff --git a/vms/ext/Stdio/0README.txt b/ext/VMS-Stdio/0README.txt
index 25329f9334..25329f9334 100644
--- a/vms/ext/Stdio/0README.txt
+++ b/ext/VMS-Stdio/0README.txt
diff --git a/vms/ext/Stdio/Makefile.PL b/ext/VMS-Stdio/Makefile.PL
index 4e17a48082..4e17a48082 100644
--- a/vms/ext/Stdio/Makefile.PL
+++ b/ext/VMS-Stdio/Makefile.PL
diff --git a/vms/ext/Stdio/Stdio.pm b/ext/VMS-Stdio/Stdio.pm
index 54f37c94fb..54f37c94fb 100644
--- a/vms/ext/Stdio/Stdio.pm
+++ b/ext/VMS-Stdio/Stdio.pm
diff --git a/vms/ext/Stdio/Stdio.xs b/ext/VMS-Stdio/Stdio.xs
index c50bacb3f3..c50bacb3f3 100644
--- a/vms/ext/Stdio/Stdio.xs
+++ b/ext/VMS-Stdio/Stdio.xs
diff --git a/vms/ext/Stdio/test.pl b/ext/VMS-Stdio/t/vms_stdio.t
index 77505d8fac..77505d8fac 100755
--- a/vms/ext/Stdio/test.pl
+++ b/ext/VMS-Stdio/t/vms_stdio.t
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index b1d9a2e72d..e13316825b 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