[137033] trunk/dports/devel/libevent/Portfile

larryv at macports.org larryv at macports.org
Wed Jun 3 10:43:49 PDT 2015


Revision: 137033
          https://trac.macports.org/changeset/137033
Author:   larryv at macports.org
Date:     2015-06-03 10:43:49 -0700 (Wed, 03 Jun 2015)
Log Message:
-----------
libevent: Replace descriptions with website text

Modified Paths:
--------------
    trunk/dports/devel/libevent/Portfile

Modified: trunk/dports/devel/libevent/Portfile
===================================================================
--- trunk/dports/devel/libevent/Portfile	2015-06-03 17:43:44 UTC (rev 137032)
+++ trunk/dports/devel/libevent/Portfile	2015-06-03 17:43:49 UTC (rev 137033)
@@ -10,15 +10,12 @@
 license             BSD
 maintainers         nomaintainer
 
-description         asynchronous event library
+description         An event notification library
 long_description    The libevent API provides a mechanism to execute \
                     a callback function when a specific event occurs \
                     on a file descriptor or after a timeout has been \
-                    reached.libevent is meant to replace the \
-                    asynchronous event loop found in event driven \
-                    network servers. An application just needs to call \
-                    event_dispatch() and can then add or remove events \
-                    dynamically without having to change the event loop.
+                    reached. Furthermore, libevent also support \
+                    callbacks due to signals or regular timeouts.
 homepage            http://monkey.org/~provos/libevent/
 
 depends_lib         port:openssl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150603/6cf66b7c/attachment.html>


More information about the macports-changes mailing list