svn commit: r524567 - head/net/libngtcp2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 29 19:13:30 UTC 2020
Author: sunpoet
Date: Wed Jan 29 19:13:28 2020
New Revision: 524567
URL: https://svnweb.freebsd.org/changeset/ports/524567
Log:
Add libngtcp2 0.1.0.g20200123
ngtcp2 project is an effort to implement QUIC protocol which is now being
discussed in IETF QUICWG for its standardization.
WWW: https://github.com/ngtcp2/ngtcp2
Added:
head/net/libngtcp2/
head/net/libngtcp2/Makefile (contents, props changed)
head/net/libngtcp2/distinfo (contents, props changed)
head/net/libngtcp2/pkg-descr (contents, props changed)
head/net/libngtcp2/pkg-plist (contents, props changed)
Added: head/net/libngtcp2/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/libngtcp2/Makefile Wed Jan 29 19:13:28 2020 (r524567)
@@ -0,0 +1,29 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ngtcp2
+PORTVERSION= 0.1.0.g20200123
+CATEGORIES= net
+PKGNAMEPREFIX= lib
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Implementment of QUIC protocol
+
+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_TAGNAME= f0d2ef9
+USE_GITHUB= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|0.1.0-DEV|${PORTVERSION}|' ${WRKSRC}/configure.ac
+
+.include <bsd.port.mk>
Added: head/net/libngtcp2/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/libngtcp2/distinfo Wed Jan 29 19:13:28 2020 (r524567)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579863189
+SHA256 (ngtcp2-ngtcp2-0.1.0.g20200123-f0d2ef9_GH0.tar.gz) = bcb4f60664014fd6f48bef52d733834155b5aee09963ca0defffb2ac05cf5247
+SIZE (ngtcp2-ngtcp2-0.1.0.g20200123-f0d2ef9_GH0.tar.gz) = 329533
Added: head/net/libngtcp2/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/libngtcp2/pkg-descr Wed Jan 29 19:13:28 2020 (r524567)
@@ -0,0 +1,4 @@
+ngtcp2 project is an effort to implement QUIC protocol which is now being
+discussed in IETF QUICWG for its standardization.
+
+WWW: https://github.com/ngtcp2/ngtcp2
Added: head/net/libngtcp2/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/libngtcp2/pkg-plist Wed Jan 29 19:13:28 2020 (r524567)
@@ -0,0 +1,7 @@
+include/ngtcp2/ngtcp2.h
+include/ngtcp2/version.h
+lib/libngtcp2.a
+lib/libngtcp2.so
+lib/libngtcp2.so.0
+lib/libngtcp2.so.0.0.0
+libdata/pkgconfig/libngtcp2.pc
More information about the svn-ports-all
mailing list