summaryrefslogtreecommitdiff
path: root/www/mod_wsgi3
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_wsgi3')
-rw-r--r--www/mod_wsgi3/Makefile30
-rw-r--r--www/mod_wsgi3/distinfo3
-rw-r--r--www/mod_wsgi3/files/patch-mod_wsgi.c13
-rw-r--r--www/mod_wsgi3/files/pkg-message.in5
-rw-r--r--www/mod_wsgi3/pkg-descr7
-rw-r--r--www/mod_wsgi3/pkg-plist5
6 files changed, 0 insertions, 63 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile
deleted file mode 100644
index 9eb3cd605f05..000000000000
--- a/www/mod_wsgi3/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: mod_wsgi
-# Date created: 07 April 2008
-# Whom: Douglas Thrift
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_wsgi
-PORTVERSION= 2.3
-CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-
-MAINTAINER= douglas@douglasthrift.net
-COMMENT= Python WSGI adapter module for Apache
-
-PROJECTHOST= modwsgi
-
-USE_APACHE= 1.3+
-USE_PYTHON= 2.3+
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
-
-SUB_FILES= pkg-message
-
-post-install:
- @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/mod_wsgi3/distinfo b/www/mod_wsgi3/distinfo
deleted file mode 100644
index d3926d891fa2..000000000000
--- a/www/mod_wsgi3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mod_wsgi-2.3.tar.gz) = c686e1c498dbe5753fe491c3cf61cff4
-SHA256 (mod_wsgi-2.3.tar.gz) = 760f03e4d96dd0560717b06448af95bd79e91b59d31930171775a53bb7ec2375
-SIZE (mod_wsgi-2.3.tar.gz) = 96872
diff --git a/www/mod_wsgi3/files/patch-mod_wsgi.c b/www/mod_wsgi3/files/patch-mod_wsgi.c
deleted file mode 100644
index ffb512d0ad76..000000000000
--- a/www/mod_wsgi3/files/patch-mod_wsgi.c
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mod_wsgi.c
-===================================================================
---- mod_wsgi.c (revision 1007)
-+++ mod_wsgi.c (revision 1008)
-@@ -245,7 +245,7 @@
- /* Version and module information. */
-
- #define MOD_WSGI_MAJORVERSION_NUMBER 2
--#define MOD_WSGI_MINORVERSION_NUMBER 2
-+#define MOD_WSGI_MINORVERSION_NUMBER 3
- #define MOD_WSGI_VERSION_STRING "2.3"
-
- #if AP_SERVER_MAJORVERSION_NUMBER < 2
diff --git a/www/mod_wsgi3/files/pkg-message.in b/www/mod_wsgi3/files/pkg-message.in
deleted file mode 100644
index dea5054f301f..000000000000
--- a/www/mod_wsgi3/files/pkg-message.in
+++ /dev/null
@@ -1,5 +0,0 @@
-================================================================================
-
-For more information, see http://www.modwsgi.org/.
-
-================================================================================
diff --git a/www/mod_wsgi3/pkg-descr b/www/mod_wsgi3/pkg-descr
deleted file mode 100644
index 626edd10ab45..000000000000
--- a/www/mod_wsgi3/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.
-
-WWW: http://www.modwsgi.org/
diff --git a/www/mod_wsgi3/pkg-plist b/www/mod_wsgi3/pkg-plist
deleted file mode 100644
index 45d83308c5b6..000000000000
--- a/www/mod_wsgi3/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $FreeBSD$
-@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
-@unexec echo "Don't forget to remove all mod_wsgi-related directives in your httpd.conf"