Port details on branch 2025Q4 |
- mvfst Implementation of the QUIC transport protocol
- 2025.08.18.00_1 net
=2 2025.08.18.00Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-09-08 17:40:32
- Last Update: 2025-10-20 11:48:39
- Commit Hash: 67fb95f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/facebook/mvfst
- Description:
- mvfst (Pronounced move fast) is a client and server implementation of IETF QUIC
protocol in C++ by Facebook. QUIC is a UDP based reliable, multiplexed transport
protocol that will become an internet standard. The goal of mvfst is to build a
performant implementation of the QUIC transport protocol that applications could
adapt for use cases on both the internet and the data-center. mvfst has been
tested at scale on android, iOS apps, as well as servers and has several
features to support large scale deployments.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net/mvfst/ && make install clean
- To add the package, run one of these commands:
- pkg install net/mvfst
- pkg install mvfst
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mvfst
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1755586129
SHA256 (facebook-mvfst-v2025.08.18.00_GH0.tar.gz) = 8906b8e7e517a5676d1ab1288ca0566e4bbaa87f484af258c9e2f59e682be91b
SIZE (facebook-mvfst-v2025.08.18.00_GH0.tar.gz) = 2109920
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libboost_thread.so : devel/boost-libs
- libdouble-conversion.so : devel/double-conversion
- libevent.so : devel/libevent
- libfizz.so : security/fizz
- libfmt.so : devel/libfmt
- libfolly.so : devel/folly
- libgflags.so : devel/gflags
- libglog.so : devel/glog
- libicui18n.so : devel/icu
- liblz4.so : archivers/liblz4
- libsnappy.so : archivers/snappy
- libsodium.so : security/libsodium
- libunwind.so : devel/libunwind
- libbzip2.so : misc/vxl
- libzstd.so : archivers/zstd
- This port is required by:
- for Libraries
-
- devel/fbthrift
- net/fb303
- www/proxygen
Configuration Options:
- No options to configure
- Options name:
- net_mvfst
- USES:
- cmake:testing compiler:c++17-lang cpe ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|