summaryrefslogtreecommitdiff
path: root/textproc/ezxml
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-02-15Update to 0.8.6. Changes:shattered2-6/+6
- fixed a bug in ezxml_add_child() that can occur when adding tags out of order - for consistency, ezxml_set_attr() now returns the tag given - added ezxml_move() and supporting functions ezxml_cut() and ezxml_insert() - fixed a bug where parsing an empty file could cause a segfault
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-02-16DESTDIR support.joerg1-4/+6
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