wok rev 24935

updated mxml and mxml-dev (3.1 -> 3.3)
author Hans-G?nter Theisgen
date Thu Apr 14 07:26:00 2022 +0100 (2022-04-14)
parents 4200a0a66d4f
children 586749a1a896
files mxml-dev/receipt mxml/description.txt mxml/receipt
line diff
     1.1 --- a/mxml-dev/receipt	Wed Apr 13 17:42:49 2022 +0100
     1.2 +++ b/mxml-dev/receipt	Thu Apr 14 07:26:00 2022 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mxml-dev"
     1.7 -VERSION="3.1"
     1.8 +VERSION="3.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Minimal XML - Dom oriented library, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2"
    1.13 -WEB_SITE="http://www.minixml.org/"
    1.14 +WEB_SITE="https://www.msweet.org/mxml/"
    1.15  
    1.16  DEPENDS="mxml pkg-config"
    1.17  WANTED="mxml"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mxml/description.txt	Thu Apr 14 07:26:00 2022 +0100
     2.3 @@ -0,0 +1,24 @@
     2.4 +Mini-XML is a tiny XML library that you can use to read and write XML
     2.5 +and XML-like data files in your application without requiring large
     2.6 +non-standard libraries.
     2.7 +Mini-XML only requires an ANSI C compatible compiler (GCC works, as do
     2.8 +most vendors' ANSI C compilers) and a make program.
     2.9 +
    2.10 +Mini-XML provides the following functionality:
    2.11 +
    2.12 +- Reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML files
    2.13 +  and strings.
    2.14 +- Data is stored in a linked-list tree structure, preserving the XML
    2.15 +  data hierarchy.
    2.16 +- SAX (streamed) reading of XML files and strings to minimize memory
    2.17 +  usage.
    2.18 +- Supports arbitrary element names, attributes, and attribute values
    2.19 +  with no preset limits, just available memory.
    2.20 +- Supports integer, real, opaque ("cdata"), and text data types in
    2.21 +  "leaf" nodes.
    2.22 +- Functions for creating and managing trees of data.
    2.23 +- "Find" and "walk" functions for easily locating and navigating trees
    2.24 +  of data.
    2.25 +
    2.26 +Mini-XML doesn't do validation or other types of processing on the
    2.27 +data based upon schema files or other sources of definition information.
     3.1 --- a/mxml/receipt	Wed Apr 13 17:42:49 2022 +0100
     3.2 +++ b/mxml/receipt	Thu Apr 14 07:26:00 2022 +0100
     3.3 @@ -1,12 +1,12 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="mxml"
     3.7 -VERSION="3.1"
     3.8 +VERSION="3.3"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Minimal XML - Dom oriented library."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  LICENSE="LGPL2"
    3.13 -WEB_SITE="http://www.minixml.org/"
    3.14 +WEB_SITE="https://www.msweet.org/mxml/"
    3.15  
    3.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.17  WGET_URL="https://github.com/michaelrsweet/$PACKAGE/archive/v$VERSION.tar.gz"
    3.18 @@ -27,7 +27,7 @@
    3.19  		--prefix=/usr	\
    3.20  		$CONFIGURE_ARGS &&
    3.21  	make &&
    3.22 -	make DESTDIR=$DESTDIR install
    3.23 +	make install DESTDIR=$DESTDIR
    3.24  }
    3.25  
    3.26  # Rules to gen a SliTaz package suitable for Tazpkg.