# HG changeset patch # User Axel Jacobs # Date 1309097992 -3600 # Node ID 4957533b96f7c1f011bc4319b8bd872956881c9b # Parent 9ed02f081b72c80119ac0337e0982203161d6336 Added status dir, dummy status file and status template. diff -r 9ed02f081b72 -r 4957533b96f7 status/status.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/status/status.tmpl Sun Jun 26 15:19:52 2011 +0100 @@ -0,0 +1,13 @@ +# Status file for csh2perl project +# Version 1.0 + +# Section STATUS +# Choose from one of the following: +# 0 .. port has not started yet (no *.pl file under bin/) +# 1 .. port has begun, but is unfinished (*.pl file under bin/ exists) +# 2 .. port is complete and seems to work, but needs more testing (no test under tests/) +# 3 .. port is complete and fully tested (comprehensive test script(s) under tests/) +# 4 .. port has been included in Radiance HEAD + +STATUS = 0 + diff -r 9ed02f081b72 -r 4957533b96f7 status/test.status --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/status/test.status Sun Jun 26 15:19:52 2011 +0100 @@ -0,0 +1,13 @@ +# Status file for csh2perl project +# Version 1.0 + +# Section STATUS +# Choose from one of the following: +# 0 .. port has not started yet (no *.pl file under bin/) +# 1 .. port has begun, but is unfinished (*.pl file under bin/ exists) +# 2 .. port is complete and seems to work, but needs more testing (no test under tests/) +# 3 .. port is complete and fully tested (comprehensive test script(s) under tests/) +# 4 .. port has been included in Radiance HEAD + +STATUS = 0 +