Skip to content
Snippets Groups Projects
Verified Commit 912cb4e7 authored by sunpoet's avatar sunpoet
Browse files

www/cpr: Update to 1.7.2

- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/libcpr/cpr/releases
parent 68583cfe
No related branches found
No related tags found
No related merge requests found
PORTNAME= cpr
PORTVERSION= 1.7.0
PORTVERSION= 1.7.2
CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= Curl for people, a simple wrapper around libcurl
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C++ Requests: Curl for People
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
......@@ -12,10 +12,12 @@ LIB_DEPENDS= libcurl.so:ftp/curl
USES= cmake compiler:c++11-lang ssl
USE_GITHUB= yes
GH_ACCOUNT= whoshuu
CMAKE_OFF= CPR_BUILD_TESTS CPR_BUILD_TESTS_SSL CPR_CURL_NOSIGNAL CPR_FORCE_DARWINSSL_BACKEND CPR_FORCE_WINSSL_BACKEND CPR_GENERATE_COVERAGE CPR_USE_SYSTEM_GTEST
CMAKE_ON= BUILD_SHARED_LIBS CPR_ENABLE_SSL CPR_FORCE_OPENSSL_BACKEND CPR_FORCE_USE_SYSTEM_CURL
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_GITHUB= yes
GH_ACCOUNT= libcpr
.include <bsd.port.mk>
TIMESTAMP = 1637816591
SHA256 (whoshuu-cpr-1.7.0_GH0.tar.gz) = 5c10d38b8cb60fc0d8d829559c2bf5351ce9a3c50c519682980f5ebfbe2836e5
SIZE (whoshuu-cpr-1.7.0_GH0.tar.gz) = 91198
TIMESTAMP = 1642102155
SHA256 (libcpr-cpr-1.7.2_GH0.tar.gz) = aa38a414fe2ffc49af13a08b6ab34df825fdd2e7a1213d032d835a779e14176f
SIZE (libcpr-cpr-1.7.2_GH0.tar.gz) = 91575
C++ Requests is a simple wrapper around libcurl inspired by the excellent
Python Requests project.
C++ Requests is a simple wrapper around libcurl inspired by the excellent Python
Requests project.
Using the more expressive language facilities of C++11, this library captures
the essence of making network calls into a few concise idioms.
Despite its name, libcurl's easy interface is anything but, and making mistakes
misusing it is a common source of error and frustration. Using the more
expressive language facilities of C++11, this library captures the essence of
making network calls into a few concise idioms.
WWW: https://github.com/whoshuu/cpr
WWW: https://github.com/libcpr/cpr
......@@ -38,4 +38,4 @@ lib/cmake/cpr/cprTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/cpr/cprTargets.cmake
lib/libcpr.so
lib/libcpr.so.1
lib/libcpr.so.1.7.0
lib/libcpr.so.%%PORTVERSION%%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment