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
Port details
rxcpp Reactive eXtensions for C++
4.1.1.23 devel on this many watch lists=2 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 4.1.1.23Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-01-16 05:39:27
Last Update: 2023-01-16 05:38:10
Commit Hash: 2776d1b
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: APACHE20
WWW:
https://github.com/ReactiveX/RxCpp
Description:
RxCpp is a header-only C++ library that only depends on the standard library.
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 (113 items)
Collapse this list.
  1. /usr/local/share/licenses/rxcpp-4.1.1.23/catalog.mk
  2. /usr/local/share/licenses/rxcpp-4.1.1.23/LICENSE
  3. /usr/local/share/licenses/rxcpp-4.1.1.23/APACHE20
  4. include/rxcpp/operators/rx-all.hpp
  5. include/rxcpp/operators/rx-amb.hpp
  6. include/rxcpp/operators/rx-any.hpp
  7. include/rxcpp/operators/rx-buffer_count.hpp
  8. include/rxcpp/operators/rx-buffer_time.hpp
  9. include/rxcpp/operators/rx-buffer_time_count.hpp
  10. include/rxcpp/operators/rx-combine_latest.hpp
  11. include/rxcpp/operators/rx-concat.hpp
  12. include/rxcpp/operators/rx-concat_map.hpp
  13. include/rxcpp/operators/rx-connect_forever.hpp
  14. include/rxcpp/operators/rx-debounce.hpp
  15. include/rxcpp/operators/rx-delay.hpp
  16. include/rxcpp/operators/rx-distinct.hpp
  17. include/rxcpp/operators/rx-distinct_until_changed.hpp
  18. include/rxcpp/operators/rx-element_at.hpp
  19. include/rxcpp/operators/rx-filter.hpp
  20. include/rxcpp/operators/rx-finally.hpp
  21. include/rxcpp/operators/rx-flat_map.hpp
  22. include/rxcpp/operators/rx-group_by.hpp
  23. include/rxcpp/operators/rx-ignore_elements.hpp
  24. include/rxcpp/operators/rx-lift.hpp
  25. include/rxcpp/operators/rx-map.hpp
  26. include/rxcpp/operators/rx-merge.hpp
  27. include/rxcpp/operators/rx-merge_delay_error.hpp
  28. include/rxcpp/operators/rx-multicast.hpp
  29. include/rxcpp/operators/rx-observe_on.hpp
  30. include/rxcpp/operators/rx-on_error_resume_next.hpp
  31. include/rxcpp/operators/rx-pairwise.hpp
  32. include/rxcpp/operators/rx-publish.hpp
  33. include/rxcpp/operators/rx-reduce.hpp
  34. include/rxcpp/operators/rx-ref_count.hpp
  35. include/rxcpp/operators/rx-repeat.hpp
  36. include/rxcpp/operators/rx-replay.hpp
  37. include/rxcpp/operators/rx-retry-repeat-common.hpp
  38. include/rxcpp/operators/rx-retry.hpp
  39. include/rxcpp/operators/rx-sample_time.hpp
  40. include/rxcpp/operators/rx-scan.hpp
  41. include/rxcpp/operators/rx-sequence_equal.hpp
  42. include/rxcpp/operators/rx-skip.hpp
  43. include/rxcpp/operators/rx-skip_last.hpp
  44. include/rxcpp/operators/rx-skip_until.hpp
  45. include/rxcpp/operators/rx-skip_while.hpp
  46. include/rxcpp/operators/rx-start_with.hpp
  47. include/rxcpp/operators/rx-subscribe.hpp
  48. include/rxcpp/operators/rx-subscribe_on.hpp
  49. include/rxcpp/operators/rx-switch_if_empty.hpp
  50. include/rxcpp/operators/rx-switch_on_next.hpp
  51. include/rxcpp/operators/rx-take.hpp
  52. include/rxcpp/operators/rx-take_last.hpp
  53. include/rxcpp/operators/rx-take_until.hpp
  54. include/rxcpp/operators/rx-take_while.hpp
  55. include/rxcpp/operators/rx-tap.hpp
  56. include/rxcpp/operators/rx-time_interval.hpp
  57. include/rxcpp/operators/rx-timeout.hpp
  58. include/rxcpp/operators/rx-timestamp.hpp
  59. include/rxcpp/operators/rx-window.hpp
  60. include/rxcpp/operators/rx-window_time.hpp
  61. include/rxcpp/operators/rx-window_time_count.hpp
  62. include/rxcpp/operators/rx-window_toggle.hpp
  63. include/rxcpp/operators/rx-with_latest_from.hpp
  64. include/rxcpp/operators/rx-zip.hpp
  65. include/rxcpp/rx-composite_exception.hpp
  66. include/rxcpp/rx-connectable_observable.hpp
  67. include/rxcpp/rx-coordination.hpp
  68. include/rxcpp/rx-coroutine.hpp
  69. include/rxcpp/rx-grouped_observable.hpp
  70. include/rxcpp/rx-includes.hpp
  71. include/rxcpp/rx-lite.hpp
  72. include/rxcpp/rx-notification.hpp
  73. include/rxcpp/rx-observable-fwd.hpp
  74. include/rxcpp/rx-observable.hpp
  75. include/rxcpp/rx-observer.hpp
  76. include/rxcpp/rx-operators.hpp
  77. include/rxcpp/rx-predef.hpp
  78. include/rxcpp/rx-scheduler.hpp
  79. include/rxcpp/rx-sources.hpp
  80. include/rxcpp/rx-subjects.hpp
  81. include/rxcpp/rx-subscriber.hpp
  82. include/rxcpp/rx-subscription.hpp
  83. include/rxcpp/rx-test.hpp
  84. include/rxcpp/rx-trace.hpp
  85. include/rxcpp/rx-util.hpp
  86. include/rxcpp/rx.hpp
  87. include/rxcpp/schedulers/rx-currentthread.hpp
  88. include/rxcpp/schedulers/rx-eventloop.hpp
  89. include/rxcpp/schedulers/rx-immediate.hpp
  90. include/rxcpp/schedulers/rx-newthread.hpp
  91. include/rxcpp/schedulers/rx-runloop.hpp
  92. include/rxcpp/schedulers/rx-sameworker.hpp
  93. include/rxcpp/schedulers/rx-test.hpp
  94. include/rxcpp/schedulers/rx-virtualtime.hpp
  95. include/rxcpp/sources/rx-create.hpp
  96. include/rxcpp/sources/rx-defer.hpp
  97. include/rxcpp/sources/rx-empty.hpp
  98. include/rxcpp/sources/rx-error.hpp
  99. include/rxcpp/sources/rx-interval.hpp
  100. include/rxcpp/sources/rx-iterate.hpp
  101. include/rxcpp/sources/rx-never.hpp
  102. include/rxcpp/sources/rx-range.hpp
  103. include/rxcpp/sources/rx-scope.hpp
  104. include/rxcpp/sources/rx-timer.hpp
  105. include/rxcpp/subjects/rx-behavior.hpp
  106. include/rxcpp/subjects/rx-replaysubject.hpp
  107. include/rxcpp/subjects/rx-subject.hpp
  108. include/rxcpp/subjects/rx-synchronize.hpp
  109. share/rxcpp/cmake/rxcppConfig.cmake
  110. share/rxcpp/cmake/rxcppConfigVersion.cmake
  111. @owner
  112. @group
  113. @mode
