[33127] trunk/dports/devel/libevent/Portfile
brett at macports.org
brett at macports.org
Fri Jan 18 09:40:10 PST 2008
Revision: 33127
http://trac.macosforge.org/projects/macports/changeset/33127
Author: brett at macports.org
Date: 2008-01-18 09:40:07 -0800 (Fri, 18 Jan 2008)
Log Message:
-----------
fix accidentally swapped libevent portfile
Modified Paths:
--------------
trunk/dports/devel/libevent/Portfile
Modified: trunk/dports/devel/libevent/Portfile
===================================================================
--- trunk/dports/devel/libevent/Portfile 2008-01-18 17:20:26 UTC (rev 33126)
+++ trunk/dports/devel/libevent/Portfile 2008-01-18 17:40:07 UTC (rev 33127)
@@ -1,25 +1,23 @@
-# -*- 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
+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
-post-destroot {
- move ${destroot}${prefix}/include/event.h ${destroot}${prefix}/include/ev-event.h
-}
-
-
-test.run yes
-test.target verify
+test.run yes
+test.target verify
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080118/bf3563a6/attachment.html
More information about the macports-changes
mailing list