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
restinio Asynchronous HTTP/WebSocket server C++14 library
0.6.18 www 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.6.18Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-06 08:21:38
Last Update: 2023-07-23 07:24:19
Commit Hash: 3f6e59c
Also Listed In: devel
License: BSD3CLAUSE
WWW:
https://stiffstream.com/en/products/restinio.html
Description:
RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (174 items)
Collapse this list.
  1. /usr/local/share/licenses/restinio-0.6.18/catalog.mk
  2. /usr/local/share/licenses/restinio-0.6.18/LICENSE
  3. /usr/local/share/licenses/restinio-0.6.18/BSD3CLAUSE
  4. @comment bin/dh2048.pem
  5. @comment bin/key.pem
  6. @comment bin/sample.async_handling_with_sobjectizer
  7. @comment bin/sample.chained_handlers
  8. @comment bin/sample.compression
  9. @comment bin/sample.connection_state
  10. @comment bin/sample.custom_buffer
  11. @comment bin/sample.decompression
  12. @comment bin/sample.easy_parser_router
  13. @comment bin/sample.express_router
  14. @comment bin/sample.express_router_tutorial
  15. @comment bin/sample.extra_data_factory
  16. @comment bin/sample.file_upload
  17. @comment bin/sample.hello_world
  18. @comment bin/sample.hello_world_basic
  19. @comment bin/sample.hello_world_delayed
  20. @comment bin/sample.hello_world_https
  21. @comment bin/sample.hello_world_minimal
  22. @comment bin/sample.hello_world_sendfile
  23. @comment bin/sample.hello_world_sendfile_https
  24. @comment bin/sample.ip_blocker
  25. @comment bin/sample.notificators
  26. @comment bin/sample.query_string_params
  27. @comment bin/sample.run_existing_server
  28. @comment bin/sample.run_for_minute
  29. @comment bin/sample.sendfiles
  30. @comment bin/sample.shared_tls_context
  31. @comment bin/sample.tls_inspector
  32. @comment bin/sample.try_parse_query_string
  33. @comment bin/sample.using_external_io_context
  34. @comment bin/sample.websocket
  35. @comment bin/sample.websocket_detailed
  36. @comment bin/sample.websocket_wss
  37. @comment bin/server.pem
  38. @comment bin/test_decompression.sh
  39. @comment bin/wss_dh2048.pem
  40. @comment bin/wss_key.pem
  41. @comment bin/wss_server.pem
  42. include/restinio/all.hpp
  43. include/restinio/asio_include.hpp
  44. include/restinio/asio_timer_manager.hpp
  45. include/restinio/buffers.hpp
  46. include/restinio/cast_to.hpp
  47. include/restinio/chunked_input_info.hpp
  48. include/restinio/common_types.hpp
  49. include/restinio/compiler_features.hpp
  50. include/restinio/connection_count_limiter.hpp
  51. include/restinio/connection_state_listener.hpp
  52. include/restinio/default_strands.hpp
  53. include/restinio/exception.hpp
  54. include/restinio/expected.hpp
  55. include/restinio/helpers/easy_parser.hpp
  56. include/restinio/helpers/file_upload.hpp
  57. include/restinio/helpers/http_field_parsers/accept-charset.hpp
  58. include/restinio/helpers/http_field_parsers/accept-encoding.hpp
  59. include/restinio/helpers/http_field_parsers/accept-language.hpp
  60. include/restinio/helpers/http_field_parsers/accept.hpp
  61. include/restinio/helpers/http_field_parsers/authorization.hpp
  62. include/restinio/helpers/http_field_parsers/basic_auth.hpp
  63. include/restinio/helpers/http_field_parsers/basics.hpp
  64. include/restinio/helpers/http_field_parsers/bearer_auth.hpp
  65. include/restinio/helpers/http_field_parsers/cache-control.hpp
  66. include/restinio/helpers/http_field_parsers/connection.hpp
  67. include/restinio/helpers/http_field_parsers/content-disposition.hpp
  68. include/restinio/helpers/http_field_parsers/content-encoding.hpp
  69. include/restinio/helpers/http_field_parsers/content-type.hpp
  70. include/restinio/helpers/http_field_parsers/details/pct_encoded_symbols.hpp
  71. include/restinio/helpers/http_field_parsers/host.hpp
  72. include/restinio/helpers/http_field_parsers/media-type.hpp
  73. include/restinio/helpers/http_field_parsers/range.hpp
  74. include/restinio/helpers/http_field_parsers/transfer-encoding.hpp
  75. include/restinio/helpers/http_field_parsers/try_parse_field.hpp
  76. include/restinio/helpers/http_field_parsers/user-agent.hpp
  77. include/restinio/helpers/multipart_body.hpp
  78. include/restinio/helpers/string_algo.hpp
  79. include/restinio/http_headers.hpp
  80. include/restinio/http_server.hpp
  81. include/restinio/http_server_run.hpp
  82. include/restinio/impl/acceptor.hpp
  83. include/restinio/impl/connection.hpp
  84. include/restinio/impl/connection_base.hpp
  85. include/restinio/impl/connection_settings.hpp
  86. include/restinio/impl/executor_wrapper.hpp
  87. include/restinio/impl/fixed_buffer.hpp
  88. include/restinio/impl/header_helpers.hpp
  89. include/restinio/impl/include_fmtlib.hpp
  90. include/restinio/impl/ioctx_on_thread_pool.hpp
  91. include/restinio/impl/os_posix.ipp
  92. include/restinio/impl/os_unknown.ipp
  93. include/restinio/impl/os_win.ipp
  94. include/restinio/impl/overflow_controlled_integer_accumulator.hpp
  95. include/restinio/impl/parser_callbacks.ipp
  96. include/restinio/impl/response_coordinator.hpp
  97. include/restinio/impl/sendfile_operation.hpp
  98. include/restinio/impl/sendfile_operation_default.ipp
  99. include/restinio/impl/sendfile_operation_posix.ipp
  100. include/restinio/impl/sendfile_operation_win.ipp
  101. include/restinio/impl/string_caseless_compare.hpp
  102. include/restinio/impl/tls_socket.hpp
  103. include/restinio/impl/to_lower_lut.hpp
  104. include/restinio/impl/write_group_output_ctx.hpp
  105. include/restinio/incoming_http_msg_limits.hpp
  106. include/restinio/ip_blocker.hpp
  107. include/restinio/message_builders.hpp
  108. include/restinio/null_logger.hpp
  109. include/restinio/null_mutex.hpp
  110. include/restinio/null_timer_manager.hpp
  111. include/restinio/optional.hpp
  112. include/restinio/os.hpp
  113. include/restinio/ostream_logger.hpp
  114. include/restinio/path2regex/path2regex.hpp
  115. include/restinio/request_handler.hpp
  116. include/restinio/router/boost_regex_engine.hpp
  117. include/restinio/router/easy_parser_router.hpp
  118. include/restinio/router/express.hpp
  119. include/restinio/router/impl/target_path_holder.hpp
  120. include/restinio/router/method_matcher.hpp
  121. include/restinio/router/non_matched_request_handler.hpp
  122. include/restinio/router/pcre2_regex_engine.hpp
  123. include/restinio/router/pcre_regex_engine.hpp
  124. include/restinio/router/std_regex_engine.hpp
  125. include/restinio/sendfile.hpp
  126. include/restinio/sendfile_defs_default.hpp
  127. include/restinio/sendfile_defs_posix.hpp
  128. include/restinio/sendfile_defs_win.hpp
  129. include/restinio/settings.hpp
  130. include/restinio/so5/so_timer_manager.hpp
  131. include/restinio/string_view.hpp
  132. include/restinio/sync_chain/fixed_size.hpp
  133. include/restinio/sync_chain/growable_size.hpp
  134. include/restinio/tcp_connection_ctx_base.hpp
  135. include/restinio/third_party/expected-lite/expected.hpp
  136. include/restinio/third_party/optional-lite/optional.hpp
  137. include/restinio/third_party/string-view-lite/string_view.hpp
  138. include/restinio/third_party/variant-lite/variant.hpp
  139. include/restinio/timer_common.hpp
  140. include/restinio/tls.hpp
  141. include/restinio/tls_fwd.hpp
  142. include/restinio/traits.hpp
  143. include/restinio/transforms/zlib.hpp
  144. include/restinio/uri_helpers.hpp
  145. include/restinio/utils/at_scope_exit.hpp
  146. include/restinio/utils/base64.hpp
  147. include/restinio/utils/base64_lut.ipp
  148. include/restinio/utils/from_string.hpp
  149. include/restinio/utils/from_string_details.ipp
  150. include/restinio/utils/impl/bitops.hpp
  151. include/restinio/utils/impl/safe_uint_truncate.hpp
  152. include/restinio/utils/metaprogramming.hpp
  153. include/restinio/utils/percent_encoding.hpp
  154. include/restinio/utils/sha1.hpp
  155. include/restinio/utils/suppress_exceptions.hpp
  156. include/restinio/utils/tagged_scalar.hpp
  157. include/restinio/utils/tuple_algorithms.hpp
  158. include/restinio/utils/utf8_checker.hpp
  159. include/restinio/value_or.hpp
  160. include/restinio/variant.hpp
  161. include/restinio/version.hpp
  162. include/restinio/websocket/impl/utf8.hpp
  163. include/restinio/websocket/impl/ws_connection.hpp
  164. include/restinio/websocket/impl/ws_connection_base.hpp
  165. include/restinio/websocket/impl/ws_parser.hpp
  166. include/restinio/websocket/impl/ws_protocol_validator.hpp
  167. include/restinio/websocket/message.hpp
  168. include/restinio/websocket/websocket.hpp
  169. lib/cmake/restinio/restinio-config-version.cmake
  170. lib/cmake/restinio/restinio-config.cmake
  171. lib/cmake/restinio/restinio-targets.cmake
  172. @owner
  173. @group
  174. @mode
