---
name: libyaml
version: 0.1.4_2
origin: textproc/libyaml
comment: A YAML 1.1 parser and emitter written in C
arch: freebsd:9:x86:64
www: http://pyyaml.org/wiki/LibYAML
maintainer: jpaetzel@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 370048
desc: "LibYAML is a YAML 1.1 parser and emitter written in C.\n\nLibYAML covers presenting
  and parsing processes. Thus LibYAML defines the\nfollowing two processors:\n   *
  Parser, which takes an input stream of bytes and produces a sequence\n     of parsing
  events.\n   * Emitter, which takes a sequence of events and produces a stream of\n
  \    bytes. \n\nThe processes of parsing and presenting are inverse to each other.
  Any\nsequence of events produced by parsing a well-formed YAML document should\nbe
  acceptable by the Emitter, which should produce an equivalent document.\nSimilarly,
  any document produced by emitting a sequence of events should\nbe acceptable for
  the Parser, which should produce an equivalent sequence\nof events.\n\nThe job of
  resolving implicit tags, composing and serializing representation\ntrees, as well
  as constructing and representing native objects is left to\napplications and bindings.
  Although some of these processes may be covered\nin the latter releases, they are
  not in the scope of the initial release of\nLibYAML.\n\nWWW: http://pyyaml.org/wiki/LibYAML\n"
categories: [textproc]
files:
  /usr/local/include/yaml.h: 5a16306d95841c740f30b118cf528289f2745390008b992d72caa9a0f08b0fe9
  /usr/local/lib/libyaml-0.so: '-'
  /usr/local/lib/libyaml-0.so.2: 3fce924888d42033f4e44069deb4c2edb72f6527c617aa6f46b211ddcb9dcea5
  /usr/local/lib/libyaml.a: 15e8717e0c3cc6337dcefbf59a18f1ac70a2164bc73a6b6127c5c41d360536f6
  /usr/local/lib/libyaml.la: f917ac3c8a34dc7ce0fbb99331c3b51e5ff7dd376ff51a972eece56a33b22699
  /usr/local/lib/libyaml.so: '-'
  /usr/local/libdata/pkgconfig/yaml-0.1.pc: a61e80685e6c841359dd3e3c1369736b108ccff3140a720ecd5869c592cb33fe
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
