# HG changeset patch # User Hans-G?nter Theisgen # Date 1649917560 -3600 # Node ID 11be4606a492cfad4992e7f63a093d05e54160c9 # Parent 4200a0a66d4fd4cee28857a179ce6fab05f68630 updated mxml and mxml-dev (3.1 -> 3.3) diff -r 4200a0a66d4f -r 11be4606a492 mxml-dev/receipt --- a/mxml-dev/receipt Wed Apr 13 17:42:49 2022 +0100 +++ b/mxml-dev/receipt Thu Apr 14 07:26:00 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="mxml-dev" -VERSION="3.1" +VERSION="3.3" CATEGORY="development" SHORT_DESC="Minimal XML - Dom oriented library, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2" -WEB_SITE="http://www.minixml.org/" +WEB_SITE="https://www.msweet.org/mxml/" DEPENDS="mxml pkg-config" WANTED="mxml" diff -r 4200a0a66d4f -r 11be4606a492 mxml/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mxml/description.txt Thu Apr 14 07:26:00 2022 +0100 @@ -0,0 +1,24 @@ +Mini-XML is a tiny XML library that you can use to read and write XML +and XML-like data files in your application without requiring large +non-standard libraries. +Mini-XML only requires an ANSI C compatible compiler (GCC works, as do +most vendors' ANSI C compilers) and a make program. + +Mini-XML provides the following functionality: + +- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files + and strings. +- Data is stored in a linked-list tree structure, preserving the XML + data hierarchy. +- SAX (streamed) reading of XML files and strings to minimize memory + usage. +- Supports arbitrary element names, attributes, and attribute values + with no preset limits, just available memory. +- Supports integer, real, opaque ("cdata"), and text data types in + "leaf" nodes. +- Functions for creating and managing trees of data. +- "Find" and "walk" functions for easily locating and navigating trees + of data. + +Mini-XML doesn't do validation or other types of processing on the +data based upon schema files or other sources of definition information. diff -r 4200a0a66d4f -r 11be4606a492 mxml/receipt --- a/mxml/receipt Wed Apr 13 17:42:49 2022 +0100 +++ b/mxml/receipt Thu Apr 14 07:26:00 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="mxml" -VERSION="3.1" +VERSION="3.3" CATEGORY="system-tools" SHORT_DESC="Minimal XML - Dom oriented library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2" -WEB_SITE="http://www.minixml.org/" +WEB_SITE="https://www.msweet.org/mxml/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/michaelrsweet/$PACKAGE/archive/v$VERSION.tar.gz" @@ -27,7 +27,7 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.