devel/cpp-httplib

This commit is contained in:
edshot99 2024-09-17 12:56:19 -05:00
parent 529820ef56
commit 29559c40cf
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,25 @@
COMMENT = C++ header-only HTTP/HTTPS server and client library
V = 0.18.0
PKGNAME = cpp-httplib-${V}
DIST_TUPLE += github yhirose cpp-httplib v${V} .
CATEGORIES = devel
HOMEPAGE = https://github.com/yhirose/cpp-httplib
MAINTAINER = "Ed <ed@i2pmail.org>"
# MIT
PERMIT_PACKAGE = Yes
MODULES = devel/cmake
BUILD_DEPENDS = devel/cmake
NO_TEST = Yes
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (yhirose-cpp-httplib-v0.18.0.tar.gz) = btWJS7vEo0oPTF6WJnLQAD0uoJm7razGb23uKyE/85Q=
SIZE (yhirose-cpp-httplib-v0.18.0.tar.gz) = 1321763

View File

@ -0,0 +1,3 @@
A C++11 single-file header-only cross platform HTTP/HTTPS library.
It's extremely easy to setup. Just include the httplib.h file in your code!

View File

@ -0,0 +1,7 @@
include/httplib.h
lib/cmake/httplib/
lib/cmake/httplib/httplibConfig.cmake
lib/cmake/httplib/httplibConfigVersion.cmake
lib/cmake/httplib/FindBrotli.cmake
lib/cmake/httplib/httplibTargets.cmake
share/doc/httplib/README.md