summaryrefslogtreecommitdiff
path: root/www/mod_wsgi3
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_wsgi3')
-rw-r--r--www/mod_wsgi3/Makefile32
-rw-r--r--www/mod_wsgi3/distinfo3
-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
5 files changed, 0 insertions, 52 deletions
diff --git a/www/mod_wsgi3/Makefile b/www/mod_wsgi3/Makefile
deleted file mode 100644
index 59ceb6e06641..000000000000
--- a/www/mod_wsgi3/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: mod_wsgi
-# Date created: 07 April 2008
-# Whom: Douglas Thrift
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_wsgi
-PORTVERSION= 2.5
-CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-
-MAINTAINER= douglas@douglasthrift.net
-COMMENT= Python WSGI adapter module for Apache
-
-MAKE_JOBS_SAFE= yes
-
-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 d6fc3be525c6..000000000000
--- a/www/mod_wsgi3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mod_wsgi-2.5.tar.gz) = 43ad11c477799e2f780c50197c420afd
-SHA256 (mod_wsgi-2.5.tar.gz) = cdeaa75a452601582f85bb01deb2311a89b4c4f024712a0a6a07c0c431da3341
-SIZE (mod_wsgi-2.5.tar.gz) = 97420
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"