Author: fperrad Date: Sat Jan 24 00:57:53 2009 New Revision: 35951 Removed: trunk/languages/markdown/ Modified: trunk/MANIFEST trunk/MANIFEST.SKIP trunk/config/gen/languages.pm trunk/config/gen/makefiles/languages.in trunk/languages/t/harness trunk/lib/Parrot/Docs/Section/Languages.pm trunk/tools/install/smoke.pl
Log: [Markdown] has left the nest to http://github.com/fperrad/markdown/tree/master Modified: trunk/MANIFEST ============================================================================== --- trunk/MANIFEST (original) +++ trunk/MANIFEST Sat Jan 24 00:57:53 2009 @@ -1,7 +1,7 @@ # ex: set ro: # $Id$ # -# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 06:19:24 2009 UT +# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 08:36:31 2009 UT # # See tools/dev/install_files.pl for documentation on the # format of this file. @@ -1899,30 +1899,6 @@ languages/lua/t/uuid.t [lua] languages/lua/t/while.t [lua] languages/lua/test_lex.pir [lua] -languages/markdown/CREDITS [markdown] -languages/markdown/Configure.pl [markdown] -languages/markdown/MAINTAINER [markdown] -languages/markdown/README [markdown] -languages/markdown/config/makefiles/root.in [markdown] -languages/markdown/markdown.pir [markdown] -languages/markdown/src/Compiler.pir [markdown] -languages/markdown/src/Node.pir [markdown] -languages/markdown/src/builtins/length.pir [markdown] -languages/markdown/src/parser/actions.pm [markdown] -languages/markdown/src/parser/grammar.pg [markdown] -languages/markdown/t/00-sanity.t [markdown] -languages/markdown/t/10-heading.t [markdown] -languages/markdown/t/11-hrule.t [markdown] -languages/markdown/t/12-blockquote.t [markdown] -languages/markdown/t/13-para.t [markdown] -languages/markdown/t/14-list.t [markdown] -languages/markdown/t/20-emphasis.t [markdown] -languages/markdown/t/21-code.t [markdown] -languages/markdown/t/22-escape.t [markdown] -languages/markdown/t/23-entity.t [markdown] -languages/markdown/t/MarkdownTest.t [markdown] -languages/markdown/t/Parrot/Test/Markdown.pm [markdown] -languages/markdown/t/harness [markdown] languages/ook/Changes [ook] languages/ook/MAINTAINER [ook] languages/ook/README [ook] Modified: trunk/MANIFEST.SKIP ============================================================================== --- trunk/MANIFEST.SKIP (original) +++ trunk/MANIFEST.SKIP Sat Jan 24 00:57:53 2009 @@ -1,6 +1,6 @@ # ex: set ro: # $Id$ -# generated by tools/dev/mk_manifest_and_skip.pl Sun Jan 18 12:54:42 2009 UT +# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 08:36:31 2009 UT # # This file should contain a transcript of the svn:ignore properties # of the directories in the Parrot subversion repository. (Needed for @@ -903,23 +903,6 @@ # generated from svn:ignore of 'languages/lua/t/pmc/' ^languages/lua/t/pmc/.*\.pir$ ^languages/lua/t/pmc/.*\.pir/ -# generated from svn:ignore of 'languages/markdown/' -^languages/markdown/.*\.pbc$ -^languages/markdown/.*\.pbc/ -^languages/markdown/Makefile$ -^languages/markdown/Makefile/ -# generated from svn:ignore of 'languages/markdown/src/' -^languages/markdown/src/gen_.*\.pir$ -^languages/markdown/src/gen_.*\.pir/ -# generated from svn:ignore of 'languages/markdown/t/' -^languages/markdown/t/.*\.html$ -^languages/markdown/t/.*\.html/ -^languages/markdown/t/.*\.text$ -^languages/markdown/t/.*\.text/ -^languages/markdown/t/.*\.zip$ -^languages/markdown/t/.*\.zip/ -^languages/markdown/t/MarkdownTest_1\.0$ -^languages/markdown/t/MarkdownTest_1\.0/ # generated from svn:ignore of 'languages/ook/' ^languages/ook/.*\.pbc$ ^languages/ook/.*\.pbc/ Modified: trunk/config/gen/languages.pm ============================================================================== --- trunk/config/gen/languages.pm (original) +++ trunk/config/gen/languages.pm Sat Jan 24 00:57:53 2009 @@ -43,7 +43,6 @@ forth jako json lazy-k lisp lolcode lua - markdown 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 Sat Jan 24 00:57:53 2009 @@ -21,7 +21,6 @@ forth \ jako json \ lazy-k lisp lolcode lua \ - markdown \ ook \ parrot_compiler perl6 pheme PIR pipp punie pynie \ regex \ @@ -137,7 +136,6 @@ jako.clean json.clean \ lisp.clean \ lolcode.clean lua.clean \ - markdown.clean \ ook.clean \ parrot_compiler.clean perl6.clean pheme.clean PIR.clean pipp.clean punie.clean pynie.clean \ regex.clean \ @@ -155,7 +153,6 @@ forth.realclean \ jako.realclean json.realclean \ lazy-k.realclean lisp.realclean lolcode.realclean lua.realclean \ - markdown.realclean \ ook.realclean \ parrot_compiler.realclean perl6.realclean pheme.realclean PIR.realclean pipp.realclean punie.realclean pynie.realclean \ regex.realclean \ @@ -350,16 +347,6 @@ lua.realclean: - $(MAKE) lua realclean -markdown: markdown.dummy -markdown.dummy: - - $(MAKE) markdown -markdown.test: - - $(MAKE) markdown test -markdown.clean: - - $(MAKE) markdown clean -markdown.realclean: - - $(MAKE) markdown realclean - ook : ook.dummy ook.dummy: - $(MAKE) ook @@ -513,8 +500,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-pjs co-primitivearc co-tcl -up-all: up-eclectus up-gil up-hq9plus up-m4 up-pjs up-primitivearc up-tcl +co-all: co-eclectus co-gil co-hq9plus co-m4 co-markdown co-pjs co-primitivearc co-tcl +up-all: up-eclectus up-gil up-hq9plus up-m4 up-markdown up-pjs up-primitivearc up-tcl co-eclectus: - $(GIT) clone 'git:////github.com/bschmalhofer/eclectus.git' @@ -540,6 +527,12 @@ up-m4: cd m4 && $(GIT) pull +co-markdown: + - $(GIT) clone 'git:////github.com/fperrad/markdown.git' + +up-markdown: + cd markdown && $(GIT) pull + co-pjs: - $(SVN) checkout 'http:////parrotjs.googlecode.com/svn/trunk/' parrotjs-read-only Modified: trunk/languages/t/harness ============================================================================== --- trunk/languages/t/harness (original) +++ trunk/languages/t/harness Sat Jan 24 00:57:53 2009 @@ -87,7 +87,6 @@ dotnet jako lazy-k lisp lua - markdown 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 Sat Jan 24 00:57:53 2009 @@ -57,7 +57,6 @@ $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( 'Markdown', 'markdown.html', '', 'languages/markdown' ), $self->new_section( 'Ook!', 'ook.html', '', 'languages/ook' ), $self->new_section( 'Perl6', 'perl6.html', '', 'languages/perl6' ), $self->new_section( 'pheme', 'pheme.html', '', 'languages/pheme' ), Modified: trunk/tools/install/smoke.pl ============================================================================== --- trunk/tools/install/smoke.pl (original) +++ trunk/tools/install/smoke.pl Sat Jan 24 00:57:53 2009 @@ -9,7 +9,7 @@ use Getopt::Long; use File::Spec::Functions; -use Test::More tests => 28; +use Test::More tests => 25; =head1 NAME @@ -164,7 +164,7 @@ print $FH "print(\"Hello World from JS\\n\");"; close $FH; $out = `$parrot languages/ecmascript/js.pbc $filename`; -ok($out eq "Hello World from JS\n", "check ecmascript"); +ok($out eq "Hello World from JS\n\n", "check ecmascript"); unlink($filename); $filename = 'test.l'; @@ -192,15 +192,6 @@ $out = `$parrot languages/lua/lua.pbc -e "print(nil)"`; ok($out eq "nil\n", "check lua"); -$filename = 'test.text'; -open $FH, '>', $filename - or die "Can't open $filename ($!).\n"; -print $FH "Hello, World!\n\n"; -close $FH; -$out = `$parrot languages/markdown/markdown.pbc $filename`; -ok($out eq "<p>Hello, World!</p>\n\n", "check markdown"); -unlink($filename); - $out = `$parrot languages/ook/ook.pbc`; ok($out eq q{}, "check ook");