X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Project.pm;fp=Project.pm;h=f91b5bc40bfa20ebbbd04a740db791b2c7b85701;hb=e8ed9ce95d907c2d341626ac64fcec7dd7b3c1a3;hp=0bcbd7ef8085dd5284faa2445e04598fbc472f0e;hpb=4296af3ea0c0c9e1592b3adac1b8460b42b5833a;p=MyWeb.git diff --git a/Project.pm b/Project.pm index 0bcbd7e..f91b5bc 100644 --- a/Project.pm +++ b/Project.pm @@ -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;