Port details |
- cereal C++11 library for serialization
- 1.3.2_1 devel =2 1.3.2_1Version of this port present on the latest quarterly branch.
- Maintainer: teodor@sigaev.ru
- 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, py39-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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- boost-libs>0 : devel/boost-libs
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- boost-libs>0 : devel/boost-libs
- This port is required by:
- for Build
-
- biology/salmon
- biology/seqan3
- biology/spoa
- cad/PrusaSlicer
- lang/emilua
- math/hydrogen
- math/mlpack
- for Run
-
- biology/seqan3
- biology/spoa
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.2_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.3.2 30 Apr 2022 18:00:59 |
Yuri Victorovich (yuri) |
devel/cereal: Unbreak by upgrading to 1.3.2
Reference explaining why cereal-1.3.1 is broken:
https://github.com/symengine/symengine/issues/1907#issuecomment-1114016265
Approved by: portmgr (blanket; unbreak) |
1.3.1 10 Feb 2022 09:13:03 |
Yuri Victorovich (yuri) |
devel/cereal: Update 1.3.0-10 -> 1.3.1
PR: 261390
Approved by: teodor@sigaev.ru (maintainer's timeout; 18 days) |
1.3.0.10 14 Oct 2021 21:30:13 |
Stefan Eßer (se) |
devel/cereal: Add CPE information
Approved by: portmgr (blanket) |
1.3.0.10 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.0.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0.10 13 Feb 2021 23:43:08 |
yuri |
devel/cereal: Update 1.3.0 -> 1.3.0-10
Also:
* Add missing NO_ARCH
* Fix dependencies
* Not building tests every time
* Add the 'test' target
PR: 252793
Approved by: teodor@sigaev.ru (maintainer's timeout 25 days) |
1.3.0 03 Feb 2020 12:16:41 |
pkubaj |
devel/cereal: fix build on GCC architectures
The port adds -std=gnu++11 to CXXFLAGS. |
1.3.0 25 Jan 2020 23:17:47 |
eugen |
devel/cereal: unbreak build for systems without 32 bit compat. shims.
PORTREVISION not bumped as the fix does not change previously built package.
Submitted by: Hinnerk van Bruinehsen <hvbruinehsen@stackptr.de>
Approved by: Teodor Sigaev <teodor@sigaev.ru> (maintainer) |
1.3.0 24 Jan 2020 17:38:04 |
eugen |
New port: devel/cereal
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.
This port is a dependency for upcoming port for PrusaSlicer.
PR: 243528
Submitted by: Teodor Sigaev <teodor@sigaev.ru> |