Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (ef6fd141115dca95f78725d1a7a9c8a9de737b67)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (ef6fd141115dca95f78725d1a7a9c8a9de737b67)
  • Date: Sun, 6 Aug 2006 18:16:05 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 3 +++
libs/mxml/DETAILS | 33 +++++++++++++++++++++++++++++++++
libs/mxml/HISTORY | 2 ++
3 files changed, 38 insertions(+)

New commits:
commit ef6fd141115dca95f78725d1a7a9c8a9de737b67
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

mxml: New spell Mini-XML, small XML parsing library.

diff --git a/ChangeLog b/ChangeLog
index e60ec1e..a9b214b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-07 Juuso Alasuutari <iuso AT sourcemage.org>
+ * libs/mxml: New spell Mini-XML, small XML parsing library.
+
2006-08-05 Juuso Alasuutari <iuso AT sourcemage.org>
* devel/dbus-qt3-old: New spell, D-Bus Qt bindings for programs
incompatible with newer bindings (>= 0.90).
diff --git a/libs/mxml/DETAILS b/libs/mxml/DETAILS
new file mode 100755
index 0000000..d05843a
--- /dev/null
+++ b/libs/mxml/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=mxml
+ VERSION=2.2.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+ SOURCE_URL[2]=ftp://ftp2.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+ SOURCE_URL[3]=ftp://ftp3.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+
SOURCE_URL[4]=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+
SOURCE_URL[5]=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$SPELL/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:e17f399170b14b1c960b03d436ce419e3a65b535292f5ac0837efa4b2fbbea334d10c1d3fbeb3dc07a05372c40b95fbaba0d8a8028d5d26082bad2883e6b5ab6
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.easysw.com/~mike/mxml/
+ LICENSE[0]=LGPL
+ SHORT="A small XML parsing library."
+cat << EOF
+Mini-XML is a small XML parsing library that you can use to read XML and
+XML-like data files in your application without requiring large non-standard
+libraries.
+
+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.
+ * 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, indexing, and managing trees of data.
+ * "Find" and "walk" functions for easily locating and navigating trees of
+ data.
+EOF
diff --git a/libs/mxml/HISTORY b/libs/mxml/HISTORY
new file mode 100644
index 0000000..0996c0a
--- /dev/null
+++ b/libs/mxml/HISTORY
@@ -0,0 +1,2 @@
+2006-08-07 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (ef6fd141115dca95f78725d1a7a9c8a9de737b67), Juuso Alasuutari, 08/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page