| Port details on branch 2024Q3 | 
	| 
 libyaml YAML 1.1 parser and emitter written in C
 0.2.5 textproc  =38            0.2.5Version of this port present on the latest quarterly branch.Maintainer: adamw@FreeBSD.org Port Added: 2006-09-01 09:50:48Last Update: 2022-09-07 21:58:51Commit Hash: fb16dfePeople watching this port, also watch:: libffi, ca_root_nss, libxml2, expat, pkgLicense: MITWWW: https://pyyaml.org/wiki/LibYAMLDescription: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-plistUSE_RC_SUBR (Service Scripts)
no SUBR information found for this portDependency lines:
libyaml>0:textproc/libyaml
To install the port: cd /usr/ports/textproc/libyaml/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install textproc/libyamlpkg install libyaml
PKGNAME: libyamlFlavors: 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):
 
DependenciesNOTE: 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/essentiaaudio/tagutilaudio/zrythmcad/camoticscomms/ser2netdatabases/pgbackrestdatabases/tarantool
Deleted ports which required this port:
for Run
					            
devel/ruby-build
Configuration Options:
     No options to configureOptions name:textproc_libyamlUSES:cpe gmake libtool pathfixFreshPorts was unable to extract/find any pkg message
Master Sites: |