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
rapidcheck QuickCheck clone for C++
g20220314 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 g20220314Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-10-27 17:49:05
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: BSD2CLAUSE
WWW:
https://github.com/emil-e/rapidcheck
Description:
QuickCheck clone for C++ with the goal of being simple to use with as little boilerplate as possible. RapidCheck is a C++ framework for property based testing inspired by QuickCheck and other similar frameworks. In property based testing, you state facts about your code that given certain precondition should always be true. RapidCheck then generates random test data to try and find a case for which the property doesn't hold. If such a case is found, RapidCheck tries to find the smallest case (for some definition of smallest) for which the property is still false and then displays this as a counterexample. For example, if the input is an integer, RapidCheck tries to find the smallest integer for which the property is false.
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 (133 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/rapidcheck-g20220314/catalog.mk
  3. /usr/local/share/licenses/rapidcheck-g20220314/LICENSE
  4. /usr/local/share/licenses/rapidcheck-g20220314/BSD2CLAUSE
  5. include/rapidcheck.h
  6. include/rapidcheck/Assertions.h
  7. include/rapidcheck/Assertions.hpp
  8. include/rapidcheck/BeforeMinimalTestCase.h
  9. include/rapidcheck/Check.h
  10. include/rapidcheck/Check.hpp
  11. include/rapidcheck/Classify.h
  12. include/rapidcheck/Classify.hpp
  13. include/rapidcheck/Compat.h
  14. include/rapidcheck/Compat.hpp
  15. include/rapidcheck/Gen.h
  16. include/rapidcheck/Gen.hpp
  17. include/rapidcheck/GenerationFailure.h
  18. include/rapidcheck/Log.h
  19. include/rapidcheck/Log.hpp
  20. include/rapidcheck/Maybe.h
  21. include/rapidcheck/Maybe.hpp
  22. include/rapidcheck/Nothing.h
  23. include/rapidcheck/Random.h
  24. include/rapidcheck/Random.hpp
  25. include/rapidcheck/Seq.h
  26. include/rapidcheck/Seq.hpp
  27. include/rapidcheck/Show.h
  28. include/rapidcheck/Show.hpp
  29. include/rapidcheck/Shrinkable.h
  30. include/rapidcheck/Shrinkable.hpp
  31. include/rapidcheck/Traits.h
  32. include/rapidcheck/detail/AlignedUnion.h
  33. include/rapidcheck/detail/Any.h
  34. include/rapidcheck/detail/Any.hpp
  35. include/rapidcheck/detail/ApplyTuple.h
  36. include/rapidcheck/detail/BitStream.h
  37. include/rapidcheck/detail/BitStream.hpp
  38. include/rapidcheck/detail/Capture.h
  39. include/rapidcheck/detail/Configuration.h
  40. include/rapidcheck/detail/ExecFixture.h
  41. include/rapidcheck/detail/FrequencyMap.h
  42. include/rapidcheck/detail/FunctionTraits.h
  43. include/rapidcheck/detail/ImplicitParam.h
  44. include/rapidcheck/detail/ImplicitParam.hpp
  45. include/rapidcheck/detail/IntSequence.h
  46. include/rapidcheck/detail/Platform.h
  47. include/rapidcheck/detail/Property.h
  48. include/rapidcheck/detail/Property.hpp
  49. include/rapidcheck/detail/PropertyContext.h
  50. include/rapidcheck/detail/Results.h
  51. include/rapidcheck/detail/Results.hpp
  52. include/rapidcheck/detail/Serialization.h
  53. include/rapidcheck/detail/Serialization.hpp
  54. include/rapidcheck/detail/ShowType.h
  55. include/rapidcheck/detail/ShowType.hpp
  56. include/rapidcheck/detail/TestListener.h
  57. include/rapidcheck/detail/TestListenerAdapter.h
  58. include/rapidcheck/detail/TestMetadata.h
  59. include/rapidcheck/detail/TestParams.h
  60. include/rapidcheck/detail/Traits.h
  61. include/rapidcheck/detail/TypeList.h
  62. include/rapidcheck/detail/Utility.h
  63. include/rapidcheck/detail/Variant.h
  64. include/rapidcheck/detail/Variant.hpp
  65. include/rapidcheck/fn/Common.h
  66. include/rapidcheck/fn/Common.hpp
  67. include/rapidcheck/gen/Arbitrary.h
  68. include/rapidcheck/gen/Arbitrary.hpp
  69. include/rapidcheck/gen/Build.h
  70. include/rapidcheck/gen/Build.hpp
  71. include/rapidcheck/gen/Chrono.h
  72. include/rapidcheck/gen/Chrono.hpp
  73. include/rapidcheck/gen/Container.h
  74. include/rapidcheck/gen/Container.hpp
  75. include/rapidcheck/gen/Create.h
  76. include/rapidcheck/gen/Create.hpp
  77. include/rapidcheck/gen/Exec.h
  78. include/rapidcheck/gen/Exec.hpp
  79. include/rapidcheck/gen/Maybe.h
  80. include/rapidcheck/gen/Maybe.hpp
  81. include/rapidcheck/gen/Numeric.h
  82. include/rapidcheck/gen/Numeric.hpp
  83. include/rapidcheck/gen/Predicate.h
  84. include/rapidcheck/gen/Predicate.hpp
  85. include/rapidcheck/gen/Select.h
  86. include/rapidcheck/gen/Select.hpp
  87. include/rapidcheck/gen/Text.h
  88. include/rapidcheck/gen/Text.hpp
  89. include/rapidcheck/gen/Transform.h
  90. include/rapidcheck/gen/Transform.hpp
  91. include/rapidcheck/gen/Tuple.h
  92. include/rapidcheck/gen/Tuple.hpp
  93. include/rapidcheck/gen/detail/ExecHandler.h
  94. include/rapidcheck/gen/detail/ExecRaw.h
  95. include/rapidcheck/gen/detail/ExecRaw.hpp
  96. include/rapidcheck/gen/detail/GenerationHandler.h
  97. include/rapidcheck/gen/detail/Recipe.h
  98. include/rapidcheck/gen/detail/ScaleInteger.h
  99. include/rapidcheck/gen/detail/ShrinkValueIterator.h
  100. include/rapidcheck/gen/detail/ShrinkValueIterator.hpp
  101. include/rapidcheck/seq/Create.h
  102. include/rapidcheck/seq/Create.hpp
  103. include/rapidcheck/seq/Operations.h
  104. include/rapidcheck/seq/Operations.hpp
  105. include/rapidcheck/seq/SeqIterator.h
  106. include/rapidcheck/seq/SeqIterator.hpp
  107. include/rapidcheck/seq/Transform.h
  108. include/rapidcheck/seq/Transform.hpp
  109. include/rapidcheck/shrink/Shrink.h
  110. include/rapidcheck/shrink/Shrink.hpp
  111. include/rapidcheck/shrinkable/Create.h
  112. include/rapidcheck/shrinkable/Create.hpp
  113. include/rapidcheck/shrinkable/Operations.h
  114. include/rapidcheck/shrinkable/Operations.hpp
  115. include/rapidcheck/shrinkable/Transform.h
  116. include/rapidcheck/shrinkable/Transform.hpp
  117. include/rapidcheck/state.h
  118. include/rapidcheck/state/Command.h
  119. include/rapidcheck/state/Command.hpp
  120. include/rapidcheck/state/Commands.h
  121. include/rapidcheck/state/Commands.hpp
  122. include/rapidcheck/state/State.h
  123. include/rapidcheck/state/State.hpp
  124. include/rapidcheck/state/gen/Commands.h
  125. include/rapidcheck/state/gen/Commands.hpp
  126. include/rapidcheck/state/gen/ExecCommands.h
  127. include/rapidcheck/state/gen/ExecCommands.hpp
  128. lib/librapidcheck.so
  129. share/rapidcheck/cmake/rapidcheckConfig-release.cmake
  130. share/rapidcheck/cmake/rapidcheckConfig.cmake
  131. @owner
  132. @group
  133. @mode
Collapse this list.
Dependency lines:
  • rapidcheck>0:devel/rapidcheck
To install the port:
cd /usr/ports/devel/rapidcheck/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rapidcheck
  • pkg install rapidcheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rapidcheck
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1659163344 SHA256 (emil-e-rapidcheck-g20220314-8fafda4_GH0.tar.gz) = 2b7051602620198b0d83a2844152ca0f9a7279a75e5ac7552dc0e0ea22b4bd1c SIZE (emil-e-rapidcheck-g20220314-8fafda4_GH0.tar.gz) = 181827

Packages (timestamps in pop-ups are UTC):
rapidcheck
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20220314g20220314g20200504g20220314g20220314-g20200504-
FreeBSD:13:quarterlyg20220314g20220314g20220314g20220314g20220314g20220314g20220314g20220314
FreeBSD:14:latestg20220314g20220314g20220314g20220314g20220314g20220314-g20220314
FreeBSD:14:quarterlyg20220314g20220314-g20220314g20220314g20220314g20220314g20220314
FreeBSD:15:latestg20220314g20220314n/ag20220314n/ag20220314g20220314g20220314
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. 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_rapidcheck
USES:
cmake compiler:c++11-lang localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/emil-e/rapidcheck/tar.gz/8fafda4?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port