Mercurial > ecos
changeset 1885:7fd45d2a9dce
* Port of ezXML parser added.
| author | asl |
|---|---|
| date | Mon, 31 Jan 2005 00:12:59 +0000 |
| parents | 6036f158c5ff |
| children | 5f0c796f46a6 |
| files | packages/ChangeLog packages/NEWS packages/ecos.db |
| diffstat | 3 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2005-01-31 Aaron Voisine <aaron@voisine.org> + + * Port of exXML to eCos. Based on ezXML 0.8.1. + Ported by Matt Jerdonek <maj1224@yahoo.com> + 2004-11-25 Andrew Lunn <andrew.lunn@ascom.ch> * pkgconf/rules.doc: If we cannot find the catalog do not pass it
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,4 @@ +* Port of ezXML parser added. * Port to the Keil MCB2100, Olimex P2106 and Olimex LPC-MT by Jani Monoses * Generic support for the lpc2xxx, hal, serial and watchdog by Jani Monoses * Support for generic IDE disks using PIO, by Iztok Zupet.
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -2131,7 +2131,14 @@ package CYGPKG_PROFILE_GPROF { This package instruments applications to collect profiling data, using a methodology compatible with the gprof utility." } - + +package CYGPKG_EZXML { + alias { "ezXML" XML ezxml } + directory services/ezxml + script ezxml.cdl + description "ezXML, Simple XML Parser" +} + package CYGPKG_UITRON { alias { "uITRON compatibility" uitron } directory compat/uitron
