[152576] trunk/dports/devel/libevent1/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 12 11:57:12 PDT 2016
Revision: 152576
https://trac.macports.org/changeset/152576
Author: ryandesign at macports.org
Date: 2016-09-12 11:57:12 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
libevent1: adjust whitespace and formatting
Modified Paths:
--------------
trunk/dports/devel/libevent1/Portfile
Modified: trunk/dports/devel/libevent1/Portfile
===================================================================
--- trunk/dports/devel/libevent1/Portfile 2016-09-12 18:56:51 UTC (rev 152575)
+++ trunk/dports/devel/libevent1/Portfile 2016-09-12 18:57:12 UTC (rev 152576)
@@ -1,35 +1,43 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name libevent1
-version 1.4.14b
-categories devel
-license BSD
-maintainers nomaintainer
-description asynchronous event 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.
-homepage http://monkey.org/~provos/libevent/
-platforms darwin
-master_sites http://monkey.org/~provos/
-distname libevent-${version}-stable
-dist_subdir libevent
-checksums sha1 4a834364c28ad652ddeb00b5f83872506eede7d4
-patchfiles patch-test__test.sh
-configure.args --mandir=${prefix}/share/man \
- --program-suffix=-1.4 \
- --includedir=${prefix}/include/${name} \
- --libdir=${prefix}/lib/${name}
+name libevent1
+version 1.4.14b
+revision 1
+categories devel
+platforms darwin
+license BSD
+maintainers nomaintainer
-test.run yes
-test.target verify
+description asynchronous event library
-livecheck.type regex
-livecheck.regex libevent-(1\\.(?:\\.\\d+)*)-stable
+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.
+
+homepage http://monkey.org/~provos/libevent/
+master_sites http://monkey.org/~provos/
+distname libevent-${version}-stable
+dist_subdir libevent
+
+checksums sha1 4a834364c28ad652ddeb00b5f83872506eede7d4
+
+patchfiles patch-test__test.sh
+
+configure.args --mandir=${prefix}/share/man \
+ --program-suffix=-1.4 \
+ --includedir=${prefix}/include/${name} \
+ --libdir=${prefix}/lib/${name}
+
+test.run yes
+test.target verify
+
+livecheck.type regex
+livecheck.regex libevent-(1\\.(?:\\.\\d+)*)-stable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160912/abc4c330/attachment.html>
More information about the macports-changes
mailing list