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
range-v3 Experimental range library for C++11/14/17
0.12.0 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.12.0Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-03-05 02:23:36
Last Update: 2022-11-23 01:45:28
Commit Hash: faf35cc
License: BSL
WWW:
https://github.com/ericniebler/range-v3
Description:
Range library for C++11/14/17. This code is the basis of a formal proposal to add range support to the C++ standard library. Range v3 is a library for the future C++. Not only does it work well with today's C++ -- move semantics, lambdas, automatically deduced types and all -- it also anticipates tomorrow's C++ with Concepts.
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 (327 items)
Collapse this list.
  1. /usr/local/share/licenses/range-v3-0.12.0/catalog.mk
  2. /usr/local/share/licenses/range-v3-0.12.0/LICENSE
  3. /usr/local/share/licenses/range-v3-0.12.0/BSL
  4. include/concepts/compare.hpp
  5. include/concepts/concepts.hpp
  6. include/concepts/swap.hpp
  7. include/concepts/type_traits.hpp
  8. include/meta/meta.hpp
  9. include/meta/meta_fwd.hpp
  10. include/range/v3/action.hpp
  11. include/range/v3/action/action.hpp
  12. include/range/v3/action/adjacent_remove_if.hpp
  13. include/range/v3/action/concepts.hpp
  14. include/range/v3/action/drop.hpp
  15. include/range/v3/action/drop_while.hpp
  16. include/range/v3/action/erase.hpp
  17. include/range/v3/action/insert.hpp
  18. include/range/v3/action/join.hpp
  19. include/range/v3/action/push_back.hpp
  20. include/range/v3/action/push_front.hpp
  21. include/range/v3/action/remove.hpp
  22. include/range/v3/action/remove_if.hpp
  23. include/range/v3/action/reverse.hpp
  24. include/range/v3/action/shuffle.hpp
  25. include/range/v3/action/slice.hpp
  26. include/range/v3/action/sort.hpp
  27. include/range/v3/action/split.hpp
  28. include/range/v3/action/split_when.hpp
  29. include/range/v3/action/stable_sort.hpp
  30. include/range/v3/action/stride.hpp
  31. include/range/v3/action/take.hpp
  32. include/range/v3/action/take_while.hpp
  33. include/range/v3/action/transform.hpp
  34. include/range/v3/action/unique.hpp
  35. include/range/v3/action/unstable_remove_if.hpp
  36. include/range/v3/algorithm.hpp
  37. include/range/v3/algorithm/adjacent_find.hpp
  38. include/range/v3/algorithm/adjacent_remove_if.hpp
  39. include/range/v3/algorithm/all_of.hpp
  40. include/range/v3/algorithm/any_of.hpp
  41. include/range/v3/algorithm/aux_/equal_range_n.hpp
  42. include/range/v3/algorithm/aux_/lower_bound_n.hpp
  43. include/range/v3/algorithm/aux_/merge_n.hpp
  44. include/range/v3/algorithm/aux_/merge_n_with_buffer.hpp
  45. include/range/v3/algorithm/aux_/partition_point_n.hpp
  46. include/range/v3/algorithm/aux_/sort_n_with_buffer.hpp
  47. include/range/v3/algorithm/aux_/upper_bound_n.hpp
  48. include/range/v3/algorithm/binary_search.hpp
  49. include/range/v3/algorithm/contains.hpp
  50. include/range/v3/algorithm/copy.hpp
  51. include/range/v3/algorithm/copy_backward.hpp
  52. include/range/v3/algorithm/copy_if.hpp
  53. include/range/v3/algorithm/copy_n.hpp
  54. include/range/v3/algorithm/count.hpp
  55. include/range/v3/algorithm/count_if.hpp
  56. include/range/v3/algorithm/ends_with.hpp
  57. include/range/v3/algorithm/equal.hpp
  58. include/range/v3/algorithm/equal_range.hpp
  59. include/range/v3/algorithm/fill.hpp
  60. include/range/v3/algorithm/fill_n.hpp
  61. include/range/v3/algorithm/find.hpp
  62. include/range/v3/algorithm/find_end.hpp
  63. include/range/v3/algorithm/find_first_of.hpp
  64. include/range/v3/algorithm/find_if.hpp
  65. include/range/v3/algorithm/find_if_not.hpp
  66. include/range/v3/algorithm/fold.hpp
  67. include/range/v3/algorithm/fold_left.hpp
  68. include/range/v3/algorithm/fold_right.hpp
  69. include/range/v3/algorithm/for_each.hpp
  70. include/range/v3/algorithm/for_each_n.hpp
  71. include/range/v3/algorithm/generate.hpp
  72. include/range/v3/algorithm/generate_n.hpp
  73. include/range/v3/algorithm/heap_algorithm.hpp
  74. include/range/v3/algorithm/inplace_merge.hpp
  75. include/range/v3/algorithm/is_partitioned.hpp
  76. include/range/v3/algorithm/is_sorted.hpp
  77. include/range/v3/algorithm/is_sorted_until.hpp
  78. include/range/v3/algorithm/lexicographical_compare.hpp
  79. include/range/v3/algorithm/lower_bound.hpp
  80. include/range/v3/algorithm/max.hpp
  81. include/range/v3/algorithm/max_element.hpp
  82. include/range/v3/algorithm/merge.hpp
  83. include/range/v3/algorithm/min.hpp
  84. include/range/v3/algorithm/min_element.hpp
  85. include/range/v3/algorithm/minmax.hpp
  86. include/range/v3/algorithm/minmax_element.hpp
  87. include/range/v3/algorithm/mismatch.hpp
  88. include/range/v3/algorithm/move.hpp
  89. include/range/v3/algorithm/move_backward.hpp
  90. include/range/v3/algorithm/none_of.hpp
  91. include/range/v3/algorithm/nth_element.hpp
  92. include/range/v3/algorithm/partial_sort.hpp
  93. include/range/v3/algorithm/partial_sort_copy.hpp
  94. include/range/v3/algorithm/partition.hpp
  95. include/range/v3/algorithm/partition_copy.hpp
  96. include/range/v3/algorithm/partition_point.hpp
  97. include/range/v3/algorithm/permutation.hpp
  98. include/range/v3/algorithm/remove.hpp
  99. include/range/v3/algorithm/remove_copy.hpp
  100. include/range/v3/algorithm/remove_copy_if.hpp
  101. include/range/v3/algorithm/remove_if.hpp
  102. include/range/v3/algorithm/replace.hpp
  103. include/range/v3/algorithm/replace_copy.hpp
  104. include/range/v3/algorithm/replace_copy_if.hpp
  105. include/range/v3/algorithm/replace_if.hpp
  106. include/range/v3/algorithm/result_types.hpp
  107. include/range/v3/algorithm/reverse.hpp
  108. include/range/v3/algorithm/reverse_copy.hpp
  109. include/range/v3/algorithm/rotate.hpp
  110. include/range/v3/algorithm/rotate_copy.hpp
  111. include/range/v3/algorithm/sample.hpp
  112. include/range/v3/algorithm/search.hpp
  113. include/range/v3/algorithm/search_n.hpp
  114. include/range/v3/algorithm/set_algorithm.hpp
  115. include/range/v3/algorithm/shuffle.hpp
  116. include/range/v3/algorithm/sort.hpp
  117. include/range/v3/algorithm/stable_partition.hpp
  118. include/range/v3/algorithm/stable_sort.hpp
  119. include/range/v3/algorithm/starts_with.hpp
  120. include/range/v3/algorithm/swap_ranges.hpp
  121. include/range/v3/algorithm/tagspec.hpp
  122. include/range/v3/algorithm/transform.hpp
  123. include/range/v3/algorithm/unique.hpp
  124. include/range/v3/algorithm/unique_copy.hpp
  125. include/range/v3/algorithm/unstable_remove_if.hpp
  126. include/range/v3/algorithm/upper_bound.hpp
  127. include/range/v3/all.hpp
  128. include/range/v3/at.hpp
  129. include/range/v3/back.hpp
  130. include/range/v3/begin_end.hpp
  131. include/range/v3/compare.hpp
  132. include/range/v3/core.hpp
  133. include/range/v3/data.hpp
  134. include/range/v3/detail/adl_get.hpp
  135. include/range/v3/detail/config.hpp
  136. include/range/v3/detail/epilogue.hpp
  137. include/range/v3/detail/prologue.hpp
  138. include/range/v3/detail/range_access.hpp
  139. include/range/v3/detail/satisfy_boost_range.hpp
  140. include/range/v3/detail/variant.hpp
  141. include/range/v3/detail/with_braced_init_args.hpp
  142. include/range/v3/distance.hpp
  143. include/range/v3/empty.hpp
  144. include/range/v3/experimental/utility/generator.hpp
  145. include/range/v3/experimental/view/shared.hpp
  146. include/range/v3/front.hpp
  147. include/range/v3/functional.hpp
  148. include/range/v3/functional/arithmetic.hpp
  149. include/range/v3/functional/bind.hpp
  150. include/range/v3/functional/bind_back.hpp
  151. include/range/v3/functional/comparisons.hpp
  152. include/range/v3/functional/compose.hpp
  153. include/range/v3/functional/concepts.hpp
  154. include/range/v3/functional/identity.hpp
  155. include/range/v3/functional/indirect.hpp
  156. include/range/v3/functional/invoke.hpp
  157. include/range/v3/functional/not_fn.hpp
  158. include/range/v3/functional/on.hpp
  159. include/range/v3/functional/overload.hpp
  160. include/range/v3/functional/pipeable.hpp
  161. include/range/v3/functional/reference_wrapper.hpp
  162. include/range/v3/getlines.hpp
  163. include/range/v3/index.hpp
  164. include/range/v3/istream_range.hpp
  165. include/range/v3/iterator.hpp
  166. include/range/v3/iterator/access.hpp
  167. include/range/v3/iterator/basic_iterator.hpp
  168. include/range/v3/iterator/common_iterator.hpp
  169. include/range/v3/iterator/concepts.hpp
  170. include/range/v3/iterator/counted_iterator.hpp
  171. include/range/v3/iterator/default_sentinel.hpp
  172. include/range/v3/iterator/diffmax_t.hpp
  173. include/range/v3/iterator/insert_iterators.hpp
  174. include/range/v3/iterator/move_iterators.hpp
  175. include/range/v3/iterator/operations.hpp
  176. include/range/v3/iterator/reverse_iterator.hpp
  177. include/range/v3/iterator/stream_iterators.hpp
  178. include/range/v3/iterator/traits.hpp
  179. include/range/v3/iterator/unreachable_sentinel.hpp
  180. include/range/v3/iterator_range.hpp
  181. include/range/v3/numeric.hpp
  182. include/range/v3/numeric/accumulate.hpp
  183. include/range/v3/numeric/adjacent_difference.hpp
  184. include/range/v3/numeric/inner_product.hpp
  185. include/range/v3/numeric/iota.hpp
  186. include/range/v3/numeric/partial_sum.hpp
  187. include/range/v3/range.hpp
  188. include/range/v3/range/access.hpp
  189. include/range/v3/range/concepts.hpp
  190. include/range/v3/range/conversion.hpp
  191. include/range/v3/range/dangling.hpp
  192. include/range/v3/range/operations.hpp
  193. include/range/v3/range/primitives.hpp
  194. include/range/v3/range/traits.hpp
  195. include/range/v3/range_access.hpp
  196. include/range/v3/range_concepts.hpp
  197. include/range/v3/range_for.hpp
  198. include/range/v3/range_fwd.hpp
  199. include/range/v3/range_traits.hpp
  200. include/range/v3/size.hpp
  201. include/range/v3/span.hpp
  202. include/range/v3/to_container.hpp
  203. include/range/v3/utility.hpp
  204. include/range/v3/utility/addressof.hpp
  205. include/range/v3/utility/any.hpp
  206. include/range/v3/utility/associated_types.hpp
  207. include/range/v3/utility/basic_iterator.hpp
  208. include/range/v3/utility/box.hpp
  209. include/range/v3/utility/common_iterator.hpp
  210. include/range/v3/utility/common_tuple.hpp
  211. include/range/v3/utility/common_type.hpp
  212. include/range/v3/utility/compressed_pair.hpp
  213. include/range/v3/utility/concepts.hpp
  214. include/range/v3/utility/copy.hpp
  215. include/range/v3/utility/counted_iterator.hpp
  216. include/range/v3/utility/dangling.hpp
  217. include/range/v3/utility/functional.hpp
  218. include/range/v3/utility/get.hpp
  219. include/range/v3/utility/in_place.hpp
  220. include/range/v3/utility/infinity.hpp
  221. include/range/v3/utility/invoke.hpp
  222. include/range/v3/utility/iterator.hpp
  223. include/range/v3/utility/iterator_concepts.hpp
  224. include/range/v3/utility/iterator_traits.hpp
  225. include/range/v3/utility/memory.hpp
  226. include/range/v3/utility/move.hpp
  227. include/range/v3/utility/nullptr_v.hpp
  228. include/range/v3/utility/optional.hpp
  229. include/range/v3/utility/polymorphic_cast.hpp
  230. include/range/v3/utility/random.hpp
  231. include/range/v3/utility/scope_exit.hpp
  232. include/range/v3/utility/semiregular.hpp
  233. include/range/v3/utility/semiregular_box.hpp
  234. include/range/v3/utility/static_const.hpp
  235. include/range/v3/utility/swap.hpp
  236. include/range/v3/utility/tagged_pair.hpp
  237. include/range/v3/utility/tagged_tuple.hpp
  238. include/range/v3/utility/tuple_algorithm.hpp
  239. include/range/v3/utility/unreachable.hpp
  240. include/range/v3/utility/variant.hpp
  241. include/range/v3/version.hpp
  242. include/range/v3/view.hpp
  243. include/range/v3/view/adaptor.hpp
  244. include/range/v3/view/addressof.hpp
  245. include/range/v3/view/adjacent_filter.hpp
  246. include/range/v3/view/adjacent_remove_if.hpp
  247. include/range/v3/view/all.hpp
  248. include/range/v3/view/any_view.hpp
  249. include/range/v3/view/bounded.hpp
  250. include/range/v3/view/c_str.hpp
  251. include/range/v3/view/cache1.hpp
  252. include/range/v3/view/cartesian_product.hpp
  253. include/range/v3/view/chunk.hpp
  254. include/range/v3/view/chunk_by.hpp
  255. include/range/v3/view/common.hpp
  256. include/range/v3/view/concat.hpp
  257. include/range/v3/view/const.hpp
  258. include/range/v3/view/counted.hpp
  259. include/range/v3/view/cycle.hpp
  260. include/range/v3/view/delimit.hpp
  261. include/range/v3/view/drop.hpp
  262. include/range/v3/view/drop_exactly.hpp
  263. include/range/v3/view/drop_last.hpp
  264. include/range/v3/view/drop_while.hpp
  265. include/range/v3/view/empty.hpp
  266. include/range/v3/view/enumerate.hpp
  267. include/range/v3/view/exclusive_scan.hpp
  268. include/range/v3/view/facade.hpp
  269. include/range/v3/view/filter.hpp
  270. include/range/v3/view/for_each.hpp
  271. include/range/v3/view/generate.hpp
  272. include/range/v3/view/generate_n.hpp
  273. include/range/v3/view/getlines.hpp
  274. include/range/v3/view/group_by.hpp
  275. include/range/v3/view/indices.hpp
  276. include/range/v3/view/indirect.hpp
  277. include/range/v3/view/interface.hpp
  278. include/range/v3/view/intersperse.hpp
  279. include/range/v3/view/iota.hpp
  280. include/range/v3/view/istream.hpp
  281. include/range/v3/view/join.hpp
  282. include/range/v3/view/linear_distribute.hpp
  283. include/range/v3/view/map.hpp
  284. include/range/v3/view/move.hpp
  285. include/range/v3/view/partial_sum.hpp
  286. include/range/v3/view/ref.hpp
  287. include/range/v3/view/remove.hpp
  288. include/range/v3/view/remove_if.hpp
  289. include/range/v3/view/repeat.hpp
  290. include/range/v3/view/repeat_n.hpp
  291. include/range/v3/view/replace.hpp
  292. include/range/v3/view/replace_if.hpp
  293. include/range/v3/view/reverse.hpp
  294. include/range/v3/view/sample.hpp
  295. include/range/v3/view/set_algorithm.hpp
  296. include/range/v3/view/single.hpp
  297. include/range/v3/view/slice.hpp
  298. include/range/v3/view/sliding.hpp
  299. include/range/v3/view/span.hpp
  300. include/range/v3/view/split.hpp
  301. include/range/v3/view/split_when.hpp
  302. include/range/v3/view/stride.hpp
  303. include/range/v3/view/subrange.hpp
  304. include/range/v3/view/tail.hpp
  305. include/range/v3/view/take.hpp
  306. include/range/v3/view/take_exactly.hpp
  307. include/range/v3/view/take_last.hpp
  308. include/range/v3/view/take_while.hpp
  309. include/range/v3/view/tokenize.hpp
  310. include/range/v3/view/transform.hpp
  311. include/range/v3/view/trim.hpp
  312. include/range/v3/view/unbounded.hpp
  313. include/range/v3/view/unique.hpp
  314. include/range/v3/view/view.hpp
  315. include/range/v3/view/zip.hpp
  316. include/range/v3/view/zip_with.hpp
  317. include/range/v3/view_adaptor.hpp
  318. include/range/v3/view_facade.hpp
  319. include/range/v3/view_interface.hpp
  320. include/std/detail/associated_types.hpp
  321. include/std/iterator
  322. lib/cmake/range-v3/range-v3-config-version.cmake
  323. lib/cmake/range-v3/range-v3-config.cmake
  324. lib/cmake/range-v3/range-v3-targets.cmake
  325. @owner
  326. @group
  327. @mode
