summaryrefslogtreecommitdiff
path: root/www/mod_python3
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_python3')
-rw-r--r--www/mod_python3/Makefile40
-rw-r--r--www/mod_python3/distinfo2
-rw-r--r--www/mod_python3/files/patch-Makefile.in18
-rw-r--r--www/mod_python3/files/patch-configure11
-rw-r--r--www/mod_python3/pkg-comment1
-rw-r--r--www/mod_python3/pkg-descr9
-rw-r--r--www/mod_python3/pkg-message15
-rw-r--r--www/mod_python3/pkg-plist12
8 files changed, 0 insertions, 108 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile
deleted file mode 100644
index 9d61b0362bf3..000000000000
--- a/www/mod_python3/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: mod_python
-# Date created: 28 August 2000
-# Whom: Hye-Shik Chang <perky@python.or.kr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_python
-PORTVERSION= 2.6.3
-CATEGORIES= www python
-MASTER_SITES= http://www.modpython.org/dist/ \
- http://www.pythonlabs.com/products/python2.0/downloads/
-DISTFILES= mod_python-${PORTVERSION}.tgz ${PYTHON_DISTFILE}
-DIST_SUBDIR= python
-
-MAINTAINER= perky@python.or.kr
-
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
-RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
-
-PYTHON_WRKSRC= ${WRKSRC}/../Python-${PYTHON_VERSION:S/python//g}
-APXS= ${PREFIX}/sbin/apxs
-
-GNU_CONFIGURE= yes
-USE_PYTHON= yes
-CONFIGURE_ARGS= --with-apxs=${LOCALBASE}/sbin/apxs \
- --with-python=${PYTHON_WRKSRC}
-CONFIGURE_ENV= PYTHON_BIN=${LOCALBASE}/bin/python
-PLIST_SUB+= PYTHON_LIBPATH=${PYTHON_LIBPATH:S/^${LOCALBASE}//g}lib
-
-pre-configure:
- cd ${PYTHON_WRKSRC} && ./configure --without-threads && cd Modules && ${MAKE} -f Makefile.pre Makefile
-
-pre-build:
- cd ${PYTHON_WRKSRC} && ${MAKE}
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/mod_python3/distinfo b/www/mod_python3/distinfo
deleted file mode 100644
index 73735c8bea60..000000000000
--- a/www/mod_python3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (python/mod_python-2.6.3.tgz) = c3c3a12a5fd6d86e9334cdf4f6a9e845
-MD5 (python/BeOpen-Python-2.0.tar.gz) = 8c4a64891d3dc6422df2514c603f0c98
diff --git a/www/mod_python3/files/patch-Makefile.in b/www/mod_python3/files/patch-Makefile.in
deleted file mode 100644
index de6da8520979..000000000000
--- a/www/mod_python3/files/patch-Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.in.orig Wed Nov 15 05:33:51 2000
-+++ Makefile.in Wed Nov 15 05:40:52 2000
-@@ -90,13 +90,10 @@
- @echo
- @echo "Performing DSO installation."
- @echo
-- $(INSTALL) src/mod_python.so $(LIBEXECDIR)
-+ /usr/local/sbin/apxs -i -a src/mod_python.so
- @$(MAKE) install_py_lib
- @echo
-- @echo "Now don't forget to edit your main config and add"
-- @echo " LoadModule python_module $(LIBEXECDIR)/mod_python.so"
-- @echo "and if your configuration uses ClearModuleList, then also"
-- @echo " AddModule mod_python.c"
-+ @echo " ## Apache has to be restarted."
- @echo
-
-
diff --git a/www/mod_python3/files/patch-configure b/www/mod_python3/files/patch-configure
deleted file mode 100644
index 67f2ce25aee9..000000000000
--- a/www/mod_python3/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Nov 15 05:33:42 2000
-+++ configure Wed Nov 15 05:33:58 2000
-@@ -1312,7 +1312,7 @@
- # check if python is compiled with threads
- echo $ac_n "checking whether Python is compiled with thread support""... $ac_c" 1>&6
- echo "configure:1315: checking whether Python is compiled with thread support" >&5
--PyTHREADS=`$PYTHON_BIN -c "import sys; print \"thread\" in sys.builtin_module_names"`
-+PyTHREADS="0"
- if test "$PyTHREADS" = "1"; then
- echo "$ac_t""yes" 1>&6
- echo
diff --git a/www/mod_python3/pkg-comment b/www/mod_python3/pkg-comment
deleted file mode 100644
index 29297814bfad..000000000000
--- a/www/mod_python3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Apache module for integrating Python
diff --git a/www/mod_python3/pkg-descr b/www/mod_python3/pkg-descr
deleted file mode 100644
index 62e965e86fcc..000000000000
--- a/www/mod_python3/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Mod_python allows embedding Python within the Apache http server
-for a considerable boost in performance and added flexibility
-in designing web based applications.
-
-WWW: http://www.modpython.org/
-developed by Gregory Trubetskoy <grisha@ispol.com>
-
-- Hye-Shik "Perky" Chang
- perky@python.or.kr
diff --git a/www/mod_python3/pkg-message b/www/mod_python3/pkg-message
deleted file mode 100644
index 64fe01bba1c4..000000000000
--- a/www/mod_python3/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-================================================================================
-
-Also remember to add to your Apache configuration in the appropriate context:
-
-PythonPath "['/path/to/foo', '/path/to/bar']"
-AddHandler python-program .py
-PythonHandler foobar
-PythonDebug On
-
-Where PythonPath includes the paths to at least the Python libdir, its
-site-packages dir, and to the dir where your Python programs are. Also consider
-including the dir to mod_python if your Python distribution is installed in a
-non-standard location. For more information, see http://www.modpython.org/.
-
-================================================================================
diff --git a/www/mod_python3/pkg-plist b/www/mod_python3/pkg-plist
deleted file mode 100644
index d46dd4a28c4d..000000000000
--- a/www/mod_python3/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-libexec/apache/mod_python.so
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/__init__.py
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/apache.py
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/cgihandler.py
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/httpdapi.py
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/zhandler.py
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/__init__.pyc
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/apache.pyc
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/cgihandler.pyc
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/httpdapi.pyc
-%%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python/zhandler.pyc
-@dirrm %%PYTHON_LIBPATH%%/%%PYTHON_VERSION%%/site-packages/mod_python