Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Puppet_Master (530ed304e4a68ab9b11beba00f3bc04bf0fe5c57)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Puppet_Master <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Puppet_Master (530ed304e4a68ab9b11beba00f3bc04bf0fe5c57)
  • Date: Mon, 29 Mar 2010 09:04:38 -0500

GIT changes to master grimoire by Puppet_Master <puppetmaster AT sourcemage.org>:

ChangeLog | 2 ++
http/spawn-fcgi/DETAILS | 18 ++++++++++++++++++
http/spawn-fcgi/HISTORY | 3 +++
3 files changed, 23 insertions(+)

New commits:
commit 530ed304e4a68ab9b11beba00f3bc04bf0fe5c57
Author: Philippe Caseiro <puppetmaster AT sourcemage.org>
Commit: Puppet_Master <puppetmaster AT sourcemage.org>

http/spawn-fcgi : new spell added

diff --git a/ChangeLog b/ChangeLog
index 43c4d0a..c268488 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2010-03-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * http/spawn-fcgi : new spell, for fcgi management
2010-03-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* kde4-apps/qtmpc: moved to audio-players to fix installation

diff --git a/http/spawn-fcgi/DETAILS b/http/spawn-fcgi/DETAILS
new file mode 100755
index 0000000..9419563
--- /dev/null
+++ b/http/spawn-fcgi/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=spawn-fcgi
+ VERSION=1.6.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.lighttpd.net/download/$SOURCE
+
SOURCE_HASH=sha512:4f9ad8691562e95f3df6ec5f733db7dc774b2e1c5bbacf77bbb954791dbeca506134d5794efb06b342bc149e7cff2f8173c05070ed214de3634cf1484c08f85f
+ WEB_SITE=http://redmine.lighttpd.net/projects/spawn-fcgi
+ ENTERED=20100329
+ LICENSE[0]=GPL
+ KEYWORDS="web http fcgi"
+ SHORT="spawn-fcgi prepares the environment for fastcgi
applications"
+cat << EOF
+spawn-fcgi prepares the environment for fastcgi applications;
+
+it opens a socket (tcp / unix-domain) on filedescriptor 0,
+changes uid/gid for process and unix-domain socket,
+closes STDIN/STDOUT, ...
+EOF
diff --git a/http/spawn-fcgi/HISTORY b/http/spawn-fcgi/HISTORY
new file mode 100644
index 0000000..971d41f
--- /dev/null
+++ b/http/spawn-fcgi/HISTORY
@@ -0,0 +1,3 @@
+2010-03-29 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcmage.org>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Puppet_Master (530ed304e4a68ab9b11beba00f3bc04bf0fe5c57), Puppet_Master, 03/29/2010

Archive powered by MHonArc 2.6.24.

Top of Page