summaryrefslogtreecommitdiff
path: root/www/mod_wsgi4
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_wsgi4')
-rw-r--r--www/mod_wsgi4/Makefile38
-rw-r--r--www/mod_wsgi4/distinfo3
-rw-r--r--www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in8
-rw-r--r--www/mod_wsgi4/files/pkg-message.in11
-rw-r--r--www/mod_wsgi4/pkg-descr5
-rw-r--r--www/mod_wsgi4/pkg-plist3
6 files changed, 0 insertions, 68 deletions
diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile
deleted file mode 100644
index bea57e108537..000000000000
--- a/www/mod_wsgi4/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME= mod_wsgi
-DISTVERSION= 4.9.4
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= douglas@douglasthrift.net
-COMMENT= Python WSGI adapter module for Apache
-WWW= https://www.modwsgi.org/
-
-LICENSE= APACHE20
-
-USES= apache cpe gettext python
-USE_PYTHON= flavors
-
-CPE_VENDOR= modwsgi
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"
-
-SUB_FILES= pkg-message ${APMOD_FILE}
-APMOD_FILE= 270_${PORTNAME}.conf.sample
-PLIST_SUB+= APMOD_FILE=${APMOD_FILE}
-
-pre-everything::
- @${ECHO_MSG} "======================= ATTENTION! ======================"
- @${ECHO_MSG}
- @${ECHO_MSG} "If you want to use daemon mode you will need to make sure"
- @${ECHO_MSG} "Apache and APR include thread support."
- @${ECHO_MSG}
- @${ECHO_MSG} "========================================================="
-
-post-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d
- ${INSTALL_DATA} ${WRKDIR}/${APMOD_FILE} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${PORTNAME}.so
-
-.include <bsd.port.mk>
diff --git a/www/mod_wsgi4/distinfo b/www/mod_wsgi4/distinfo
deleted file mode 100644
index 0bc7200fd6d2..000000000000
--- a/www/mod_wsgi4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1737724307
-SHA256 (mod_wsgi-4.9.4.tar.gz) = 8e762662ea5b01afc386bbcfbaa079748eb6203ab1d6d3a3dac9237f5666cfc9
-SIZE (mod_wsgi-4.9.4.tar.gz) = 497531
diff --git a/www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in b/www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in
deleted file mode 100644
index 0177f0a7f668..000000000000
--- a/www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in
+++ /dev/null
@@ -1,8 +0,0 @@
-## vim: set filetype=apache:
-##
-## module file for mod_wsgi
-##
-## PROVIDE: mod_wsgi
-## REQUIRE:
-
-#LoadModule wsgi_module %%APACHEMODDIR%%/mod_wsgi.so
diff --git a/www/mod_wsgi4/files/pkg-message.in b/www/mod_wsgi4/files/pkg-message.in
deleted file mode 100644
index e6e2be1c1723..000000000000
--- a/www/mod_wsgi4/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-{ type: install
- message: <<EOM
-If you want to use daemon mode you will need to make sure Apache and APR
-include thread support.
-
-For more information, see :
-http://www.modwsgi.org/en/latest/user-guides/quick-configuration-guide.html
-EOM
-}
-]
diff --git a/www/mod_wsgi4/pkg-descr b/www/mod_wsgi4/pkg-descr
deleted file mode 100644
index f0087038e1da..000000000000
--- a/www/mod_wsgi4/pkg-descr
+++ /dev/null
@@ -1,5 +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.
diff --git a/www/mod_wsgi4/pkg-plist b/www/mod_wsgi4/pkg-plist
deleted file mode 100644
index c2e491134ebe..000000000000
--- a/www/mod_wsgi4/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@sample %%APACHEETCDIR%%/modules.d/%%APMOD_FILE%%
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@postunexec echo "Don't forget to remove all mod_wsgi-related directives in your httpd.conf"