Alejandro Mery
16 years ago
3 changed files with 71 additions and 0 deletions
@ -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 |
@ -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 |
||||
} |
@ -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 <info@keplerproject.org> |
||||
[M] Alejandro Mery <amery@opensde.org> |
||||
|
||||
[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/ |
Loading…
Reference in new issue