[33156] trunk/dports/devel

brett at macports.org brett at macports.org
Sat Jan 19 08:17:21 PST 2008


Revision: 33156
          http://trac.macosforge.org/projects/macports/changeset/33156
Author:   brett at macports.org
Date:     2008-01-19 08:17:19 -0800 (Sat, 19 Jan 2008)

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

Added Paths:
-----------
    trunk/dports/devel/libev/
    trunk/dports/devel/libev/Portfile

Added: trunk/dports/devel/libev/Portfile
===================================================================
--- trunk/dports/devel/libev/Portfile	                        (rev 0)
+++ trunk/dports/devel/libev/Portfile	2008-01-19 16:17:19 UTC (rev 33156)
@@ -0,0 +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			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
+
+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/20080119/545680e1/attachment.html


More information about the macports-changes mailing list