Up to [cvs.netbsd.org] / pkgsrc / textproc / ezxml
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Mon Feb 16 14:06:22 2009 UTC (3 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
HEAD
Changes since 1.6: +6 -4
lines
Diff to previous 1.6 (colored)
DESTDIR support.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 2 11:42:19 2007 UTC (4 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 9 22:49:45 2005 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Fix WRKSRC (hi rillig!).
Revision 1.4 / (download) - annotate - [select for diffs], Sat Nov 5 17:24:15 2005 UTC (6 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
Removed unnecessary definition for WRKSRC.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 1 18:19:58 2005 UTC (6 years, 7 months ago) by recht
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 29 20:39:37 2005 UTC (6 years, 8 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Aug 1 00:25:04 2005 UTC (6 years, 9 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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
Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 1 00:25:04 2005 UTC (6 years, 9 months ago) by agc
Branch: MAIN
Initial revision