View | Details | Raw Unified | Return to bug 258340 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/Makefile (+1 lines)
Lines 1545-1550 Link Here
1545
    SUBDIR += mph
1545
    SUBDIR += mph
1546
    SUBDIR += msbuild
1546
    SUBDIR += msbuild
1547
    SUBDIR += msgpack
1547
    SUBDIR += msgpack
1548
    SUBDIR += msgpack-cxx
1548
    SUBDIR += msgpack-d
1549
    SUBDIR += msgpack-d
1549
    SUBDIR += msgpuck
1550
    SUBDIR += msgpuck
1550
    SUBDIR += msitools
1551
    SUBDIR += msitools
(-)b/devel/msgpack-cxx/Makefile (+23 lines)
Added Link Here
1
PORTNAME=	msgpack
2
PORTVERSION=	4.0.0
3
DISTVERSIONPREFIX=	cpp-
4
CATEGORIES=	devel
5
PKGNAMESUFFIX=	-cxx
6
7
MAINTAINER=	adamw@FreeBSD.org
8
COMMENT=	Efficient binary serialization protocol (C++ version)
9
10
LICENSE=	BSL
11
LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
12
13
BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
14
RUN_DEPENDS=	boost-libs>0:devel/boost-libs
15
16
USES=		cmake pathfix
17
USE_GITHUB=	yes
18
GH_PROJECT=	msgpack-c
19
NO_ARCH=	yes
20
21
CMAKE_OFF=	MSGPACK_BUILD_EXAMPLES
22
23
.include <bsd.port.mk>
(-)b/devel/msgpack-cxx/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1630272648
2
SHA256 (msgpack-msgpack-c-cpp-4.0.0_GH0.tar.gz) = 4c59271acfa270262e838d077528f5ce53922ebc240a4c1d11688d8c8c65ee73
3
SIZE (msgpack-msgpack-c-cpp-4.0.0_GH0.tar.gz) = 239423
(-)b/devel/msgpack-cxx/pkg-descr (+9 lines)
Added Link Here
1
MessagePack is an efficient binary serialization format, which lets you
2
exchange data among multiple languages like JSON, except that it's faster and
3
smaller. Small integers are encoded into a single byte and short strings
4
require only one extra byte in addition to the strings themselves.
5
6
This package provides C++ support. It is header-only and uses boost for all
7
the heavy lifting.
8
9
WWW: https://msgpack.org/
(-)b/devel/msgpack-cxx/pkg-plist (-2 / +323 lines)
Added Link Here
0
- 
1
include/msgpack.hpp
1
--
2
include/msgpack/adaptor/adaptor_base.hpp
3
include/msgpack/adaptor/adaptor_base_decl.hpp
4
include/msgpack/adaptor/array_ref.hpp
5
include/msgpack/adaptor/array_ref_decl.hpp
6
include/msgpack/adaptor/bool.hpp
7
include/msgpack/adaptor/boost/fusion.hpp
8
include/msgpack/adaptor/boost/msgpack_variant.hpp
9
include/msgpack/adaptor/boost/msgpack_variant_decl.hpp
10
include/msgpack/adaptor/boost/optional.hpp
11
include/msgpack/adaptor/boost/string_ref.hpp
12
include/msgpack/adaptor/boost/string_view.hpp
13
include/msgpack/adaptor/carray.hpp
14
include/msgpack/adaptor/char_ptr.hpp
15
include/msgpack/adaptor/check_container_size.hpp
16
include/msgpack/adaptor/check_container_size_decl.hpp
17
include/msgpack/adaptor/complex.hpp
18
include/msgpack/adaptor/cpp11/array.hpp
19
include/msgpack/adaptor/cpp11/array_char.hpp
20
include/msgpack/adaptor/cpp11/array_unsigned_char.hpp
21
include/msgpack/adaptor/cpp11/chrono.hpp
22
include/msgpack/adaptor/cpp11/forward_list.hpp
23
include/msgpack/adaptor/cpp11/reference_wrapper.hpp
24
include/msgpack/adaptor/cpp11/shared_ptr.hpp
25
include/msgpack/adaptor/cpp11/timespec.hpp
26
include/msgpack/adaptor/cpp11/tuple.hpp
27
include/msgpack/adaptor/cpp11/unique_ptr.hpp
28
include/msgpack/adaptor/cpp11/unordered_map.hpp
29
include/msgpack/adaptor/cpp11/unordered_set.hpp
30
include/msgpack/adaptor/cpp17/array_byte.hpp
31
include/msgpack/adaptor/cpp17/byte.hpp
32
include/msgpack/adaptor/cpp17/carray_byte.hpp
33
include/msgpack/adaptor/cpp17/optional.hpp
34
include/msgpack/adaptor/cpp17/string_view.hpp
35
include/msgpack/adaptor/cpp17/vector_byte.hpp
36
include/msgpack/adaptor/cpp20/span.hpp
37
include/msgpack/adaptor/define.hpp
38
include/msgpack/adaptor/define_decl.hpp
39
include/msgpack/adaptor/deque.hpp
40
include/msgpack/adaptor/ext.hpp
41
include/msgpack/adaptor/ext_decl.hpp
42
include/msgpack/adaptor/fixint.hpp
43
include/msgpack/adaptor/fixint_decl.hpp
44
include/msgpack/adaptor/float.hpp
45
include/msgpack/adaptor/int.hpp
46
include/msgpack/adaptor/int_decl.hpp
47
include/msgpack/adaptor/list.hpp
48
include/msgpack/adaptor/map.hpp
49
include/msgpack/adaptor/map_decl.hpp
50
include/msgpack/adaptor/msgpack_tuple.hpp
51
include/msgpack/adaptor/msgpack_tuple_decl.hpp
52
include/msgpack/adaptor/nil.hpp
53
include/msgpack/adaptor/nil_decl.hpp
54
include/msgpack/adaptor/pair.hpp
55
include/msgpack/adaptor/raw.hpp
56
include/msgpack/adaptor/raw_decl.hpp
57
include/msgpack/adaptor/set.hpp
58
include/msgpack/adaptor/size_equal_only.hpp
59
include/msgpack/adaptor/size_equal_only_decl.hpp
60
include/msgpack/adaptor/string.hpp
61
include/msgpack/adaptor/tr1/unordered_map.hpp
62
include/msgpack/adaptor/tr1/unordered_set.hpp
63
include/msgpack/adaptor/v4raw.hpp
64
include/msgpack/adaptor/v4raw_decl.hpp
65
include/msgpack/adaptor/vector.hpp
66
include/msgpack/adaptor/vector_bool.hpp
67
include/msgpack/adaptor/vector_char.hpp
68
include/msgpack/adaptor/vector_unsigned_char.hpp
69
include/msgpack/adaptor/wstring.hpp
70
include/msgpack/cpp_config.hpp
71
include/msgpack/cpp_config_decl.hpp
72
include/msgpack/cpp_version.hpp
73
include/msgpack/create_object_visitor.hpp
74
include/msgpack/create_object_visitor_decl.hpp
75
include/msgpack/fbuffer.hpp
76
include/msgpack/fbuffer_decl.hpp
77
include/msgpack/gcc_atomic.hpp
78
include/msgpack/iterator.hpp
79
include/msgpack/iterator_decl.hpp
80
include/msgpack/meta.hpp
81
include/msgpack/meta_decl.hpp
82
include/msgpack/null_visitor.hpp
83
include/msgpack/null_visitor_decl.hpp
84
include/msgpack/object.hpp
85
include/msgpack/object_decl.hpp
86
include/msgpack/object_fwd.hpp
87
include/msgpack/object_fwd_decl.hpp
88
include/msgpack/pack.hpp
89
include/msgpack/pack_decl.hpp
90
include/msgpack/parse.hpp
91
include/msgpack/parse_decl.hpp
92
include/msgpack/parse_return.hpp
93
include/msgpack/sbuffer.hpp
94
include/msgpack/sbuffer_decl.hpp
95
include/msgpack/sysdep.hpp
96
include/msgpack/type.hpp
97
include/msgpack/unpack.hpp
98
include/msgpack/unpack_decl.hpp
99
include/msgpack/unpack_define.hpp
100
include/msgpack/unpack_exception.hpp
101
include/msgpack/v1/adaptor/adaptor_base.hpp
102
include/msgpack/v1/adaptor/adaptor_base_decl.hpp
103
include/msgpack/v1/adaptor/array_ref.hpp
104
include/msgpack/v1/adaptor/array_ref_decl.hpp
105
include/msgpack/v1/adaptor/bool.hpp
106
include/msgpack/v1/adaptor/boost/fusion.hpp
107
include/msgpack/v1/adaptor/boost/msgpack_variant.hpp
108
include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp
109
include/msgpack/v1/adaptor/boost/optional.hpp
110
include/msgpack/v1/adaptor/boost/string_ref.hpp
111
include/msgpack/v1/adaptor/boost/string_view.hpp
112
include/msgpack/v1/adaptor/carray.hpp
113
include/msgpack/v1/adaptor/char_ptr.hpp
114
include/msgpack/v1/adaptor/check_container_size.hpp
115
include/msgpack/v1/adaptor/check_container_size_decl.hpp
116
include/msgpack/v1/adaptor/complex.hpp
117
include/msgpack/v1/adaptor/cpp11/array.hpp
118
include/msgpack/v1/adaptor/cpp11/array_char.hpp
119
include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp
120
include/msgpack/v1/adaptor/cpp11/chrono.hpp
121
include/msgpack/v1/adaptor/cpp11/forward_list.hpp
122
include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp
123
include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp
124
include/msgpack/v1/adaptor/cpp11/timespec.hpp
125
include/msgpack/v1/adaptor/cpp11/tuple.hpp
126
include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp
127
include/msgpack/v1/adaptor/cpp11/unordered_map.hpp
128
include/msgpack/v1/adaptor/cpp11/unordered_set.hpp
129
include/msgpack/v1/adaptor/cpp17/array_byte.hpp
130
include/msgpack/v1/adaptor/cpp17/byte.hpp
131
include/msgpack/v1/adaptor/cpp17/carray_byte.hpp
132
include/msgpack/v1/adaptor/cpp17/optional.hpp
133
include/msgpack/v1/adaptor/cpp17/string_view.hpp
134
include/msgpack/v1/adaptor/cpp17/vector_byte.hpp
135
include/msgpack/v1/adaptor/cpp20/span.hpp
136
include/msgpack/v1/adaptor/define.hpp
137
include/msgpack/v1/adaptor/define_decl.hpp
138
include/msgpack/v1/adaptor/deque.hpp
139
include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp
140
include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp
141
include/msgpack/v1/adaptor/detail/cpp03_define_map.hpp
142
include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp
143
include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple.hpp
144
include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
145
include/msgpack/v1/adaptor/detail/cpp11_convert_helper.hpp
146
include/msgpack/v1/adaptor/detail/cpp11_define_array.hpp
147
include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp
148
include/msgpack/v1/adaptor/detail/cpp11_define_map.hpp
149
include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp
150
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp
151
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
152
include/msgpack/v1/adaptor/ext.hpp
153
include/msgpack/v1/adaptor/ext_decl.hpp
154
include/msgpack/v1/adaptor/fixint.hpp
155
include/msgpack/v1/adaptor/fixint_decl.hpp
156
include/msgpack/v1/adaptor/float.hpp
157
include/msgpack/v1/adaptor/int.hpp
158
include/msgpack/v1/adaptor/int_decl.hpp
159
include/msgpack/v1/adaptor/list.hpp
160
include/msgpack/v1/adaptor/map.hpp
161
include/msgpack/v1/adaptor/map_decl.hpp
162
include/msgpack/v1/adaptor/msgpack_tuple.hpp
163
include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp
164
include/msgpack/v1/adaptor/nil.hpp
165
include/msgpack/v1/adaptor/nil_decl.hpp
166
include/msgpack/v1/adaptor/pair.hpp
167
include/msgpack/v1/adaptor/raw.hpp
168
include/msgpack/v1/adaptor/raw_decl.hpp
169
include/msgpack/v1/adaptor/set.hpp
170
include/msgpack/v1/adaptor/size_equal_only.hpp
171
include/msgpack/v1/adaptor/size_equal_only_decl.hpp
172
include/msgpack/v1/adaptor/string.hpp
173
include/msgpack/v1/adaptor/tr1/unordered_map.hpp
174
include/msgpack/v1/adaptor/tr1/unordered_set.hpp
175
include/msgpack/v1/adaptor/v4raw.hpp
176
include/msgpack/v1/adaptor/v4raw_decl.hpp
177
include/msgpack/v1/adaptor/vector.hpp
178
include/msgpack/v1/adaptor/vector_bool.hpp
179
include/msgpack/v1/adaptor/vector_char.hpp
180
include/msgpack/v1/adaptor/vector_unsigned_char.hpp
181
include/msgpack/v1/adaptor/wstring.hpp
182
include/msgpack/v1/cpp_config.hpp
183
include/msgpack/v1/cpp_config_decl.hpp
184
include/msgpack/v1/detail/cpp03_zone.hpp
185
include/msgpack/v1/detail/cpp03_zone_decl.hpp
186
include/msgpack/v1/detail/cpp11_zone.hpp
187
include/msgpack/v1/detail/cpp11_zone_decl.hpp
188
include/msgpack/v1/fbuffer.hpp
189
include/msgpack/v1/fbuffer_decl.hpp
190
include/msgpack/v1/iterator.hpp
191
include/msgpack/v1/iterator_decl.hpp
192
include/msgpack/v1/meta.hpp
193
include/msgpack/v1/meta_decl.hpp
194
include/msgpack/v1/object.hpp
195
include/msgpack/v1/object_decl.hpp
196
include/msgpack/v1/object_fwd.hpp
197
include/msgpack/v1/object_fwd_decl.hpp
198
include/msgpack/v1/pack.hpp
199
include/msgpack/v1/pack_decl.hpp
200
include/msgpack/v1/parse_return.hpp
201
include/msgpack/v1/sbuffer.hpp
202
include/msgpack/v1/sbuffer_decl.hpp
203
include/msgpack/v1/unpack.hpp
204
include/msgpack/v1/unpack_decl.hpp
205
include/msgpack/v1/unpack_exception.hpp
206
include/msgpack/v1/version.hpp
207
include/msgpack/v1/versioning.hpp
208
include/msgpack/v1/vrefbuffer.hpp
209
include/msgpack/v1/vrefbuffer_decl.hpp
210
include/msgpack/v1/zbuffer.hpp
211
include/msgpack/v1/zbuffer_decl.hpp
212
include/msgpack/v1/zone.hpp
213
include/msgpack/v1/zone_decl.hpp
214
include/msgpack/v2/adaptor/adaptor_base.hpp
215
include/msgpack/v2/adaptor/adaptor_base_decl.hpp
216
include/msgpack/v2/adaptor/array_ref_decl.hpp
217
include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
218
include/msgpack/v2/adaptor/check_container_size_decl.hpp
219
include/msgpack/v2/adaptor/define_decl.hpp
220
include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp
221
include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp
222
include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
223
include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp
224
include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp
225
include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
226
include/msgpack/v2/adaptor/ext_decl.hpp
227
include/msgpack/v2/adaptor/fixint_decl.hpp
228
include/msgpack/v2/adaptor/int_decl.hpp
229
include/msgpack/v2/adaptor/map_decl.hpp
230
include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp
231
include/msgpack/v2/adaptor/nil_decl.hpp
232
include/msgpack/v2/adaptor/raw_decl.hpp
233
include/msgpack/v2/adaptor/size_equal_only_decl.hpp
234
include/msgpack/v2/adaptor/v4raw_decl.hpp
235
include/msgpack/v2/cpp_config_decl.hpp
236
include/msgpack/v2/create_object_visitor.hpp
237
include/msgpack/v2/create_object_visitor_decl.hpp
238
include/msgpack/v2/detail/cpp03_zone_decl.hpp
239
include/msgpack/v2/detail/cpp11_zone_decl.hpp
240
include/msgpack/v2/fbuffer_decl.hpp
241
include/msgpack/v2/iterator_decl.hpp
242
include/msgpack/v2/meta_decl.hpp
243
include/msgpack/v2/null_visitor.hpp
244
include/msgpack/v2/null_visitor_decl.hpp
245
include/msgpack/v2/object.hpp
246
include/msgpack/v2/object_decl.hpp
247
include/msgpack/v2/object_fwd.hpp
248
include/msgpack/v2/object_fwd_decl.hpp
249
include/msgpack/v2/pack_decl.hpp
250
include/msgpack/v2/parse.hpp
251
include/msgpack/v2/parse_decl.hpp
252
include/msgpack/v2/parse_return.hpp
253
include/msgpack/v2/sbuffer_decl.hpp
254
include/msgpack/v2/unpack.hpp
255
include/msgpack/v2/unpack_decl.hpp
256
include/msgpack/v2/vrefbuffer_decl.hpp
257
include/msgpack/v2/x3_parse.hpp
258
include/msgpack/v2/x3_parse_decl.hpp
259
include/msgpack/v2/x3_unpack.hpp
260
include/msgpack/v2/x3_unpack_decl.hpp
261
include/msgpack/v2/zbuffer_decl.hpp
262
include/msgpack/v2/zone_decl.hpp
263
include/msgpack/v3/adaptor/adaptor_base.hpp
264
include/msgpack/v3/adaptor/adaptor_base_decl.hpp
265
include/msgpack/v3/adaptor/array_ref_decl.hpp
266
include/msgpack/v3/adaptor/boost/msgpack_variant_decl.hpp
267
include/msgpack/v3/adaptor/check_container_size_decl.hpp
268
include/msgpack/v3/adaptor/define_decl.hpp
269
include/msgpack/v3/adaptor/detail/cpp03_define_array_decl.hpp
270
include/msgpack/v3/adaptor/detail/cpp03_define_map_decl.hpp
271
include/msgpack/v3/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
272
include/msgpack/v3/adaptor/detail/cpp11_define_array_decl.hpp
273
include/msgpack/v3/adaptor/detail/cpp11_define_map_decl.hpp
274
include/msgpack/v3/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
275
include/msgpack/v3/adaptor/ext_decl.hpp
276
include/msgpack/v3/adaptor/fixint_decl.hpp
277
include/msgpack/v3/adaptor/int_decl.hpp
278
include/msgpack/v3/adaptor/map_decl.hpp
279
include/msgpack/v3/adaptor/msgpack_tuple_decl.hpp
280
include/msgpack/v3/adaptor/nil_decl.hpp
281
include/msgpack/v3/adaptor/raw_decl.hpp
282
include/msgpack/v3/adaptor/size_equal_only_decl.hpp
283
include/msgpack/v3/adaptor/v4raw_decl.hpp
284
include/msgpack/v3/cpp_config_decl.hpp
285
include/msgpack/v3/create_object_visitor_decl.hpp
286
include/msgpack/v3/detail/cpp03_zone_decl.hpp
287
include/msgpack/v3/detail/cpp11_zone_decl.hpp
288
include/msgpack/v3/fbuffer_decl.hpp
289
include/msgpack/v3/iterator_decl.hpp
290
include/msgpack/v3/meta_decl.hpp
291
include/msgpack/v3/null_visitor_decl.hpp
292
include/msgpack/v3/object_decl.hpp
293
include/msgpack/v3/object_fwd.hpp
294
include/msgpack/v3/object_fwd_decl.hpp
295
include/msgpack/v3/pack_decl.hpp
296
include/msgpack/v3/parse.hpp
297
include/msgpack/v3/parse_decl.hpp
298
include/msgpack/v3/parse_return.hpp
299
include/msgpack/v3/sbuffer_decl.hpp
300
include/msgpack/v3/unpack.hpp
301
include/msgpack/v3/unpack_decl.hpp
302
include/msgpack/v3/vrefbuffer_decl.hpp
303
include/msgpack/v3/x3_parse_decl.hpp
304
include/msgpack/v3/x3_unpack.hpp
305
include/msgpack/v3/x3_unpack_decl.hpp
306
include/msgpack/v3/zbuffer_decl.hpp
307
include/msgpack/v3/zone_decl.hpp
308
include/msgpack/version.hpp
309
include/msgpack/version_master.hpp
310
include/msgpack/versioning.hpp
311
include/msgpack/vrefbuffer.hpp
312
include/msgpack/vrefbuffer_decl.hpp
313
include/msgpack/x3_parse.hpp
314
include/msgpack/x3_parse_decl.hpp
315
include/msgpack/x3_unpack.hpp
316
include/msgpack/x3_unpack_decl.hpp
317
include/msgpack/zbuffer.hpp
318
include/msgpack/zbuffer_decl.hpp
319
include/msgpack/zone.hpp
320
include/msgpack/zone_decl.hpp
321
lib/cmake/msgpackc-cxx/msgpack-config-version.cmake
322
lib/cmake/msgpackc-cxx/msgpack-config.cmake
323
lib/cmake/msgpackc-cxx/msgpackc-cxx-targets.cmake
2
devel/msgpack-cxx/Makefile | 2 +-
324
devel/msgpack-cxx/Makefile | 2 +-
3
devel/msgpack-cxx/distinfo | 6 +++---
325
devel/msgpack-cxx/distinfo | 6 +++---
4
2 files changed, 4 insertions(+), 4 deletions(-)
326
2 files changed, 4 insertions(+), 4 deletions(-)
(-)b/devel/msgpack-cxx/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	msgpack
1
PORTNAME=	msgpack
2
PORTVERSION=	4.0.0
2
PORTVERSION=	4.0.1
3
DISTVERSIONPREFIX=	cpp-
3
DISTVERSIONPREFIX=	cpp-
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
PKGNAMESUFFIX=	-cxx
5
PKGNAMESUFFIX=	-cxx
(-)b/devel/msgpack-cxx/distinfo (-5 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1630272648
1
TIMESTAMP = 1630353271
2
SHA256 (msgpack-msgpack-c-cpp-4.0.0_GH0.tar.gz) = 4c59271acfa270262e838d077528f5ce53922ebc240a4c1d11688d8c8c65ee73
2
SHA256 (msgpack-msgpack-c-cpp-4.0.1_GH0.tar.gz) = f0b3c7f387b244dff3696a59aea6ce357218ba45e323641fd387a9880565358c
3
SIZE (msgpack-msgpack-c-cpp-4.0.0_GH0.tar.gz) = 239423
3
SIZE (msgpack-msgpack-c-cpp-4.0.1_GH0.tar.gz) = 239468
4
- 
5
--
6
devel/msgpack-cxx/Makefile | 2 +-
4
devel/msgpack-cxx/Makefile | 2 +-
7
devel/msgpack-cxx/distinfo | 6 +++---
5
devel/msgpack-cxx/distinfo | 6 +++---
8
2 files changed, 4 insertions(+), 4 deletions(-)
6
2 files changed, 4 insertions(+), 4 deletions(-)
(-)b/devel/msgpack-cxx/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	msgpack
1
PORTNAME=	msgpack
2
PORTVERSION=	4.0.1
2
PORTVERSION=	4.0.2
3
DISTVERSIONPREFIX=	cpp-
3
DISTVERSIONPREFIX=	cpp-
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
PKGNAMESUFFIX=	-cxx
5
PKGNAMESUFFIX=	-cxx
(-)b/devel/msgpack-cxx/distinfo (-5 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1630353271
1
TIMESTAMP = 1630401652
2
SHA256 (msgpack-msgpack-c-cpp-4.0.1_GH0.tar.gz) = f0b3c7f387b244dff3696a59aea6ce357218ba45e323641fd387a9880565358c
2
SHA256 (msgpack-msgpack-c-cpp-4.0.2_GH0.tar.gz) = 359393de94da614896974b99ef25047c0536bbb2c265be9b7c898c1ace38ff3f
3
SIZE (msgpack-msgpack-c-cpp-4.0.1_GH0.tar.gz) = 239468
3
SIZE (msgpack-msgpack-c-cpp-4.0.2_GH0.tar.gz) = 239870
4
- 
5
--
6
devel/{msgpack => msgpack-c}/Makefile  |   4 +-
4
devel/{msgpack => msgpack-c}/Makefile  |   4 +-
7
devel/msgpack-c/distinfo               |   3 +
5
devel/msgpack-c/distinfo               |   3 +
8
devel/{msgpack => msgpack-c}/pkg-descr |   0
6
devel/{msgpack => msgpack-c}/pkg-descr |   0
9
devel/msgpack-c/pkg-plist              |  28 +
7
devel/msgpack-c/pkg-plist              |  28 +
10
devel/msgpack/distinfo                 |   3 -
8
devel/msgpack/distinfo                 |   3 -
11
devel/msgpack/pkg-plist                | 748 -------------------------
9
devel/msgpack/pkg-plist                | 748 -------------------------
12
6 files changed, 33 insertions(+), 753 deletions(-)
10
6 files changed, 33 insertions(+), 753 deletions(-)
13
rename devel/{msgpack => msgpack-c}/Makefile (94%)
11
rename devel/{msgpack => msgpack-c}/Makefile (94%)
14
create mode 100644 devel/msgpack-c/distinfo
12
create mode 100644 devel/msgpack-c/distinfo
15
rename devel/{msgpack => msgpack-c}/pkg-descr (100%)
13
rename devel/{msgpack => msgpack-c}/pkg-descr (100%)
16
create mode 100644 devel/msgpack-c/pkg-plist
14
create mode 100644 devel/msgpack-c/pkg-plist
17
delete mode 100644 devel/msgpack/distinfo
15
delete mode 100644 devel/msgpack/distinfo
18
delete mode 100644 devel/msgpack/pkg-plist
16
delete mode 100644 devel/msgpack/pkg-plist
(-)b/devel/msgpack-c/Makefile (-2 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	msgpack
1
PORTNAME=	msgpack
2
PORTVERSION=	3.3.0
2
PORTVERSION=	4.0.0
3
DISTVERSIONPREFIX=	cpp-
3
DISTVERSIONPREFIX=	c-
4
CATEGORIES=	devel
4
CATEGORIES=	devel
5
5
6
MAINTAINER=	adamw@FreeBSD.org
6
MAINTAINER=	adamw@FreeBSD.org
(-)b/devel/msgpack-c/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1631025805
2
SHA256 (msgpack-msgpack-c-c-4.0.0_GH0.tar.gz) = 656ebe4566845e7bda9c097b625ba59ac72ddfd45df6017172d46d9ac7365aa3
3
SIZE (msgpack-msgpack-c-c-4.0.0_GH0.tar.gz) = 74827
(-)b/devel/msgpack-c/pkg-plist (+28 lines)
Added Link Here
1
include/msgpack.h
2
include/msgpack/fbuffer.h
3
include/msgpack/gcc_atomic.h
4
include/msgpack/object.h
5
include/msgpack/pack.h
6
include/msgpack/pack_define.h
7
include/msgpack/pack_template.h
8
include/msgpack/sbuffer.h
9
include/msgpack/sysdep.h
10
include/msgpack/timestamp.h
11
include/msgpack/unpack.h
12
include/msgpack/unpack_define.h
13
include/msgpack/unpack_template.h
14
include/msgpack/util.h
15
include/msgpack/version.h
16
include/msgpack/version_master.h
17
include/msgpack/vrefbuffer.h
18
include/msgpack/zbuffer.h
19
include/msgpack/zone.h
20
lib/cmake/msgpack/msgpack-config-version.cmake
21
lib/cmake/msgpack/msgpack-config.cmake
22
lib/cmake/msgpack/msgpack-targets-%%CMAKE_BUILD_TYPE%%.cmake
23
lib/cmake/msgpack/msgpack-targets.cmake
24
lib/libmsgpackc.a
25
lib/libmsgpackc.so
26
lib/libmsgpackc.so.2
27
lib/libmsgpackc.so.2.0.0
28
libdata/pkgconfig/msgpack.pc
(-)a/devel/msgpack/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1591344930
2
SHA256 (msgpack-msgpack-c-cpp-3.3.0_GH0.tar.gz) = 754c3ace499a63e45b77ef4bcab4ee602c2c414f58403bce826b76ffc2f77d0b
3
SIZE (msgpack-msgpack-c-cpp-3.3.0_GH0.tar.gz) = 504674
(-)a/devel/msgpack/pkg-plist (-750 lines)
Removed Link Here
1
include/msgpack.h
2
include/msgpack.hpp
3
include/msgpack/adaptor/adaptor_base.hpp
4
include/msgpack/adaptor/adaptor_base_decl.hpp
5
include/msgpack/adaptor/array_ref.hpp
6
include/msgpack/adaptor/array_ref_decl.hpp
7
include/msgpack/adaptor/bool.hpp
8
include/msgpack/adaptor/boost/fusion.hpp
9
include/msgpack/adaptor/boost/msgpack_variant.hpp
10
include/msgpack/adaptor/boost/msgpack_variant_decl.hpp
11
include/msgpack/adaptor/boost/optional.hpp
12
include/msgpack/adaptor/boost/string_ref.hpp
13
include/msgpack/adaptor/boost/string_view.hpp
14
include/msgpack/adaptor/carray.hpp
15
include/msgpack/adaptor/char_ptr.hpp
16
include/msgpack/adaptor/check_container_size.hpp
17
include/msgpack/adaptor/check_container_size_decl.hpp
18
include/msgpack/adaptor/cpp11/array.hpp
19
include/msgpack/adaptor/cpp11/array_char.hpp
20
include/msgpack/adaptor/cpp11/array_unsigned_char.hpp
21
include/msgpack/adaptor/cpp11/chrono.hpp
22
include/msgpack/adaptor/cpp11/forward_list.hpp
23
include/msgpack/adaptor/cpp11/reference_wrapper.hpp
24
include/msgpack/adaptor/cpp11/shared_ptr.hpp
25
include/msgpack/adaptor/cpp11/timespec.hpp
26
include/msgpack/adaptor/cpp11/tuple.hpp
27
include/msgpack/adaptor/cpp11/unique_ptr.hpp
28
include/msgpack/adaptor/cpp11/unordered_map.hpp
29
include/msgpack/adaptor/cpp11/unordered_set.hpp
30
include/msgpack/adaptor/cpp17/byte.hpp
31
include/msgpack/adaptor/cpp17/carray_byte.hpp
32
include/msgpack/adaptor/cpp17/optional.hpp
33
include/msgpack/adaptor/cpp17/string_view.hpp
34
include/msgpack/adaptor/cpp17/vector_byte.hpp
35
include/msgpack/adaptor/define.hpp
36
include/msgpack/adaptor/define_decl.hpp
37
include/msgpack/adaptor/deque.hpp
38
include/msgpack/adaptor/ext.hpp
39
include/msgpack/adaptor/ext_decl.hpp
40
include/msgpack/adaptor/fixint.hpp
41
include/msgpack/adaptor/fixint_decl.hpp
42
include/msgpack/adaptor/float.hpp
43
include/msgpack/adaptor/int.hpp
44
include/msgpack/adaptor/int_decl.hpp
45
include/msgpack/adaptor/list.hpp
46
include/msgpack/adaptor/map.hpp
47
include/msgpack/adaptor/map_decl.hpp
48
include/msgpack/adaptor/msgpack_tuple.hpp
49
include/msgpack/adaptor/msgpack_tuple_decl.hpp
50
include/msgpack/adaptor/nil.hpp
51
include/msgpack/adaptor/nil_decl.hpp
52
include/msgpack/adaptor/pair.hpp
53
include/msgpack/adaptor/raw.hpp
54
include/msgpack/adaptor/raw_decl.hpp
55
include/msgpack/adaptor/set.hpp
56
include/msgpack/adaptor/size_equal_only.hpp
57
include/msgpack/adaptor/size_equal_only_decl.hpp
58
include/msgpack/adaptor/string.hpp
59
include/msgpack/adaptor/tr1/unordered_map.hpp
60
include/msgpack/adaptor/tr1/unordered_set.hpp
61
include/msgpack/adaptor/v4raw.hpp
62
include/msgpack/adaptor/v4raw_decl.hpp
63
include/msgpack/adaptor/vector.hpp
64
include/msgpack/adaptor/vector_bool.hpp
65
include/msgpack/adaptor/vector_char.hpp
66
include/msgpack/adaptor/vector_unsigned_char.hpp
67
include/msgpack/adaptor/wstring.hpp
68
include/msgpack/cpp_config.hpp
69
include/msgpack/cpp_config_decl.hpp
70
include/msgpack/create_object_visitor.hpp
71
include/msgpack/create_object_visitor_decl.hpp
72
include/msgpack/fbuffer.h
73
include/msgpack/fbuffer.hpp
74
include/msgpack/fbuffer_decl.hpp
75
include/msgpack/gcc_atomic.h
76
include/msgpack/gcc_atomic.hpp
77
include/msgpack/iterator.hpp
78
include/msgpack/iterator_decl.hpp
79
include/msgpack/meta.hpp
80
include/msgpack/meta_decl.hpp
81
include/msgpack/null_visitor.hpp
82
include/msgpack/null_visitor_decl.hpp
83
include/msgpack/object.h
84
include/msgpack/object.hpp
85
include/msgpack/object_decl.hpp
86
include/msgpack/object_fwd.hpp
87
include/msgpack/object_fwd_decl.hpp
88
include/msgpack/pack.h
89
include/msgpack/pack.hpp
90
include/msgpack/pack_decl.hpp
91
include/msgpack/pack_define.h
92
include/msgpack/pack_template.h
93
include/msgpack/parse.hpp
94
include/msgpack/parse_decl.hpp
95
include/msgpack/parse_return.hpp
96
include/msgpack/predef.h
97
include/msgpack/predef/architecture.h
98
include/msgpack/predef/architecture/alpha.h
99
include/msgpack/predef/architecture/arm.h
100
include/msgpack/predef/architecture/blackfin.h
101
include/msgpack/predef/architecture/convex.h
102
include/msgpack/predef/architecture/ia64.h
103
include/msgpack/predef/architecture/m68k.h
104
include/msgpack/predef/architecture/mips.h
105
include/msgpack/predef/architecture/parisc.h
106
include/msgpack/predef/architecture/ppc.h
107
include/msgpack/predef/architecture/ptx.h
108
include/msgpack/predef/architecture/pyramid.h
109
include/msgpack/predef/architecture/rs6k.h
110
include/msgpack/predef/architecture/sparc.h
111
include/msgpack/predef/architecture/superh.h
112
include/msgpack/predef/architecture/sys370.h
113
include/msgpack/predef/architecture/sys390.h
114
include/msgpack/predef/architecture/x86.h
115
include/msgpack/predef/architecture/x86/32.h
116
include/msgpack/predef/architecture/x86/64.h
117
include/msgpack/predef/architecture/z.h
118
include/msgpack/predef/compiler.h
119
include/msgpack/predef/compiler/borland.h
120
include/msgpack/predef/compiler/clang.h
121
include/msgpack/predef/compiler/comeau.h
122
include/msgpack/predef/compiler/compaq.h
123
include/msgpack/predef/compiler/diab.h
124
include/msgpack/predef/compiler/digitalmars.h
125
include/msgpack/predef/compiler/dignus.h
126
include/msgpack/predef/compiler/edg.h
127
include/msgpack/predef/compiler/ekopath.h
128
include/msgpack/predef/compiler/gcc.h
129
include/msgpack/predef/compiler/gcc_xml.h
130
include/msgpack/predef/compiler/greenhills.h
131
include/msgpack/predef/compiler/hp_acc.h
132
include/msgpack/predef/compiler/iar.h
133
include/msgpack/predef/compiler/ibm.h
134
include/msgpack/predef/compiler/intel.h
135
include/msgpack/predef/compiler/kai.h
136
include/msgpack/predef/compiler/llvm.h
137
include/msgpack/predef/compiler/metaware.h
138
include/msgpack/predef/compiler/metrowerks.h
139
include/msgpack/predef/compiler/microtec.h
140
include/msgpack/predef/compiler/mpw.h
141
include/msgpack/predef/compiler/nvcc.h
142
include/msgpack/predef/compiler/palm.h
143
include/msgpack/predef/compiler/pgi.h
144
include/msgpack/predef/compiler/sgi_mipspro.h
145
include/msgpack/predef/compiler/sunpro.h
146
include/msgpack/predef/compiler/tendra.h
147
include/msgpack/predef/compiler/visualc.h
148
include/msgpack/predef/compiler/watcom.h
149
include/msgpack/predef/detail/_cassert.h
150
include/msgpack/predef/detail/_exception.h
151
include/msgpack/predef/detail/comp_detected.h
152
include/msgpack/predef/detail/endian_compat.h
153
include/msgpack/predef/detail/os_detected.h
154
include/msgpack/predef/detail/platform_detected.h
155
include/msgpack/predef/detail/test.h
156
include/msgpack/predef/detail/test_def.h
157
include/msgpack/predef/hardware.h
158
include/msgpack/predef/hardware/simd.h
159
include/msgpack/predef/hardware/simd/arm.h
160
include/msgpack/predef/hardware/simd/arm/versions.h
161
include/msgpack/predef/hardware/simd/ppc.h
162
include/msgpack/predef/hardware/simd/ppc/versions.h
163
include/msgpack/predef/hardware/simd/x86.h
164
include/msgpack/predef/hardware/simd/x86/versions.h
165
include/msgpack/predef/hardware/simd/x86_amd.h
166
include/msgpack/predef/hardware/simd/x86_amd/versions.h
167
include/msgpack/predef/language.h
168
include/msgpack/predef/language/cuda.h
169
include/msgpack/predef/language/objc.h
170
include/msgpack/predef/language/stdc.h
171
include/msgpack/predef/language/stdcpp.h
172
include/msgpack/predef/library.h
173
include/msgpack/predef/library/c.h
174
include/msgpack/predef/library/c/_prefix.h
175
include/msgpack/predef/library/c/cloudabi.h
176
include/msgpack/predef/library/c/gnu.h
177
include/msgpack/predef/library/c/uc.h
178
include/msgpack/predef/library/c/vms.h
179
include/msgpack/predef/library/c/zos.h
180
include/msgpack/predef/library/std.h
181
include/msgpack/predef/library/std/_prefix.h
182
include/msgpack/predef/library/std/cxx.h
183
include/msgpack/predef/library/std/dinkumware.h
184
include/msgpack/predef/library/std/libcomo.h
185
include/msgpack/predef/library/std/modena.h
186
include/msgpack/predef/library/std/msl.h
187
include/msgpack/predef/library/std/roguewave.h
188
include/msgpack/predef/library/std/sgi.h
189
include/msgpack/predef/library/std/stdcpp3.h
190
include/msgpack/predef/library/std/stlport.h
191
include/msgpack/predef/library/std/vacpp.h
192
include/msgpack/predef/make.h
193
include/msgpack/predef/os.h
194
include/msgpack/predef/os/aix.h
195
include/msgpack/predef/os/amigaos.h
196
include/msgpack/predef/os/android.h
197
include/msgpack/predef/os/beos.h
198
include/msgpack/predef/os/bsd.h
199
include/msgpack/predef/os/bsd/bsdi.h
200
include/msgpack/predef/os/bsd/dragonfly.h
201
include/msgpack/predef/os/bsd/free.h
202
include/msgpack/predef/os/bsd/net.h
203
include/msgpack/predef/os/bsd/open.h
204
include/msgpack/predef/os/cygwin.h
205
include/msgpack/predef/os/haiku.h
206
include/msgpack/predef/os/hpux.h
207
include/msgpack/predef/os/ios.h
208
include/msgpack/predef/os/irix.h
209
include/msgpack/predef/os/linux.h
210
include/msgpack/predef/os/macos.h
211
include/msgpack/predef/os/os400.h
212
include/msgpack/predef/os/qnxnto.h
213
include/msgpack/predef/os/solaris.h
214
include/msgpack/predef/os/unix.h
215
include/msgpack/predef/os/vms.h
216
include/msgpack/predef/os/windows.h
217
include/msgpack/predef/other.h
218
include/msgpack/predef/other/endian.h
219
include/msgpack/predef/other/workaround.h
220
include/msgpack/predef/platform.h
221
include/msgpack/predef/platform/cloudabi.h
222
include/msgpack/predef/platform/ios.h
223
include/msgpack/predef/platform/mingw.h
224
include/msgpack/predef/platform/mingw32.h
225
include/msgpack/predef/platform/mingw64.h
226
include/msgpack/predef/platform/windows_desktop.h
227
include/msgpack/predef/platform/windows_phone.h
228
include/msgpack/predef/platform/windows_runtime.h
229
include/msgpack/predef/platform/windows_server.h
230
include/msgpack/predef/platform/windows_store.h
231
include/msgpack/predef/platform/windows_system.h
232
include/msgpack/predef/platform/windows_uwp.h
233
include/msgpack/predef/version.h
234
include/msgpack/predef/version_number.h
235
include/msgpack/preprocessor.hpp
236
include/msgpack/preprocessor/arithmetic.hpp
237
include/msgpack/preprocessor/arithmetic/add.hpp
238
include/msgpack/preprocessor/arithmetic/dec.hpp
239
include/msgpack/preprocessor/arithmetic/detail/div_base.hpp
240
include/msgpack/preprocessor/arithmetic/div.hpp
241
include/msgpack/preprocessor/arithmetic/inc.hpp
242
include/msgpack/preprocessor/arithmetic/mod.hpp
243
include/msgpack/preprocessor/arithmetic/mul.hpp
244
include/msgpack/preprocessor/arithmetic/sub.hpp
245
include/msgpack/preprocessor/array.hpp
246
include/msgpack/preprocessor/array/data.hpp
247
include/msgpack/preprocessor/array/detail/get_data.hpp
248
include/msgpack/preprocessor/array/elem.hpp
249
include/msgpack/preprocessor/array/enum.hpp
250
include/msgpack/preprocessor/array/insert.hpp
251
include/msgpack/preprocessor/array/pop_back.hpp
252
include/msgpack/preprocessor/array/pop_front.hpp
253
include/msgpack/preprocessor/array/push_back.hpp
254
include/msgpack/preprocessor/array/push_front.hpp
255
include/msgpack/preprocessor/array/remove.hpp
256
include/msgpack/preprocessor/array/replace.hpp
257
include/msgpack/preprocessor/array/reverse.hpp
258
include/msgpack/preprocessor/array/size.hpp
259
include/msgpack/preprocessor/array/to_list.hpp
260
include/msgpack/preprocessor/array/to_seq.hpp
261
include/msgpack/preprocessor/array/to_tuple.hpp
262
include/msgpack/preprocessor/assert_msg.hpp
263
include/msgpack/preprocessor/cat.hpp
264
include/msgpack/preprocessor/comma.hpp
265
include/msgpack/preprocessor/comma_if.hpp
266
include/msgpack/preprocessor/comparison.hpp
267
include/msgpack/preprocessor/comparison/equal.hpp
268
include/msgpack/preprocessor/comparison/greater.hpp
269
include/msgpack/preprocessor/comparison/greater_equal.hpp
270
include/msgpack/preprocessor/comparison/less.hpp
271
include/msgpack/preprocessor/comparison/less_equal.hpp
272
include/msgpack/preprocessor/comparison/not_equal.hpp
273
include/msgpack/preprocessor/config/config.hpp
274
include/msgpack/preprocessor/config/limits.hpp
275
include/msgpack/preprocessor/control.hpp
276
include/msgpack/preprocessor/control/deduce_d.hpp
277
include/msgpack/preprocessor/control/detail/dmc/while.hpp
278
include/msgpack/preprocessor/control/detail/edg/while.hpp
279
include/msgpack/preprocessor/control/detail/msvc/while.hpp
280
include/msgpack/preprocessor/control/detail/while.hpp
281
include/msgpack/preprocessor/control/expr_if.hpp
282
include/msgpack/preprocessor/control/expr_iif.hpp
283
include/msgpack/preprocessor/control/if.hpp
284
include/msgpack/preprocessor/control/iif.hpp
285
include/msgpack/preprocessor/control/while.hpp
286
include/msgpack/preprocessor/debug.hpp
287
include/msgpack/preprocessor/debug/assert.hpp
288
include/msgpack/preprocessor/debug/error.hpp
289
include/msgpack/preprocessor/debug/line.hpp
290
include/msgpack/preprocessor/dec.hpp
291
include/msgpack/preprocessor/detail/auto_rec.hpp
292
include/msgpack/preprocessor/detail/check.hpp
293
include/msgpack/preprocessor/detail/dmc/auto_rec.hpp
294
include/msgpack/preprocessor/detail/is_binary.hpp
295
include/msgpack/preprocessor/detail/is_nullary.hpp
296
include/msgpack/preprocessor/detail/is_unary.hpp
297
include/msgpack/preprocessor/detail/null.hpp
298
include/msgpack/preprocessor/detail/split.hpp
299
include/msgpack/preprocessor/empty.hpp
300
include/msgpack/preprocessor/enum.hpp
301
include/msgpack/preprocessor/enum_params.hpp
302
include/msgpack/preprocessor/enum_params_with_a_default.hpp
303
include/msgpack/preprocessor/enum_params_with_defaults.hpp
304
include/msgpack/preprocessor/enum_shifted.hpp
305
include/msgpack/preprocessor/enum_shifted_params.hpp
306
include/msgpack/preprocessor/expand.hpp
307
include/msgpack/preprocessor/expr_if.hpp
308
include/msgpack/preprocessor/facilities.hpp
309
include/msgpack/preprocessor/facilities/apply.hpp
310
include/msgpack/preprocessor/facilities/detail/is_empty.hpp
311
include/msgpack/preprocessor/facilities/empty.hpp
312
include/msgpack/preprocessor/facilities/expand.hpp
313
include/msgpack/preprocessor/facilities/identity.hpp
314
include/msgpack/preprocessor/facilities/intercept.hpp
315
include/msgpack/preprocessor/facilities/is_1.hpp
316
include/msgpack/preprocessor/facilities/is_empty.hpp
317
include/msgpack/preprocessor/facilities/is_empty_or_1.hpp
318
include/msgpack/preprocessor/facilities/is_empty_variadic.hpp
319
include/msgpack/preprocessor/facilities/overload.hpp
320
include/msgpack/preprocessor/for.hpp
321
include/msgpack/preprocessor/identity.hpp
322
include/msgpack/preprocessor/if.hpp
323
include/msgpack/preprocessor/inc.hpp
324
include/msgpack/preprocessor/iterate.hpp
325
include/msgpack/preprocessor/iteration.hpp
326
include/msgpack/preprocessor/iteration/detail/bounds/lower1.hpp
327
include/msgpack/preprocessor/iteration/detail/bounds/lower2.hpp
328
include/msgpack/preprocessor/iteration/detail/bounds/lower3.hpp
329
include/msgpack/preprocessor/iteration/detail/bounds/lower4.hpp
330
include/msgpack/preprocessor/iteration/detail/bounds/lower5.hpp
331
include/msgpack/preprocessor/iteration/detail/bounds/upper1.hpp
332
include/msgpack/preprocessor/iteration/detail/bounds/upper2.hpp
333
include/msgpack/preprocessor/iteration/detail/bounds/upper3.hpp
334
include/msgpack/preprocessor/iteration/detail/bounds/upper4.hpp
335
include/msgpack/preprocessor/iteration/detail/bounds/upper5.hpp
336
include/msgpack/preprocessor/iteration/detail/finish.hpp
337
include/msgpack/preprocessor/iteration/detail/iter/forward1.hpp
338
include/msgpack/preprocessor/iteration/detail/iter/forward2.hpp
339
include/msgpack/preprocessor/iteration/detail/iter/forward3.hpp
340
include/msgpack/preprocessor/iteration/detail/iter/forward4.hpp
341
include/msgpack/preprocessor/iteration/detail/iter/forward5.hpp
342
include/msgpack/preprocessor/iteration/detail/iter/reverse1.hpp
343
include/msgpack/preprocessor/iteration/detail/iter/reverse2.hpp
344
include/msgpack/preprocessor/iteration/detail/iter/reverse3.hpp
345
include/msgpack/preprocessor/iteration/detail/iter/reverse4.hpp
346
include/msgpack/preprocessor/iteration/detail/iter/reverse5.hpp
347
include/msgpack/preprocessor/iteration/detail/local.hpp
348
include/msgpack/preprocessor/iteration/detail/rlocal.hpp
349
include/msgpack/preprocessor/iteration/detail/self.hpp
350
include/msgpack/preprocessor/iteration/detail/start.hpp
351
include/msgpack/preprocessor/iteration/iterate.hpp
352
include/msgpack/preprocessor/iteration/local.hpp
353
include/msgpack/preprocessor/iteration/self.hpp
354
include/msgpack/preprocessor/library.hpp
355
include/msgpack/preprocessor/limits.hpp
356
include/msgpack/preprocessor/list.hpp
357
include/msgpack/preprocessor/list/adt.hpp
358
include/msgpack/preprocessor/list/append.hpp
359
include/msgpack/preprocessor/list/at.hpp
360
include/msgpack/preprocessor/list/cat.hpp
361
include/msgpack/preprocessor/list/detail/dmc/fold_left.hpp
362
include/msgpack/preprocessor/list/detail/edg/fold_left.hpp
363
include/msgpack/preprocessor/list/detail/edg/fold_right.hpp
364
include/msgpack/preprocessor/list/detail/fold_left.hpp
365
include/msgpack/preprocessor/list/detail/fold_right.hpp
366
include/msgpack/preprocessor/list/enum.hpp
367
include/msgpack/preprocessor/list/filter.hpp
368
include/msgpack/preprocessor/list/first_n.hpp
369
include/msgpack/preprocessor/list/fold_left.hpp
370
include/msgpack/preprocessor/list/fold_right.hpp
371
include/msgpack/preprocessor/list/for_each.hpp
372
include/msgpack/preprocessor/list/for_each_i.hpp
373
include/msgpack/preprocessor/list/for_each_product.hpp
374
include/msgpack/preprocessor/list/rest_n.hpp
375
include/msgpack/preprocessor/list/reverse.hpp
376
include/msgpack/preprocessor/list/size.hpp
377
include/msgpack/preprocessor/list/to_array.hpp
378
include/msgpack/preprocessor/list/to_seq.hpp
379
include/msgpack/preprocessor/list/to_tuple.hpp
380
include/msgpack/preprocessor/list/transform.hpp
381
include/msgpack/preprocessor/logical.hpp
382
include/msgpack/preprocessor/logical/and.hpp
383
include/msgpack/preprocessor/logical/bitand.hpp
384
include/msgpack/preprocessor/logical/bitnor.hpp
385
include/msgpack/preprocessor/logical/bitor.hpp
386
include/msgpack/preprocessor/logical/bitxor.hpp
387
include/msgpack/preprocessor/logical/bool.hpp
388
include/msgpack/preprocessor/logical/compl.hpp
389
include/msgpack/preprocessor/logical/nor.hpp
390
include/msgpack/preprocessor/logical/not.hpp
391
include/msgpack/preprocessor/logical/or.hpp
392
include/msgpack/preprocessor/logical/xor.hpp
393
include/msgpack/preprocessor/max.hpp
394
include/msgpack/preprocessor/min.hpp
395
include/msgpack/preprocessor/punctuation.hpp
396
include/msgpack/preprocessor/punctuation/comma.hpp
397
include/msgpack/preprocessor/punctuation/comma_if.hpp
398
include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
399
include/msgpack/preprocessor/punctuation/is_begin_parens.hpp
400
include/msgpack/preprocessor/punctuation/paren.hpp
401
include/msgpack/preprocessor/punctuation/paren_if.hpp
402
include/msgpack/preprocessor/punctuation/remove_parens.hpp
403
include/msgpack/preprocessor/repeat.hpp
404
include/msgpack/preprocessor/repeat_2nd.hpp
405
include/msgpack/preprocessor/repeat_3rd.hpp
406
include/msgpack/preprocessor/repeat_from_to.hpp
407
include/msgpack/preprocessor/repeat_from_to_2nd.hpp
408
include/msgpack/preprocessor/repeat_from_to_3rd.hpp
409
include/msgpack/preprocessor/repetition.hpp
410
include/msgpack/preprocessor/repetition/deduce_r.hpp
411
include/msgpack/preprocessor/repetition/deduce_z.hpp
412
include/msgpack/preprocessor/repetition/detail/dmc/for.hpp
413
include/msgpack/preprocessor/repetition/detail/edg/for.hpp
414
include/msgpack/preprocessor/repetition/detail/for.hpp
415
include/msgpack/preprocessor/repetition/detail/msvc/for.hpp
416
include/msgpack/preprocessor/repetition/enum.hpp
417
include/msgpack/preprocessor/repetition/enum_binary_params.hpp
418
include/msgpack/preprocessor/repetition/enum_params.hpp
419
include/msgpack/preprocessor/repetition/enum_params_with_a_default.hpp
420
include/msgpack/preprocessor/repetition/enum_params_with_defaults.hpp
421
include/msgpack/preprocessor/repetition/enum_shifted.hpp
422
include/msgpack/preprocessor/repetition/enum_shifted_binary_params.hpp
423
include/msgpack/preprocessor/repetition/enum_shifted_params.hpp
424
include/msgpack/preprocessor/repetition/enum_trailing.hpp
425
include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp
426
include/msgpack/preprocessor/repetition/enum_trailing_params.hpp
427
include/msgpack/preprocessor/repetition/for.hpp
428
include/msgpack/preprocessor/repetition/repeat.hpp
429
include/msgpack/preprocessor/repetition/repeat_from_to.hpp
430
include/msgpack/preprocessor/selection.hpp
431
include/msgpack/preprocessor/selection/max.hpp
432
include/msgpack/preprocessor/selection/min.hpp
433
include/msgpack/preprocessor/seq.hpp
434
include/msgpack/preprocessor/seq/cat.hpp
435
include/msgpack/preprocessor/seq/detail/binary_transform.hpp
436
include/msgpack/preprocessor/seq/detail/is_empty.hpp
437
include/msgpack/preprocessor/seq/detail/split.hpp
438
include/msgpack/preprocessor/seq/detail/to_list_msvc.hpp
439
include/msgpack/preprocessor/seq/elem.hpp
440
include/msgpack/preprocessor/seq/enum.hpp
441
include/msgpack/preprocessor/seq/filter.hpp
442
include/msgpack/preprocessor/seq/first_n.hpp
443
include/msgpack/preprocessor/seq/fold_left.hpp
444
include/msgpack/preprocessor/seq/fold_right.hpp
445
include/msgpack/preprocessor/seq/for_each.hpp
446
include/msgpack/preprocessor/seq/for_each_i.hpp
447
include/msgpack/preprocessor/seq/for_each_product.hpp
448
include/msgpack/preprocessor/seq/insert.hpp
449
include/msgpack/preprocessor/seq/pop_back.hpp
450
include/msgpack/preprocessor/seq/pop_front.hpp
451
include/msgpack/preprocessor/seq/push_back.hpp
452
include/msgpack/preprocessor/seq/push_front.hpp
453
include/msgpack/preprocessor/seq/remove.hpp
454
include/msgpack/preprocessor/seq/replace.hpp
455
include/msgpack/preprocessor/seq/rest_n.hpp
456
include/msgpack/preprocessor/seq/reverse.hpp
457
include/msgpack/preprocessor/seq/seq.hpp
458
include/msgpack/preprocessor/seq/size.hpp
459
include/msgpack/preprocessor/seq/subseq.hpp
460
include/msgpack/preprocessor/seq/to_array.hpp
461
include/msgpack/preprocessor/seq/to_list.hpp
462
include/msgpack/preprocessor/seq/to_tuple.hpp
463
include/msgpack/preprocessor/seq/transform.hpp
464
include/msgpack/preprocessor/seq/variadic_seq_to_seq.hpp
465
include/msgpack/preprocessor/slot.hpp
466
include/msgpack/preprocessor/slot/counter.hpp
467
include/msgpack/preprocessor/slot/detail/counter.hpp
468
include/msgpack/preprocessor/slot/detail/def.hpp
469
include/msgpack/preprocessor/slot/detail/shared.hpp
470
include/msgpack/preprocessor/slot/detail/slot1.hpp
471
include/msgpack/preprocessor/slot/detail/slot2.hpp
472
include/msgpack/preprocessor/slot/detail/slot3.hpp
473
include/msgpack/preprocessor/slot/detail/slot4.hpp
474
include/msgpack/preprocessor/slot/detail/slot5.hpp
475
include/msgpack/preprocessor/slot/slot.hpp
476
include/msgpack/preprocessor/stringize.hpp
477
include/msgpack/preprocessor/tuple.hpp
478
include/msgpack/preprocessor/tuple/detail/is_single_return.hpp
479
include/msgpack/preprocessor/tuple/eat.hpp
480
include/msgpack/preprocessor/tuple/elem.hpp
481
include/msgpack/preprocessor/tuple/enum.hpp
482
include/msgpack/preprocessor/tuple/insert.hpp
483
include/msgpack/preprocessor/tuple/pop_back.hpp
484
include/msgpack/preprocessor/tuple/pop_front.hpp
485
include/msgpack/preprocessor/tuple/push_back.hpp
486
include/msgpack/preprocessor/tuple/push_front.hpp
487
include/msgpack/preprocessor/tuple/rem.hpp
488
include/msgpack/preprocessor/tuple/remove.hpp
489
include/msgpack/preprocessor/tuple/replace.hpp
490
include/msgpack/preprocessor/tuple/reverse.hpp
491
include/msgpack/preprocessor/tuple/size.hpp
492
include/msgpack/preprocessor/tuple/to_array.hpp
493
include/msgpack/preprocessor/tuple/to_list.hpp
494
include/msgpack/preprocessor/tuple/to_seq.hpp
495
include/msgpack/preprocessor/variadic.hpp
496
include/msgpack/preprocessor/variadic/detail/is_single_return.hpp
497
include/msgpack/preprocessor/variadic/elem.hpp
498
include/msgpack/preprocessor/variadic/size.hpp
499
include/msgpack/preprocessor/variadic/to_array.hpp
500
include/msgpack/preprocessor/variadic/to_list.hpp
501
include/msgpack/preprocessor/variadic/to_seq.hpp
502
include/msgpack/preprocessor/variadic/to_tuple.hpp
503
include/msgpack/preprocessor/while.hpp
504
include/msgpack/preprocessor/wstringize.hpp
505
include/msgpack/sbuffer.h
506
include/msgpack/sbuffer.hpp
507
include/msgpack/sbuffer_decl.hpp
508
include/msgpack/sysdep.h
509
include/msgpack/timestamp.h
510
include/msgpack/type.hpp
511
include/msgpack/unpack.h
512
include/msgpack/unpack.hpp
513
include/msgpack/unpack_decl.hpp
514
include/msgpack/unpack_define.h
515
include/msgpack/unpack_exception.hpp
516
include/msgpack/unpack_template.h
517
include/msgpack/util.h
518
include/msgpack/v1/adaptor/adaptor_base.hpp
519
include/msgpack/v1/adaptor/adaptor_base_decl.hpp
520
include/msgpack/v1/adaptor/array_ref.hpp
521
include/msgpack/v1/adaptor/array_ref_decl.hpp
522
include/msgpack/v1/adaptor/bool.hpp
523
include/msgpack/v1/adaptor/boost/fusion.hpp
524
include/msgpack/v1/adaptor/boost/msgpack_variant.hpp
525
include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp
526
include/msgpack/v1/adaptor/boost/optional.hpp
527
include/msgpack/v1/adaptor/boost/string_ref.hpp
528
include/msgpack/v1/adaptor/boost/string_view.hpp
529
include/msgpack/v1/adaptor/carray.hpp
530
include/msgpack/v1/adaptor/char_ptr.hpp
531
include/msgpack/v1/adaptor/check_container_size.hpp
532
include/msgpack/v1/adaptor/check_container_size_decl.hpp
533
include/msgpack/v1/adaptor/cpp11/array.hpp
534
include/msgpack/v1/adaptor/cpp11/array_char.hpp
535
include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp
536
include/msgpack/v1/adaptor/cpp11/chrono.hpp
537
include/msgpack/v1/adaptor/cpp11/forward_list.hpp
538
include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp
539
include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp
540
include/msgpack/v1/adaptor/cpp11/timespec.hpp
541
include/msgpack/v1/adaptor/cpp11/tuple.hpp
542
include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp
543
include/msgpack/v1/adaptor/cpp11/unordered_map.hpp
544
include/msgpack/v1/adaptor/cpp11/unordered_set.hpp
545
include/msgpack/v1/adaptor/cpp17/byte.hpp
546
include/msgpack/v1/adaptor/cpp17/carray_byte.hpp
547
include/msgpack/v1/adaptor/cpp17/optional.hpp
548
include/msgpack/v1/adaptor/cpp17/string_view.hpp
549
include/msgpack/v1/adaptor/cpp17/vector_byte.hpp
550
include/msgpack/v1/adaptor/define.hpp
551
include/msgpack/v1/adaptor/define_decl.hpp
552
include/msgpack/v1/adaptor/deque.hpp
553
include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp
554
include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp
555
include/msgpack/v1/adaptor/detail/cpp03_define_map.hpp
556
include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp
557
include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple.hpp
558
include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
559
include/msgpack/v1/adaptor/detail/cpp11_convert_helper.hpp
560
include/msgpack/v1/adaptor/detail/cpp11_define_array.hpp
561
include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp
562
include/msgpack/v1/adaptor/detail/cpp11_define_map.hpp
563
include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp
564
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp
565
include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
566
include/msgpack/v1/adaptor/ext.hpp
567
include/msgpack/v1/adaptor/ext_decl.hpp
568
include/msgpack/v1/adaptor/fixint.hpp
569
include/msgpack/v1/adaptor/fixint_decl.hpp
570
include/msgpack/v1/adaptor/float.hpp
571
include/msgpack/v1/adaptor/int.hpp
572
include/msgpack/v1/adaptor/int_decl.hpp
573
include/msgpack/v1/adaptor/list.hpp
574
include/msgpack/v1/adaptor/map.hpp
575
include/msgpack/v1/adaptor/map_decl.hpp
576
include/msgpack/v1/adaptor/msgpack_tuple.hpp
577
include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp
578
include/msgpack/v1/adaptor/nil.hpp
579
include/msgpack/v1/adaptor/nil_decl.hpp
580
include/msgpack/v1/adaptor/pair.hpp
581
include/msgpack/v1/adaptor/raw.hpp
582
include/msgpack/v1/adaptor/raw_decl.hpp
583
include/msgpack/v1/adaptor/set.hpp
584
include/msgpack/v1/adaptor/size_equal_only.hpp
585
include/msgpack/v1/adaptor/size_equal_only_decl.hpp
586
include/msgpack/v1/adaptor/string.hpp
587
include/msgpack/v1/adaptor/tr1/unordered_map.hpp
588
include/msgpack/v1/adaptor/tr1/unordered_set.hpp
589
include/msgpack/v1/adaptor/v4raw.hpp
590
include/msgpack/v1/adaptor/v4raw_decl.hpp
591
include/msgpack/v1/adaptor/vector.hpp
592
include/msgpack/v1/adaptor/vector_bool.hpp
593
include/msgpack/v1/adaptor/vector_char.hpp
594
include/msgpack/v1/adaptor/vector_unsigned_char.hpp
595
include/msgpack/v1/adaptor/wstring.hpp
596
include/msgpack/v1/cpp_config.hpp
597
include/msgpack/v1/cpp_config_decl.hpp
598
include/msgpack/v1/detail/cpp03_zone.hpp
599
include/msgpack/v1/detail/cpp03_zone_decl.hpp
600
include/msgpack/v1/detail/cpp11_zone.hpp
601
include/msgpack/v1/detail/cpp11_zone_decl.hpp
602
include/msgpack/v1/fbuffer.hpp
603
include/msgpack/v1/fbuffer_decl.hpp
604
include/msgpack/v1/iterator.hpp
605
include/msgpack/v1/iterator_decl.hpp
606
include/msgpack/v1/meta.hpp
607
include/msgpack/v1/meta_decl.hpp
608
include/msgpack/v1/object.hpp
609
include/msgpack/v1/object_decl.hpp
610
include/msgpack/v1/object_fwd.hpp
611
include/msgpack/v1/object_fwd_decl.hpp
612
include/msgpack/v1/pack.hpp
613
include/msgpack/v1/pack_decl.hpp
614
include/msgpack/v1/parse_return.hpp
615
include/msgpack/v1/preprocessor.hpp
616
include/msgpack/v1/sbuffer.hpp
617
include/msgpack/v1/sbuffer_decl.hpp
618
include/msgpack/v1/unpack.hpp
619
include/msgpack/v1/unpack_decl.hpp
620
include/msgpack/v1/unpack_exception.hpp
621
include/msgpack/v1/version.hpp
622
include/msgpack/v1/versioning.hpp
623
include/msgpack/v1/vrefbuffer.hpp
624
include/msgpack/v1/vrefbuffer_decl.hpp
625
include/msgpack/v1/zbuffer.hpp
626
include/msgpack/v1/zbuffer_decl.hpp
627
include/msgpack/v1/zone.hpp
628
include/msgpack/v1/zone_decl.hpp
629
include/msgpack/v2/adaptor/adaptor_base.hpp
630
include/msgpack/v2/adaptor/adaptor_base_decl.hpp
631
include/msgpack/v2/adaptor/array_ref_decl.hpp
632
include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
633
include/msgpack/v2/adaptor/check_container_size_decl.hpp
634
include/msgpack/v2/adaptor/define_decl.hpp
635
include/msgpack/v2/adaptor/detail/cpp03_define_array_decl.hpp
636
include/msgpack/v2/adaptor/detail/cpp03_define_map_decl.hpp
637
include/msgpack/v2/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
638
include/msgpack/v2/adaptor/detail/cpp11_define_array_decl.hpp
639
include/msgpack/v2/adaptor/detail/cpp11_define_map_decl.hpp
640
include/msgpack/v2/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
641
include/msgpack/v2/adaptor/ext_decl.hpp
642
include/msgpack/v2/adaptor/fixint_decl.hpp
643
include/msgpack/v2/adaptor/int_decl.hpp
644
include/msgpack/v2/adaptor/map_decl.hpp
645
include/msgpack/v2/adaptor/msgpack_tuple_decl.hpp
646
include/msgpack/v2/adaptor/nil_decl.hpp
647
include/msgpack/v2/adaptor/raw_decl.hpp
648
include/msgpack/v2/adaptor/size_equal_only_decl.hpp
649
include/msgpack/v2/adaptor/v4raw_decl.hpp
650
include/msgpack/v2/cpp_config_decl.hpp
651
include/msgpack/v2/create_object_visitor.hpp
652
include/msgpack/v2/create_object_visitor_decl.hpp
653
include/msgpack/v2/detail/cpp03_zone_decl.hpp
654
include/msgpack/v2/detail/cpp11_zone_decl.hpp
655
include/msgpack/v2/fbuffer_decl.hpp
656
include/msgpack/v2/iterator_decl.hpp
657
include/msgpack/v2/meta_decl.hpp
658
include/msgpack/v2/null_visitor.hpp
659
include/msgpack/v2/null_visitor_decl.hpp
660
include/msgpack/v2/object.hpp
661
include/msgpack/v2/object_decl.hpp
662
include/msgpack/v2/object_fwd.hpp
663
include/msgpack/v2/object_fwd_decl.hpp
664
include/msgpack/v2/pack_decl.hpp
665
include/msgpack/v2/parse.hpp
666
include/msgpack/v2/parse_decl.hpp
667
include/msgpack/v2/parse_return.hpp
668
include/msgpack/v2/sbuffer_decl.hpp
669
include/msgpack/v2/unpack.hpp
670
include/msgpack/v2/unpack_decl.hpp
671
include/msgpack/v2/vrefbuffer_decl.hpp
672
include/msgpack/v2/x3_parse.hpp
673
include/msgpack/v2/x3_parse_decl.hpp
674
include/msgpack/v2/x3_unpack.hpp
675
include/msgpack/v2/x3_unpack_decl.hpp
676
include/msgpack/v2/zbuffer_decl.hpp
677
include/msgpack/v2/zone_decl.hpp
678
include/msgpack/v3/adaptor/adaptor_base.hpp
679
include/msgpack/v3/adaptor/adaptor_base_decl.hpp
680
include/msgpack/v3/adaptor/array_ref_decl.hpp
681
include/msgpack/v3/adaptor/boost/msgpack_variant_decl.hpp
682
include/msgpack/v3/adaptor/check_container_size_decl.hpp
683
include/msgpack/v3/adaptor/define_decl.hpp
684
include/msgpack/v3/adaptor/detail/cpp03_define_array_decl.hpp
685
include/msgpack/v3/adaptor/detail/cpp03_define_map_decl.hpp
686
include/msgpack/v3/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
687
include/msgpack/v3/adaptor/detail/cpp11_define_array_decl.hpp
688
include/msgpack/v3/adaptor/detail/cpp11_define_map_decl.hpp
689
include/msgpack/v3/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
690
include/msgpack/v3/adaptor/ext_decl.hpp
691
include/msgpack/v3/adaptor/fixint_decl.hpp
692
include/msgpack/v3/adaptor/int_decl.hpp
693
include/msgpack/v3/adaptor/map_decl.hpp
694
include/msgpack/v3/adaptor/msgpack_tuple_decl.hpp
695
include/msgpack/v3/adaptor/nil_decl.hpp
696
include/msgpack/v3/adaptor/raw_decl.hpp
697
include/msgpack/v3/adaptor/size_equal_only_decl.hpp
698
include/msgpack/v3/adaptor/v4raw_decl.hpp
699
include/msgpack/v3/cpp_config_decl.hpp
700
include/msgpack/v3/create_object_visitor_decl.hpp
701
include/msgpack/v3/detail/cpp03_zone_decl.hpp
702
include/msgpack/v3/detail/cpp11_zone_decl.hpp
703
include/msgpack/v3/fbuffer_decl.hpp
704
include/msgpack/v3/iterator_decl.hpp
705
include/msgpack/v3/meta_decl.hpp
706
include/msgpack/v3/null_visitor_decl.hpp
707
include/msgpack/v3/object_decl.hpp
708
include/msgpack/v3/object_fwd.hpp
709
include/msgpack/v3/object_fwd_decl.hpp
710
include/msgpack/v3/pack_decl.hpp
711
include/msgpack/v3/parse.hpp
712
include/msgpack/v3/parse_decl.hpp
713
include/msgpack/v3/parse_return.hpp
714
include/msgpack/v3/sbuffer_decl.hpp
715
include/msgpack/v3/unpack.hpp
716
include/msgpack/v3/unpack_decl.hpp
717
include/msgpack/v3/vrefbuffer_decl.hpp
718
include/msgpack/v3/x3_parse_decl.hpp
719
include/msgpack/v3/x3_unpack.hpp
720
include/msgpack/v3/x3_unpack_decl.hpp
721
include/msgpack/v3/zbuffer_decl.hpp
722
include/msgpack/v3/zone_decl.hpp
723
include/msgpack/version.h
724
include/msgpack/version.hpp
725
include/msgpack/version_master.h
726
include/msgpack/versioning.hpp
727
include/msgpack/vrefbuffer.h
728
include/msgpack/vrefbuffer.hpp
729
include/msgpack/vrefbuffer_decl.hpp
730
include/msgpack/x3_parse.hpp
731
include/msgpack/x3_parse_decl.hpp
732
include/msgpack/x3_unpack.hpp
733
include/msgpack/x3_unpack_decl.hpp
734
include/msgpack/zbuffer.h
735
include/msgpack/zbuffer.hpp
736
include/msgpack/zbuffer_decl.hpp
737
include/msgpack/zone.h
738
include/msgpack/zone.hpp
739
include/msgpack/zone_decl.hpp
740
lib/cmake/msgpack/msgpack-config-version.cmake
741
lib/cmake/msgpack/msgpack-config.cmake
742
lib/cmake/msgpack/msgpack-targets-%%CMAKE_BUILD_TYPE%%.cmake
743
lib/cmake/msgpack/msgpack-targets.cmake
744
lib/libmsgpackc.a
745
lib/libmsgpackc.so
746
lib/libmsgpackc.so.2
747
lib/libmsgpackc.so.2.0.0
748
libdata/pkgconfig/msgpack.pc
749
- 
750
--
751
databases/mariadb103-server/Makefile | 2 +-
0
databases/mariadb103-server/Makefile | 2 +-
752
databases/mariadb104-server/Makefile | 2 +-
1
databases/mariadb104-server/Makefile | 2 +-
753
databases/mariadb105-server/Makefile | 2 +-
2
databases/mariadb105-server/Makefile | 2 +-
754
devel/opendht/Makefile               | 2 +-
3
devel/opendht/Makefile               | 2 +-
755
editors/neovim-qt/Makefile           | 2 +-
4
editors/neovim-qt/Makefile           | 2 +-
756
editors/neovim/Makefile              | 2 +-
5
editors/neovim/Makefile              | 2 +-
757
misc/veles/Makefile                  | 2 +-
6
misc/veles/Makefile                  | 2 +-
758
net-im/tox/Makefile                  | 2 +-
7
net-im/tox/Makefile                  | 2 +-
759
science/mmtf-cpp/Makefile            | 2 +-
8
science/mmtf-cpp/Makefile            | 2 +-
760
science/py-pymol/Makefile            | 2 +-
9
science/py-pymol/Makefile            | 2 +-
761
sysutils/tmate-ssh-server/Makefile   | 2 +-
10
sysutils/tmate-ssh-server/Makefile   | 2 +-
762
sysutils/tmate/Makefile              | 2 +-
11
sysutils/tmate/Makefile              | 2 +-
763
textproc/groonga/Makefile            | 2 +-
12
textproc/groonga/Makefile            | 2 +-
764
13 files changed, 13 insertions(+), 13 deletions(-)
13
13 files changed, 13 insertions(+), 13 deletions(-)
(-)b/databases/mariadb103-server/Makefile (-1 / +1 lines)
Lines 138-144 LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON Link Here
138
LZO_CMAKE_OFF=		-DWITH_INNODB_LZO=OFF
138
LZO_CMAKE_OFF=		-DWITH_INNODB_LZO=OFF
139
LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
139
LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
140
MROONGA_IMPLIES=	LZ4
140
MROONGA_IMPLIES=	LZ4
141
MSGPACK_LIB_DEPENDS=	libmsgpackc.so:devel/msgpack
141
MSGPACK_LIB_DEPENDS=	libmsgpackc.so:devel/msgpack-c
142
OQGRAPH_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
142
OQGRAPH_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
143
			libJudy.so:devel/judy
143
			libJudy.so:devel/judy
144
ROCKSDB_USES=		python
144
ROCKSDB_USES=		python
(-)b/databases/mariadb104-server/Makefile (-1 / +1 lines)
Lines 160-166 LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON Link Here
160
LZO_CMAKE_OFF=		-DWITH_INNODB_LZO=OFF
160
LZO_CMAKE_OFF=		-DWITH_INNODB_LZO=OFF
161
LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
161
LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
162
MROONGA_IMPLIES=	LZ4
162
MROONGA_IMPLIES=	LZ4
163
MSGPACK_LIB_DEPENDS=	libmsgpackc.so:devel/msgpack
163
MSGPACK_LIB_DEPENDS=	libmsgpackc.so:devel/msgpack-c
164
OQGRAPH_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
164
OQGRAPH_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
165
			libJudy.so:devel/judy
165
			libJudy.so:devel/judy
166
ROCKSDB_USES=		python
166
ROCKSDB_USES=		python
(-)b/databases/mariadb105-server/Makefile (-1 / +1 lines)
Lines 169-175 LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON Link Here
169
LZO_CMAKE_OFF=		-DWITH_INNODB_LZO=OFF
169
LZO_CMAKE_OFF=		-DWITH_INNODB_LZO=OFF
170
LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
170
LZO_LIB_DEPENDS=	liblzo2.so:archivers/lzo2
171
MROONGA_IMPLIES=	LZ4
171
MROONGA_IMPLIES=	LZ4
172
MSGPACK_LIB_DEPENDS=	libmsgpackc.so:devel/msgpack
172
MSGPACK_LIB_DEPENDS=	libmsgpackc.so:devel/msgpack-c
173
OQGRAPH_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
173
OQGRAPH_LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
174
			libJudy.so:devel/judy
174
			libJudy.so:devel/judy
175
ROCKSDB_USES=		python
175
ROCKSDB_USES=		python
(-)b/devel/opendht/Makefile (-1 / +1 lines)
Lines 13-19 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
13
13
14
LIB_DEPENDS=	libargon2.so:security/libargon2 \
14
LIB_DEPENDS=	libargon2.so:security/libargon2 \
15
		libjsoncpp.so:devel/jsoncpp \
15
		libjsoncpp.so:devel/jsoncpp \
16
		libmsgpackc.so:devel/msgpack \
16
		libmsgpackc.so:devel/msgpack-c \
17
		libnettle.so:security/nettle \
17
		libnettle.so:security/nettle \
18
		libgnutls.so:security/gnutls
18
		libgnutls.so:security/gnutls
19
19
(-)b/editors/neovim-qt/Makefile (-1 / +1 lines)
Lines 10-16 LICENSE= ISCL Link Here
10
LICENSE_FILE=	${WRKSRC}/LICENSE
10
LICENSE_FILE=	${WRKSRC}/LICENSE
11
11
12
BUILD_DEPENDS=	neovim>=0:editors/neovim
12
BUILD_DEPENDS=	neovim>=0:editors/neovim
13
LIB_DEPENDS=	libmsgpackc.so:devel/msgpack
13
LIB_DEPENDS=	libmsgpackc.so:devel/msgpack-c
14
RUN_DEPENDS=	neovim>=0:editors/neovim
14
RUN_DEPENDS=	neovim>=0:editors/neovim
15
15
16
USES=		cmake compiler:c++11-lang desktop-file-utils qt:5
16
USES=		cmake compiler:c++11-lang desktop-file-utils qt:5
(-)b/editors/neovim/Makefile (-1 / +1 lines)
Lines 14-20 BUILD_DEPENDS= gperf:devel/gperf \ Link Here
14
		${LUA_MODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
14
		${LUA_MODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
15
		${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
15
		${LUA_MODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR}
16
LIB_DEPENDS=	libluv.so:devel/luv \
16
LIB_DEPENDS=	libluv.so:devel/luv \
17
		libmsgpackc.so:devel/msgpack \
17
		libmsgpackc.so:devel/msgpack-c \
18
		libtermkey.so:devel/libtermkey \
18
		libtermkey.so:devel/libtermkey \
19
		libtree-sitter.so:devel/tree-sitter \
19
		libtree-sitter.so:devel/tree-sitter \
20
		libunibilium.so:devel/unibilium \
20
		libunibilium.so:devel/unibilium \
(-)b/misc/veles/Makefile (-1 / +1 lines)
Lines 18-24 PYTHON_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \ Link Here
18
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
20
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
21
BUILD_DEPENDS=	msgpack>0:devel/msgpack \
21
BUILD_DEPENDS=	msgpack>0:devel/msgpack-c \
22
		${PYTHON_DEPENDS}
22
		${PYTHON_DEPENDS}
23
RUN_DEPENDS=	${PYTHON_DEPENDS}
23
RUN_DEPENDS=	${PYTHON_DEPENDS}
24
24
(-)b/net-im/tox/Makefile (-1 / +1 lines)
Lines 15-21 LICENSE= GPLv3 Link Here
15
BUILD_DEPENDS=	checkmk:devel/check			\
15
BUILD_DEPENDS=	checkmk:devel/check			\
16
		gtest:sysutils/coreutils
16
		gtest:sysutils/coreutils
17
LIB_DEPENDS=	libvpx.so:multimedia/libvpx		\
17
LIB_DEPENDS=	libvpx.so:multimedia/libvpx		\
18
		libmsgpackc.so:devel/msgpack		\
18
		libmsgpackc.so:devel/msgpack-c		\
19
		libsndfile.so:audio/libsndfile		\
19
		libsndfile.so:audio/libsndfile		\
20
		libportaudio.so:audio/portaudio		\
20
		libportaudio.so:audio/portaudio		\
21
		libsodium.so:security/libsodium		\
21
		libsodium.so:security/libsodium		\
(-)b/science/mmtf-cpp/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= C++ MMTF format API, decoder and encoder, for molecular structures Link Here
10
LICENSE=	MIT
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
RUN_DEPENDS=	${LOCALBASE}/include/msgpack.hpp:devel/msgpack
13
RUN_DEPENDS=	${LOCALBASE}/include/msgpack.hpp:devel/msgpack-cxx
14
14
15
USES=		cmake compiler:c++11-lang localbase:ldflags
15
USES=		cmake compiler:c++11-lang localbase:ldflags
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
(-)b/science/py-pymol/Makefile (-1 / +1 lines)
Lines 20-26 BUILD_DEPENDS= ${PYNUMPY} \ Link Here
20
		${LOCALBASE}/include/mmtf.hpp:science/mmtf-cpp
20
		${LOCALBASE}/include/mmtf.hpp:science/mmtf-cpp
21
LIB_DEPENDS=	libfreetype.so:print/freetype2 \
21
LIB_DEPENDS=	libfreetype.so:print/freetype2 \
22
		libpng.so:graphics/png \
22
		libpng.so:graphics/png \
23
		libmsgpackc.so:devel/msgpack \
23
		libmsgpackc.so:devel/msgpack-c \
24
		libnetcdf.so:science/netcdf
24
		libnetcdf.so:science/netcdf
25
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \
25
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msgpack>0:devel/py-msgpack@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${PY_FLAVOR} \
(-)b/sysutils/tmate-ssh-server/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= swills@FreeBSD.org Link Here
7
COMMENT=	Instant terminal sharing server
7
COMMENT=	Instant terminal sharing server
8
8
9
LIB_DEPENDS=	libevent.so:devel/libevent \
9
LIB_DEPENDS=	libevent.so:devel/libevent \
10
		libmsgpackc.so:devel/msgpack \
10
		libmsgpackc.so:devel/msgpack-c \
11
		libssh.so:security/libssh
11
		libssh.so:security/libssh
12
12
13
USES=		autoreconf compiler:c11 ncurses pkgconfig
13
USES=		autoreconf compiler:c11 ncurses pkgconfig
(-)b/sysutils/tmate/Makefile (-1 / +1 lines)
Lines 7-13 MAINTAINER= swills@FreeBSD.org Link Here
7
COMMENT=	Instant terminal sharing
7
COMMENT=	Instant terminal sharing
8
8
9
LIB_DEPENDS=	libevent.so:devel/libevent \
9
LIB_DEPENDS=	libevent.so:devel/libevent \
10
		libmsgpackc.so:devel/msgpack \
10
		libmsgpackc.so:devel/msgpack-c \
11
		libssh.so:security/libssh
11
		libssh.so:security/libssh
12
12
13
USES=		autoreconf compiler:c11 ncurses pkgconfig
13
USES=		autoreconf compiler:c11 ncurses pkgconfig
(-)b/textproc/groonga/Makefile (-2 / +1 lines)
Lines 37-43 MECAB_LIB_DEPENDS= libmecab.so:japanese/mecab Link Here
37
MECAB_CONFIGURE_OFF=	--without-mecab
37
MECAB_CONFIGURE_OFF=	--without-mecab
38
SUGGEST_DESC=		Suggestions support
38
SUGGEST_DESC=		Suggestions support
39
SUGGEST_LIB_DEPENDS=	libevent.so:devel/libevent \
39
SUGGEST_LIB_DEPENDS=	libevent.so:devel/libevent \
40
			libmsgpackc.so:devel/msgpack \
40
			libmsgpackc.so:devel/msgpack-c \
41
			libzmq.so:net/libzmq2
41
			libzmq.so:net/libzmq2
42
SUGGEST_CONFIGURE_ON=	--with-libevent=${LOCALBASE} \
42
SUGGEST_CONFIGURE_ON=	--with-libevent=${LOCALBASE} \
43
			--with-message-pack=${LOCALBASE} \
43
			--with-message-pack=${LOCALBASE} \
44
- 

Return to bug 258340