---
name: lua51-luaexpat
version: 1.2.0
origin: textproc/luaexpat
comment: LuaExpat is a SAX XML parser based on the Expat library
arch: freebsd:9:x86:64
www: http://www.keplerproject.org/luaexpat
maintainer: lx@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 27227
desc: |
  LuaExpat is a SAX XML parser based on the Expat library. SAX is the Simple API
  for XML and allows programs to:

  * process a XML document incrementally, thus being able to handle huge
    documents without memory penalties;
  * register handler functions which are called by the parser during the
    processing of the document, handling the document elements or text.

  With an event-based API like SAX the XML document can be fed to the parser in
  chunks, and the parsing begins as soon as the parser receives the first
  document chunk. LuaExpat reports parsing events (such as the start and end of
  elements) directly to the application through callbacks. The parsing of huge
  documents can benefit from this piecemeal operation.

  WWW: http://www.keplerproject.org/luaexpat
deps:
  expat: {origin: textproc/expat2, version: 2.0.1_2}
  lua: {origin: lang/lua, version: 5.1.5_5}
categories: [textproc]
files:
  /usr/local/lib/lua/5.1/lxp.so: '-'
  /usr/local/lib/lua/5.1/lxp.so.1.2.0: 76237ff2d9b4194decdff159050dde4b256ca915bb3097f6aea4c2997052bf0a
  /usr/local/share/lua/5.1/lxp/lom.lua: 356a050076c22485ef4dfe9a9c6c7cca4cdba15764358f1c847bf8c54b6b3fbe
directories:
  /usr/local/share/lua/5.1/lxp/: n
scripts: {}
