From 1a8befa0323b2c6d9b4252c3016994a681af8173 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 3 Jun 2009 18:20:52 -0400 Subject: [PATCH] luaxml: Added luaxml 1.7.1-090330 - A minimal set of functions for the processing of XML data in Lua --- lua/luaxml/luaxml.cache | 5 +++++ lua/luaxml/luaxml.conf | 25 +++++++++++++++++++++++++ lua/luaxml/luaxml.desc | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 lua/luaxml/luaxml.cache create mode 100644 lua/luaxml/luaxml.conf create mode 100644 lua/luaxml/luaxml.desc diff --git a/lua/luaxml/luaxml.cache b/lua/luaxml/luaxml.cache new file mode 100644 index 000000000..7ffff0f87 --- /dev/null +++ b/lua/luaxml/luaxml.cache @@ -0,0 +1,5 @@ + +[TIMESTAMP] 1244062270 Wed Jun 3 16:51:10 2009 +[BUILDTIME] 0 (1) +[SIZE] 0.11 MB, 13 files + diff --git a/lua/luaxml/luaxml.conf b/lua/luaxml/luaxml.conf new file mode 100644 index 000000000..02753aee3 --- /dev/null +++ b/lua/luaxml/luaxml.conf @@ -0,0 +1,25 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../luaxml/luaxml.conf +# Copyright (C) 2009 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +custextract="autoextract_subdir_zip" + +makeinstopt= + +luaxml_install() { + mv test.* readme.* *.png "$root$docdir/" + cp *.so "$root$lualibdir/" + cp *.lua "$root$luadatadir/" +} + +hook_add postmake 5 'luaxml_install' diff --git a/lua/luaxml/luaxml.desc b/lua/luaxml/luaxml.desc new file mode 100644 index 000000000..e1fcf2fa8 --- /dev/null +++ b/lua/luaxml/luaxml.desc @@ -0,0 +1,41 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../luaxml/luaxml.desc +[COPY] Copyright (C) 2009 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A minimal set of functions for the processing of XML data in Lua + +[T] LuaXML provides a minimal set of functions for the processing of XML data +[T] in Lua. It offers a very simple and natural mapping between the XML data +[T] format and Lua tables, which allows one to parse XML data just using +[T] Lua's normal table access and iteration methods: Substatements and text +[T] content is represented as array data having numerical keys, attributes +[T] and tags use string keys. This representation makes sure that the +[T] structure of XML data is exactly preserved in a read/write cycle. Since +[T] version 1.7, LuaXML consists of a well-optimized portable ISO-standard +[T] C file and a small Lua file. + +[U] http://www.viremo.de/LuaXML + +[A] Gerald Franz +[M] Alejandro Mery + +[C] extra/development + +[F] LUA + +[L] MIT +[S] Stable +[V] 1.7.1-090330 +[P] X -?---5---9 800.000 + +[D] 1500744844 LuaXML_090330.zip http://www.viremo.de/LuaXML/