Port details on branch 2024Q3 |
- libyaml YAML 1.1 parser and emitter written in C
- 0.2.5 textproc =39 0.2.5Version of this port present on the latest quarterly branch.
- Maintainer: adamw@FreeBSD.org
- Port Added: 2006-09-01 09:50:48
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libffi, libxml2, ca_root_nss, expat, pkg
- License: MIT
- WWW:
- https://pyyaml.org/wiki/LibYAML
- Description:
- LibYAML is a YAML 1.1 parser and emitter written in C.
LibYAML covers presenting and parsing processes. Thus LibYAML defines the
following two processors:
* Parser, which takes an input stream of bytes and produces a sequence
of parsing events.
* Emitter, which takes a sequence of events and produces a stream of
bytes.
The processes of parsing and presenting are inverse to each other. Any
sequence of events produced by parsing a well-formed YAML document should
be acceptable by the Emitter, which should produce an equivalent document.
Similarly, any document produced by emitting a sequence of events should
be acceptable for the Parser, which should produce an equivalent sequence
of events.
The job of resolving implicit tags, composing and serializing representation
trees, as well as constructing and representing native objects is left to
applications and bindings. Although some of these processes may be covered
in the latter releases, they are not in the scope of the initial release of
LibYAML.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libyaml>0:textproc/libyaml
- To install the port:
- cd /usr/ports/textproc/libyaml/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libyaml
- pkg install libyaml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libyaml
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1591522833
SHA256 (yaml-0.2.5.tar.gz) = c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4
SIZE (yaml-0.2.5.tar.gz) = 609454
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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
-
- audio/essentia
- audio/tagutil
- audio/zrythm
- cad/camotics
- databases/pgbackrest
- databases/tarantool
- databases/tarantool2
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_libyaml
- USES:
- cpe gmake libtool pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|