+platform
[www.jankratochvil.net.git] / project / tcpdump / ListItem.pm
index 4aa56d1..6723a10 100755 (executable)
@@ -25,18 +25,22 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+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"=>"finished",
+               "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;