[svn:parrot] r36412 - in trunk: . config/gen config/gen/makefiles lib/Parrot/Docs/Section

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Feb 7 11:02:13 UTC 2009


Author: fperrad
Date: Sat Feb  7 11:02:11 2009
New Revision: 36412
URL: https://trac.parrot.org/parrot/changeset/36412

Log:
[rakudo] remove some perl6 references

Modified:
   trunk/MANIFEST.generated
   trunk/config/gen/languages.pm
   trunk/config/gen/makefiles/languages.in
   trunk/config/gen/makefiles/root.in
   trunk/lib/Parrot/Docs/Section/Languages.pm

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Sat Feb  7 04:01:22 2009	(r36411)
+++ trunk/MANIFEST.generated	Sat Feb  7 11:02:11 2009	(r36412)
@@ -86,8 +86,6 @@
 pdb.exe                                           [main]bin
 pdump                                             [main]bin
 pdump.exe                                         [main]bin
-perl6                                             [main]bin
-perl6.exe                                         [main]bin
 runtime/parrot/dynext/apl_group.bundle            [library]
 runtime/parrot/dynext/apl_group.dll               [library]
 runtime/parrot/dynext/apl_group.dylib             [library]
@@ -144,10 +142,6 @@
 runtime/parrot/dynext/match_group.dll             [library]
 runtime/parrot/dynext/match_group.dylib           [library]
 runtime/parrot/dynext/match_group.so              [library]
-runtime/parrot/dynext/perl6_group.bundle          [library]
-runtime/parrot/dynext/perl6_group.dll             [library]
-runtime/parrot/dynext/perl6_group.dylib           [library]
-runtime/parrot/dynext/perl6_group.so              [library]
 runtime/parrot/dynext/php_group.bundle            [library]
 runtime/parrot/dynext/php_group.dll               [library]
 runtime/parrot/dynext/php_group.dylib             [library]
@@ -164,26 +158,6 @@
 runtime/parrot/dynext/subproxy.dll                [library]
 runtime/parrot/dynext/subproxy.dylib              [library]
 runtime/parrot/dynext/subproxy.so                 [library]
-runtime/parrot/dynext/wmls_group.bundle           [library]
-runtime/parrot/dynext/wmls_group.dll              [library]
-runtime/parrot/dynext/wmls_group.dylib            [library]
-runtime/parrot/dynext/wmls_group.so               [library]
-runtime/parrot/dynext/wmls_ops.bundle             [library]
-runtime/parrot/dynext/wmls_ops.dll                [library]
-runtime/parrot/dynext/wmls_ops.dylib              [library]
-runtime/parrot/dynext/wmls_ops.so                 [library]
-runtime/parrot/dynext/wmls_ops_cg.bundle          [library]
-runtime/parrot/dynext/wmls_ops_cg.dll             [library]
-runtime/parrot/dynext/wmls_ops_cg.dylib           [library]
-runtime/parrot/dynext/wmls_ops_cg.so              [library]
-runtime/parrot/dynext/wmls_ops_cgp.bundle         [library]
-runtime/parrot/dynext/wmls_ops_cgp.dll            [library]
-runtime/parrot/dynext/wmls_ops_cgp.dylib          [library]
-runtime/parrot/dynext/wmls_ops_cgp.so             [library]
-runtime/parrot/dynext/wmls_ops_switch.bundle      [library]
-runtime/parrot/dynext/wmls_ops_switch.dll         [library]
-runtime/parrot/dynext/wmls_ops_switch.dylib       [library]
-runtime/parrot/dynext/wmls_ops_switch.so          [library]
 runtime/parrot/include/call_bits.pasm             [main]
 runtime/parrot/include/cclass.pasm                [main]
 runtime/parrot/include/config.fpmc                [main]
@@ -281,9 +255,7 @@
 languages/lua/random.pbc                          [main]
 languages/lua/sha1.pbc                            [main]
 languages/lua/uuid.pbc                            [main]
-languages/markdown/markdown.pbc                   [main]
 languages/ook/ook.pbc                             [main]
-languages/perl6/perl6.pbc                         [main]
 languages/pheme/pheme.pbc                         [main]
 languages/PIR/pirc.pbc                            [main]
 languages/pipp/pipp.pbc                           [main]

