Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (81776ae85b60f00ee3ca4cec3f03bfb5ce1a4b27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (81776ae85b60f00ee3ca4cec3f03bfb5ce1a4b27)
  • Date: Sun, 19 Apr 2009 16:12:48 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/mod_wsgi/DEPENDS | 4 ++--
http/mod_wsgi/DETAILS | 26 +++++++++-----------------
http/mod_wsgi/HISTORY | 5 +++++
3 files changed, 16 insertions(+), 19 deletions(-)

New commits:
commit 81776ae85b60f00ee3ca4cec3f03bfb5ce1a4b27
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mod_wsgi: => 2.4

diff --git a/http/mod_wsgi/DEPENDS b/http/mod_wsgi/DEPENDS
index a8e7e58..b00e2f0 100755
--- a/http/mod_wsgi/DEPENDS
+++ b/http/mod_wsgi/DEPENDS
@@ -1,2 +1,2 @@
-depends APACHE2
-depends python
+depends APACHE2 &&
+depends python
diff --git a/http/mod_wsgi/DETAILS b/http/mod_wsgi/DETAILS
index a8699ee..c43ab95 100755
--- a/http/mod_wsgi/DETAILS
+++ b/http/mod_wsgi/DETAILS
@@ -1,26 +1,18 @@
SPELL=mod_wsgi
- VERSION=2.3
-
SOURCE_HASH=sha512:5dcad1140e432a40d6e380637a5e9478580441ce650f63a817c0ebc3c7a34993b802e4c3f528a10c2b4286e8793a59a148bb78f44334b84ea7e2fc85fa709f20
+ VERSION=2.4
+
SOURCE_HASH=sha512:beb3fae5ebac0d143e51a0078d20cfc0f38cdde15109a5101132c1776369e82242b00f867f265dc23989563925cf892036f8cb3b096331800717cc20501d9e6f
SOURCE=$SPELL-$VERSION.tar.gz
LICENSE[0]=APACHE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://modwsgi.googlecode.com/files/$SOURCE
WEB_SITE=http://code.google.com/p/modwsgi/
ENTERED=20080916
- UPDATED=20080916
KEYWORDS="interpreter http python"
- SHORT='a simple to use Apache module which can host any Python
application which supports the Python WSGI interface.'
+ SHORT="Python WSGI adapter module for Apache"
cat << EOF
-Although solutions exist for hosting Python web applications using Apache,
they
-are either slow, complicated to use, unreliable, or not suitable for
commodity
-web hosting.
-
-The aim of mod_wsgi is to implement a simple to use Apache module which can
host
-any Python application which supports the Python WSGI interface. The module
-would be suitable for use in hosting high performance production web sites,
as
-well as your average self managed personal sites running on web hosting
services.
-
-With a bit more work and encouragement, future versions of mod_wsgi will
include
-additional features which should help it to also break into the truly low
cost
-commodity web hosting market where Python is currently sadly lacking as an
option.
+The mod_wsgi adapter is an Apache module that provides a WSGI compliant
+interface for hosting Python based web applications within Apache. The
adapter
+is written completely in C code against the Apache C runtime and for hosting
+WSGI applications within Apache has a lower overhead than using existing WSGI
+adapters for mod_python or CGI.
EOF
diff --git a/http/mod_wsgi/HISTORY b/http/mod_wsgi/HISTORY
index 41c41a2..970e0c4 100644
--- a/http/mod_wsgi/HISTORY
+++ b/http/mod_wsgi/HISTORY
@@ -1,2 +1,7 @@
+2009-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4; fixed long description wrap; quoting
+ paths
+ * DEPENDS: added missing `&&'; cleaned up
+
2008-09-16 David Kowis <dkowis AT shlrm.org>
* DETAILS, DEPENDS: created new spell!



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (81776ae85b60f00ee3ca4cec3f03bfb5ce1a4b27), Vlad Glagolev, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page