From f1008c9758aeb730aa928d7a4abcfbe4b0b7f0c6 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 31 Aug 2011 15:06:52 +0200 Subject: [PATCH] lua-cjson: Added lua-cjson 1.0.2 - A fast JSON parsing and encoding support for Lua --- lua/lua-cjson/lua-cjson.cache | 21 +++++++++++++++++++++ lua/lua-cjson/lua-cjson.conf | 16 ++++++++++++++++ lua/lua-cjson/lua-cjson.desc | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 lua/lua-cjson/lua-cjson.cache create mode 100644 lua/lua-cjson/lua-cjson.conf create mode 100644 lua/lua-cjson/lua-cjson.desc diff --git a/lua/lua-cjson/lua-cjson.cache b/lua/lua-cjson/lua-cjson.cache new file mode 100644 index 000000000..cd12e2756 --- /dev/null +++ b/lua/lua-cjson/lua-cjson.cache @@ -0,0 +1,21 @@ + +[TIMESTAMP] 1314795858 Wed Aug 31 15:04:18 2011 +[BUILDTIME] 0 (5) +[SIZE] 0.04 MB, 7 files + +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] linux-header +[DEP] lua +[DEP] make +[DEP] sed +[DEP] sysfiles +[DEP] tar diff --git a/lua/lua-cjson/lua-cjson.conf b/lua/lua-cjson/lua-cjson.conf new file mode 100644 index 000000000..457a48e84 --- /dev/null +++ b/lua/lua-cjson/lua-cjson.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../lua-cjson/lua-cjson.conf +# Copyright (C) 2011 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 --- + +var_append makeinstopt ' ' "LUA_VERSION=$luaver" +var_append makeinstopt ' ' "PREFIX=/$prefix" diff --git a/lua/lua-cjson/lua-cjson.desc b/lua/lua-cjson/lua-cjson.desc new file mode 100644 index 000000000..df9bb9201 --- /dev/null +++ b/lua/lua-cjson/lua-cjson.desc @@ -0,0 +1,34 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../lua-cjson/lua-cjson.desc +[COPY] Copyright (C) 2011 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 fast JSON parsing and encoding support for Lua + +[T] Lua CJSON provides fast UTF-8 JSON parsing/encoding support for Lua, +[T] and has no external dependencies. + +[U] http://www.kyne.com.au/~mark/software/lua-cjson.php + +[A] Mark Pullford +[M] Christian Wiese + +[C] extra/development + +[F] LUA + +[L] MIT +[S] Stable +[V] 1.0.2 +[P] X -----5---9 800.000 + +[D] 3140329554 lua-cjson-1.0.2.tar.gz http://www.kyne.com.au/~mark/software/