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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details on branch 2024Q4
cereal C++11 library for serialization
1.3.2_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 1.3.2_1Version of this port present on the latest quarterly branch.
Maintainer: teodor@sigaev.ru search for ports maintained by this maintainer
Port Added: 2020-01-24 17:38:10
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://github.com/USCiLab/cereal
Description:
cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (96 items)
Collapse this list.
  1. /usr/local/share/licenses/cereal-1.3.2_1/catalog.mk
  2. /usr/local/share/licenses/cereal-1.3.2_1/LICENSE
  3. /usr/local/share/licenses/cereal-1.3.2_1/BSD3CLAUSE
  4. include/cereal/access.hpp
  5. include/cereal/archives/adapters.hpp
  6. include/cereal/archives/binary.hpp
  7. include/cereal/archives/json.hpp
  8. include/cereal/archives/portable_binary.hpp
  9. include/cereal/archives/xml.hpp
  10. include/cereal/cereal.hpp
  11. include/cereal/details/helpers.hpp
  12. include/cereal/details/polymorphic_impl.hpp
  13. include/cereal/details/polymorphic_impl_fwd.hpp
  14. include/cereal/details/static_object.hpp
  15. include/cereal/details/traits.hpp
  16. include/cereal/details/util.hpp
  17. include/cereal/external/base64.hpp
  18. include/cereal/external/rapidjson/allocators.h
  19. include/cereal/external/rapidjson/cursorstreamwrapper.h
  20. include/cereal/external/rapidjson/document.h
  21. include/cereal/external/rapidjson/encodedstream.h
  22. include/cereal/external/rapidjson/encodings.h
  23. include/cereal/external/rapidjson/error/en.h
  24. include/cereal/external/rapidjson/error/error.h
  25. include/cereal/external/rapidjson/filereadstream.h
  26. include/cereal/external/rapidjson/filewritestream.h
  27. include/cereal/external/rapidjson/fwd.h
  28. include/cereal/external/rapidjson/internal/biginteger.h
  29. include/cereal/external/rapidjson/internal/diyfp.h
  30. include/cereal/external/rapidjson/internal/dtoa.h
  31. include/cereal/external/rapidjson/internal/ieee754.h
  32. include/cereal/external/rapidjson/internal/itoa.h
  33. include/cereal/external/rapidjson/internal/meta.h
  34. include/cereal/external/rapidjson/internal/pow10.h
  35. include/cereal/external/rapidjson/internal/regex.h
  36. include/cereal/external/rapidjson/internal/stack.h
  37. include/cereal/external/rapidjson/internal/strfunc.h
  38. include/cereal/external/rapidjson/internal/strtod.h
  39. include/cereal/external/rapidjson/internal/swap.h
  40. include/cereal/external/rapidjson/istreamwrapper.h
  41. include/cereal/external/rapidjson/memorybuffer.h
  42. include/cereal/external/rapidjson/memorystream.h
  43. include/cereal/external/rapidjson/msinttypes/inttypes.h
  44. include/cereal/external/rapidjson/msinttypes/stdint.h
  45. include/cereal/external/rapidjson/ostreamwrapper.h
  46. include/cereal/external/rapidjson/pointer.h
  47. include/cereal/external/rapidjson/prettywriter.h
  48. include/cereal/external/rapidjson/rapidjson.h
  49. include/cereal/external/rapidjson/reader.h
  50. include/cereal/external/rapidjson/schema.h
  51. include/cereal/external/rapidjson/stream.h
  52. include/cereal/external/rapidjson/stringbuffer.h
  53. include/cereal/external/rapidjson/writer.h
  54. include/cereal/external/rapidxml/license.txt
  55. include/cereal/external/rapidxml/manual.html
  56. include/cereal/external/rapidxml/rapidxml.hpp
  57. include/cereal/external/rapidxml/rapidxml_iterators.hpp
  58. include/cereal/external/rapidxml/rapidxml_print.hpp
  59. include/cereal/external/rapidxml/rapidxml_utils.hpp
  60. include/cereal/macros.hpp
  61. include/cereal/specialize.hpp
  62. include/cereal/types/array.hpp
  63. include/cereal/types/atomic.hpp
  64. include/cereal/types/base_class.hpp
  65. include/cereal/types/bitset.hpp
  66. include/cereal/types/boost_variant.hpp
  67. include/cereal/types/chrono.hpp
  68. include/cereal/types/common.hpp
  69. include/cereal/types/complex.hpp
  70. include/cereal/types/concepts/pair_associative_container.hpp
  71. include/cereal/types/deque.hpp
  72. include/cereal/types/forward_list.hpp
  73. include/cereal/types/functional.hpp
  74. include/cereal/types/list.hpp
  75. include/cereal/types/map.hpp
  76. include/cereal/types/memory.hpp
  77. include/cereal/types/optional.hpp
  78. include/cereal/types/polymorphic.hpp
  79. include/cereal/types/queue.hpp
  80. include/cereal/types/set.hpp
  81. include/cereal/types/stack.hpp
  82. include/cereal/types/string.hpp
  83. include/cereal/types/tuple.hpp
  84. include/cereal/types/unordered_map.hpp
  85. include/cereal/types/unordered_set.hpp
  86. include/cereal/types/utility.hpp
  87. include/cereal/types/valarray.hpp
  88. include/cereal/types/variant.hpp
  89. include/cereal/types/vector.hpp
  90. include/cereal/version.hpp
  91. lib/cmake/cereal/cerealConfig.cmake
  92. lib/cmake/cereal/cerealConfigVersion.cmake
  93. lib/cmake/cereal/cerealTargets.cmake
  94. @owner
  95. @group
  96. @mode
