From owner-svn-ports-all@freebsd.org Wed Jan 29 19:13:23 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D772B1FA240; Wed, 29 Jan 2020 19:13:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 487CnH5JgSz3yrX; Wed, 29 Jan 2020 19:13:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B195818E24; Wed, 29 Jan 2020 19:13:23 +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 00TJDNTJ013824; Wed, 29 Jan 2020 19:13:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00TJDMjO013820; Wed, 29 Jan 2020 19:13:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001291913.00TJDMjO013820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 29 Jan 2020 19:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524566 - in head/www: . libnghttp3 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . libnghttp3 X-SVN-Commit-Revision: 524566 X-SVN-Commit-Repository: ports 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.29 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: Wed, 29 Jan 2020 19:13:23 -0000 Author: sunpoet Date: Wed Jan 29 19:13:22 2020 New Revision: 524566 URL: https://svnweb.freebsd.org/changeset/ports/524566 Log: Add libnghttp3 0.1.0.g20020114 nghttp3 is an implementation of HTTP/3 mapping over QUIC and QPACK in C. It does not depend on any particular QUIC transport implementation. The HTTP/3 library implements HTTP/3 draft-24. It can exchange basic HTTP request, response and server push, but does not fully implement the specification at the moment. The QPACK library implements QPACK draft-11. It supports dynamic table. WWW: https://github.com/ngtcp2/nghttp3 Added: head/www/libnghttp3/ head/www/libnghttp3/Makefile (contents, props changed) head/www/libnghttp3/distinfo (contents, props changed) head/www/libnghttp3/pkg-descr (contents, props changed) head/www/libnghttp3/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jan 29 19:02:14 2020 (r524565) +++ head/www/Makefile Wed Jan 29 19:13:22 2020 (r524566) @@ -290,6 +290,7 @@ SUBDIR += libjwt SUBDIR += libmicrohttpd SUBDIR += libnghttp2 + SUBDIR += libnghttp3 SUBDIR += libresonic-standalone SUBDIR += libwpe SUBDIR += libwww Added: head/www/libnghttp3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp3/Makefile Wed Jan 29 19:13:22 2020 (r524566) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= nghttp3 +PORTVERSION= 0.1.0.g20020114 +CATEGORIES= www net +PKGNAMEPREFIX= lib + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= HTTP/3 C Library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf compiler:c++17-lang libtool pathfix pkgconfig + +CONFIGURE_ARGS= --enable-lib-only +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_CXXSTD= c++17 +USE_LDCONFIG= yes + +GH_ACCOUNT= ngtcp2 +GH_TAGNAME= 06f8e38 +USE_GITHUB= yes + +post-patch: + @${REINPLACE_CMD} -e 's|0.1.0-DEV|${PORTVERSION}|' ${WRKSRC}/configure.ac + +.include Added: head/www/libnghttp3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp3/distinfo Wed Jan 29 19:13:22 2020 (r524566) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579852184 +SHA256 (ngtcp2-nghttp3-0.1.0.g20020114-06f8e38_GH0.tar.gz) = 5d62e3239632f90afb7ffd889090cfced3a28a16f3847c56dfd7e3d5b2683992 +SIZE (ngtcp2-nghttp3-0.1.0.g20020114-06f8e38_GH0.tar.gz) = 154177 Added: head/www/libnghttp3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp3/pkg-descr Wed Jan 29 19:13:22 2020 (r524566) @@ -0,0 +1,10 @@ +nghttp3 is an implementation of HTTP/3 mapping over QUIC and QPACK in C. It does +not depend on any particular QUIC transport implementation. + +The HTTP/3 library implements HTTP/3 draft-24. It can exchange basic HTTP +request, response and server push, but does not fully implement the +specification at the moment. + +The QPACK library implements QPACK draft-11. It supports dynamic table. + +WWW: https://github.com/ngtcp2/nghttp3 Added: head/www/libnghttp3/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libnghttp3/pkg-plist Wed Jan 29 19:13:22 2020 (r524566) @@ -0,0 +1,7 @@ +include/nghttp3/nghttp3.h +include/nghttp3/version.h +lib/libnghttp3.a +lib/libnghttp3.so +lib/libnghttp3.so.0 +lib/libnghttp3.so.0.0.0 +libdata/pkgconfig/libnghttp3.pc