Collapse this list.
Dependency lines:
  • restinio>0:www/restinio
To install the port:
cd /usr/ports/www/restinio/ && make install clean
To add the package, run one of these commands:
  • pkg install www/restinio
  • pkg install restinio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: restinio
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1690094464 SHA256 (restinio-0.6.18-full.tar.bz2) = ca6b05b7ae65385bf652073c9b5749968047673fee2b05f1921ed57bd7601bcb SIZE (restinio-0.6.18-full.tar.bz2) = 1697858

Packages (timestamps in pop-ups are UTC):
restinio
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.180.6.18-0.6.180.6.18---
FreeBSD:13:quarterly0.6.180.6.180.6.17_20.6.180.6.180.6.180.6.180.6.18
FreeBSD:14:latest0.6.180.6.180.6.17_20.6.180.6.180.6.17_2-0.6.17_2
FreeBSD:14:quarterly0.6.180.6.18-0.6.180.6.180.6.180.6.180.6.18
FreeBSD:15:latest0.6.180.6.18n/a0.6.18n/a0.6.180.6.180.6.18
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. libfmt>0 : devel/libfmt
  2. sobjectizer>0 : devel/sobjectizer
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
Runtime dependencies:
  1. libfmt>0 : devel/libfmt
  2. sobjectizer>0 : devel/sobjectizer
