Port details |
- cpp-pcp-client Client libraries for the PCP protocol
- 1.7.7_8 net =2 1.7.7_6Version of this port present on the latest quarterly branch.
- Maintainer: puppet@FreeBSD.org
- Port Added: 2021-05-23 19:42:21
- Last Update: 2024-11-20 10:05:25
- Commit Hash: 312ee18
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/puppetlabs/cpp-pcp-client
- Description:
- cpp-pcp-client is a C++ client library for the Puppet Communications Protocol
(PCP) protocol. It includes a collection of abstractions which can be used to
initiate connections to a PCP broker, wrapping the PCP message format and
performing schema validation for message bodies.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cpp-pcp-client>0:net/cpp-pcp-client
- To install the port:
- cd /usr/ports/net/cpp-pcp-client/ && make install clean
- To add the package, run one of these commands:
- pkg install net/cpp-pcp-client
- pkg install cpp-pcp-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cpp-pcp-client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1639542969
SHA256 (puppetlabs-cpp-pcp-client-1.7.7_GH0.tar.gz) = 547a5619a5c38cebba42d47a3bdf8fc6d3e77614523ccbe31a70997e2b5c62d2
SIZE (puppetlabs-cpp-pcp-client-1.7.7_GH0.tar.gz) = 2571003
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_filesystem.so : devel/boost-libs
- libleatherman_json_container.so : devel/leatherman
- This port is required by:
- for Libraries
-
- sysutils/pxp-agent
Configuration Options:
- No options to configure
- Options name:
- net_cpp-pcp-client
- USES:
- cmake compiler:c++11-lang 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 |
1.7.7_8 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
1.7.7_7 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
1.7.7_6 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
1.7.7_5 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
1.7.7_4 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
1.7.7_3 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
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) |
1.7.7_2 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 ) |
1.7.7_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.7.7_1 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
1.7.7 15 Dec 2021 04:36:17 |
Romain Tartière (romain) |
net/cpp-pcp-client: Update to 1.7.7
With hat: puppet |
1.7.6 03 Dec 2021 18:40:33 |
Romain Tartière (romain) |
net/cpp-pcp-client: Update to 1.7.6
With hat: puppet |
1.7.3 07 Jun 2021 11:01:11 |
Mark Linimon (linimon) |
net/cpp-pcp-client: fix build on GCC-based systems
by adding compiler:c++11-lang to USES:
cc1plus: error: unrecognized command line option "-Wno-unused-local-typedefs"
cc1plus: error: unrecognized command line option "-Wno-maybe-uninitialized"
cc1plus: error: unrecognized command line option "-std=c++11" |
1.7.3 05 Jun 2021 04:11:35 |
Romain Tartière (romain) |
net/cpp-pcp-client: Update to 1.7.3
With hat: puppet |
1.6.5 23 May 2021 19:28:45 |
Romain Tartière (romain) |
net/cpp-pcp-client: New port
cpp-pcp-client is a C++ client library for the Puppet Communications Protocol
(PCP) protocol. It includes a collection of abstractions which can be used to
initiate connections to a PCP broker, wrapping the PCP message format and
performing schema validation for message bodies.
WWW: https://github.com/puppetlabs/cpp-pcp-client
With hat: puppet |