X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fcvsbranchdiff%2FListItem.pm;h=09f094138b39ae00ae212e9b35d93c8d9b24d133;hb=6e95b07130d69246ce12bd868a27f7039b1e6676;hp=43f8412c782b4263433ad7fc89069ac6c8a7a1fc;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/cvsbranchdiff/ListItem.pm b/project/cvsbranchdiff/ListItem.pm index 43f8412..09f0941 100755 --- a/project/cvsbranchdiff/ListItem.pm +++ b/project/cvsbranchdiff/ListItem.pm @@ -29,17 +29,19 @@ use My::Web; our @ListItem=( - "name"=>"CVS Branching Utility", + "name"=>"cvsbranchdiff", "priority"=>6, - "download"=>$W->{"project_viewcvs"}."*checkout*/nethome/home/lace/bin/cvsbranchdiff?rev=HEAD", - "summary"=>"CVS addon", + # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"} + "download"=>'http://cvs.jankratochvil.net/viewcvs/'."*checkout*/nethome/home/lace/bin/cvsbranchdiff?rev=HEAD", + "summary"=>"CVS Branching Utility", "license"=>"PD", "maintenance"=>"ready", "language"=>"bash", - "description"=>"" - .'

During patching of foreign CVS trees you have to regularly import them' - .' as CVS does not support multiple repositories. There is a problem with' - .' new or removed files, this simple tool will take care of them.

' + "description"=><<"HERE", +

During patching of foreign CVS trees you have to regularly import them +as CVS does not support multiple repositories. There is a problem with +new or removed files, this simple tool will take care of them.

+HERE ); 1;