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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2023Q3
msgpack-cxx Efficient binary serialization protocol (C++ version)
6.1.1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.1.1Version of this port present on the latest quarterly branch.
Maintainer: adamw@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-10-16 21:15:08
Last Update: 2024-04-02 11:29:27
Commit Hash: 3cdceb9
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: BSL
WWW:
https://msgpack.org/
Description:
MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. This package provides C++ support. It is header-only and uses boost for all the heavy lifting.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (747 items)
Collapse this list.
  1. /usr/local/share/licenses/msgpack-cxx-6.1.1/catalog.mk
  2. /usr/local/share/licenses/msgpack-cxx-6.1.1/LICENSE
  3. /usr/local/share/licenses/msgpack-cxx-6.1.1/BSL
  4. include/msgpack.hpp
  5. include/msgpack/adaptor/adaptor_base.hpp
  6. include/msgpack/adaptor/adaptor_base_decl.hpp
  7. include/msgpack/adaptor/array_ref.hpp
  8. include/msgpack/adaptor/array_ref_decl.hpp
  9. include/msgpack/adaptor/bool.hpp
  10. include/msgpack/adaptor/boost/fusion.hpp
  11. include/msgpack/adaptor/boost/msgpack_variant.hpp
  12. include/msgpack/adaptor/boost/msgpack_variant_decl.hpp
  13. include/msgpack/adaptor/boost/optional.hpp
  14. include/msgpack/adaptor/boost/string_ref.hpp
  15. include/msgpack/adaptor/boost/string_view.hpp
  16. include/msgpack/adaptor/carray.hpp
  17. include/msgpack/adaptor/char_ptr.hpp
  18. include/msgpack/adaptor/check_container_size.hpp
  19. include/msgpack/adaptor/check_container_size_decl.hpp
  20. include/msgpack/adaptor/complex.hpp
  21. include/msgpack/adaptor/cpp11/array.hpp
  22. include/msgpack/adaptor/cpp11/array_char.hpp
  23. include/msgpack/adaptor/cpp11/array_unsigned_char.hpp
  24. include/msgpack/adaptor/cpp11/chrono.hpp
  25. include/msgpack/adaptor/cpp11/forward_list.hpp
  26. include/msgpack/adaptor/cpp11/reference_wrapper.hpp
  27. include/msgpack/adaptor/cpp11/shared_ptr.hpp
  28. include/msgpack/adaptor/cpp11/timespec.hpp
  29. include/msgpack/adaptor/cpp11/tuple.hpp
  30. include/msgpack/adaptor/cpp11/unique_ptr.hpp
  31. include/msgpack/adaptor/cpp11/unordered_map.hpp
  32. include/msgpack/adaptor/cpp11/unordered_set.hpp
  33. include/msgpack/adaptor/cpp17/array_byte.hpp
  34. include/msgpack/adaptor/cpp17/byte.hpp
  35. include/msgpack/adaptor/cpp17/carray_byte.hpp
  36. include/msgpack/adaptor/cpp17/optional.hpp
  37. include/msgpack/adaptor/cpp17/string_view.hpp
  38. include/msgpack/adaptor/cpp17/variant.hpp
  39. include/msgpack/adaptor/cpp17/vector_byte.hpp
  40. include/msgpack/adaptor/cpp20/span.hpp
  41. include/msgpack/adaptor/define.hpp
  42. include/msgpack/adaptor/define_decl.hpp
  43. include/msgpack/adaptor/deque.hpp
  44. include/msgpack/adaptor/ext.hpp
  45. include/msgpack/adaptor/ext_decl.hpp
  46. include/msgpack/adaptor/fixint.hpp
  47. include/msgpack/adaptor/fixint_decl.hpp
  48. include/msgpack/adaptor/float.hpp
  49. include/msgpack/adaptor/int.hpp
  50. include/msgpack/adaptor/int_decl.hpp
  51. include/msgpack/adaptor/list.hpp
  52. include/msgpack/adaptor/map.hpp
  53. include/msgpack/adaptor/map_decl.hpp
  54. include/msgpack/adaptor/msgpack_tuple.hpp
  55. include/msgpack/adaptor/msgpack_tuple_decl.hpp
  56. include/msgpack/adaptor/nil.hpp
  57. include/msgpack/adaptor/nil_decl.hpp
  58. include/msgpack/adaptor/pair.hpp
  59. include/msgpack/adaptor/raw.hpp
  60. include/msgpack/adaptor/raw_decl.hpp
  61. include/msgpack/adaptor/set.hpp
  62. include/msgpack/adaptor/size_equal_only.hpp
  63. include/msgpack/adaptor/size_equal_only_decl.hpp
  64. include/msgpack/adaptor/string.hpp
  65. include/msgpack/adaptor/tr1/unordered_map.hpp
  66. include/msgpack/adaptor/tr1/unordered_set.hpp
  67. include/msgpack/adaptor/v4raw.hpp
  68. include/msgpack/adaptor/v4raw_decl.hpp
  69. include/msgpack/adaptor/vector.hpp
  70. include/msgpack/adaptor/vector_bool.hpp
  71. include/msgpack/adaptor/vector_char.hpp
  72. include/msgpack/adaptor/vector_unsigned_char.hpp
  73. include/msgpack/adaptor/wstring.hpp
  74. include/msgpack/assert.hpp
  75. include/msgpack/cpp_config.hpp
  76. include/msgpack/cpp_config_decl.hpp
  77. include/msgpack/cpp_version.hpp
  78. include/msgpack/create_object_visitor.hpp
  79. include/msgpack/create_object_visitor_decl.hpp
  80. include/msgpack/fbuffer.hpp
  81. include/msgpack/fbuffer_decl.hpp
  82. include/msgpack/gcc_atomic.hpp
  83. include/msgpack/iterator.hpp
  84. include/msgpack/iterator_decl.hpp
  85. include/msgpack/meta.hpp
  86. include/msgpack/meta_decl.hpp
  87. include/msgpack/null_visitor.hpp
  88. include/msgpack/null_visitor_decl.hpp
  89. include/msgpack/object.hpp
  90. include/msgpack/object_decl.hpp
  91. include/msgpack/object_fwd.hpp
  92. include/msgpack/object_fwd_decl.hpp
  93. include/msgpack/pack.hpp
  94. include/msgpack/pack_decl.hpp
  95. include/msgpack/parse.hpp
  96. include/msgpack/parse_decl.hpp
  97. include/msgpack/parse_return.hpp
  98. include/msgpack/predef.h
  99. include/msgpack/predef/architecture.h
  100. include/msgpack/predef/architecture/alpha.h
  101. include/msgpack/predef/architecture/arm.h
  102. include/msgpack/predef/architecture/blackfin.h
  103. include/msgpack/predef/architecture/convex.h
  104. include/msgpack/predef/architecture/ia64.h
  105. include/msgpack/predef/architecture/m68k.h
  106. include/msgpack/predef/architecture/mips.h
  107. include/msgpack/predef/architecture/parisc.h
  108. include/msgpack/predef/architecture/ppc.h
  109. include/msgpack/predef/architecture/ptx.h
  110. include/msgpack/predef/architecture/pyramid.h
  111. include/msgpack/predef/architecture/rs6k.h
  112. include/msgpack/predef/architecture/sparc.h
  113. include/msgpack/predef/architecture/superh.h
  114. include/msgpack/predef/architecture/sys370.h
  115. include/msgpack/predef/architecture/sys390.h
  116. include/msgpack/predef/architecture/x86.h
  117. include/msgpack/predef/architecture/x86/32.h
  118. include/msgpack/predef/architecture/x86/64.h
  119. include/msgpack/predef/architecture/z.h
  120. include/msgpack/predef/compiler.h
  121. include/msgpack/predef/compiler/borland.h
  122. include/msgpack/predef/compiler/clang.h
  123. include/msgpack/predef/compiler/comeau.h
  124. include/msgpack/predef/compiler/compaq.h
  125. include/msgpack/predef/compiler/diab.h
  126. include/msgpack/predef/compiler/digitalmars.h
  127. include/msgpack/predef/compiler/dignus.h
  128. include/msgpack/predef/compiler/edg.h
  129. include/msgpack/predef/compiler/ekopath.h
  130. include/msgpack/predef/compiler/gcc.h
  131. include/msgpack/predef/compiler/gcc_xml.h
  132. include/msgpack/predef/compiler/greenhills.h
  133. include/msgpack/predef/compiler/hp_acc.h
  134. include/msgpack/predef/compiler/iar.h
  135. include/msgpack/predef/compiler/ibm.h
  136. include/msgpack/predef/compiler/intel.h
  137. include/msgpack/predef/compiler/kai.h
  138. include/msgpack/predef/compiler/llvm.h
  139. include/msgpack/predef/compiler/metaware.h
  140. include/msgpack/predef/compiler/metrowerks.h
  141. include/msgpack/predef/compiler/microtec.h
  142. include/msgpack/predef/compiler/mpw.h
  143. include/msgpack/predef/compiler/nvcc.h
  144. include/msgpack/predef/compiler/palm.h
  145. include/msgpack/predef/compiler/pgi.h
  146. include/msgpack/predef/compiler/sgi_mipspro.h
  147. include/msgpack/predef/compiler/sunpro.h
  148. include/msgpack/predef/compiler/tendra.h
  149. include/msgpack/predef/compiler/visualc.h
  150. include/msgpack/predef/compiler/watcom.h
  151. include/msgpack/predef/detail/_cassert.h
  152. include/msgpack/predef/detail/_exception.h
  153. include/msgpack/predef/detail/comp_detected.h
  154. include/msgpack/predef/detail/endian_compat.h
  155. include/msgpack/predef/detail/os_detected.h
  156. include/msgpack/predef/detail/platform_detected.h
  157. include/msgpack/predef/detail/test.h
  158. include/msgpack/predef/detail/test_def.h
  159. include/msgpack/predef/hardware.h
  160. include/msgpack/predef/hardware/simd.h
  161. include/msgpack/predef/hardware/simd/arm.h
  162. include/msgpack/predef/hardware/simd/arm/versions.h
  163. include/msgpack/predef/hardware/simd/ppc.h
  164. include/msgpack/predef/hardware/simd/ppc/versions.h
  165. include/msgpack/predef/hardware/simd/x86.h
  166. include/msgpack/predef/hardware/simd/x86/versions.h
  167. include/msgpack/predef/hardware/simd/x86_amd.h
  168. include/msgpack/predef/hardware/simd/x86_amd/versions.h
  169. include/msgpack/predef/language.h
  170. include/msgpack/predef/language/cuda.h
  171. include/msgpack/predef/language/objc.h
  172. include/msgpack/predef/language/stdc.h
  173. include/msgpack/predef/language/stdcpp.h
  174. include/msgpack/predef/library.h
  175. include/msgpack/predef/library/c.h
  176. include/msgpack/predef/library/c/_prefix.h
  177. include/msgpack/predef/library/c/cloudabi.h
  178. include/msgpack/predef/library/c/gnu.h
  179. include/msgpack/predef/library/c/uc.h
  180. include/msgpack/predef/library/c/vms.h
  181. include/msgpack/predef/library/c/zos.h
  182. include/msgpack/predef/library/std.h
  183. include/msgpack/predef/library/std/_prefix.h
  184. include/msgpack/predef/library/std/cxx.h
  185. include/msgpack/predef/library/std/dinkumware.h
  186. include/msgpack/predef/library/std/libcomo.h
  187. include/msgpack/predef/library/std/modena.h
  188. include/msgpack/predef/library/std/msl.h
  189. include/msgpack/predef/library/std/roguewave.h
  190. include/msgpack/predef/library/std/sgi.h
  191. include/msgpack/predef/library/std/stdcpp3.h
  192. include/msgpack/predef/library/std/stlport.h
  193. include/msgpack/predef/library/std/vacpp.h
  194. include/msgpack/predef/make.h
  195. include/msgpack/predef/os.h
  196. include/msgpack/predef/os/aix.h
  197. include/msgpack/predef/os/amigaos.h
  198. include/msgpack/predef/os/android.h
  199. include/msgpack/predef/os/beos.h
  200. include/msgpack/predef/os/bsd.h
  201. include/msgpack/predef/os/bsd/bsdi.h
  202. include/msgpack/predef/os/bsd/dragonfly.h
  203. include/msgpack/predef/os/bsd/free.h
  204. include/msgpack/predef/os/bsd/net.h
  205. include/msgpack/predef/os/bsd/open.h
  206. include/msgpack/predef/os/cygwin.h
  207. include/msgpack/predef/os/haiku.h
  208. include/msgpack/predef/os/hpux.h
  209. include/msgpack/predef/os/ios.h
  210. include/msgpack/predef/os/irix.h
  211. include/msgpack/predef/os/linux.h
  212. include/msgpack/predef/os/macos.h
  213. include/msgpack/predef/os/os400.h
  214. include/msgpack/predef/os/qnxnto.h
  215. include/msgpack/predef/os/solaris.h
  216. include/msgpack/predef/os/unix.h
  217. include/msgpack/predef/os/vms.h
  218. include/msgpack/predef/os/windows.h
  219. include/msgpack/predef/other.h
  220. include/msgpack/predef/other/endian.h
  221. include/msgpack/predef/other/workaround.h
  222. include/msgpack/predef/platform.h
  223. include/msgpack/predef/platform/cloudabi.h
  224. include/msgpack/predef/platform/ios.h
  225. include/msgpack/predef/platform/mingw.h
  226. include/msgpack/predef/platform/mingw32.h
  227. include/msgpack/predef/platform/mingw64.h
  228. include/msgpack/predef/platform/windows_desktop.h
  229. include/msgpack/predef/platform/windows_phone.h
  230. include/msgpack/predef/platform/windows_runtime.h
  231. include/msgpack/predef/platform/windows_server.h
  232. include/msgpack/predef/platform/windows_store.h
  233. include/msgpack/predef/platform/windows_system.h
  234. include/msgpack/predef/platform/windows_uwp.h
  235. include/msgpack/predef/version.h
  236. include/msgpack/predef/version_number.h
  237. include/msgpack/preprocessor.hpp
  238. include/msgpack/preprocessor/arithmetic.hpp
  239. include/msgpack/preprocessor/arithmetic/add.hpp
  240. include/msgpack/preprocessor/arithmetic/dec.hpp
  241. include/msgpack/preprocessor/arithmetic/detail/div_base.hpp
  242. include/msgpack/preprocessor/arithmetic/div.hpp
  243. include/msgpack/preprocessor/arithmetic/inc.hpp
  244. include/msgpack/preprocessor/arithmetic/mod.hpp
  245. include/msgpack/preprocessor/arithmetic/mul.hpp
  246. include/msgpack/preprocessor/arithmetic/sub.hpp
  247. include/msgpack/preprocessor/array.hpp
  248. include/msgpack/preprocessor/array/data.hpp
  249. include/msgpack/preprocessor/array/detail/get_data.hpp
  250. include/msgpack/preprocessor/array/elem.hpp
  251. include/msgpack/preprocessor/array/enum.hpp
  252. include/msgpack/preprocessor/array/insert.hpp
  253. include/msgpack/preprocessor/array/pop_back.hpp
  254. include/msgpack/preprocessor/array/pop_front.hpp
  255. include/msgpack/preprocessor/array/push_back.hpp
  256. include/msgpack/preprocessor/array/push_front.hpp
  257. include/msgpack/preprocessor/array/remove.hpp
  258. include/msgpack/preprocessor/array/replace.hpp
  259. include/msgpack/preprocessor/array/reverse.hpp
  260. include/msgpack/preprocessor/array/size.hpp
  261. include/msgpack/preprocessor/array/to_list.hpp
  262. include/msgpack/preprocessor/array/to_seq.hpp
  263. include/msgpack/preprocessor/array/to_tuple.hpp
  264. include/msgpack/preprocessor/assert_msg.hpp
  265. include/msgpack/preprocessor/cat.hpp
  266. include/msgpack/preprocessor/comma.hpp
  267. include/msgpack/preprocessor/comma_if.hpp
  268. include/msgpack/preprocessor/comparison.hpp
  269. include/msgpack/preprocessor/comparison/equal.hpp
  270. include/msgpack/preprocessor/comparison/greater.hpp
  271. include/msgpack/preprocessor/comparison/greater_equal.hpp
  272. include/msgpack/preprocessor/comparison/less.hpp
  273. include/msgpack/preprocessor/comparison/less_equal.hpp
  274. include/msgpack/preprocessor/comparison/not_equal.hpp
  275. include/msgpack/preprocessor/config/config.hpp
  276. include/msgpack/preprocessor/config/limits.hpp
  277. include/msgpack/preprocessor/control.hpp
  278. include/msgpack/preprocessor/control/deduce_d.hpp
  279. include/msgpack/preprocessor/control/detail/dmc/while.hpp
  280. include/msgpack/preprocessor/control/detail/edg/while.hpp
  281. include/msgpack/preprocessor/control/detail/msvc/while.hpp
  282. include/msgpack/preprocessor/control/detail/while.hpp
  283. include/msgpack/preprocessor/control/expr_if.hpp
  284. include/msgpack/preprocessor/control/expr_iif.hpp
  285. include/msgpack/preprocessor/control/if.hpp
  286. include/msgpack/preprocessor/control/iif.hpp
  287. include/msgpack/preprocessor/control/while.hpp
  288. include/msgpack/preprocessor/debug.hpp
  289. include/msgpack/preprocessor/debug/assert.hpp
  290. include/msgpack/preprocessor/debug/error.hpp
  291. include/msgpack/preprocessor/debug/line.hpp
  292. include/msgpack/preprocessor/dec.hpp
  293. include/msgpack/preprocessor/detail/auto_rec.hpp
  294. include/msgpack/preprocessor/detail/check.hpp
  295. include/msgpack/preprocessor/detail/dmc/auto_rec.hpp
  296. include/msgpack/preprocessor/detail/is_binary.hpp
  297. include/msgpack/preprocessor/detail/is_nullary.hpp
  298. include/msgpack/preprocessor/detail/is_unary.hpp
  299. include/msgpack/preprocessor/detail/null.hpp
  300. include/msgpack/preprocessor/detail/split.hpp
  301. include/msgpack/preprocessor/empty.hpp
  302. include/msgpack/preprocessor/enum.hpp
  303. include/msgpack/preprocessor/enum_params.hpp
  304. include/msgpack/preprocessor/enum_params_with_a_default.hpp
  305. include/msgpack/preprocessor/enum_params_with_defaults.hpp
  306. include/msgpack/preprocessor/enum_shifted.hpp
  307. include/msgpack/preprocessor/enum_shifted_params.hpp
  308. include/msgpack/preprocessor/expand.hpp
  309. include/msgpack/preprocessor/expr_if.hpp
  310. include/msgpack/preprocessor/facilities.hpp
  311. include/msgpack/preprocessor/facilities/apply.hpp
  312. include/msgpack/preprocessor/facilities/detail/is_empty.hpp
  313. include/msgpack/preprocessor/facilities/empty.hpp
  314. include/msgpack/preprocessor/facilities/expand.hpp
  315. include/msgpack/preprocessor/facilities/identity.hpp
  316. include/msgpack/preprocessor/facilities/intercept.hpp
  317. include/msgpack/preprocessor/facilities/is_1.hpp
  318. include/msgpack/preprocessor/facilities/is_empty.hpp
  319. include/msgpack/preprocessor/facilities/is_empty_or_1.hpp
  320. include/msgpack/preprocessor/facilities/is_empty_variadic.hpp
  321. include/msgpack/preprocessor/facilities/overload.hpp
  322. include/msgpack/preprocessor/for.hpp
  323. include/msgpack/preprocessor/identity.hpp
  324. include/msgpack/preprocessor/if.hpp
  325. include/msgpack/preprocessor/inc.hpp
  326. include/msgpack/preprocessor/iterate.hpp
  327. include/msgpack/preprocessor/iteration.hpp
  328. include/msgpack/preprocessor/iteration/detail/bounds/lower1.hpp
  329. include/msgpack/preprocessor/iteration/detail/bounds/lower2.hpp
  330. include/msgpack/preprocessor/iteration/detail/bounds/lower3.hpp
  331. include/msgpack/preprocessor/iteration/detail/bounds/lower4.hpp
  332. include/msgpack/preprocessor/iteration/detail/bounds/lower5.hpp
  333. include/msgpack/preprocessor/iteration/detail/bounds/upper1.hpp
  334. include/msgpack/preprocessor/iteration/detail/bounds/upper2.hpp
  335. include/msgpack/preprocessor/iteration/detail/bounds/upper3.hpp
  336. include/msgpack/preprocessor/iteration/detail/bounds/upper4.hpp
  337. include/msgpack/preprocessor/iteration/detail/bounds/upper5.hpp
  338. include/msgpack/preprocessor/iteration/detail/finish.hpp
  339. include/msgpack/preprocessor/iteration/detail/iter/forward1.hpp
  340. include/msgpack/preprocessor/iteration/detail/iter/forward2.hpp
  341. include/msgpack/preprocessor/iteration/detail/iter/forward3.hpp
  342. include/msgpack/preprocessor/iteration/detail/iter/forward4.hpp
  343. include/msgpack/preprocessor/iteration/detail/iter/forward5.hpp
  344. include/msgpack/preprocessor/iteration/detail/iter/reverse1.hpp
  345. include/msgpack/preprocessor/iteration/detail/iter/reverse2.hpp
  346. include/msgpack/preprocessor/iteration/detail/iter/reverse3.hpp
  347. include/msgpack/preprocessor/iteration/detail/iter/reverse4.hpp
  348. include/msgpack/preprocessor/iteration/detail/iter/reverse5.hpp
  349. include/msgpack/preprocessor/iteration/detail/local.hpp
  350. include/msgpack/preprocessor/iteration/detail/rlocal.hpp
  351. include/msgpack/preprocessor/iteration/detail/self.hpp
  352. include/msgpack/preprocessor/iteration/detail/start.hpp
  353. include/msgpack/preprocessor/iteration/iterate.hpp
  354. include/msgpack/preprocessor/iteration/local.hpp
  355. include/msgpack/preprocessor/iteration/self.hpp
  356. include/msgpack/preprocessor/library.hpp
  357. include/msgpack/preprocessor/limits.hpp
  358. include/msgpack/preprocessor/list.hpp
  359. include/msgpack/preprocessor/list/adt.hpp
  360. include/msgpack/preprocessor/list/append.hpp
  361. include/msgpack/preprocessor/list/at.hpp
  362. include/msgpack/preprocessor/list/cat.hpp
  363. include/msgpack/preprocessor/list/detail/dmc/fold_left.hpp
  364. include/msgpack/preprocessor/list/detail/edg/fold_left.hpp
  365. include/msgpack/preprocessor/list/detail/edg/fold_right.hpp
  366. include/msgpack/preprocessor/list/detail/fold_left.hpp
  367. include/msgpack/preprocessor/list/detail/fold_right.hpp
  368. include/msgpack/preprocessor/list/enum.hpp
  369. include/msgpack/preprocessor/list/filter.hpp
  370. include/msgpack/preprocessor/list/first_n.hpp
  371. include/msgpack/preprocessor/list/fold_left.hpp
  372. include/msgpack/preprocessor/list/fold_right.hpp
  373. include/msgpack/preprocessor/list/for_each.hpp
  374. include/msgpack/preprocessor/list/for_each_i.hpp
  375. include/msgpack/preprocessor/list/for_each_product.hpp
  376. include/msgpack/preprocessor/list/rest_n.hpp
  377. include/msgpack/preprocessor/list/reverse.hpp
  378. include/msgpack/preprocessor/list/size.hpp
  379. include/msgpack/preprocessor/list/to_array.hpp
  380. include/msgpack/preprocessor/list/to_seq.hpp
  381. include/msgpack/preprocessor/list/to_tuple.hpp
  382. include/msgpack/preprocessor/list/transform.hpp
  383. include/msgpack/preprocessor/logical.hpp
  384. include/msgpack/preprocessor/logical/and.hpp
  385. include/msgpack/preprocessor/logical/bitand.hpp
  386. include/msgpack/preprocessor/logical/bitnor.hpp
  387. include/msgpack/preprocessor/logical/bitor.hpp
  388. include/msgpack/preprocessor/logical/bitxor.hpp
  389. include/msgpack/preprocessor/logical/bool.hpp
  390. include/msgpack/preprocessor/logical/compl.hpp
  391. include/msgpack/preprocessor/logical/nor.hpp
  392. include/msgpack/preprocessor/logical/not.hpp
  393. include/msgpack/preprocessor/logical/or.hpp
  394. include/msgpack/preprocessor/logical/xor.hpp
  395. include/msgpack/preprocessor/max.hpp
  396. include/msgpack/preprocessor/min.hpp
  397. include/msgpack/preprocessor/punctuation.hpp
  398. include/msgpack/preprocessor/punctuation/comma.hpp
  399. include/msgpack/preprocessor/punctuation/comma_if.hpp
  400. include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
  401. include/msgpack/preprocessor/punctuation/is_begin_parens.hpp
  402. include/msgpack/preprocessor/punctuation/paren.hpp
  403. include/msgpack/preprocessor/punctuation/paren_if.hpp
  404. include/msgpack/preprocessor/punctuation/remove_parens.hpp
  405. include/msgpack/preprocessor/repeat.hpp
  406. include/msgpack/preprocessor/repeat_2nd.hpp
  407. include/msgpack/preprocessor/repeat_3rd.hpp
  408. include/msgpack/preprocessor/repeat_from_to.hpp
  409. include/msgpack/preprocessor/repeat_from_to_2nd.hpp
  410. include/msgpack/preprocessor/repeat_from_to_3rd.hpp
  411. include/msgpack/preprocessor/repetition.hpp
  412. include/msgpack/preprocessor/repetition/deduce_r.hpp
  413. include/msgpack/preprocessor/repetition/deduce_z.hpp
  414. include/msgpack/preprocessor/repetition/detail/dmc/for.hpp
  415. include/msgpack/preprocessor/repetition/detail/edg/for.hpp
  416. include/msgpack/preprocessor/repetition/detail/for.hpp
  417. include/msgpack/preprocessor/repetition/detail/msvc/for.hpp
  418. include/msgpack/preprocessor/repetition/enum.hpp
  419. include/msgpack/preprocessor/repetition/enum_binary_params.hpp
  420. include/msgpack/preprocessor/repetition/enum_params.hpp
  421. include/msgpack/preprocessor/repetition/enum_params_with_a_default.hpp
  422. include/msgpack/preprocessor/repetition/enum_params_with_defaults.hpp
  423. include/msgpack/preprocessor/repetition/enum_shifted.hpp
  424. include/msgpack/preprocessor/repetition/enum_shifted_binary_params.hpp
  425. include/msgpack/preprocessor/repetition/enum_shifted_params.hpp
  426. include/msgpack/preprocessor/repetition/enum_trailing.hpp
  427. include/msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp
  428. include/msgpack/preprocessor/repetition/enum_trailing_params.hpp
  429. include/msgpack/preprocessor/repetition/for.hpp
  430. include/msgpack/preprocessor/repetition/repeat.hpp
  431. include/msgpack/preprocessor/repetition/repeat_from_to.hpp
  432. include/msgpack/preprocessor/selection.hpp
  433. include/msgpack/preprocessor/selection/max.hpp
  434. include/msgpack/preprocessor/selection/min.hpp
  435. include/msgpack/preprocessor/seq.hpp
  436. include/msgpack/preprocessor/seq/cat.hpp
  437. include/msgpack/preprocessor/seq/detail/binary_transform.hpp
  438. include/msgpack/preprocessor/seq/detail/is_empty.hpp
  439. include/msgpack/preprocessor/seq/detail/split.hpp
  440. include/msgpack/preprocessor/seq/detail/to_list_msvc.hpp
  441. include/msgpack/preprocessor/seq/elem.hpp
  442. include/msgpack/preprocessor/seq/enum.hpp
  443. include/msgpack/preprocessor/seq/filter.hpp
  444. include/msgpack/preprocessor/seq/first_n.hpp
  445. include/msgpack/preprocessor/seq/fold_left.hpp
  446. include/msgpack/preprocessor/seq/fold_right.hpp
  447. include/msgpack/preprocessor/seq/for_each.hpp
  448. include/msgpack/preprocessor/seq/for_each_i.hpp
  449. include/msgpack/preprocessor/seq/for_each_product.hpp
  450. include/msgpack/preprocessor/seq/insert.hpp
  451. include/msgpack/preprocessor/seq/pop_back.hpp
  452. include/msgpack/preprocessor/seq/pop_front.hpp
  453. include/msgpack/preprocessor/seq/push_back.hpp
  454. include/msgpack/preprocessor/seq/push_front.hpp
  455. include/msgpack/preprocessor/seq/remove.hpp
  456. include/msgpack/preprocessor/seq/replace.hpp
  457. include/msgpack/preprocessor/seq/rest_n.hpp
  458. include/msgpack/preprocessor/seq/reverse.hpp
  459. include/msgpack/preprocessor/seq/seq.hpp
  460. include/msgpack/preprocessor/seq/size.hpp
  461. include/msgpack/preprocessor/seq/subseq.hpp
  462. include/msgpack/preprocessor/seq/to_array.hpp
  463. include/msgpack/preprocessor/seq/to_list.hpp
  464. include/msgpack/preprocessor/seq/to_tuple.hpp
  465. include/msgpack/preprocessor/seq/transform.hpp
  466. include/msgpack/preprocessor/seq/variadic_seq_to_seq.hpp
  467. include/msgpack/preprocessor/slot.hpp
  468. include/msgpack/preprocessor/slot/counter.hpp
  469. include/msgpack/preprocessor/slot/detail/counter.hpp
  470. include/msgpack/preprocessor/slot/detail/def.hpp
  471. include/msgpack/preprocessor/slot/detail/shared.hpp
  472. include/msgpack/preprocessor/slot/detail/slot1.hpp
  473. include/msgpack/preprocessor/slot/detail/slot2.hpp
  474. include/msgpack/preprocessor/slot/detail/slot3.hpp
  475. include/msgpack/preprocessor/slot/detail/slot4.hpp
  476. include/msgpack/preprocessor/slot/detail/slot5.hpp
  477. include/msgpack/preprocessor/slot/slot.hpp
  478. include/msgpack/preprocessor/stringize.hpp
  479. include/msgpack/preprocessor/tuple.hpp
  480. include/msgpack/preprocessor/tuple/detail/is_single_return.hpp
  481. include/msgpack/preprocessor/tuple/eat.hpp
  482. include/msgpack/preprocessor/tuple/elem.hpp
  483. include/msgpack/preprocessor/tuple/enum.hpp
  484. include/msgpack/preprocessor/tuple/insert.hpp
  485. include/msgpack/preprocessor/tuple/pop_back.hpp
  486. include/msgpack/preprocessor/tuple/pop_front.hpp
  487. include/msgpack/preprocessor/tuple/push_back.hpp
  488. include/msgpack/preprocessor/tuple/push_front.hpp
  489. include/msgpack/preprocessor/tuple/rem.hpp
  490. include/msgpack/preprocessor/tuple/remove.hpp
  491. include/msgpack/preprocessor/tuple/replace.hpp
  492. include/msgpack/preprocessor/tuple/reverse.hpp
  493. include/msgpack/preprocessor/tuple/size.hpp
  494. include/msgpack/preprocessor/tuple/to_array.hpp
  495. include/msgpack/preprocessor/tuple/to_list.hpp
  496. include/msgpack/preprocessor/tuple/to_seq.hpp
  497. include/msgpack/preprocessor/variadic.hpp
  498. include/msgpack/preprocessor/variadic/detail/is_single_return.hpp
  499. include/msgpack/preprocessor/variadic/elem.hpp
  500. include/msgpack/preprocessor/variadic/size.hpp
  501. include/msgpack/preprocessor/variadic/to_array.hpp
  502. include/msgpack/preprocessor/variadic/to_list.hpp
  503. include/msgpack/preprocessor/variadic/to_seq.hpp
  504. include/msgpack/preprocessor/variadic/to_tuple.hpp
  505. include/msgpack/preprocessor/while.hpp
  506. include/msgpack/preprocessor/wstringize.hpp
  507. include/msgpack/sbuffer.hpp
  508. include/msgpack/sbuffer_decl.hpp
  509. include/msgpack/sysdep.hpp
  510. include/msgpack/type.hpp
  511. include/msgpack/unpack.hpp
  512. include/msgpack/unpack_decl.hpp
  513. include/msgpack/unpack_define.hpp
  514. include/msgpack/unpack_exception.hpp
  515. include/msgpack/v1/adaptor/adaptor_base.hpp
  516. include/msgpack/v1/adaptor/adaptor_base_decl.hpp
  517. include/msgpack/v1/adaptor/array_ref.hpp
  518. include/msgpack/v1/adaptor/array_ref_decl.hpp
  519. include/msgpack/v1/adaptor/bool.hpp
  520. include/msgpack/v1/adaptor/boost/fusion.hpp
  521. include/msgpack/v1/adaptor/boost/msgpack_variant.hpp
  522. include/msgpack/v1/adaptor/boost/msgpack_variant_decl.hpp
  523. include/msgpack/v1/adaptor/boost/optional.hpp
  524. include/msgpack/v1/adaptor/boost/string_ref.hpp
  525. include/msgpack/v1/adaptor/boost/string_view.hpp
  526. include/msgpack/v1/adaptor/carray.hpp
  527. include/msgpack/v1/adaptor/char_ptr.hpp
  528. include/msgpack/v1/adaptor/check_container_size.hpp
  529. include/msgpack/v1/adaptor/check_container_size_decl.hpp
  530. include/msgpack/v1/adaptor/complex.hpp
  531. include/msgpack/v1/adaptor/cpp11/array.hpp
  532. include/msgpack/v1/adaptor/cpp11/array_char.hpp
  533. include/msgpack/v1/adaptor/cpp11/array_unsigned_char.hpp
  534. include/msgpack/v1/adaptor/cpp11/chrono.hpp
  535. include/msgpack/v1/adaptor/cpp11/forward_list.hpp
  536. include/msgpack/v1/adaptor/cpp11/reference_wrapper.hpp
  537. include/msgpack/v1/adaptor/cpp11/shared_ptr.hpp
  538. include/msgpack/v1/adaptor/cpp11/timespec.hpp
  539. include/msgpack/v1/adaptor/cpp11/tuple.hpp
  540. include/msgpack/v1/adaptor/cpp11/unique_ptr.hpp
  541. include/msgpack/v1/adaptor/cpp11/unordered_map.hpp
  542. include/msgpack/v1/adaptor/cpp11/unordered_set.hpp
  543. include/msgpack/v1/adaptor/cpp17/array_byte.hpp
  544. include/msgpack/v1/adaptor/cpp17/byte.hpp
  545. include/msgpack/v1/adaptor/cpp17/carray_byte.hpp
  546. include/msgpack/v1/adaptor/cpp17/optional.hpp
  547. include/msgpack/v1/adaptor/cpp17/string_view.hpp
  548. include/msgpack/v1/adaptor/cpp17/variant.hpp
  549. include/msgpack/v1/adaptor/cpp17/vector_byte.hpp
  550. include/msgpack/v1/adaptor/cpp20/span.hpp
  551. include/msgpack/v1/adaptor/define.hpp
  552. include/msgpack/v1/adaptor/define_decl.hpp
  553. include/msgpack/v1/adaptor/deque.hpp
  554. include/msgpack/v1/adaptor/detail/cpp03_define_array.hpp
  555. include/msgpack/v1/adaptor/detail/cpp03_define_array_decl.hpp
  556. include/msgpack/v1/adaptor/detail/cpp03_define_map.hpp
  557. include/msgpack/v1/adaptor/detail/cpp03_define_map_decl.hpp
  558. include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple.hpp
  559. include/msgpack/v1/adaptor/detail/cpp03_msgpack_tuple_decl.hpp
  560. include/msgpack/v1/adaptor/detail/cpp11_convert_helper.hpp
  561. include/msgpack/v1/adaptor/detail/cpp11_define_array.hpp
  562. include/msgpack/v1/adaptor/detail/cpp11_define_array_decl.hpp
  563. include/msgpack/v1/adaptor/detail/cpp11_define_map.hpp
  564. include/msgpack/v1/adaptor/detail/cpp11_define_map_decl.hpp
  565. include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple.hpp
  566. include/msgpack/v1/adaptor/detail/cpp11_msgpack_tuple_decl.hpp
  567. include/msgpack/v1/adaptor/ext.hpp
  568. include/msgpack/v1/adaptor/ext_decl.hpp
  569. include/msgpack/v1/adaptor/fixint.hpp
  570. include/msgpack/v1/adaptor/fixint_decl.hpp
  571. include/msgpack/v1/adaptor/float.hpp
  572. include/msgpack/v1/adaptor/int.hpp
  573. include/msgpack/v1/adaptor/int_decl.hpp
  574. include/msgpack/v1/adaptor/list.hpp
  575. include/msgpack/v1/adaptor/map.hpp
  576. include/msgpack/v1/adaptor/map_decl.hpp
  577. include/msgpack/v1/adaptor/msgpack_tuple.hpp
  578. include/msgpack/v1/adaptor/msgpack_tuple_decl.hpp
  579. include/msgpack/v1/adaptor/nil.hpp
  580. include/msgpack/v1/adaptor/nil_decl.hpp
  581. include/msgpack/v1/adaptor/pair.hpp
  582. include/msgpack/v1/adaptor/raw.hpp
  583. include/msgpack/v1/adaptor/raw_decl.hpp
  584. include/msgpack/v1/adaptor/set.hpp
  585. include/msgpack/v1/adaptor/size_equal_only.hpp
  586. include/msgpack/v1/adaptor/size_equal_only_decl.hpp
  587. include/msgpack/v1/adaptor/string.hpp
  588. include/msgpack/v1/adaptor/tr1/unordered_map.hpp
  589. include/msgpack/v1/adaptor/tr1/unordered_set.hpp
  590. include/msgpack/v1/adaptor/v4raw.hpp
  591. include/msgpack/v1/adaptor/v4raw_decl.hpp
  592. include/msgpack/v1/adaptor/vector.hpp
  593. include/msgpack/v1/adaptor/vector_bool.hpp
  594. include/msgpack/v1/adaptor/vector_char.hpp
  595. include/msgpack/v1/adaptor/vector_unsigned_char.hpp
  596. include/msgpack/v1/adaptor/wstring.hpp
  597. include/msgpack/v1/cpp_config.hpp
  598. include/msgpack/v1/cpp_config_decl.hpp
  599. include/msgpack/v1/detail/cpp03_zone.hpp
  600. include/msgpack/v1/detail/cpp03_zone_decl.hpp
  601. include/msgpack/v1/detail/cpp11_zone.hpp
  602. include/msgpack/v1/detail/cpp11_zone_decl.hpp
  603. include/msgpack/v1/fbuffer.hpp
  604. include/msgpack/v1/fbuffer_decl.hpp
  605. include/msgpack/v1/iterator.hpp
  606. include/msgpack/v1/iterator_decl.hpp
  607. include/msgpack/v1/meta.hpp
  608. include/msgpack/v1/meta_decl.hpp
  609. include/msgpack/v1/object.hpp
  610. include/msgpack/v1/object_decl.hpp
  611. include/msgpack/v1/object_fwd.hpp
  612. include/msgpack/v1/object_fwd_decl.hpp
  613. include/msgpack/v1/pack.hpp
  614. include/msgpack/v1/pack_decl.hpp
  615. include/msgpack/v1/parse_return.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.hpp
  724. include/msgpack/version_master.hpp
  725. include/msgpack/versioning.hpp
  726. include/msgpack/vrefbuffer.hpp
  727. include/msgpack/vrefbuffer_decl.hpp
  728. include/msgpack/x3_parse.hpp
  729. include/msgpack/x3_parse_decl.hpp
  730. include/msgpack/x3_unpack.hpp
  731. include/msgpack/x3_unpack_decl.hpp
  732. include/msgpack/zbuffer.hpp
  733. include/msgpack/zbuffer_decl.hpp
  734. include/msgpack/zone.hpp
  735. include/msgpack/zone_decl.hpp
  736. lib/cmake/msgpack-cxx/msgpack-cxx-config-version.cmake
  737. lib/cmake/msgpack-cxx/msgpack-cxx-config.cmake
  738. lib/cmake/msgpack-cxx/msgpack-cxx-targets.cmake
  739. lib/cmake/msgpackc-cxx/msgpack-cxx-config-version.cmake
  740. lib/cmake/msgpackc-cxx/msgpack-cxx-config.cmake
  741. lib/cmake/msgpackc-cxx/msgpack-cxx-targets.cmake
  742. lib/cmake/msgpackc-cxx/msgpackc-cxx-config-version.cmake
  743. lib/cmake/msgpackc-cxx/msgpackc-cxx-config.cmake
  744. lib/cmake/msgpackc-cxx/msgpackc-cxx-targets.cmake
  745. @owner
  746. @group
  747. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • msgpack-cxx>0:devel/msgpack-cxx
