pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-wsgi The aim of mod_wsgi is to implement a sim...
details: https://anonhg.NetBSD.org/pkgsrc/rev/931d6539a932
branches: trunk
changeset: 534506:931d6539a932
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Oct 24 22:31:51 2007 +0000
description:
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 personal sites running on commodity web hosting
services.
diffstat:
www/ap2-wsgi/DESCR | 5 +++++
www/ap2-wsgi/Makefile | 27 +++++++++++++++++++++++++++
www/ap2-wsgi/PLIST | 3 +++
www/ap2-wsgi/distinfo | 5 +++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r 8f5a27d2572b -r 931d6539a932 www/ap2-wsgi/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-wsgi/DESCR Wed Oct 24 22:31:51 2007 +0000
@@ -0,0 +1,5 @@
+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 personal sites running on commodity web hosting
+services.
diff -r 8f5a27d2572b -r 931d6539a932 www/ap2-wsgi/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-wsgi/Makefile Wed Oct 24 22:31:51 2007 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/24 22:31:51 gdt Exp $
+#
+
+DISTNAME= mod_wsgi-${VERSION}
+PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-wsgi-${VERSION}
+CATEGORIES= www python
+MASTER_SITES= http://modwsgi.googlecode.com/files/
+
+MAINTAINER= jan.m.danielsson%gmail.com@localhost
+HOMEPAGE= http://modwsgi.googlecode.com/
+COMMENT= WSGI module for apache
+
+USE_LIBTOOL= yes
+APACHE_MODULE= yes
+VERSION= 1.0
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
+CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
+
+PYTHON_VERSIONS_ACCEPTED= 24
+
+PKG_APACHE_ACCEPTED= apache2 apache22
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/apache.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8f5a27d2572b -r 931d6539a932 www/ap2-wsgi/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-wsgi/PLIST Wed Oct 24 22:31:51 2007 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/24 22:31:51 gdt Exp $
+lib/httpd/mod_wsgi.so
+@dirrm lib/httpd
diff -r 8f5a27d2572b -r 931d6539a932 www/ap2-wsgi/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-wsgi/distinfo Wed Oct 24 22:31:51 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/24 22:31:51 gdt Exp $
+
+SHA1 (mod_wsgi-1.0.tar.gz) = 1fa7d76ff587c6c322f6aae6d69ee945ea7b5c6b
+RMD160 (mod_wsgi-1.0.tar.gz) = 19dfb1e4562dc14b9865b20a0f5da695105ce2e6
+Size (mod_wsgi-1.0.tar.gz) = 71455 bytes
Home |
Main Index |
Thread Index |
Old Index