Revision: 133360 https://trac.macports.org/changeset/133360 Author: ryandesign@macports.org Date: 2015-02-27 10:09:08 -0800 (Fri, 27 Feb 2015) Log Message: ----------- nghttp2: new port, version 0.7.5 (#46981) Added Paths: ----------- trunk/dports/www/nghttp2/ trunk/dports/www/nghttp2/Portfile Added: trunk/dports/www/nghttp2/Portfile =================================================================== --- trunk/dports/www/nghttp2/Portfile (rev 0) +++ trunk/dports/www/nghttp2/Portfile 2015-02-27 18:09:08 UTC (rev 133360) @@ -0,0 +1,44 @@ +# -*- 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 +PortGroup github 1.0 + +github.setup tatsuhiro-t nghttp2 0.7.5 v +categories www +platforms darwin +maintainers gmail.com:mschamschula openmaintainer +license MIT + +description nghttp2 is an implementation of HTTP/2 in C. + +long_description ${description} Included are a HTTP/2 client, server and proxy. The \ + package also provides a load test and benchmarking tool for HTTP/2. + +github.tarball_from releases +use_xz yes + +checksums rmd160 049b966448247caee40425de482a125679ce5163 \ + sha256 b2a05b4481881228db90314e14cb33511037a9e5940e31b826b688f27a6628d1 + +depends_build port:pkgconfig + +depends_lib port:jansson \ + port:libev \ + port:libevent \ + port:libxml2 \ + port:openssl \ + port:py27-cython \ + port:py27-setuptools \ + port:python27 \ + port:zlib + +configure.args --disable-threads + +configure.env PYTHON=${prefix}/bin/python2.7 CYTHON=${prefix}/bin/cython-2.7 \ + JANSSON_CFLAGS=-I${prefix}/include JANSSON_LIBS="-L${prefix}/lib -ljansson" \ + LIBEVENT_OPENSSL_CFLAGS=-I${prefix}/include/event2 \ + LIBEVENT_OPENSSL_LIBS="-L${prefix}/lib -levent -levent_openssl" \ + OPENSSL_CFLAGS=-I${prefix}/include/openssl \ + OPENSSL_LIBS="-L${prefix}/lib -lcrypto -lssl" \ + PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python" Property changes on: trunk/dports/www/nghttp2/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
ryandesign@macports.org