+platform
[www.jankratochvil.net.git] / project / tcpdump / ListItem.pm
index 9c34361..6723a10 100755 (executable)
@@ -29,16 +29,18 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"tcpdump ASCII Dump Patch",
+               "name"=>"tcpdump ASCII",
+               "platform"=>"unixuser",
                "priority"=>6,
                "download"=>"tcpdump-3.4-ASCIIdump.diff",
                "download-tcpdump-3.4"=>"ftp://ftp.ee.lbl.gov/tcpdump-3.4.tar.Z",
-               "summary"=>"tcpdump readability patch",
+               "summary"=>"tcpdump(1) patch for better output readable as ASCII",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"C patch",
-               "description"=>""
-                               .'<p>Makes the text messages of tcpdump(1) readable when option <code>-x</code> is used.</p>'
+               "description"=><<"HERE",
+<p>Makes the text messages of tcpdump(1) readable when option <code>-x</code> is used.</p>
+HERE
                );
 
 1;