View | Details | Raw Unified | Return to bug 241306
Collapse All | Expand All

(-)./Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/devel/range-v3/Makefile 488341 2018-12-25 20:25:39Z tcberner $
1
# $FreeBSD: head/devel/range-v3/Makefile 488341 2018-12-25 20:25:39Z tcberner $
2
2
3
PORTNAME=	range-v3
3
PORTNAME=	range-v3
4
DISTVERSION=	0.3.6
4
DISTVERSION=	0.9.0
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
6
7
MAINTAINER=	henry.hu.sh@gmail.com
7
MAINTAINER=	henry.hu.sh@gmail.com
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1527061634
1
TIMESTAMP = 1571275898
2
SHA256 (ericniebler-range-v3-0.3.6_GH0.tar.gz) = ce6e80c6b018ca0e03df8c54a34e1fd04282ac1b068cd39e902e2e5201ac117f
2
SHA256 (ericniebler-range-v3-0.9.0_GH0.tar.gz) = b76c571aa2b0047d94daf46e51c6bb7609618134df0770eab5ec4ad275fcba3b
3
SIZE (ericniebler-range-v3-0.3.6_GH0.tar.gz) = 449548
3
SIZE (ericniebler-range-v3-0.9.0_GH0.tar.gz) = 515514
(-)./pkg-plist (-1 / +75 lines)
Lines 1-7 Link Here
1
include/concepts/concepts.hpp
2
include/concepts/swap.hpp
3
include/concepts/type_traits.hpp
1
include/meta/meta.hpp
4
include/meta/meta.hpp
2
include/meta/meta_fwd.hpp
5
include/meta/meta_fwd.hpp
3
include/range/v3/action.hpp
6
include/range/v3/action.hpp
4
include/range/v3/action/action.hpp
7
include/range/v3/action/action.hpp
8
include/range/v3/action/adjacent_remove_if.hpp
5
include/range/v3/action/concepts.hpp
9
include/range/v3/action/concepts.hpp
6
include/range/v3/action/drop.hpp
10
include/range/v3/action/drop.hpp
7
include/range/v3/action/drop_while.hpp
11
include/range/v3/action/drop_while.hpp
Lines 10-29 Link Here
10
include/range/v3/action/join.hpp
14
include/range/v3/action/join.hpp
11
include/range/v3/action/push_back.hpp
15
include/range/v3/action/push_back.hpp
12
include/range/v3/action/push_front.hpp
16
include/range/v3/action/push_front.hpp
17
include/range/v3/action/remove.hpp
13
include/range/v3/action/remove_if.hpp
18
include/range/v3/action/remove_if.hpp
14
include/range/v3/action/reverse.hpp
19
include/range/v3/action/reverse.hpp
15
include/range/v3/action/shuffle.hpp
20
include/range/v3/action/shuffle.hpp
16
include/range/v3/action/slice.hpp
21
include/range/v3/action/slice.hpp
17
include/range/v3/action/sort.hpp
22
include/range/v3/action/sort.hpp
18
include/range/v3/action/split.hpp
23
include/range/v3/action/split.hpp
24
include/range/v3/action/split_when.hpp
19
include/range/v3/action/stable_sort.hpp
25
include/range/v3/action/stable_sort.hpp
20
include/range/v3/action/stride.hpp
26
include/range/v3/action/stride.hpp
21
include/range/v3/action/take.hpp
27
include/range/v3/action/take.hpp
22
include/range/v3/action/take_while.hpp
28
include/range/v3/action/take_while.hpp
23
include/range/v3/action/transform.hpp
29
include/range/v3/action/transform.hpp
24
include/range/v3/action/unique.hpp
30
include/range/v3/action/unique.hpp
31
include/range/v3/action/unstable_remove_if.hpp
25
include/range/v3/algorithm.hpp
32
include/range/v3/algorithm.hpp
26
include/range/v3/algorithm/adjacent_find.hpp
33
include/range/v3/algorithm/adjacent_find.hpp
34
include/range/v3/algorithm/adjacent_remove_if.hpp
27
include/range/v3/algorithm/all_of.hpp
35
include/range/v3/algorithm/all_of.hpp
28
include/range/v3/algorithm/any_of.hpp
36
include/range/v3/algorithm/any_of.hpp
29
include/range/v3/algorithm/aux_/equal_range_n.hpp
37
include/range/v3/algorithm/aux_/equal_range_n.hpp
Lines 40-45 Link Here
40
include/range/v3/algorithm/copy_n.hpp
48
include/range/v3/algorithm/copy_n.hpp
41
include/range/v3/algorithm/count.hpp
49
include/range/v3/algorithm/count.hpp
42
include/range/v3/algorithm/count_if.hpp
50
include/range/v3/algorithm/count_if.hpp
51
include/range/v3/algorithm/ends_with.hpp
43
include/range/v3/algorithm/equal.hpp
52
include/range/v3/algorithm/equal.hpp
44
include/range/v3/algorithm/equal_range.hpp
53
include/range/v3/algorithm/equal_range.hpp
45
include/range/v3/algorithm/fill.hpp
54
include/range/v3/algorithm/fill.hpp
Lines 86-91 Link Here
86
include/range/v3/algorithm/replace_copy.hpp
95
include/range/v3/algorithm/replace_copy.hpp
87
include/range/v3/algorithm/replace_copy_if.hpp
96
include/range/v3/algorithm/replace_copy_if.hpp
88
include/range/v3/algorithm/replace_if.hpp
97
include/range/v3/algorithm/replace_if.hpp
98
include/range/v3/algorithm/result_types.hpp
89
include/range/v3/algorithm/reverse.hpp
99
include/range/v3/algorithm/reverse.hpp
90
include/range/v3/algorithm/reverse_copy.hpp
100
include/range/v3/algorithm/reverse_copy.hpp
91
include/range/v3/algorithm/rotate.hpp
101
include/range/v3/algorithm/rotate.hpp
Lines 98-108 Link Here
98
include/range/v3/algorithm/sort.hpp
108
include/range/v3/algorithm/sort.hpp
99
include/range/v3/algorithm/stable_partition.hpp
109
include/range/v3/algorithm/stable_partition.hpp
100
include/range/v3/algorithm/stable_sort.hpp
110
include/range/v3/algorithm/stable_sort.hpp
111
include/range/v3/algorithm/starts_with.hpp
101
include/range/v3/algorithm/swap_ranges.hpp
112
include/range/v3/algorithm/swap_ranges.hpp
102
include/range/v3/algorithm/tagspec.hpp
113
include/range/v3/algorithm/tagspec.hpp
103
include/range/v3/algorithm/transform.hpp
114
include/range/v3/algorithm/transform.hpp
104
include/range/v3/algorithm/unique.hpp
115
include/range/v3/algorithm/unique.hpp
105
include/range/v3/algorithm/unique_copy.hpp
116
include/range/v3/algorithm/unique_copy.hpp
117
include/range/v3/algorithm/unstable_remove_if.hpp
106
include/range/v3/algorithm/upper_bound.hpp
118
include/range/v3/algorithm/upper_bound.hpp
107
include/range/v3/all.hpp
119
include/range/v3/all.hpp
108
include/range/v3/at.hpp
120
include/range/v3/at.hpp
Lines 110-126 Link Here
110
include/range/v3/begin_end.hpp
122
include/range/v3/begin_end.hpp
111
include/range/v3/core.hpp
123
include/range/v3/core.hpp
112
include/range/v3/data.hpp
124
include/range/v3/data.hpp
125
include/range/v3/detail/adl_get.hpp
113
include/range/v3/detail/config.hpp
126
include/range/v3/detail/config.hpp
127
include/range/v3/detail/range_access.hpp
114
include/range/v3/detail/satisfy_boost_range.hpp
128
include/range/v3/detail/satisfy_boost_range.hpp
115
include/range/v3/detail/variant.hpp
129
include/range/v3/detail/variant.hpp
130
include/range/v3/detail/with_braced_init_args.hpp
116
include/range/v3/distance.hpp
131
include/range/v3/distance.hpp
117
include/range/v3/empty.hpp
132
include/range/v3/empty.hpp
118
include/range/v3/experimental/utility/generator.hpp
133
include/range/v3/experimental/utility/generator.hpp
119
include/range/v3/experimental/view/shared.hpp
134
include/range/v3/experimental/view/shared.hpp
120
include/range/v3/front.hpp
135
include/range/v3/front.hpp
136
include/range/v3/functional.hpp
137
include/range/v3/functional/arithmetic.hpp
138
include/range/v3/functional/bind.hpp
139
include/range/v3/functional/bind_back.hpp
140
include/range/v3/functional/comparisons.hpp
141
include/range/v3/functional/compose.hpp
142
include/range/v3/functional/concepts.hpp
143
include/range/v3/functional/identity.hpp
144
include/range/v3/functional/indirect.hpp
145
include/range/v3/functional/invoke.hpp
146
include/range/v3/functional/not_fn.hpp
147
include/range/v3/functional/on.hpp
148
include/range/v3/functional/overload.hpp
149
include/range/v3/functional/pipeable.hpp
150
include/range/v3/functional/reference_wrapper.hpp
121
include/range/v3/getlines.hpp
151
include/range/v3/getlines.hpp
122
include/range/v3/index.hpp
152
include/range/v3/index.hpp
123
include/range/v3/istream_range.hpp
153
include/range/v3/istream_range.hpp
154
include/range/v3/iterator.hpp
155
include/range/v3/iterator/access.hpp
156
include/range/v3/iterator/basic_iterator.hpp
157
include/range/v3/iterator/common_iterator.hpp
158
include/range/v3/iterator/concepts.hpp
159
include/range/v3/iterator/counted_iterator.hpp
160
include/range/v3/iterator/default_sentinel.hpp
161
include/range/v3/iterator/diffmax_t.hpp
162
include/range/v3/iterator/insert_iterators.hpp
163
include/range/v3/iterator/move_iterators.hpp
164
include/range/v3/iterator/operations.hpp
165
include/range/v3/iterator/reverse_iterator.hpp
166
include/range/v3/iterator/stream_iterators.hpp
167
include/range/v3/iterator/traits.hpp
168
include/range/v3/iterator/unreachable_sentinel.hpp
124
include/range/v3/iterator_range.hpp
169
include/range/v3/iterator_range.hpp
125
include/range/v3/numeric.hpp
170
include/range/v3/numeric.hpp
126
include/range/v3/numeric/accumulate.hpp
171
include/range/v3/numeric/accumulate.hpp
Lines 128-133 Link Here
128
include/range/v3/numeric/inner_product.hpp
173
include/range/v3/numeric/inner_product.hpp
129
include/range/v3/numeric/iota.hpp
174
include/range/v3/numeric/iota.hpp
130
include/range/v3/numeric/partial_sum.hpp
175
include/range/v3/numeric/partial_sum.hpp
176
include/range/v3/range.hpp
177
include/range/v3/range/access.hpp
178
include/range/v3/range/concepts.hpp
179
include/range/v3/range/conversion.hpp
180
include/range/v3/range/dangling.hpp
181
include/range/v3/range/operations.hpp
182
include/range/v3/range/primitives.hpp
183
include/range/v3/range/traits.hpp
131
include/range/v3/range_access.hpp
184
include/range/v3/range_access.hpp
132
include/range/v3/range_concepts.hpp
185
include/range/v3/range_concepts.hpp
133
include/range/v3/range_for.hpp
186
include/range/v3/range_for.hpp
Lines 136-141 Link Here
136
include/range/v3/size.hpp
189
include/range/v3/size.hpp
137
include/range/v3/span.hpp
190
include/range/v3/span.hpp
138
include/range/v3/to_container.hpp
191
include/range/v3/to_container.hpp
192
include/range/v3/utility.hpp
193
include/range/v3/utility/addressof.hpp
139
include/range/v3/utility/any.hpp
194
include/range/v3/utility/any.hpp
140
include/range/v3/utility/associated_types.hpp
195
include/range/v3/utility/associated_types.hpp
141
include/range/v3/utility/basic_iterator.hpp
196
include/range/v3/utility/basic_iterator.hpp
Lines 150-155 Link Here
150
include/range/v3/utility/dangling.hpp
205
include/range/v3/utility/dangling.hpp
151
include/range/v3/utility/functional.hpp
206
include/range/v3/utility/functional.hpp
152
include/range/v3/utility/get.hpp
207
include/range/v3/utility/get.hpp
208
include/range/v3/utility/in_place.hpp
153
include/range/v3/utility/infinity.hpp
209
include/range/v3/utility/infinity.hpp
154
include/range/v3/utility/invoke.hpp
210
include/range/v3/utility/invoke.hpp
155
include/range/v3/utility/iterator.hpp
211
include/range/v3/utility/iterator.hpp
Lines 161-169 Link Here
161
include/range/v3/utility/optional.hpp
217
include/range/v3/utility/optional.hpp
162
include/range/v3/utility/polymorphic_cast.hpp
218
include/range/v3/utility/polymorphic_cast.hpp
163
include/range/v3/utility/random.hpp
219
include/range/v3/utility/random.hpp
164
include/range/v3/utility/safe_int.hpp
165
include/range/v3/utility/scope_exit.hpp
220
include/range/v3/utility/scope_exit.hpp
166
include/range/v3/utility/semiregular.hpp
221
include/range/v3/utility/semiregular.hpp
222
include/range/v3/utility/semiregular_box.hpp
167
include/range/v3/utility/static_const.hpp
223
include/range/v3/utility/static_const.hpp
168
include/range/v3/utility/swap.hpp
224
include/range/v3/utility/swap.hpp
169
include/range/v3/utility/tagged_pair.hpp
225
include/range/v3/utility/tagged_pair.hpp
Lines 173-178 Link Here
173
include/range/v3/utility/variant.hpp
229
include/range/v3/utility/variant.hpp
174
include/range/v3/version.hpp
230
include/range/v3/version.hpp
175
include/range/v3/view.hpp
231
include/range/v3/view.hpp
232
include/range/v3/view/adaptor.hpp
233
include/range/v3/view/addressof.hpp
176
include/range/v3/view/adjacent_filter.hpp
234
include/range/v3/view/adjacent_filter.hpp
177
include/range/v3/view/adjacent_remove_if.hpp
235
include/range/v3/view/adjacent_remove_if.hpp
178
include/range/v3/view/all.hpp
236
include/range/v3/view/all.hpp
Lines 181-186 Link Here
181
include/range/v3/view/c_str.hpp
239
include/range/v3/view/c_str.hpp
182
include/range/v3/view/cartesian_product.hpp
240
include/range/v3/view/cartesian_product.hpp
183
include/range/v3/view/chunk.hpp
241
include/range/v3/view/chunk.hpp
242
include/range/v3/view/common.hpp
184
include/range/v3/view/concat.hpp
243
include/range/v3/view/concat.hpp
185
include/range/v3/view/const.hpp
244
include/range/v3/view/const.hpp
186
include/range/v3/view/counted.hpp
245
include/range/v3/view/counted.hpp
Lines 188-210 Link Here
188
include/range/v3/view/delimit.hpp
247
include/range/v3/view/delimit.hpp
189
include/range/v3/view/drop.hpp
248
include/range/v3/view/drop.hpp
190
include/range/v3/view/drop_exactly.hpp
249
include/range/v3/view/drop_exactly.hpp
250
include/range/v3/view/drop_last.hpp
191
include/range/v3/view/drop_while.hpp
251
include/range/v3/view/drop_while.hpp
192
include/range/v3/view/empty.hpp
252
include/range/v3/view/empty.hpp
253
include/range/v3/view/enumerate.hpp
193
include/range/v3/view/exclusive_scan.hpp
254
include/range/v3/view/exclusive_scan.hpp
255
include/range/v3/view/facade.hpp
194
include/range/v3/view/filter.hpp
256
include/range/v3/view/filter.hpp
195
include/range/v3/view/for_each.hpp
257
include/range/v3/view/for_each.hpp
196
include/range/v3/view/generate.hpp
258
include/range/v3/view/generate.hpp
197
include/range/v3/view/generate_n.hpp
259
include/range/v3/view/generate_n.hpp
260
include/range/v3/view/getlines.hpp
198
include/range/v3/view/group_by.hpp
261
include/range/v3/view/group_by.hpp
199
include/range/v3/view/indices.hpp
262
include/range/v3/view/indices.hpp
200
include/range/v3/view/indirect.hpp
263
include/range/v3/view/indirect.hpp
264
include/range/v3/view/interface.hpp
201
include/range/v3/view/intersperse.hpp
265
include/range/v3/view/intersperse.hpp
202
include/range/v3/view/iota.hpp
266
include/range/v3/view/iota.hpp
267
include/range/v3/view/istream.hpp
203
include/range/v3/view/join.hpp
268
include/range/v3/view/join.hpp
204
include/range/v3/view/linear_distribute.hpp
269
include/range/v3/view/linear_distribute.hpp
205
include/range/v3/view/map.hpp
270
include/range/v3/view/map.hpp
206
include/range/v3/view/move.hpp
271
include/range/v3/view/move.hpp
207
include/range/v3/view/partial_sum.hpp
272
include/range/v3/view/partial_sum.hpp
273
include/range/v3/view/ref.hpp
274
include/range/v3/view/remove.hpp
208
include/range/v3/view/remove_if.hpp
275
include/range/v3/view/remove_if.hpp
209
include/range/v3/view/repeat.hpp
276
include/range/v3/view/repeat.hpp
210
include/range/v3/view/repeat_n.hpp
277
include/range/v3/view/repeat_n.hpp
Lines 216-229 Link Here
216
include/range/v3/view/single.hpp
283
include/range/v3/view/single.hpp
217
include/range/v3/view/slice.hpp
284
include/range/v3/view/slice.hpp
218
include/range/v3/view/sliding.hpp
285
include/range/v3/view/sliding.hpp
286
include/range/v3/view/span.hpp
219
include/range/v3/view/split.hpp
287
include/range/v3/view/split.hpp
288
include/range/v3/view/split_when.hpp
220
include/range/v3/view/stride.hpp
289
include/range/v3/view/stride.hpp
290
include/range/v3/view/subrange.hpp
221
include/range/v3/view/tail.hpp
291
include/range/v3/view/tail.hpp
222
include/range/v3/view/take.hpp
292
include/range/v3/view/take.hpp
223
include/range/v3/view/take_exactly.hpp
293
include/range/v3/view/take_exactly.hpp
294
include/range/v3/view/take_last.hpp
224
include/range/v3/view/take_while.hpp
295
include/range/v3/view/take_while.hpp
225
include/range/v3/view/tokenize.hpp
296
include/range/v3/view/tokenize.hpp
226
include/range/v3/view/transform.hpp
297
include/range/v3/view/transform.hpp
298
include/range/v3/view/trim.hpp
227
include/range/v3/view/unbounded.hpp
299
include/range/v3/view/unbounded.hpp
228
include/range/v3/view/unique.hpp
300
include/range/v3/view/unique.hpp
229
include/range/v3/view/view.hpp
301
include/range/v3/view/view.hpp
Lines 232-234 Link Here
232
include/range/v3/view_adaptor.hpp
304
include/range/v3/view_adaptor.hpp
233
include/range/v3/view_facade.hpp
305
include/range/v3/view_facade.hpp
234
include/range/v3/view_interface.hpp
306
include/range/v3/view_interface.hpp
307
include/std/detail/associated_types.hpp
308
include/std/iterator

Return to bug 241306