From owner-svn-ports-all@FreeBSD.ORG Sun Feb 23 15:44:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D255410; Sun, 23 Feb 2014 15:44:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC94F17E6; Sun, 23 Feb 2014 15:44:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1NFi61Y099891; Sun, 23 Feb 2014 15:44:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1NFi5k0099886; Sun, 23 Feb 2014 15:44:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402231544.s1NFi5k0099886@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Feb 2014 15:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345740 - in head/www: . nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 15:44:07 -0000 Author: sunpoet Date: Sun Feb 23 15:44:05 2014 New Revision: 345740 URL: http://svnweb.freebsd.org/changeset/ports/345740 QAT: https://qat.redports.org/buildarchive/r345740/ Log: - Add nghttp2 0.3.1 nghttp2 - HTTP/2.0 C Library This is an experimental implementation of Hypertext Transfer Protocol version 2.0. WWW: http://tatsuhiro-t.github.io/nghttp2/ Added: head/www/nghttp2/ head/www/nghttp2/Makefile (contents, props changed) head/www/nghttp2/distinfo (contents, props changed) head/www/nghttp2/pkg-descr (contents, props changed) head/www/nghttp2/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Feb 23 15:35:06 2014 (r345739) +++ head/www/Makefile Sun Feb 23 15:44:05 2014 (r345740) @@ -566,6 +566,7 @@ SUBDIR += netstiff SUBDIR += netsurf SUBDIR += newsbeuter + SUBDIR += nghttp2 SUBDIR += nginx SUBDIR += nginx-devel SUBDIR += nibbleblog Added: head/www/nghttp2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nghttp2/Makefile Sun Feb 23 15:44:05 2014 (r345740) @@ -0,0 +1,44 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= nghttp2 +PORTVERSION= 0.3.1 +CATEGORIES= www net +MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTTP/2.0 C Library + +LICENSE= MIT + +LIB_DEPENDS= libevent_openssl.so:${PORTSDIR}/devel/libevent2 \ + libjansson.so:${PORTSDIR}/devel/jansson \ + libspdylay.so:${PORTSDIR}/www/spdylay + +CONFIGURE_ARGS= --disable-python-bindings \ + --enable-app \ + --enable-examples +CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ + ZLIB_CFLAGS="-I${INCLUDEDIR}" \ + ZLIB_LIBS="-L${LIBDIR} -lz" +GNU_CONFIGURE= yes +USE_CXXSTD= c++11 +USE_GNOME= libxml2 +USE_LDCONFIG= yes +USE_OPENSSL= yes +USE_XZ= yes +USES= compiler:c++11-lang pathfix pkgconfig + +PORTDOCS= * + +.include + +.if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT) +IGNORE= nghttp2 requires OpenSSL 1.0.1+ +.endif + +post-build: + @${STRIP_CMD} ${WRKSRC}/lib/.libs/libnghttp2.so.2 + +.include Added: head/www/nghttp2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nghttp2/distinfo Sun Feb 23 15:44:05 2014 (r345740) @@ -0,0 +1,2 @@ +SHA256 (nghttp2-0.3.1.tar.xz) = 3ee03cc6fe9f01fd0e95dccca14158ab7fecb9ff623fe4f436bdd8d9eb91de60 +SIZE (nghttp2-0.3.1.tar.xz) = 699464 Added: head/www/nghttp2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nghttp2/pkg-descr Sun Feb 23 15:44:05 2014 (r345740) @@ -0,0 +1,6 @@ +nghttp2 - HTTP/2.0 C Library + +This is an experimental implementation of Hypertext Transfer Protocol version +2.0. + +WWW: http://tatsuhiro-t.github.io/nghttp2/ Added: head/www/nghttp2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nghttp2/pkg-plist Sun Feb 23 15:44:05 2014 (r345740) @@ -0,0 +1,11 @@ +bin/nghttp +bin/nghttpd +bin/nghttpx +include/nghttp2/nghttp2.h +include/nghttp2/nghttp2ver.h +lib/libnghttp2.a +lib/libnghttp2.la +lib/libnghttp2.so +lib/libnghttp2.so.2 +libdata/pkgconfig/libnghttp2.pc +@dirrm include/nghttp2