Collapse this list.
Dependency lines:
  • cereal>0:devel/cereal
To install the port:
cd /usr/ports/devel/cereal/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cereal
  • pkg install cereal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cereal
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1651337034 SHA256 (USCiLab-cereal-v1.3.2_GH0.tar.gz) = 16a7ad9b31ba5880dac55d62b5d6f243c3ebc8d46a3514149e56b5e7ea81f85f SIZE (USCiLab-cereal-v1.3.2_GH0.tar.gz) = 385903

Packages (timestamps in pop-ups are UTC):
cereal
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.2_11.3.2_11.3.01.3.2_11.3.2_1---
FreeBSD:13:quarterly1.3.2_11.3.2_11.3.2_11.3.2_11.3.2_11.3.2_11.3.2_11.3.2_1
FreeBSD:14:latest1.3.2_11.3.2_11.3.2_11.3.2_11.3.2_11.3.2_1-1.3.2_1
FreeBSD:14:quarterly1.3.2_11.3.2_1-1.3.2_11.3.2_11.3.2_11.3.2_11.3.2_1
FreeBSD:15:latest1.3.2_11.3.2_1n/a1.3.2_1n/a1.3.2_11.3.2_11.3.2_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. boost-libs>0 : devel/boost-libs
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Runtime dependencies:
  1. boost-libs>0 : devel/boost-libs
This port is required by:
for Build
  1. biology/salmon
  2. biology/seqan3
  3. biology/spoa
  4. cad/PrusaSlicer
  5. lang/emilua
  6. math/hydrogen
  7. math/mlpack
Expand this list (10 items / 3 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. misc/flashlight
  3. misc/lbann
  4. science/py-hoomd-blue
  5. Collapse this list.
for Run
  1. biology/seqan3
  2. biology/spoa
  3. math/mlpack

Configuration Options:
No options to configure
Options name:
devel_cereal
USES:
cmake compiler:c++11-lang cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/USCiLab/cereal/tar.gz/v1.3.2?dummy=/
Collapse this list.

There are no commits on branch 2024Q4 for this port