Set status of all existing Perl scripts to 1.
--- 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