Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (d939b7bf5d4bea6a37cf13e10fa4b1efe2a83c32)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (d939b7bf5d4bea6a37cf13e10fa4b1efe2a83c32)
  • Date: Tue, 16 Sep 2008 17:12:44 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 3 +++
http/mod_wsgi/DEPENDS | 2 ++
http/mod_wsgi/DETAILS | 26 ++++++++++++++++++++++++++
http/mod_wsgi/HISTORY | 2 ++
4 files changed, 33 insertions(+)

New commits:
commit d939b7bf5d4bea6a37cf13e10fa4b1efe2a83c32
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

mod_wsgi: new spell. Meant as a better performing alternative to
mod_python

diff --git a/ChangeLog b/ChangeLog
index 8d64139..d3ad69c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-09-16 David Kowis <dkowis AT shlrm.org>
+ * http/mod_wsgi: new spell! Alternative to mod_python
+
2008-09-16 Ladislav Hagara <hgr AT vabo.cz>
* video/mpeg2dec: deprecated / renamed to video-libs/libmpeg2
* video-libs/libmpeg2: new spell, a free MPEG-2 video stream decoder
diff --git a/http/mod_wsgi/DEPENDS b/http/mod_wsgi/DEPENDS
new file mode 100755
index 0000000..a8e7e58
--- /dev/null
+++ b/http/mod_wsgi/DEPENDS
@@ -0,0 +1,2 @@
+depends APACHE2
+depends python
diff --git a/http/mod_wsgi/DETAILS b/http/mod_wsgi/DETAILS
new file mode 100755
index 0000000..a8699ee
--- /dev/null
+++ b/http/mod_wsgi/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=mod_wsgi
+ VERSION=2.3
+
SOURCE_HASH=sha512:5dcad1140e432a40d6e380637a5e9478580441ce650f63a817c0ebc3c7a34993b802e4c3f528a10c2b4286e8793a59a148bb78f44334b84ea7e2fc85fa709f20
+ SOURCE=$SPELL-$VERSION.tar.gz
+ LICENSE[0]=APACHE
+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.'
+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.
+EOF
diff --git a/http/mod_wsgi/HISTORY b/http/mod_wsgi/HISTORY
new file mode 100644
index 0000000..41c41a2
--- /dev/null
+++ b/http/mod_wsgi/HISTORY
@@ -0,0 +1,2 @@
+2008-09-16 David Kowis <dkowis AT shlrm.org>
+ * DETAILS, DEPENDS: created new spell!



  • [SM-Commit] GIT changes to master grimoire by David Kowis (d939b7bf5d4bea6a37cf13e10fa4b1efe2a83c32), David Kowis, 09/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page