+etherealmmse,etherealwsp
authorshort <>
Wed, 15 Oct 2003 06:51:58 +0000 (06:51 +0000)
committershort <>
Wed, 15 Oct 2003 06:51:58 +0000 (06:51 +0000)
Project.pm

index 0bcbd7e..f91b5bc 100644 (file)
@@ -56,12 +56,13 @@ my($class,$ListItem)=@_;
                                my %known=(
                                                "active"=>"Ready to use. Project is now actively developed.",
                                                "ready"=>"Ready to use. Maintained.",
-                                               "pending"=>"Patch is ready to be applied to the mainstream.",
                                                "dead"=>"Dead code, no longer supported.",
                                                "merge"=>"Functions belong to existing other project.",
                                                "obsolete"=>"Obsoleted.",
                                                "update"=>"Package needs updating to recent software.",
                                                "accepted"=>"This patch got already integrated by the original package maintainer.",
+                                               "pending"=>"Patch is ready to be applied to the mainstream.",
+                                               "ignored"=>"Patch was ignored. It is not applied in the mainstream.",
                                                ""=>"",
                                                );
                                my @r;