2005-11-09 23:49:45 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix WRKSRC (hi rillig!).
|
2005-11-05 18:24:15 by Roland Illig | Files touched by this commit (1) |
Log message:
Removed unnecessary definition for WRKSRC.
|
2005-10-01 20:19:58 by Marc Recht | Files touched by this commit (2) | |
Log message:
update to ezXML 0.8.5
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-29 22:39:37 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Use INSTALLATION_DIRS for lib and include also (in addition to
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-01 02:25:04 by Alistair G. Crooks | Files touched by this commit (5) | |
Log message:
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
|