Collapse this list.
Dependency lines:
  • range-v3>0:devel/range-v3
To install the port:
cd /usr/ports/devel/range-v3/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/range-v3
  • pkg install range-v3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: range-v3
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1667839965 SHA256 (ericniebler-range-v3-0.12.0_GH0.tar.gz) = 015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb SIZE (ericniebler-range-v3-0.12.0_GH0.tar.gz) = 582834

Packages (timestamps in pop-ups are UTC):
range-v3
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.12.00.12.00.10.00.12.00.12.0-0.10.0-
FreeBSD:13:quarterly0.12.00.12.00.12.00.12.00.12.00.12.00.12.00.12.0
FreeBSD:14:latest0.12.00.12.00.12.00.12.00.12.00.12.0-0.12.0
FreeBSD:14:quarterly0.12.00.12.0-0.12.00.12.00.12.00.12.00.12.0
FreeBSD:15:latest0.12.00.12.0n/a0.12.0n/a0.12.00.12.00.12.0
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
This port is required by:
for Build
  1. biology/seqan3
  2. devel/fbthrift
  3. editors/imhex
  4. lang/solidity
  5. net-im/telegram-desktop
for Run
  1. biology/seqan3

Configuration Options:
No options to configure
Options name:
devel_range-v3
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/ericniebler/range-v3/tar.gz/0.12.0?dummy=/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.0
23 Nov 2022 01:45:28
commit hash: faf35cc8ed37171a734b1eacd9a93497a0612396commit hash: faf35cc8ed37171a734b1eacd9a93497a0612396commit hash: faf35cc8ed37171a734b1eacd9a93497a0612396commit hash: faf35cc8ed37171a734b1eacd9a93497a0612396 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
devel/range-v3: update 0.11.0_1 -> 0.12.0

