Port details |
- proxygen Collection of C++ HTTP libraries including easy way to use HTTP server
- 2025.01.13.00 www =2 2024.12.23.00Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2020-09-08 18:51:03
- Last Update: 2025-01-14 03:26:03
- Commit Hash: 003f170
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/facebook/proxygen
- Description:
- Proxygen comprises the core C++ HTTP abstractions used at Facebook. Internally,
it is used as the basis for building many HTTP servers, proxies, and clients.
This release focuses on the common HTTP abstractions and our simple HTTPServer
framework. Future releases will provide simple client APIs as well. The
framework supports HTTP/1.1, SPDY/3, SPDY/3.1, HTTP/2, and HTTP/3. The goal is
to provide a simple, performant, and modern C++ HTTP library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/proxygen/ && make install clean
- To add the package, run one of these commands:
- pkg install www/proxygen
- pkg install proxygen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: proxygen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736814226
SHA256 (facebook-proxygen-v2025.01.13.00_GH0.tar.gz) = 0849f94b52465f71eb4331f985347761ca232be7d5d1d27900434c039ec09056
SIZE (facebook-proxygen-v2025.01.13.00_GH0.tar.gz) = 1219360
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:
-
- bash : shells/bash
- gperf>0 : devel/gperf
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libboost_iostreams.so : devel/boost-libs
- libbzip2.so : misc/vxl
- 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
- libmvfst_server.so : net/mvfst
- libsnappy.so : archivers/snappy
- libsodium.so : security/libsodium
- libunwind.so : devel/libunwind
- libwangle.so : net/wangle
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_proxygen
- USES:
- cmake compiler:c++14-lang cpe perl5 python:build ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2020.11.16.00 21 Nov 2020 21:41:51 |
yuri |
www/proxygen: Update 2020.11.02.00 -> 2020.11.16.00
Reported by: portscout |
2020.11.02.00 03 Nov 2020 18:10:22 |
yuri |
www/proxygen: Update 2020.10.26.00 -> 2020.11.02.00
Reported by: portscout |
2020.10.26.00 27 Oct 2020 19:51:46 |
yuri |
www/proxygen: Update 2020.10.12.00 -> 2020.10.26.00
Reported by: portscout |
2020.10.12.00 15 Oct 2020 05:44:35 |
yuri |
www/proxygen: Update 2020.09.14.00 -> 2020.10.12.00
Reported by: portscout |
2020.09.14.00 15 Sep 2020 08:31:03 |
yuri |
www/proxygen: Update 2020.09.07.00 -> 2020.09.14.00
Reported by: portscout |
2020.09.07.00 08 Sep 2020 18:50:25 |
yuri |
New port: www/proxygen : Collection of C++ HTTP libraries including easy way to
use HTTP server |