Front page | perl.cvs.parrot |
Postings from January 2009
[svn:parrot] r36005 - in trunk: config/gen config/gen/makefiles languages/lazy-k languages/t lib/Parrot/Docs/Section t/codingstd
From:
bernhard
Date:
January 25, 2009 11:32
Subject:
[svn:parrot] r36005 - in trunk: config/gen config/gen/makefiles languages/lazy-k languages/t lib/Parrot/Docs/Section t/codingstd
Message ID:
20090125193240.1FC99CB9AE@x12.develooper.com
Author: bernhard
Date: Sun Jan 25 11:32:37 2009
New Revision: 36005
Removed:
trunk/languages/lazy-k/
Modified:
trunk/config/gen/languages.pm
trunk/config/gen/makefiles/languages.in
trunk/languages/t/harness
trunk/lib/Parrot/Docs/Section/Languages.pm
trunk/t/codingstd/linelength.t
Log:
[lazy-k] Moved to git://github.com/bschmalhofer/lazy-k.git
Modified: trunk/config/gen/languages.pm
==============================================================================
--- trunk/config/gen/languages.pm (original)
+++ trunk/config/gen/languages.pm Sun Jan 25 11:32:37 2009
@@ -42,7 +42,7 @@
ecmascript
forth
jako json
- lazy-k lisp lolcode lua
+ lisp lolcode lua
ook
parrot_compiler perl6 pheme PIR pipp punie pynie
regex
Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in (original)
+++ trunk/config/gen/makefiles/languages.in Sun Jan 25 11:32:37 2009
@@ -20,7 +20,7 @@
ecmascript \
forth \
jako json \
- lazy-k lisp lolcode lua \
+ lisp lolcode lua \
ook \
parrot_compiler perl6 pheme PIR pipp punie pynie \
regex \
@@ -74,6 +74,8 @@
@echo ""
@echo " co-hq9plus: Try to fetch HQ9+"
@echo ""
+ @echo " co-lazy-k: Try to fetch lazy-k"
+ @echo ""
@echo " co-m4: Try to fetch Parrot m4"
@echo ""
@echo " co-pjs: Try to fetch PJS"
@@ -82,6 +84,8 @@
@echo ""
@echo " co-tcl: Try to fetch Partcl"
@echo ""
+ @echo " co-unlambda: Try to fetch unlambda"
+ @echo ""
@echo "NOTE: These make targets assume that you have run the corresponding co target."
@echo " up-all: Try to update externally managed languages"
@echo ""
@@ -91,6 +95,8 @@
@echo ""
@echo " up-hq9plus: Try to update HQ9+"
@echo ""
+ @echo " up-lazy-k: Try to update lazy-k"
+ @echo ""
@echo " up-m4: Try to update Parrot m4"
@echo ""
@echo " up-pjs: Try to update PJS"
@@ -99,6 +105,8 @@
@echo ""
@echo " up-tcl: Try to update Partcl"
@echo ""
+ @echo " up-unlambda: Try to update unlambda"
+ @echo ""
# regenerate the Makefile
Makefile: ../config/gen/makefiles/languages.in
@@ -117,7 +125,7 @@
ecmascript.test \
forth.test \
jako.test json.test \
- lazy-k.test lisp.test lolcode.test lua.test \
+ lisp.test lolcode.test lua.test \
ook.test \
parrot_compiler.test perl6.test pheme.test PIR.test pipp.test punie.test pynie.test \
regex.test \
@@ -152,7 +160,7 @@
ecmascript.realclean \
forth.realclean \
jako.realclean json.realclean \
- lazy-k.realclean lisp.realclean lolcode.realclean lua.realclean \
+ lisp.realclean lolcode.realclean lua.realclean \
ook.realclean \
parrot_compiler.realclean perl6.realclean pheme.realclean PIR.realclean pipp.realclean punie.realclean pynie.realclean \
regex.realclean \
@@ -307,16 +315,6 @@
json.realclean:
- $(MAKE) json realclean
-lazy-k: lazy-k.dummy
-lazy-k.dummy:
- - $(MAKE) lazy-k
-lazy-k.test:
- - $(MAKE) lazy-k test
-lazy-k.clean:
- - $(MAKE) lazy-k clean
-lazy-k.realclean:
- - $(MAKE) lazy-k realclean
-
lisp: lisp.dummy
lisp.dummy:
- $(MAKE) lisp
@@ -490,8 +488,8 @@
# helpers for checking out externally managed languages
# check out all known externally managed languages
-co-all: co-eclectus co-gil co-hq9plus co-m4 co-markdown co-pjs co-primitivearc co-tcl co-unlambda
-up-all: up-eclectus up-gil up-hq9plus up-m4 up-markdown up-pjs up-primitivearc up-tcl up-unlambda
+co-all: co-eclectus co-gil co-hq9plus co-lazy-k co-m4 co-markdown co-pjs co-primitivearc co-tcl co-unlambda
+up-all: up-eclectus up-gil up-hq9plus up-lazy-k up-m4 up-markdown up-pjs up-primitivearc up-tcl up-unlambda
co-eclectus:
- $(GIT) clone 'git:////github.com/bschmalhofer/eclectus.git'
@@ -511,6 +509,12 @@
up-hq9plus:
cd hq9plus && $(GIT) pull
+co-lazy-k:
+ - $(GIT) clone 'git:////github.com/bschmalhofer/lazy-k.git'
+
+up-lazy-k:
+ cd lazy-k && $(GIT) pull
+
co-m4:
- $(GIT) clone 'git:////github.com/bschmalhofer/m4.git'
Modified: trunk/languages/t/harness
==============================================================================
--- trunk/languages/t/harness (original)
+++ trunk/languages/t/harness Sun Jan 25 11:32:37 2009
@@ -86,7 +86,7 @@
cola
dotnet
jako
- lazy-k lisp lua
+ lisp lua
ook
parrot_compiler pipp punie
regex
Modified: trunk/lib/Parrot/Docs/Section/Languages.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Languages.pm (original)
+++ trunk/lib/Parrot/Docs/Section/Languages.pm Sun Jan 25 11:32:37 2009
@@ -54,7 +54,6 @@
$self->new_section( 'ecmascript', 'ecmascript.html', '', 'languages/ecmascript' ),
$self->new_section( 'forth', 'forth.html', '', 'languages/forth' ),
$self->new_section( 'Jako', 'jako.html', '', 'languages/jako' ),
- $self->new_section( 'lazy-k', 'lazy-k.html', '', 'languages/lazy-k' ),
$self->new_section( 'lolcode', 'lolcode.html', '', 'languages/lolcode' ),
$self->new_section( 'Lua', 'lua.html', '', 'languages/lua' ),
$self->new_section( 'Ook!', 'ook.html', '', 'languages/ook' ),
Modified: trunk/t/codingstd/linelength.t
==============================================================================
--- trunk/t/codingstd/linelength.t (original)
+++ trunk/t/codingstd/linelength.t Sun Jan 25 11:32:37 2009
@@ -43,7 +43,6 @@
APL
cardinal
dotnet
- lazy-k
lua
ook
perl6
-
[svn:parrot] r36005 - in trunk: config/gen config/gen/makefiles languages/lazy-k languages/t lib/Parrot/Docs/Section t/codingstd
by bernhard