To install the port:
cd /usr/ports/devel/msgpack-cxx/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/msgpack-cxx
  • pkg install msgpack-cxx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: msgpack-cxx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1712057338 SHA256 (msgpack-msgpack-c-cpp-6.1.1_GH0.tar.gz) = d7b119f292365d41403b41b40c2fefd82ebd81241e3c658fafe0e638fa54604a SIZE (msgpack-msgpack-c-cpp-6.1.1_GH0.tar.gz) = 474980

Packages (timestamps in pop-ups are UTC):
msgpack-cxx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.1.16.1.1-6.1.16.1.1---
FreeBSD:13:quarterly6.1.16.1.16.0.0_16.1.16.1.16.1.06.1.06.1.0
FreeBSD:14:latest6.1.16.1.15.0.06.1.16.1.16.0.0_1-6.0.0_1
FreeBSD:14:quarterly6.1.16.1.1-6.1.16.1.16.1.06.1.06.1.0
FreeBSD:15:latest--n/a6.1.1n/a6.1.06.1.06.1.0
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. databases/foundationdb71-client
  2. databases/foundationdb71-server
  3. databases/foundationdb73-client
  4. databases/foundationdb73-server
  5. devel/opendht
  6. misc/veles

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. databases/foundationdb*
  2. databases/foundationdb-devel*
  3. Collapse this list of deleted ports.
for Run
  1. devel/opendht
  2. science/mmtf-cpp

Configuration Options:
No options to configure
Options name:
devel_msgpack-cxx
USES:
cmake pathfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/msgpack/msgpack-c/tar.gz/cpp-6.1.1?dummy=/
Collapse this list.

There are no commits on branch 2023Q3 for this port