Reset maintainership.

Approved by:	maintainer timeout (2 weeks)
PR:		267655
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.11.0_1
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.11.0_1
25 Nov 2021 18:59:53
commit hash: cf108be7a7cb0ab997984a70a2192af7d7040ab0commit hash: cf108be7a7cb0ab997984a70a2192af7d7040ab0commit hash: cf108be7a7cb0ab997984a70a2192af7d7040ab0commit hash: cf108be7a7cb0ab997984a70a2192af7d7040ab0 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
devel/range-v3: Fix installed include to work with clang13

Import upstream patch to fix incompatibility with clang13. This
fixes build of telegram-desktop [1] in recent head after clang13 import.

PR:		260044, 260040 [1]
Approved by:	build fix blanket
Obtained
from:	https://github.com/ericniebler/range-v3/commit/0487cca29e352e8f16bbd91fda38e76e39a0ed28
0.11.0
19 Oct 2021 08:36:47
commit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2dcommit hash: ce1af7fdc2cde4dc409a344a4210a3af581ccd2d files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
*: apply refactor.remove-consecutive-empty-lines

Submitted by:	portedit
0.11.0
10 May 2021 04:56:38
commit hash: 84a4428ef729f39390c727b387b19e731d6f7ae0commit hash: 84a4428ef729f39390c727b387b19e731d6f7ae0commit hash: 84a4428ef729f39390c727b387b19e731d6f7ae0commit hash: 84a4428ef729f39390c727b387b19e731d6f7ae0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/range-v3: Update 0.10.0 -> 0.11.0

