From 34f83e032feacf795682362ddb03e2523ddc1f6a Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 20 May 2009 12:49:57 +0000 Subject: [PATCH] xavante: Added xavante 2.0.1 - A Lua Web Server with WSAPI support --- lua/xavante/xavante.cache | 18 ++++++++++++++++++ lua/xavante/xavante.conf | 18 ++++++++++++++++++ lua/xavante/xavante.desc | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 lua/xavante/xavante.cache create mode 100644 lua/xavante/xavante.conf create mode 100644 lua/xavante/xavante.desc diff --git a/lua/xavante/xavante.cache b/lua/xavante/xavante.cache new file mode 100644 index 000000000..82a14bd56 --- /dev/null +++ b/lua/xavante/xavante.cache @@ -0,0 +1,18 @@ + +[TIMESTAMP] 1242769691 Tue May 19 21:48:11 2009 +[BUILDTIME] 0 (5) +[SIZE] 0.06 MB, 20 files + +[DEP] bash +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] make +[DEP] sed +[DEP] sysfiles +[DEP] tar diff --git a/lua/xavante/xavante.conf b/lua/xavante/xavante.conf new file mode 100644 index 000000000..fe667d404 --- /dev/null +++ b/lua/xavante/xavante.conf @@ -0,0 +1,18 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../xavante/xavante.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 --- + +hook_add premake 5 'xavante_config' +xavante_config() { + sed -i "s,^PREFIX.*,PREFIX = $root/$prefix," config + } diff --git a/lua/xavante/xavante.desc b/lua/xavante/xavante.desc new file mode 100644 index 000000000..05de3911c --- /dev/null +++ b/lua/xavante/xavante.desc @@ -0,0 +1,35 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../xavante/xavante.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 Lua Web Server with WSAPI support + +[T] Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture +[T] based on URI mapped handlers. Xavante currently offers a file handler, +[T] a redirect handler and a WSAPI handler. Those are used for general files, +[T] URI remapping and WSAPI applications respectively. + +[U] http://www.keplerproject.org/xavante/ + +[A] The Kepler Project +[M] Alejandro Mery + +[C] extra/network +[F] LUA + +[L] MIT +[S] Stable +[V] 2.0.1 +[P] X -?---5---9 800.000 + +[D] 1668241970 xavante-2.0.1.tar.gz http://luaforge.net/frs/download.php/3966/