# HG changeset patch # User Axel Jacobs # Date 1309104486 -3600 # Node ID b1e2580a0ca73915d033cb02a294c652b386f772 # Parent ccfb8a3410da610efc38f7df4ce614abb2829e28 Set status of all existing Perl scripts to 1. diff -r ccfb8a3410da -r b1e2580a0ca7 bin/xyzimage.pl --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/objline.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/objpict.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/objview.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/pdelta.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/phisto.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/raddepend.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/ran2tiff.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/rlux.status --- 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 diff -r ccfb8a3410da -r b1e2580a0ca7 status/xyzimage.status --- 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