Port details |
- cpprestsdk Microsoft C++ REST SDK
- 2.10.19_1 devel =2 2.10.19Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2017-01-12 14:45:04
- Last Update: 2024-10-03 10:25:14
- Commit Hash: 55cfbcf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/Microsoft/cpprestsdk
- Description:
- The C++ REST SDK is a Microsoft project for cloud-based client-server
communication in native code using a modern asynchronous C++ API design.
This project aims to help C++ developers connect to and interact with services.
What's in the SDK:
- Features
HTTP client/server, JSON, URI, asynchronous streams, WebSockets client, oAuth
- PPL Tasks
A powerful model for composing asynchronous operations based on C++11 features
- Platforms
Windows desktop, Windows Store, Windows Phone, Ubuntu, OS X, iOS, and Android
[and now also FreeBSD ;-)]
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cpprestsdk>0:devel/cpprestsdk
- To install the port:
- cd /usr/ports/devel/cpprestsdk/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cpprestsdk
- pkg install cpprestsdk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cpprestsdk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1704650102
SHA256 (Microsoft-cpprestsdk-v2.10.19_GH0.tar.gz) = 4b0d14e5bfe77ce419affd253366e861968ae6ef2c35ae293727c1415bd145c8
SIZE (Microsoft-cpprestsdk-v2.10.19_GH0.tar.gz) = 1749647
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:
-
- client.hpp : devel/websocketpp
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libboost_system.so : devel/boost-libs
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cpprestsdk-2.10.19_1:
BROTLI=off: Brotli compression support
===> Use 'make config' to modify these settings
- Options name:
- devel_cpprestsdk
- USES:
- cmake compiler:c++11-lang pkgconfig 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 |
2.10.19_1 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
2.10.19 10 Jan 2024 13:38:47 |
Fernando Apesteguía (fernape) Author: Jan-Espen Oversand |
devel/cpprestsdk: upgrade to 2.10.19
PR: 276188
Reported by: sigsegv@radiotube.org |
2.10.18_1 08 Jan 2024 17:53:11 |
Fernando Apesteguía (fernape) Author: Jan-Espen Oversand |
devel/cpprestsdk: Fix include of json.h
De-inlining the constructor and destructor makes the sizeof(_Value) available to
std::unique_ptr.
PR: 276187
Reported by: sigsegv@radiotube.org |
2.10.18 08 Oct 2022 18:51:40 |
Alexey Dokuchaev (danfe) |
devel/cpprestsdk: purge bogus patch file and unset WERROR instead
While here, remove needless -Wno-c11-extensions from the CXXFLAGS. |
2.10.18 08 Oct 2022 14:48:21 |
Sergey A. Osokin (osa) |
devel/cpprestsdk: fix BROKEN by update 2.10.16 -> 2.10.18
Reset maintainership due to no update.
<ChangeLog>
cpprestsdk (2.10.18)
* PR#1571 Add ability to parse and emit the NT Epoch
1601-01-01T00:00:00Z
* PR#1571 Update vcpkg submodule
* Update CI configuration
cpprestsdk (2.10.17)
* PR#1550 Fix year calculation for the last day of a leap year
* PR#1523 Fix wrong linking of Apple Frameworks on MacOS
* PR#1520 Define __STDC_FORMAT_MACROS when it hasn't been
defined to avoid duplicate define error.
* PR#1415 Delete apparently broken .vcxprojs and .pfxes.
* Removed defunct email contact information from the readme
</ChangeLog> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10.16_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.10.16_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
2.10.16 22 May 2022 20:17:09 |
Dima Panov (fluffy) |
devel/cpprestsdk: mark as broken after recent boost upgrade
PR: 246106 |
2.10.16 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.10.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10.16 13 Oct 2020 01:59:00 |
linimon |
These ports now build (as tested on powerpc64-12).
Approved by: portmgr (tier-2 blanket) |
2.10.16 09 Sep 2020 07:15:14 |
danfe |
- Update to version 2.10.16 to unbreak the build against newer OpenSSL
- Allow to build with optional Brotli compression support while here |
2.9.1_13 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
2.9.1_12 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
2.9.1_11 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.9.1_10 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
2.9.1_9 06 Apr 2019 16:56:49 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
2.9.1_9 20 Mar 2019 14:53:29 |
jbeich |
devel/websocketpp: unbreak with boost 1.70
PR: 236589 |
2.9.1_9 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
2.9.1_8 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
2.9.1_7 10 Sep 2018 02:06:13 |
linimon |
Mark various ports broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
2.9.1_7 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
2.9.1_6 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.9.1_5 18 Jun 2018 03:49:10 |
linimon |
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
2.9.1_5 08 May 2018 00:50:50 |
jbeich |
devel/cpprestsdk: unbreak with Clang 6.0 (C++14 by default)
- Don't build tests and samples as they're not installed [1]
PR: 223362
Submitted by: rozhuk.im@gmail.com
Approved by: maintainer timeout (6 months) [1], portmgr blanket |
2.9.1_5 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
2.9.1_4 18 Jan 2018 18:26:13 |
jbeich |
devel/cpprestsdk: unbreak with boost 1.66
Submitted by: rozhuk.im@gmail.com
Obtained from: upstream
Approved by: portmgr blanket |
2.9.1_4 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
2.9.1_3 08 Oct 2017 19:59:09 |
rakuco |
Backport a patch from upstream to fix the build on HEAD (clang 5).
src/uri/uri.cpp:25:73: error: lambda capture 'this' is not used
[-Werror,-Wunused-lambda-capture]
std::transform(m_scheme.begin(), m_scheme.end(), m_scheme.begin(),
[this](utility::char_t c) {
src/uri/uri.cpp:30:67: error: lambda capture 'this' is not used
[-Werror,-Wunused-lambda-capture]
std::transform(m_host.begin(), m_host.end(), m_host.begin(),
[this](utility::char_t c) { |
2.9.1_3 08 Oct 2017 19:57:25 |
rakuco |
Add USES=compiler:c++11-lib.
It doesn't have an effect on platforms with clang and libc++ as the default
compiler, but should likely help with the powerpc64 build error that was marked
in the Makefile. |
2.9.1_3 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.9.1_2 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.9.1_1 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
2.9.1_1 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
2.9.1 12 Jan 2017 14:44:56 |
vanilla |
Add cpprestsdk 2.9.1, microsoft C++ REST SDK.
PR: 215960
Submitted by: projects@phess.net |