[71954] trunk/dports/perl/p5-net-frame/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Sep 28 04:36:47 PDT 2010


Revision: 71954
          http://trac.macports.org/changeset/71954
Author:   ryandesign at macports.org
Date:     2010-09-28 04:36:44 -0700 (Tue, 28 Sep 2010)
Log Message:
-----------
p5-net-frame: add description; see #26656

Modified Paths:
--------------
    trunk/dports/perl/p5-net-frame/Portfile

Modified: trunk/dports/perl/p5-net-frame/Portfile
===================================================================
--- trunk/dports/perl/p5-net-frame/Portfile	2010-09-28 11:27:05 UTC (rev 71953)
+++ trunk/dports/perl/p5-net-frame/Portfile	2010-09-28 11:36:44 UTC (rev 71954)
@@ -9,9 +9,17 @@
 maintainers         nomaintainer
 supported_archs     noarch
 
-description         Net::Frame
+description         framework for crafting network packets
 
-long_description    ${description}
+long_description    Net::Frame is a ${description}. \
+                    It comes with a set of basic layers \
+                    (e.g. Net::Frame::Layer::TCP). \
+                    The different layer subclasses handle encoding and \
+                    decoding of the given layer. \
+                    It allows one to construct a protocol stack from the \
+                    top to bottom layers and then inject those packets \
+                    into the network for communication with other devices \
+                    that talk the same protocol.
 
 checksums           sha1    79af535c315b7acae9d7c3937aecdfea54730ca0 \
                     rmd160  c0dcfca5380a16152633c3dace289d0b8f2d4ffc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100928/4144deef/attachment-0001.html>


More information about the macports-changes mailing list