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 2022Q3
rsocket-cpp C++ implementation of RSocket
2021.08.30.00_3 net Deleted 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 2021.08.30.00_3Version of this port present on the latest quarterly branch.
Broken BROKEN: build fails with latest devel/folly, no upstream support provided: https://github.com/rsocket/rsocket-cpp/issues/906
Deprecated DEPRECATED: Broken since 2021
Expired This port expired on: 2023-03-21
Ignore IGNORE: is marked as broken: build fails with latest devel/folly, no upstream support provided: https://github.com/rsocket/rsocket-cpp/issues/906
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-06-17 03:00:35
Last Update: 2023-03-21 00:01:44
Commit Hash: b060e77
License: APACHE20
WWW:
https://rsocket.io/
Description:
RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. It enables the following symmetric interaction models via async message passing over a single connection: * request/response (stream of 1) * request/stream (finite stream of many) * fire-and-forget (no response) * channel (bi-directional streams)
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 (136 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/rsocket-cpp-2021.08.30.00_3/catalog.mk
  3. /usr/local/share/licenses/rsocket-cpp-2021.08.30.00_3/LICENSE
  4. /usr/local/share/licenses/rsocket-cpp-2021.08.30.00_3/APACHE20
  5. include/rsocket/ColdResumeHandler.h
  6. include/rsocket/ConnectionAcceptor.h
  7. include/rsocket/ConnectionFactory.h
  8. include/rsocket/DuplexConnection.h
  9. include/rsocket/Payload.h
  10. include/rsocket/RSocket.h
  11. include/rsocket/RSocketClient.h
  12. include/rsocket/RSocketConnectionEvents.h
  13. include/rsocket/RSocketErrors.h
  14. include/rsocket/RSocketException.h
  15. include/rsocket/RSocketParameters.h
  16. include/rsocket/RSocketRequester.h
  17. include/rsocket/RSocketResponder.h
  18. include/rsocket/RSocketServer.h
  19. include/rsocket/RSocketServerState.h
  20. include/rsocket/RSocketServiceHandler.h
  21. include/rsocket/RSocketStats.h
  22. include/rsocket/ResumeManager.h
  23. include/rsocket/benchmarks/Fixture.h
  24. include/rsocket/benchmarks/Latch.h
  25. include/rsocket/benchmarks/Throughput.h
  26. include/rsocket/framing/ErrorCode.h
  27. include/rsocket/framing/Frame.h
  28. include/rsocket/framing/FrameFlags.h
  29. include/rsocket/framing/FrameHeader.h
  30. include/rsocket/framing/FrameProcessor.h
  31. include/rsocket/framing/FrameSerializer.h
  32. include/rsocket/framing/FrameSerializer_v1_0.h
  33. include/rsocket/framing/FrameTransport.h
  34. include/rsocket/framing/FrameTransportImpl.h
  35. include/rsocket/framing/FrameType.h
  36. include/rsocket/framing/FramedDuplexConnection.h
  37. include/rsocket/framing/FramedReader.h
  38. include/rsocket/framing/Framer.h
  39. include/rsocket/framing/ProtocolVersion.h
  40. include/rsocket/framing/ResumeIdentificationToken.h
  41. include/rsocket/framing/ScheduledFrameProcessor.h
  42. include/rsocket/framing/ScheduledFrameTransport.h
  43. include/rsocket/internal/Allowance.h
  44. include/rsocket/internal/ClientResumeStatusCallback.h
  45. include/rsocket/internal/Common.h
  46. include/rsocket/internal/ConnectionSet.h
  47. include/rsocket/internal/KeepaliveTimer.h
  48. include/rsocket/internal/ScheduledRSocketResponder.h
  49. include/rsocket/internal/ScheduledSingleObserver.h
  50. include/rsocket/internal/ScheduledSingleSubscription.h
  51. include/rsocket/internal/ScheduledSubscriber.h
  52. include/rsocket/internal/ScheduledSubscription.h
  53. include/rsocket/internal/SetupResumeAcceptor.h
  54. include/rsocket/internal/StackTraceUtils.h
  55. include/rsocket/internal/SwappableEventBase.h
  56. include/rsocket/internal/WarmResumeManager.h
  57. include/rsocket/statemachine/ChannelRequester.h
  58. include/rsocket/statemachine/ChannelResponder.h
  59. include/rsocket/statemachine/ConsumerBase.h
  60. include/rsocket/statemachine/FireAndForgetResponder.h
  61. include/rsocket/statemachine/PublisherBase.h
  62. include/rsocket/statemachine/RSocketStateMachine.h
  63. include/rsocket/statemachine/RequestResponseRequester.h
  64. include/rsocket/statemachine/RequestResponseResponder.h
  65. include/rsocket/statemachine/StreamFragmentAccumulator.h
  66. include/rsocket/statemachine/StreamRequester.h
  67. include/rsocket/statemachine/StreamResponder.h
  68. include/rsocket/statemachine/StreamStateMachineBase.h
  69. include/rsocket/statemachine/StreamsWriter.h
  70. include/rsocket/tck-test/BaseSubscriber.h
  71. include/rsocket/tck-test/FlowableSubscriber.h
  72. include/rsocket/tck-test/MarbleProcessor.h
  73. include/rsocket/tck-test/SingleSubscriber.h
  74. include/rsocket/tck-test/TestFileParser.h
  75. include/rsocket/tck-test/TestInterpreter.h
  76. include/rsocket/tck-test/TestSuite.h
  77. include/rsocket/tck-test/TypedCommands.h
  78. include/rsocket/transports/RSocketTransport.h
  79. include/rsocket/transports/tcp/TcpConnectionAcceptor.h
  80. include/rsocket/transports/tcp/TcpConnectionFactory.h
  81. include/rsocket/transports/tcp/TcpDuplexConnection.h
  82. include/yarpl/Common.h
  83. include/yarpl/Disposable.h
  84. include/yarpl/Flowable.h
  85. include/yarpl/Observable.h
  86. include/yarpl/Refcounted.h
  87. include/yarpl/Single.h
  88. include/yarpl/examples/FlowableExamples.h
  89. include/yarpl/flowable/AsyncGeneratorShim.h
  90. include/yarpl/flowable/CancelingSubscriber.h
  91. include/yarpl/flowable/DeferFlowable.h
  92. include/yarpl/flowable/EmitterFlowable.h
  93. include/yarpl/flowable/Flowable.h
  94. include/yarpl/flowable/FlowableConcatOperators.h
  95. include/yarpl/flowable/FlowableDoOperator.h
  96. include/yarpl/flowable/FlowableObserveOnOperator.h
  97. include/yarpl/flowable/FlowableOperator.h
  98. include/yarpl/flowable/FlowableTimeoutOperator.h
  99. include/yarpl/flowable/Flowable_FromObservable.h
  100. include/yarpl/flowable/Flowables.h
  101. include/yarpl/flowable/PublishProcessor.h
  102. include/yarpl/flowable/Subscriber.h
  103. include/yarpl/flowable/Subscription.h
  104. include/yarpl/flowable/TestSubscriber.h
  105. include/yarpl/flowable/ThriftStreamShim.h
  106. include/yarpl/observable/DeferObservable.h
  107. include/yarpl/observable/Observable.h
  108. include/yarpl/observable/ObservableConcatOperators.h
  109. include/yarpl/observable/ObservableDoOperator.h
  110. include/yarpl/observable/ObservableOperator.h
  111. include/yarpl/observable/Observables.h
  112. include/yarpl/observable/Observer.h
  113. include/yarpl/observable/Subscription.h
  114. include/yarpl/observable/TestObserver.h
  115. include/yarpl/single/Single.h
  116. include/yarpl/single/SingleObserver.h
  117. include/yarpl/single/SingleObservers.h
  118. include/yarpl/single/SingleOperator.h
  119. include/yarpl/single/SingleSubscription.h
  120. include/yarpl/single/SingleSubscriptions.h
  121. include/yarpl/single/SingleTestObserver.h
  122. include/yarpl/single/Singles.h
  123. include/yarpl/test_utils/Mocks.h
  124. include/yarpl/test_utils/Tuple.h
  125. include/yarpl/utils/credits.h
  126. lib/cmake/rsocket/rsocket-config.cmake
  127. lib/cmake/rsocket/rsocket-exports-release.cmake
  128. lib/cmake/rsocket/rsocket-exports.cmake
  129. lib/cmake/yarpl/yarpl-config.cmake
  130. lib/cmake/yarpl/yarpl-exports-release.cmake
  131. lib/cmake/yarpl/yarpl-exports.cmake
  132. lib/libReactiveSocket.so
  133. lib/libyarpl.so
  134. @owner
  135. @group
  136. @mode
Collapse this list.
Dependency lines:
  • rsocket-cpp>0:net/rsocket-cpp
No installation instructions:
This port has been deleted.
PKGNAME: rsocket-cpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1630398197 SHA256 (rsocket-rsocket-cpp-v2021.08.30.00_GH0.tar.gz) = ee9f8ea5bb3a23a296f218d5ad440646c8c1037eb9a03e9f7cca7f16b1e4b304 SIZE (rsocket-rsocket-cpp-v2021.08.30.00_GH0.tar.gz) = 1872507

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libfmt>0 : devel/libfmt
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Library dependencies:
  1. libboost_atomic.so : devel/boost-libs
  2. libdouble-conversion.so : devel/double-conversion
  3. libevent.so : devel/libevent
  4. libfolly.so : devel/folly
  5. libgflags.so : devel/gflags
  6. libglog.so : devel/glog
  7. liblz4.so : archivers/liblz4
  8. libsnappy.so : archivers/snappy
  9. libsodium.so : security/libsodium
  10. libunwind.so : devel/libunwind
  11. libzstd.so : archivers/zstd
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_rsocket-cpp
USES:
cmake compiler:c++14-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/rsocket/rsocket-cpp/tar.gz/v2021.08.30.00?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port