Collapse this list.
Dependency lines:
  • rxcpp>0:devel/rxcpp
To install the port:
cd /usr/ports/devel/rxcpp/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rxcpp
  • pkg install rxcpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rxcpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1673810319 SHA256 (ReactiveX-RxCpp-v4.1.1-23-g761b932_GH0.tar.gz) = 14b59e74f638681ef3144717a43496780bb61c1440430e2d31c90538380a6d01 SIZE (ReactiveX-RxCpp-v4.1.1-23-g761b932_GH0.tar.gz) = 302332

Packages (timestamps in pop-ups are UTC):
rxcpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.1.1.234.1.1.23-4.1.1.234.1.1.23---
FreeBSD:13:quarterly4.1.1.234.1.1.234.1.1.234.1.1.234.1.1.234.1.1.234.1.1.234.1.1.23
FreeBSD:14:latest4.1.1.234.1.1.23-4.1.1.234.1.1.234.1.1.23-4.1.1.23
FreeBSD:14:quarterly4.1.1.234.1.1.23-4.1.1.234.1.1.234.1.1.234.1.1.234.1.1.23
FreeBSD:15:latest4.1.1.234.1.1.23n/a4.1.1.23n/a4.1.1.234.1.1.234.1.1.23
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_rxcpp
USES:
cmake compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ReactiveX/RxCpp/tar.gz/v4.1.1-23-g761b932?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.1.1.23
16 Jan 2023 05:38:10
commit hash: 2776d1b0bd9e85be960e9aa60157d8ecc4d4d380commit hash: 2776d1b0bd9e85be960e9aa60157d8ecc4d4d380commit hash: 2776d1b0bd9e85be960e9aa60157d8ecc4d4d380commit hash: 2776d1b0bd9e85be960e9aa60157d8ecc4d4d380 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/rxcpp: New port: Reactive eXtensions for C++

Number of commits found: 1