From d1e6ebbf018e90376d58cb579c2a5b5bd5584c2f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 30 Jun 2008 11:30:25 +0000 Subject: [PATCH] [json4lua] Added json4lua 0.9.20 - JSON and JSON RPC modules for Lua --- lua/json4lua/json4lua.cache | 5 +++++ lua/json4lua/json4lua.conf | 25 +++++++++++++++++++++++++ lua/json4lua/json4lua.desc | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 lua/json4lua/json4lua.cache create mode 100644 lua/json4lua/json4lua.conf create mode 100644 lua/json4lua/json4lua.desc diff --git a/lua/json4lua/json4lua.cache b/lua/json4lua/json4lua.cache new file mode 100644 index 000000000..1c590dc71 --- /dev/null +++ b/lua/json4lua/json4lua.cache @@ -0,0 +1,5 @@ + +[TIMESTAMP] 1214825269 Mon Jun 30 11:27:49 2008 +[BUILDTIME] 0 (1) +[SIZE] 0.04 MB, 10 files + diff --git a/lua/json4lua/json4lua.conf b/lua/json4lua/json4lua.conf new file mode 100644 index 000000000..f0c52e174 --- /dev/null +++ b/lua/json4lua/json4lua.conf @@ -0,0 +1,25 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../json4lua/json4lua.conf +# Copyright (C) 2008 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 --- + +srcdir=json +makeopt= +makeinstopt= + +json_install() +{ + mkdir -p "$root$pkgdatadir/json" + cp -v *.lua "$root$pkgdatadir/json/" +} + +hook_add postmake 5 'json_install' diff --git a/lua/json4lua/json4lua.desc b/lua/json4lua/json4lua.desc new file mode 100644 index 000000000..22eb47e41 --- /dev/null +++ b/lua/json4lua/json4lua.desc @@ -0,0 +1,33 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../json4lua/json4lua.desc +[COPY] Copyright (C) 2008 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] JSON and JSON RPC modules for Lua + +[T] JSON (Javascript Object Notation) encoding/decoding module for Lua, and +[T] very basic JSON RPC module (requiring socket 2.0). + +[U] http://json.luaforge.net/ + +[A] Craig Mason-Jones +[M] Alejandro Mery + +[C] extra/development +[F] LUA + +[L] GPL +[S] Stable +[V] 0.9.20 +[P] X -?---5---9 800.000 + +[D] 4073934129 JSON4Lua-0.9.20.zip http://luaforge.net/frs/download.php/1375/