diff options
author | Romain Tartière <romain@FreeBSD.org> | 2021-05-23 19:28:45 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2021-05-23 19:28:45 +0000 |
commit | 07d6d600e86b879520aa09d7414f073c58b51e18 (patch) | |
tree | 7ad6e1bb44fb61392d5b55b1d6cdc12121533f63 /net/cpp-pcp-client/pkg-descr | |
parent | 7bde444f27bcb784b1355bb6e0a5a880d3b4b68d (diff) | |
download | ports-07d6d600e86b879520aa09d7414f073c58b51e18.tar.gz ports-07d6d600e86b879520aa09d7414f073c58b51e18.zip |
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
Diffstat (limited to 'net/cpp-pcp-client/pkg-descr')
-rw-r--r-- | net/cpp-pcp-client/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/cpp-pcp-client/pkg-descr b/net/cpp-pcp-client/pkg-descr new file mode 100644 index 000000000000..c0382bfc6399 --- /dev/null +++ b/net/cpp-pcp-client/pkg-descr @@ -0,0 +1,6 @@ +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 |