notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
cpp-netlib Cross-platform, standards compliant networking library
0.13.0_7 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.13.0_6Version of this port present on the latest quarterly branch.
Maintainer: zi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-05-09 02:56:50
Last Update: 2024-02-13 14:44:22
Commit Hash: db61653
License: BSL
WWW:
https://github.com/cpp-netlib/cpp-netlib/
Description:
cpp-netlib is a collection of network related routines/implementations geared towards providing a robust cross-platform networking library. cpp-netlib offers the following implementations: * Common Message Type -- A generic message type which can be used to encapsulate and store message related information, used by all network implementations as the primary means of data exchange. * Network protocol message parsers -- A collection of parsers which generate message objects from strings. * Adapters and Wrappers -- A collection of Adapters and wrappers aimed towards making the message type STL friendly. * Network protocol client and server implementations -- A collection of network protocol implementations that include embeddable client and server types.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (231 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/cpp-netlib-0.13.0_7/catalog.mk
  3. /usr/local/share/licenses/cpp-netlib-0.13.0_7/LICENSE
  4. /usr/local/share/licenses/cpp-netlib-0.13.0_7/BSL
  5. include/boost/mime.hpp
  6. include/boost/network.hpp
  7. include/boost/network/constants.hpp
  8. include/boost/network/detail/debug.hpp
  9. include/boost/network/detail/directive_base.hpp
  10. include/boost/network/detail/wrapper_base.hpp
  11. include/boost/network/include/http/client.hpp
  12. include/boost/network/include/http/server.hpp
  13. include/boost/network/include/message.hpp
  14. include/boost/network/message.hpp
  15. include/boost/network/message/directives.hpp
  16. include/boost/network/message/directives/detail/string_directive.hpp
  17. include/boost/network/message/directives/detail/string_value.hpp
  18. include/boost/network/message/directives/header.hpp
  19. include/boost/network/message/directives/remove_header.hpp
  20. include/boost/network/message/modifiers/add_header.hpp
  21. include/boost/network/message/modifiers/body.hpp
  22. include/boost/network/message/modifiers/clear_headers.hpp
  23. include/boost/network/message/modifiers/destination.hpp
  24. include/boost/network/message/modifiers/remove_header.hpp
  25. include/boost/network/message/modifiers/source.hpp
  26. include/boost/network/message/traits/body.hpp
  27. include/boost/network/message/traits/destination.hpp
  28. include/boost/network/message/traits/headers.hpp
  29. include/boost/network/message/traits/source.hpp
  30. include/boost/network/message/transformers.hpp
  31. include/boost/network/message/transformers/selectors.hpp
  32. include/boost/network/message/transformers/to_lower.hpp
  33. include/boost/network/message/transformers/to_upper.hpp
  34. include/boost/network/message/wrappers.hpp
  35. include/boost/network/message/wrappers/body.hpp
  36. include/boost/network/message/wrappers/destination.hpp
  37. include/boost/network/message/wrappers/headers.hpp
  38. include/boost/network/message/wrappers/source.hpp
  39. include/boost/network/message_fwd.hpp
  40. include/boost/network/protocol.hpp
  41. include/boost/network/protocol/http.hpp
  42. include/boost/network/protocol/http/algorithms/linearize.hpp
  43. include/boost/network/protocol/http/client.hpp
  44. include/boost/network/protocol/http/client/async_impl.hpp
  45. include/boost/network/protocol/http/client/connection/async_base.hpp
  46. include/boost/network/protocol/http/client/connection/async_normal.hpp
  47. include/boost/network/protocol/http/client/connection/async_protocol_handler.hpp
  48. include/boost/network/protocol/http/client/connection/connection_delegate.hpp
  49. include/boost/network/protocol/http/client/connection/connection_delegate_factory.hpp
  50. include/boost/network/protocol/http/client/connection/normal_delegate.hpp
  51. include/boost/network/protocol/http/client/connection/normal_delegate.ipp
  52. include/boost/network/protocol/http/client/connection/ssl_delegate.hpp
  53. include/boost/network/protocol/http/client/connection/ssl_delegate.ipp
  54. include/boost/network/protocol/http/client/connection/sync_base.hpp
  55. include/boost/network/protocol/http/client/connection/sync_normal.hpp
  56. include/boost/network/protocol/http/client/connection/sync_ssl.hpp
  57. include/boost/network/protocol/http/client/facade.hpp
  58. include/boost/network/protocol/http/client/macros.hpp
  59. include/boost/network/protocol/http/client/options.hpp
  60. include/boost/network/protocol/http/client/pimpl.hpp
  61. include/boost/network/protocol/http/client/sync_impl.hpp
  62. include/boost/network/protocol/http/errors.hpp
  63. include/boost/network/protocol/http/impl/message.ipp
  64. include/boost/network/protocol/http/impl/parser.ipp
  65. include/boost/network/protocol/http/impl/request.hpp
  66. include/boost/network/protocol/http/impl/request_parser.ipp
  67. include/boost/network/protocol/http/impl/response.ipp
  68. include/boost/network/protocol/http/message.hpp
  69. include/boost/network/protocol/http/message/async_message.hpp
  70. include/boost/network/protocol/http/message/directives/major_version.hpp
  71. include/boost/network/protocol/http/message/directives/method.hpp
  72. include/boost/network/protocol/http/message/directives/minor_version.hpp
  73. include/boost/network/protocol/http/message/directives/status.hpp
  74. include/boost/network/protocol/http/message/directives/status_message.hpp
  75. include/boost/network/protocol/http/message/directives/uri.hpp
  76. include/boost/network/protocol/http/message/directives/version.hpp
  77. include/boost/network/protocol/http/message/header.hpp
  78. include/boost/network/protocol/http/message/header/name.hpp
  79. include/boost/network/protocol/http/message/header/value.hpp
  80. include/boost/network/protocol/http/message/message_base.hpp
  81. include/boost/network/protocol/http/message/modifiers/body.hpp
  82. include/boost/network/protocol/http/message/modifiers/clear_headers.hpp
  83. include/boost/network/protocol/http/message/modifiers/destination.hpp
  84. include/boost/network/protocol/http/message/modifiers/headers.hpp
  85. include/boost/network/protocol/http/message/modifiers/major_version.hpp
  86. include/boost/network/protocol/http/message/modifiers/method.hpp
  87. include/boost/network/protocol/http/message/modifiers/minor_version.hpp
  88. include/boost/network/protocol/http/message/modifiers/source.hpp
  89. include/boost/network/protocol/http/message/modifiers/status.hpp
  90. include/boost/network/protocol/http/message/modifiers/status_message.hpp
  91. include/boost/network/protocol/http/message/modifiers/uri.hpp
  92. include/boost/network/protocol/http/message/modifiers/version.hpp
  93. include/boost/network/protocol/http/message/traits/status.hpp
  94. include/boost/network/protocol/http/message/traits/status_message.hpp
  95. include/boost/network/protocol/http/message/traits/version.hpp
  96. include/boost/network/protocol/http/message/wrappers/anchor.hpp
  97. include/boost/network/protocol/http/message/wrappers/body.hpp
  98. include/boost/network/protocol/http/message/wrappers/destination.hpp
  99. include/boost/network/protocol/http/message/wrappers/headers.hpp
  100. include/boost/network/protocol/http/message/wrappers/helper.hpp
  101. include/boost/network/protocol/http/message/wrappers/host.hpp
  102. include/boost/network/protocol/http/message/wrappers/major_version.hpp
  103. include/boost/network/protocol/http/message/wrappers/method.hpp
  104. include/boost/network/protocol/http/message/wrappers/minor_version.hpp
  105. include/boost/network/protocol/http/message/wrappers/path.hpp
  106. include/boost/network/protocol/http/message/wrappers/port.hpp
  107. include/boost/network/protocol/http/message/wrappers/protocol.hpp
  108. include/boost/network/protocol/http/message/wrappers/query.hpp
  109. include/boost/network/protocol/http/message/wrappers/ready.hpp
  110. include/boost/network/protocol/http/message/wrappers/source.hpp
  111. include/boost/network/protocol/http/message/wrappers/status.hpp
  112. include/boost/network/protocol/http/message/wrappers/status_message.hpp
  113. include/boost/network/protocol/http/message/wrappers/uri.hpp
  114. include/boost/network/protocol/http/message/wrappers/version.hpp
  115. include/boost/network/protocol/http/parser.hpp
  116. include/boost/network/protocol/http/parser/incremental.hpp
  117. include/boost/network/protocol/http/policies/async_connection.hpp
  118. include/boost/network/protocol/http/policies/async_resolver.hpp
  119. include/boost/network/protocol/http/policies/pooled_connection.hpp
  120. include/boost/network/protocol/http/policies/simple_connection.hpp
  121. include/boost/network/protocol/http/policies/sync_resolver.hpp
  122. include/boost/network/protocol/http/request.hpp
  123. include/boost/network/protocol/http/request_parser.hpp
  124. include/boost/network/protocol/http/response.hpp
  125. include/boost/network/protocol/http/server.hpp
  126. include/boost/network/protocol/http/server/async_connection.hpp
  127. include/boost/network/protocol/http/server/async_server.hpp
  128. include/boost/network/protocol/http/server/impl/parsers.ipp
  129. include/boost/network/protocol/http/server/options.hpp
  130. include/boost/network/protocol/http/server/request.hpp
  131. include/boost/network/protocol/http/server/request_parser.hpp
  132. include/boost/network/protocol/http/server/socket_options_base.hpp
  133. include/boost/network/protocol/http/server/storage_base.hpp
  134. include/boost/network/protocol/http/support/client_or_server.hpp
  135. include/boost/network/protocol/http/support/is_client.hpp
  136. include/boost/network/protocol/http/support/is_http.hpp
  137. include/boost/network/protocol/http/support/is_keepalive.hpp
  138. include/boost/network/protocol/http/support/is_server.hpp
  139. include/boost/network/protocol/http/support/is_simple.hpp
  140. include/boost/network/protocol/http/tags.hpp
  141. include/boost/network/protocol/http/traits.hpp
  142. include/boost/network/protocol/http/traits/connection_keepalive.hpp
  143. include/boost/network/protocol/http/traits/connection_policy.hpp
  144. include/boost/network/protocol/http/traits/delegate_factory.hpp
  145. include/boost/network/protocol/http/traits/impl/chunk_cache.ipp
  146. include/boost/network/protocol/http/traits/impl/content.ipp
  147. include/boost/network/protocol/http/traits/impl/cookie_name.ipp
  148. include/boost/network/protocol/http/traits/impl/cookie_value.ipp
  149. include/boost/network/protocol/http/traits/impl/cookies_container.ipp
  150. include/boost/network/protocol/http/traits/impl/delimiters.ipp
  151. include/boost/network/protocol/http/traits/impl/header_name.ipp
  152. include/boost/network/protocol/http/traits/impl/header_value.ipp
  153. include/boost/network/protocol/http/traits/impl/headers.ipp
  154. include/boost/network/protocol/http/traits/impl/headers_container.ipp
  155. include/boost/network/protocol/http/traits/impl/method.ipp
  156. include/boost/network/protocol/http/traits/impl/post_content.ipp
  157. include/boost/network/protocol/http/traits/impl/query_container.ipp
  158. include/boost/network/protocol/http/traits/impl/query_name.ipp
  159. include/boost/network/protocol/http/traits/impl/query_string.ipp
  160. include/boost/network/protocol/http/traits/impl/query_value.ipp
  161. include/boost/network/protocol/http/traits/impl/request_methods.ipp
  162. include/boost/network/protocol/http/traits/impl/resource.ipp
  163. include/boost/network/protocol/http/traits/impl/response_code.ipp
  164. include/boost/network/protocol/http/traits/impl/response_message.ipp
  165. include/boost/network/protocol/http/traits/impl/status_message.ipp
  166. include/boost/network/protocol/http/traits/message_traits.hpp
  167. include/boost/network/protocol/http/traits/parser_traits.hpp
  168. include/boost/network/protocol/http/traits/resolver.hpp
  169. include/boost/network/protocol/http/traits/resolver_policy.hpp
  170. include/boost/network/protocol/stream_handler.hpp
  171. include/boost/network/support/is_async.hpp
  172. include/boost/network/support/is_default_string.hpp
  173. include/boost/network/support/is_default_wstring.hpp
  174. include/boost/network/support/is_http.hpp
  175. include/boost/network/support/is_keepalive.hpp
  176. include/boost/network/support/is_pod.hpp
  177. include/boost/network/support/is_simple.hpp
  178. include/boost/network/support/is_sync.hpp
  179. include/boost/network/support/is_tcp.hpp
  180. include/boost/network/support/is_udp.hpp
  181. include/boost/network/support/pod_or_normal.hpp
  182. include/boost/network/tags.hpp
  183. include/boost/network/traits/char.hpp
  184. include/boost/network/traits/headers_container.hpp
  185. include/boost/network/traits/istream.hpp
  186. include/boost/network/traits/istringstream.hpp
  187. include/boost/network/traits/ostream_iterator.hpp
  188. include/boost/network/traits/ostringstream.hpp
  189. include/boost/network/traits/string.hpp
  190. include/boost/network/traits/vector.hpp
  191. include/boost/network/uri.hpp
  192. include/boost/network/uri/accessors.hpp
  193. include/boost/network/uri/builder.hpp
  194. include/boost/network/uri/config.hpp
  195. include/boost/network/uri/decode.hpp
  196. include/boost/network/uri/detail/uri_parts.hpp
  197. include/boost/network/uri/directives.hpp
  198. include/boost/network/uri/directives/authority.hpp
  199. include/boost/network/uri/directives/fragment.hpp
  200. include/boost/network/uri/directives/host.hpp
  201. include/boost/network/uri/directives/path.hpp
  202. include/boost/network/uri/directives/port.hpp
  203. include/boost/network/uri/directives/query.hpp
  204. include/boost/network/uri/directives/scheme.hpp
  205. include/boost/network/uri/directives/user_info.hpp
  206. include/boost/network/uri/encode.hpp
  207. include/boost/network/uri/schemes.hpp
  208. include/boost/network/uri/uri.hpp
  209. include/boost/network/uri/uri.ipp
  210. include/boost/network/uri/uri_io.hpp
  211. include/boost/network/utils/base64/encode-io.hpp
  212. include/boost/network/utils/base64/encode.hpp
  213. include/boost/network/utils/thread_group.hpp
  214. include/boost/network/utils/thread_pool.hpp
  215. include/boost/network/version.hpp
  216. lib/cmake/cppnetlib/cppnetlibConfig.cmake
  217. lib/cmake/cppnetlib/cppnetlibConfigVersion.cmake
  218. lib/cmake/cppnetlib/cppnetlibTargets-release.cmake
  219. lib/cmake/cppnetlib/cppnetlibTargets.cmake
  220. lib/libcppnetlib-client-connections.so
  221. lib/libcppnetlib-client-connections.so.0
  222. lib/libcppnetlib-client-connections.so.0.13.0
  223. lib/libcppnetlib-server-parsers.so
  224. lib/libcppnetlib-server-parsers.so.0
  225. lib/libcppnetlib-server-parsers.so.0.13.0
  226. lib/libcppnetlib-uri.so
  227. lib/libcppnetlib-uri.so.0
  228. lib/libcppnetlib-uri.so.0.13.0
  229. @owner
  230. @group
  231. @mode
Collapse this list.
Dependency lines:
  • cpp-netlib>0:devel/cpp-netlib
To install the port:
cd /usr/ports/devel/cpp-netlib/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cpp-netlib
  • pkg install cpp-netlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cpp-netlib
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1559927893 SHA256 (cpp-netlib-cpp-netlib-cpp-netlib-0.13.0-final_GH0.tar.gz) = 897259d9f9087acba33911aec925804e6236a7a77f5444dedde6145049605a34 SIZE (cpp-netlib-cpp-netlib-cpp-netlib-0.13.0-final_GH0.tar.gz) = 957181

Packages (timestamps in pop-ups are UTC):
cpp-netlib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.13.0_70.13.0_70.13.00.13.0_70.13.0_7-0.13.0-
FreeBSD:13:quarterly0.13.0_60.13.0_60.13.0_50.13.0_60.13.0_60.13.0_60.13.0_60.13.0_6
FreeBSD:14:latest0.13.0_70.13.0_70.13.0_20.13.0_70.13.0_70.13.0_5-0.13.0_5
FreeBSD:14:quarterly0.13.0_60.13.0_6-0.13.0_60.13.0_60.13.0_60.13.0_60.13.0_6
FreeBSD:15:latest0.13.0_70.13.0_7n/a0.13.0_6n/a0.13.0_60.13.0_60.13.0_7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. boost-libs>0 : devel/boost-libs
  2. asio>0 : net/asio
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Library dependencies:
  1. libboost_system.so : devel/boost-libs
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_cpp-netlib
USES:
cmake compiler:c++11-lang ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/cpp-netlib/cpp-netlib/tar.gz/cpp-netlib-0.13.0-final?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port