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

brett at macports.org brett at macports.org
Fri Jan 18 08:49:35 PST 2008


Revision: 33119
          http://trac.macosforge.org/projects/macports/changeset/33119
Author:   brett at macports.org
Date:     2008-01-18 08:49:33 -0800 (Fri, 18 Jan 2008)

Log Message:
-----------
add libev

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

Modified: trunk/dports/devel/libevent/Portfile
===================================================================
--- trunk/dports/devel/libevent/Portfile	2008-01-18 16:47:43 UTC (rev 33118)
+++ trunk/dports/devel/libevent/Portfile	2008-01-18 16:49:33 UTC (rev 33119)
@@ -1,23 +1,25 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
+# c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
-name		libevent
-version		1.3e
-categories	devel
-maintainers	brett at macports.org
-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/
-checksums	sha1 67b064a4533c640dfb86e3d81c0cca9247427353
-configure.args	--mandir=${prefix}/share/man
+name			libev
+version			2.01
+categories		devel
+maintainers		brett at macports.org
+description		asynchronous event library
+long_description	libev is a full-featured and high-performance event \
+			loop that is loosely modelled after libevent.
+homepage		http://software.schmorp.de/pkg/libev.html
+platforms		darwin
+master_sites		http://dist.schmorp.de/libev/
+checksums		sha1 1984b399cac9dfbe346e551ce25c5bdeb53e70bc
+configure.args		--mandir=${prefix}/share/man
 
-test.run	yes
-test.target	verify
+post-destroot {
+    move ${destroot}${prefix}/include/event.h ${destroot}${prefix}/include/ev-event.h
+}
+
+
+test.run		yes
+test.target		verify

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080118/b4309811/attachment.html


More information about the macports-changes mailing list