Nagy Karoly Gabriel
16 years ago
3 changed files with 81 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1238241990 Sat Mar 28 14:06:30 2009 |
||||||
|
[BUILDTIME] 0 (5) |
||||||
|
[SIZE] 0.04 MB, 8 files |
||||||
|
|
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] fcgi |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] make |
||||||
|
[DEP] ruby |
||||||
|
[DEP] runit |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
@ -0,0 +1,25 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../ruby-fcgi/ruby-fcgi.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 --- |
||||||
|
|
||||||
|
configscript= |
||||||
|
makeopt= |
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
ruby_fcgi_main() { |
||||||
|
ruby install.rb config |
||||||
|
ruby install.rb setup |
||||||
|
ruby install.rb install |
||||||
|
} |
||||||
|
|
||||||
|
hook_add postmake 5 "ruby_fcgi_main" |
@ -0,0 +1,34 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../ruby-fcgi/ruby-fcgi.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 FastCGI library for ruby |
||||||
|
|
||||||
|
[T] FastCGI is a language independent, scalable, open extension |
||||||
|
[T] to CGI that provides high performance without the limitations |
||||||
|
[T] of server specific APIs. |
||||||
|
[T] This library adds fastcgi to ruby. |
||||||
|
|
||||||
|
[U] http://www.moonwolf.com/ruby/archive |
||||||
|
|
||||||
|
[A] Tatsuki Sugiura <sugi-rubyforge@nemui.org> |
||||||
|
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||||
|
|
||||||
|
[C] extra/development |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 0.8.7 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 3391162703 ruby-fcgi-0.8.7.tar.gz http://www.moonwolf.com/ruby/archive/ |
Loading…
Reference in new issue