Library dependencies:
  1. libboost_regex.so : devel/boost-libs
  2. libhttp_parser.so : www/http-parser
  3. libpcre2-8.so : devel/pcre2
This port is required by:
for Build
  1. devel/opendht

Configuration Options:
===> The following configuration options are available for restinio-0.6.18: SAMPLES=off: Build and install samples ===> Use 'make config' to modify these settings
Options name:
www_restinio
USES:
cmake:testing compiler:c++14-lang localbase:ldflags tar:bz2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/Stiffstream/restinio/releases/download/v.0.6.18/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.18
23 Jul 2023 07:24:19
commit hash: 3f6e59c3c2f968c9007ab682740742ab9052a1bbcommit hash: 3f6e59c3c2f968c9007ab682740742ab9052a1bbcommit hash: 3f6e59c3c2f968c9007ab682740742ab9052a1bbcommit hash: 3f6e59c3c2f968c9007ab682740742ab9052a1bb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/restinio: Update 0.6.17 → 0.6.18
0.6.17_2
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
0.6.17_1
07 Nov 2022 08:04:28
commit hash: ecda0c704abcaa82a6a2a5ddb2c0c588afe05781commit hash: ecda0c704abcaa82a6a2a5ddb2c0c588afe05781commit hash: ecda0c704abcaa82a6a2a5ddb2c0c588afe05781commit hash: ecda0c704abcaa82a6a2a5ddb2c0c588afe05781 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Author: Daniel Engberg
www/restinio: Use upstream release archive; Use Boost ASIO

PR:		267599
0.6.17
06 Nov 2022 08:20:22
commit hash: fa2f0ec0641621017df94bc15b45ddefe4390a11commit hash: fa2f0ec0641621017df94bc15b45ddefe4390a11commit hash: fa2f0ec0641621017df94bc15b45ddefe4390a11commit hash: fa2f0ec0641621017df94bc15b45ddefe4390a11 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
www/restinio: New port: Asynchronous HTTP/WebSocket server C++14 library

Number of commits found: 4