Port details |
- rapidyaml Library to parse and emit YAML
- 0.3.0 devel =2 0.3.0Version of this port present on the latest quarterly branch.
- Maintainer: gasol.wu@gmail.com
- Port Added: 2022-01-08 13:24:03
- 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: MIT
- WWW:
- https://github.com/biojppm/rapidyaml
- Description:
- Rapid YAML or ryml, for short. ryml is a C++ library to parse and emit YAML,
and do it fast.
ryml parses both read-only and in-situ source buffers; the resulting data nodes
hold only views to sub-ranges of the source buffer. No string copies or
duplications are done, and no virtual functions are used. The data tree is a
flat index-based structure stored in a single array. Serialization happens only
at your direct request, after parsing / before emitting. Internally, the data
tree representation stores only strings and has no knowledge of types, but of
course, every node can have a YAML type tag. ryml makes it easy and fast to
read and modify the data tree.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rapidyaml>0:devel/rapidyaml
- To install the port:
- cd /usr/ports/devel/rapidyaml/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rapidyaml
- pkg install rapidyaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rapidyaml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641437701
SHA256 (biojppm-rapidyaml-v0.3.0_GH0.tar.gz) = 1e25d739207733bd9febaf57793e4df3b7f868aa1d3c18d744b09b5d7b286a53
SIZE (biojppm-rapidyaml-v0.3.0_GH0.tar.gz) = 291415
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:
-
- git : devel/git@lite
- cmake : devel/cmake-core
- Library dependencies:
-
- libc4core.so : devel/c4core
- This port is required by:
- for Libraries
-
- devel/jsonnet
Configuration Options:
- No options to configure
- Options name:
- devel_rapidyaml
- USES:
- compiler:c++11-lib cmake:noninja localbase:ldflags
- 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) |
0.3.0 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 ) |
0.3.0 08 Jan 2022 18:18:09 |
Fernando Apesteguía (fernape) |
devel/rapidyaml: Add USE_LDCONFIG
We install a shared library.
Reported by: driesm@ |
0.3.0 08 Jan 2022 13:21:23 |
Fernando Apesteguía (fernape) Author: Gasol Wu |
devel/rapidyaml: New port: Library to parse and emit YAML
Needed for the upcoming version of devel/jsonnet
PR: 260997
Reported by: gasol.wu@gmail.com (maintainer) |