+platform
[www.jankratochvil.net.git] / project / netstat / ListItem.pm
index d79ff5a..b26c794 100755 (executable)
@@ -29,18 +29,20 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Program name display for <a href=\"http://www.inka.de/sites/lina/linux/NetTools/\">net-tools-1.50</a>/netstat",
+               "name"=>"netstat -p",
+               "platform"=>"patch",
                "priority"=>3,
                "download"=>"net-tools-1.50-progname.diff.gz",
-               "summary"=>"Network tool enhancement",
+               "summary"=>"Program name display for ".a_href('http://www.inka.de/sites/lina/linux/NetTools/','net-tools-1.50').'/netstat',
                "license"=>"PD",
                "maintenance"=>"accepted",
                "language"=>"C patch",
-               "description"=>""
-                               .'<p>After answering several questions on the mailing lists and several from'
-                               .' my friends personally, I decided that there is missing some tool for GNU/Linux'
-                               .' which would display PID (or simply the process) of the owner of some socket,'
-                               .' either listening or communicating.</p>'
+               "description"=><<"HERE",
+<p>After answering several questions on the mailing lists and several from
+my friends personally, I decided that there is missing some tool for GNU/Linux
+which would display PID (or simply the process) of the owner of some socket,
+either listening or communicating.</p>
+HERE
                );
 
 1;