[51269] trunk/dports/perl/p5-io-multiplex/Portfile

blb at macports.org blb at macports.org
Thu May 21 18:28:43 PDT 2009


Revision: 51269
          http://trac.macports.org/changeset/51269
Author:   blb at macports.org
Date:     2009-05-21 18:28:42 -0700 (Thu, 21 May 2009)
Log Message:
-----------
perl/p5-io-multiplex - version update to 1.10, add long_description; ticket #19707

Modified Paths:
--------------
    trunk/dports/perl/p5-io-multiplex/Portfile

Modified: trunk/dports/perl/p5-io-multiplex/Portfile
===================================================================
--- trunk/dports/perl/p5-io-multiplex/Portfile	2009-05-22 01:22:12 UTC (rev 51268)
+++ trunk/dports/perl/p5-io-multiplex/Portfile	2009-05-22 01:28:42 UTC (rev 51269)
@@ -2,9 +2,15 @@
 
 PortSystem          1.0
 PortGroup           perl5 1.0
-perl5.setup         IO-Multiplex 1.09
+perl5.setup         IO-Multiplex 1.10
 maintainers         sky.fr:cbellot
 description         Manage IO on many file handles 
+long_description    IO::Multiplex is designed to take the effort out of \
+		    managing multiple file handles. It is essentially a \
+		    really fancy front end to the select system calls. In \
+		    addition to maintaining the select loop, it buffers all\
+		    input and output to/from the file handles.  It can also \
+		    accept incoming connections on one or more listen sockets.
 platforms           darwin
-checksums           md5 cf459a39f2964d5ec6c32622759c9e90
+checksums           md5 ce230ee0a4afbff59da66f0c42e0340b
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090521/a6f3be4d/attachment-0001.html>


More information about the macports-changes mailing list