Changelog: https://github.com/ericniebler/range-v3/releases/tag/0.11.0

Also:
* Replace TEST option with 'test' target
* Remove EXAMPLES option, add 'build-examples' target instead

PR:		255505
Approved by:	henry.hu.sh@gmail.com (maintainer)
0.10.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.10.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.10.0
22 Mar 2020 22:52:08
Revision:528942Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/range-v3: fix build on GCC architectures

Use newer GCC from ports:
/wrkdirs/usr/ports/devel/range-v3/work/range-v3-0.10.0/include/meta/meta.hpp:3599:
error:   expected a constant of type 'int', got 'Fn'
0.10.0
08 Mar 2020 08:32:16
Revision:528005Original commit files touched by this commit
tcberner search for other commits by this committer
devel/range-v3: update to 0.10.0

PR:		244552
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
0.9.0
18 Oct 2019 15:48:52
Revision:514726Original commit files touched by this commit
tcberner search for other commits by this committer
devel/range-v3: update to 0.9.0

PR:		241306
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>  (maintainer)
0.3.6
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.3.6
23 May 2018 07:59:16
Revision:470687Original commit files touched by this commit
yuri search for other commits by this committer
devel/range-v3: Update 0.3.5 -> 0.3.6

PR:		228367
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
0.3.5
05 Mar 2018 02:23:16
Revision:463616Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/range-v3: Experimental range library for C++11/14/17

PR:		225725
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	tcberner (mentor, implicit)

Number of commits found: 14