Revision
140809
Author
raimue@macports.org
Date
2015-10-03 10:27:07 -0700 (Sat, 03 Oct 2015)

Log Message

devel/libuv:
New port, version 1.7.5

Added Paths

Diff

Added: trunk/dports/devel/libuv/Portfile (0 => 140809)


--- trunk/dports/devel/libuv/Portfile	                        (rev 0)
+++ trunk/dports/devel/libuv/Portfile	2015-10-03 17:27:07 UTC (rev 140809)
@@ -0,0 +1,32 @@
+# -*- 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
+
+name                libuv
+version             1.7.5
+categories          devel
+platforms           darwin
+maintainers         raimue \
+                    openmaintainer
+license             {MIT BSD} 
+
+description         Cross-platform asychronous I/O
+
+long_description \
+    libuv is a multi-platform support library with a focus on asynchronous I/O.
+
+homepage            http://libuv.org/
+master_sites        http://dist.libuv.org/dist/v${version}/
+distname            ${name}-v${version}
+
+checksums           rmd160  ace42f99ca51744aeffa83edb1fe45e25d4bf4d6 \
+                    sha256  a3af98f00e0a33aa0547475ba2bac876470e076748409bcdde81d3d189e8bdbd
+
+use_autoconf        yes
+autoconf.cmd        ./autogen.sh
+
+depends_build       port:automake \
+                    port:autoconf \
+                    port:libtool \
+                    port:pkgconfig
Property changes on: trunk/dports/devel/libuv/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style