projects sorted
[www.jankratochvil.net.git] / project / cvsutil / ListItem.pm
index 928cd85..24e93dd 100755 (executable)
@@ -29,20 +29,21 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"CVS General Utility",
-               "priority"=>7,
+               "name"=>"cvsutil",
+               "platform"=>"unixdevel",
+               "priority"=>500,
                # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"}
                "download"=>'http://cvs.jankratochvil.net/viewcvs/'."*checkout*/nethome/home/lace/bin/cvsutil?rev=HEAD",
-               "summary"=>"CVS addon",
+               "summary"=>"Clean CVS checkout working files or safely change CVS/Root",
                "license"=>"PD",
                "maintenance"=>"merge",
                "language"=>"Perl",
                "description"=><<"HERE",
-<p>Lists of specified types of files and safe settings of CVSROOT
-for already checkouted package.</p>
-<p>There exists package @{[ a_href 'http://www.red-bean.com/cvsutils/','CVS Utilities' ]}
-doing similiar things and more - this utility should be merged into it.
-Pointed out by the courtesy of Jesse Glick.</p>
+<p>List the specified types of files and safe settings of CVSROOT
+for already checkouted package. As an example of its many applications
+can serve a handy prevention of grepping built files: <span class="quote">
+       grep -w wanted_sym `cvsfiles`
+       </span></p>
 HERE
                );