Set status of all existing Perl scripts to 1.
authorAxel Jacobs <axel@jaloxa.eu>
Sun, 26 Jun 2011 17:08:06 +0100
changeset 14 b1e2580a0ca7
parent 13 ccfb8a3410da
child 15 58a16b63ff7e
Set status of all existing Perl scripts to 1.
bin/xyzimage.pl
status/objline.status
status/objpict.status
status/objview.status
status/pdelta.status
status/phisto.status
status/raddepend.status
status/ran2tiff.status
status/rlux.status
status/xyzimage.status
--- a/bin/xyzimage.pl	Sun Jun 26 16:59:38 2011 +0100
+++ b/bin/xyzimage.pl	Sun Jun 26 17:08:06 2011 +0100
@@ -17,6 +17,7 @@
 my @popts;
 print $#ARGV . ": " . join(', ', @ARGV) . "\n";
 
+#TODO: Don't use Getopt. Parse by hand.
 GetOptions(
 	'g=f'         => sub { push(@xiargs, '-g') }, # ximage: -g gamma
 	'c=i'         => sub { push(@xiargs, '-c') }, # ximage: -c ncolors
@@ -83,4 +84,4 @@
 
 system("ximage $xiarg " . join(' ',  @files));
 
-#EOF
\ No newline at end of file
+#EOF
--- a/status/objline.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/objline.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/objpict.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/objpict.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/objview.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/objview.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/pdelta.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/pdelta.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/phisto.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/phisto.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/raddepend.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/raddepend.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/ran2tiff.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/ran2tiff.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/rlux.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/rlux.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1
 
--- a/status/xyzimage.status	Sun Jun 26 16:59:38 2011 +0100
+++ b/status/xyzimage.status	Sun Jun 26 17:08:06 2011 +0100
@@ -9,5 +9,5 @@
 # 3 .. port is complete and fully tested (comprehensive test script(s) under tests/)
 # 4 .. port has been included in Radiance HEAD
 
-STATUS = 0
+STATUS = 1