Modified: trunk/config/gen/languages.pm
==============================================================================
--- trunk/config/gen/languages.pm	Sat Feb  7 04:01:22 2009	(r36411)
+++ trunk/config/gen/languages.pm	Sat Feb  7 11:02:11 2009	(r36412)
@@ -44,7 +44,7 @@
         jako json
         lisp lolcode lua
         ook
-        parrot_compiler perl6 pheme PIR pipp punie pynie
+        parrot_compiler pheme PIR pipp punie pynie
         pod
         regex
         scheme squaak
@@ -73,10 +73,6 @@
             $conf->genfile("$langdir/config/makefiles/root.in"     => "$langdir/Makefile");
             $conf->genfile("$langdir/config/makefiles/cpp.in"      => "$langdir/src/cpp/Makefile");
         }
-        elsif ( $language eq 'perl6' ) {
-            $conf->genfile("$langdir/config/makefiles/root.in"     => "$langdir/Makefile");
-            $conf->genfile("$langdir/config/makefiles/utils.in"    => "$langdir/src/utils/Makefile");
-        }
         else {
             $conf->genfile("$langdir/config/makefiles/root.in"     => "$langdir/Makefile"
             );

Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in	Sat Feb  7 04:01:22 2009	(r36411)
+++ trunk/config/gen/makefiles/languages.in	Sat Feb  7 11:02:11 2009	(r36412)
@@ -23,7 +23,7 @@
     jako json \
     lisp lolcode lua \
     ook \
-    parrot_compiler perl6 pheme PIR pipp punie pynie \
+    parrot_compiler pheme PIR pipp punie pynie \
     regex \
     scheme squaak \
     urm
@@ -126,7 +126,7 @@
     jako.test json.test \
     lisp.test lolcode.test lua.test \
     ook.test \
-    parrot_compiler.test perl6.test pheme.test PIR.test pipp.test punie.test pynie.test \
+    parrot_compiler.test pheme.test PIR.test pipp.test punie.test pynie.test \
     regex.test \
     scheme.test squaak.test \
     urm.test
@@ -142,7 +142,7 @@
     lisp.clean \
     lolcode.clean lua.clean \
     ook.clean \
-    parrot_compiler.clean perl6.clean pheme.clean PIR.clean pipp.clean punie.clean pynie.clean \
+    parrot_compiler.clean pheme.clean PIR.clean pipp.clean punie.clean pynie.clean \
     regex.clean \
     scheme.clean squaak.clean \
     urm.clean
@@ -157,7 +157,7 @@
     jako.realclean json.realclean \
     lisp.realclean lolcode.realclean lua.realclean \
     ook.realclean \
-    parrot_compiler.realclean perl6.realclean pheme.realclean PIR.realclean pipp.realclean pod.realclean punie.realclean pynie.realclean \
+    parrot_compiler.realclean pheme.realclean PIR.realclean pipp.realclean pod.realclean punie.realclean pynie.realclean \
     regex.realclean \
     scheme.realclean squaak.realclean \
     urm.realclean
@@ -358,16 +358,6 @@
 parrot_compiler.realclean:
 	- $(MAKE) parrot_compiler realclean
 
-perl6 : perl6.dummy
-perl6.dummy:
-	- $(MAKE) perl6
-perl6.test:
-	- $(MAKE) perl6 test
-perl6.clean:
-	- $(MAKE) perl6 clean
-perl6.realclean:
-	- $(MAKE) perl6 realclean
-
 pheme : pheme.dummy
 pheme.dummy:
 	- $(MAKE) pheme

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sat Feb  7 04:01:22 2009	(r36411)
+++ trunk/config/gen/makefiles/root.in	Sat Feb  7 11:02:11 2009	(r36412)
@@ -465,9 +465,6 @@
 PBC_TO_EXE          = $(CUR_DIR)/pbc_to_exe$(EXE)
 PARROT_CONFIG       = $(CUR_DIR)/parrot_config$(EXE)
 
-# HLL Executables
-PERL6               = $(CUR_DIR)/perl6$(EXE)
-
 # Installable executables
 INSTALLABLEPARROT   = $(CUR_DIR)/installable_parrot$(EXE)
 INSTALLABLEDIS      = $(CUR_DIR)/installable_pbc_disassemble$(EXE)
@@ -476,7 +473,6 @@
 INSTALLABLEPBCMERGE = $(CUR_DIR)/installable_pbc_merge$(EXE)
 INSTALLABLEPDB      = $(CUR_DIR)/installable_parrot_debugger$(EXE)
 INSTALLABLECONFIG   = $(CUR_DIR)/installable_parrot_config$(EXE)
-INSTALLABLEPERL6    = $(CUR_DIR)/installable_perl6$(EXE)
 
 # Libraries
 LIBPARROT_STATIC    = @blib_dir@/@libparrot_static@
@@ -644,10 +640,6 @@
 	@echo " $(PARROT_CONFIG):"
 	@echo "                     Provide Parrot configuration information"
 	@echo ""
-	@echo "HLL Executables:"
-	@echo " $(PERL6):"
-	@echo "                     Generate C, compile, and link the Rakudo compiler"
-	@echo ""
 	@echo "Installation:"
 	@echo "  install:           Install under '$(PREFIX)' on Unix systems"
 	@echo ""
@@ -742,7 +734,7 @@
 
 parrot_utils : $(PDUMP) $(DIS) $(PINFO) $(PDB) $(PBCMERGE) $(PBC_TO_EXE) $(PARROT_CONFIG)
 
-installable: all $(INSTALLABLEPARROT) $(INSTALLABLEPDUMP) $(INSTALLABLEDIS) $(INSTALLABLEPINFO) $(INSTALLABLEPDB) $(INSTALLABLEPBCMERGE) $(INSTALLABLECONFIG) $(INSTALLABLEPERL6)
+installable: all $(INSTALLABLEPARROT) $(INSTALLABLEPDUMP) $(INSTALLABLEDIS) $(INSTALLABLEPINFO) $(INSTALLABLEPDB) $(INSTALLABLEPBCMERGE) $(INSTALLABLECONFIG)
 
 
 flags_dummy :
@@ -776,20 +768,6 @@
 	$(PARROT) -o parrot_config.pbc tools/util/parrot-config.pir
 	$(PARROT) pbc_to_exe.pbc parrot_config.pbc
 
-# HLL Executable targets
-#IF(win32):perl6 : $(PERL6)
-
-$(PERL6) : compilers $(PBC_TO_EXE)
-	$(MAKE) languages/perl6 perl6$(EXE)
-	$(CP) languages/perl6/perl6$(EXE) $(PERL6)
-	$(CHMOD) 0755 $(PERL6)
-	$(PERL6) -e"say 'Hello, world.'"
-
-$(INSTALLABLEPERL6) : $(PERL6)
-	$(MAKE) languages/perl6 installable_perl6$(EXE)
-	$(CP) languages/perl6/installable_perl6$(EXE) $(INSTALLABLEPERL6)
-	$(CHMOD) 0755 $(INSTALLABLEPERL6)
-
 $(MINIPARROT) : $(SRC_DIR)/main$(O) $(GEN_HEADERS) $(LIBPARROT) \
     lib/Parrot/OpLib/core.pm $(SRC_DIR)/null_config$(O)
 	$(LINK) @ld_out@$@ $(SRC_DIR)/main$(O) $(SRC_DIR)/null_config$(O) \
@@ -1618,7 +1596,6 @@
     $(INSTALLABLEPBCMERGE) \
     $(INSTALLABLEPDB) \
     pbc_to_exe.pir pbc_to_exe.pbc pbc_to_exe.c pbc_to_exe$(O) pbc_to_exe$(EXE) \
-    $(PERL6) \
     $(IMCC_DIR)/main$(O) \
     $(PDUMP) $(SRC_DIR)/pdump$(O) $(SRC_DIR)/packdump$(O) \
     $(SRC_DIR)/pbc_info$(O) $(PINFO) \

Modified: trunk/lib/Parrot/Docs/Section/Languages.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Languages.pm	Sat Feb  7 04:01:22 2009	(r36411)
+++ trunk/lib/Parrot/Docs/Section/Languages.pm	Sat Feb  7 11:02:11 2009	(r36412)
@@ -57,7 +57,6 @@
         $self->new_section( 'lolcode',     'lolcode.html',    '', 'languages/lolcode' ),
         $self->new_section( 'Lua',         'lua.html',        '', 'languages/lua' ),
         $self->new_section( 'Ook!',        'ook.html',        '', 'languages/ook' ),
-        $self->new_section( 'Perl6',       'perl6.html',      '', 'languages/perl6' ),
         $self->new_section( 'pheme',       'pheme.html',      '', 'languages/pheme' ),
         $self->new_section( 'Pipp',        'pipp.html',       '', 'languages/pipp' ),
         $self->new_section( 'PIR',         'pir.html',        '', 'languages/PIR' ),


More information about the parrot-commits mailing list