Import ezxml library, submitted in PR 30887 by Marcin Jessa.
authoragc <agc>
Mon, 1 Aug 2005 00:25:04 +0000 (00:25 +0000)
committeragc <agc>
Mon, 1 Aug 2005 00:25:04 +0000 (00:25 +0000)
commit2622229b26940a00f331c064f425e502765e4089
tree866f9f2de8416fb78b2bd5d995215f8a58bb6804
parentb3e5c4e4a741009a975527be171378b037686ab7
Import ezxml library, submitted in PR 30887 by Marcin Jessa.

ezXML is a C library for parsing XML documents inspired by simpleXML
for PHP.  As the name implies, it's easy to use.  It's ideal for
parsing XML configuration files or REST web service responses.  It's
also fast and lightweight (less than 20k compiled).

An example of how to use the ezXML library can be found in
${PREFIX}/share/doc/ezxml
textproc/ezxml/DESCR [new file with mode: 0644]
textproc/ezxml/Makefile [new file with mode: 0644]
textproc/ezxml/PLIST [new file with mode: 0644]
textproc/ezxml/distinfo [new file with mode: 0644]
textproc/ezxml/patches/patch-aa [new file with mode: 0644]