pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www nghttp3: added version 0.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a2c152955fd
branches:  trunk
changeset: 389318:2a2c152955fd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Dec 03 16:01:02 2022 +0000

description:
nghttp3: added version 0.7.1

This library implements RFC 9114 HTTP/3. It does not support server push.

The following extensions have been implemented:
* Extensible Prioritization Scheme for HTTP
* Bootstrapping WebSockets with HTTP/3

diffstat:

 www/Makefile              |   3 ++-
 www/nghttp3/DESCR         |   5 +++++
 www/nghttp3/Makefile      |  17 +++++++++++++++++
 www/nghttp3/PLIST         |   9 +++++++++
 www/nghttp3/buildlink3.mk |  12 ++++++++++++
 www/nghttp3/distinfo      |   5 +++++
 6 files changed, 50 insertions(+), 1 deletions(-)

diffs (85 lines):

diff -r dd7c23beb727 -r 2a2c152955fd www/Makefile
--- a/www/Makefile      Sat Dec 03 15:54:08 2022 +0000
+++ b/www/Makefile      Sat Dec 03 16:01:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1651 2022/11/30 10:24:35 nros Exp $
+# $NetBSD: Makefile,v 1.1652 2022/12/03 16:01:02 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -243,6 +243,7 @@
 SUBDIR+=       netsurf
 SUBDIR+=       nghttp2
 SUBDIR+=       nghttp2-tools
+SUBDIR+=       nghttp3
 SUBDIR+=       nginx
 SUBDIR+=       nginx-devel
 SUBDIR+=       nostromo
diff -r dd7c23beb727 -r 2a2c152955fd www/nghttp3/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nghttp3/DESCR Sat Dec 03 16:01:02 2022 +0000
@@ -0,0 +1,5 @@
+This library implements RFC 9114 HTTP/3. It does not support server push.
+
+The following extensions have been implemented:
+* Extensible Prioritization Scheme for HTTP
+* Bootstrapping WebSockets with HTTP/3
diff -r dd7c23beb727 -r 2a2c152955fd www/nghttp3/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nghttp3/Makefile      Sat Dec 03 16:01:02 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/12/03 16:01:02 adam Exp $
+
+DISTNAME=      nghttp3-0.7.1
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=ngtcp2/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ngtcp2/nghttp3
+COMMENT=       Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK
+LICENSE=       mit
+
+USE_CMAKE=     yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff -r dd7c23beb727 -r 2a2c152955fd www/nghttp3/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nghttp3/PLIST Sat Dec 03 16:01:02 2022 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/03 16:01:02 adam Exp $
+include/nghttp3/nghttp3.h
+include/nghttp3/version.h
+lib/libnghttp3.a
+lib/libnghttp3.so
+lib/libnghttp3.so.3
+lib/libnghttp3.so.3.0.1
+lib/pkgconfig/libnghttp3.pc
+share/doc/nghttp3/README.rst
diff -r dd7c23beb727 -r 2a2c152955fd www/nghttp3/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nghttp3/buildlink3.mk Sat Dec 03 16:01:02 2022 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2022/12/03 16:01:02 adam Exp $
+
+BUILDLINK_TREE+=       nghttp3
+
+.if !defined(NGHTTP3_BUILDLINK3_MK)
+NGHTTP3_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.nghttp3+=        nghttp3>=0.7.1
+BUILDLINK_PKGSRCDIR.nghttp3?=  ../../www/nghttp3
+.endif # NGHTTP3_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -nghttp3
diff -r dd7c23beb727 -r 2a2c152955fd www/nghttp3/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/nghttp3/distinfo      Sat Dec 03 16:01:02 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/03 16:01:02 adam Exp $
+
+BLAKE2s (nghttp3-0.7.1.tar.xz) = c84441fb36ba55ee677b4bef9907a5ddff454316f33dd8bb7b873866e7a1e8fa
+SHA512 (nghttp3-0.7.1.tar.xz) = a09f28760b4dde0d4d6dad6d04f5635de156915517d1caae9f3dfffcd3aab9d169406a19e28c172295f9bfc695a538860c16b62a732719f01cc8677e1048c8c1
+Size (nghttp3-0.7.1.tar.xz) = 363164 bytes



Home | Main Index | Thread Index | Old Index