From owner-svn-ports-head@freebsd.org Sun Dec 18 15:20:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1DFFC862E9; Sun, 18 Dec 2016 15:20:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82B5E1E32; Sun, 18 Dec 2016 15:20:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBIFKXbp028331; Sun, 18 Dec 2016 15:20:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBIFKXIO028326; Sun, 18 Dec 2016 15:20:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612181520.uBIFKXIO028326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Dec 2016 15:20:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428855 - in head/www: . libnghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 15:20:34 -0000 Author: sunpoet Date: Sun Dec 18 15:20:33 2016 New Revision: 428855 URL: https://svnweb.freebsd.org/changeset/ports/428855 Log: - Add libnghttp2 1.17.0 nghttp2 is an implementation of HTTP/2 and its header compression algorithm HPACK in C. WWW: https://nghttp2.org/ Added: head/www/libnghttp2/ head/www/libnghttp2/Makefile (contents, props changed) head/www/libnghttp2/distinfo (contents, props changed) head/www/libnghttp2/pkg-descr (contents, props changed) head/www/libnghttp2/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Dec 18 15:03:04 2016 (r428854) +++ head/www/Makefile Sun Dec 18 15:20:33 2016 (r428855) @@ -359,6 +359,7 @@ SUBDIR += libhubbub SUBDIR += libjwt SUBDIR += libmicrohttpd + SUBDIR += libnghttp2 SUBDIR += libsocialweb SUBDIR += libwww SUBDIR += libxul Added: head/www/libnghttp2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/Makefile Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= nghttp2 +PORTVERSION= 1.17.0 +DISTVERSIONPREFIX= v +CATEGORIES= www net +PKGNAMEPREFIX= lib + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTTP/2.0 C Library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFIGURE_ARGS= --enable-lib-only +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes +USES= autoreconf libtool pathfix pkgconfig + +USE_GITHUB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|doc \(contrib script\)|\1|; /^dist_doc_DATA = / s| README.rst||' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/^dist_pkgdata_SCRIPTS = / s| fetch-ocsp-response||' ${WRKSRC}/script/Makefile.am + +.include Added: head/www/libnghttp2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/distinfo Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480231536 +SHA256 (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = dd6cee9dcc583dd5cac2d6652ca28f519f885dac2a3451e340fd72566adcf499 +SIZE (nghttp2-nghttp2-v1.17.0_GH0.tar.gz) = 1694346 Added: head/www/libnghttp2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/pkg-descr Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,4 @@ +nghttp2 is an implementation of HTTP/2 and its header compression algorithm +HPACK in C. + +WWW: https://nghttp2.org/ Added: head/www/libnghttp2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp2/pkg-plist Sun Dec 18 15:20:33 2016 (r428855) @@ -0,0 +1,7 @@ +include/nghttp2/nghttp2.h +include/nghttp2/nghttp2ver.h +lib/libnghttp2.a +lib/libnghttp2.so +lib/libnghttp2.so.14 +lib/libnghttp2.so.14.12.2 +libdata/pkgconfig/libnghttp2.pc