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
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.

Number of commits found: 42

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.13.0_7
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
0.13.0_6
27 Sep 2023 14:36:28
commit hash: 50ace901b044edd6b46a0e5ad59f4b76733da90ccommit hash: 50ace901b044edd6b46a0e5ad59f4b76733da90ccommit hash: 50ace901b044edd6b46a0e5ad59f4b76733da90ccommit hash: 50ace901b044edd6b46a0e5ad59f4b76733da90c files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/cpp-netlib: fix build after Boost-1.83.0 update
0.13.0_5
15 May 2023 21:11:25
commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
net/asio: Bump PORTREVISION. net/asio was updated to 1.28.0
0.13.0_4
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
0.13.0_3
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.13.0_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.13.0_2
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
0.13.0_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.13.0_1
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
0.13.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.13.0
17 Mar 2020 13:02:57
Revision:528579Original commit files touched by this commit
zi search for other commits by this committer
- Update to 0.13.0

PR:		238397
Submitted by:	shurd@
0.12.0_12
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_11
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_10
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
0.12.0_9
12 Apr 2019 06:36:31
Revision:498698Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_8
04 Apr 2019 12:35:29
Revision:497827Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
0.12.0_8
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
0.12.0_8
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
0.12.0_7
12 Dec 2018 00:15:50
Revision:487266Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_6
19 Sep 2018 21:38:38
Revision:480114Original commit files touched by this commit
linimon search for other commits by this committer
Fix building on gcc-based archs by upgrading USES.

Tested on powerpc64 and amd64 (for no regression).

Approved by:	portmgr (tier-2 blanket)
0.12.0_6
09 Aug 2018 06:58:31
Revision:476723Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_5
18 Apr 2018 13:57:43
Revision:467711Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_4
18 Jan 2018 04:11:03
Revision:459315Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_3
25 Sep 2017 00:08:17
Revision:450560Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_2
25 Sep 2017 00:05:06
Revision:450557Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0_1
13 May 2017 01:29:34
Revision:440744Original commit files touched by this commit
linimon search for other commits by this committer
Latest run shows that this port is still failing on powerpc64, so it was
incorrectly unmarked BROKEN.

Pointy hat to:		linimon
Approved by:		portmgr (tier-2 blanket)
0.12.0_1
02 May 2017 06:48:11
Revision:439934Original commit files touched by this commit
jbeich search for other commits by this committer
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
0.12.0
10 Apr 2017 00:27:49
Revision:438123Original commit files touched by this commit
linimon search for other commits by this committer
These ports now build on powerpc64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.12.0
01 Mar 2017 20:13:19
Revision:435197Original commit files touched by this commit
lx search for other commits by this committer
Update to 0.12.0.

Approved by:	zi
0.11.2_3
06 Jan 2017 08:45:04
Revision:430692Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
0.11.2_2
01 Jan 2017 18:34:31
Revision:430267Original commit files touched by this commit
jbeich search for other commits by this committer
devel/cpp-netlib: unbreak with boost 1.63

CMakeFiles/mime-roundtrip.dir/mime-roundtrip.cpp.o: In function `main':
libs/mime/test/mime-roundtrip.cpp:(.text+0x16d7a): undefined reference to
`init_unit_test()'

PR:		215598
Reported by:	antoine (via exp-run)
Approved by:	portmgr blanket
0.11.2_2
23 Nov 2016 12:45:47
Revision:426908Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
0.11.2_1
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
0.11.2_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.11.2_1
14 Nov 2015 18:08:21
Revision:401582Original commit files touched by this commit
zi search for other commits by this committer
- Build shared libraries
- Bump PORTREVISION

PR:		204544
Requested by:	pi@
0.11.2
25 Sep 2015 18:51:52
Revision:397863Original commit files touched by this commit
zi search for other commits by this committer
- Update to 0.11.2
0.11.1_1
18 Sep 2015 14:00:25
Revision:397238Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Drop 8.x support

Approved by:	portmgr blanket
0.11.1_1
14 May 2015 16:04:19
Revision:386343Original commit files touched by this commit
zi search for other commits by this committer
- Require FreeBSD 9.x or higher
0.11.1_1
14 May 2015 13:53:19
Revision:386333Original commit files touched by this commit
zi search for other commits by this committer
- Fix style issues
- Disable examples to resolve build failure
0.11.1
09 May 2015 14:20:42
Revision:385892Original commit files touched by this commit
mat search for other commits by this committer
Cleanup GH_*

Approved by:	zi
Sponsored by:	Absolight
0.11.1
09 May 2015 02:56:30
Revision:385861Original commit files touched by this commit
zi search for other commits by this committer
- New port: devel/cpp-netlib:

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.

WWW: https://github.com/cpp-netlib/cpp-netlib/

Number of commits found: 42