summaryrefslogtreecommitdiff
path: root/textproc/ezxml
AgeCommit message (Collapse)AuthorFilesLines
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2005-11-09Fix WRKSRC (hi rillig!).wiz1-1/+3
2005-11-05Removed unnecessary definition for WRKSRC.rillig1-3/+1
2005-10-01update to ezXML 0.8.5recht2-6/+6
patch provided by Marcin Jessa in PR 31429 changes: - fixed ezxml_toxml() to not output siblings of tag being converted - fixed a segfault when ezxml_set_attr() was used on a new root tag - added ezxml_name() function macro
2005-08-29Use INSTALLATION_DIRS for lib and include also (in addition toreed1-3/+2
share/doc/ezxml). This fixes problem where it creates include as a plain file. Also get rid of INSTALL_DATA_DIR for the doc directory since already done.
2005-08-01Import ezxml library, submitted in PR 30887 by Marcin Jessa.agc5-0/+69
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