summaryrefslogtreecommitdiffstats
path: root/www/py-scgi
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2002-08-20 16:32:25 +0000
committernbm <nbm@FreeBSD.org>2002-08-20 16:32:25 +0000
commit7609e74af7adfa11af0abb0a4c1c9ab4b08bee09 (patch)
tree14e0b7e00479f12764719b7a1f73627a331556f7 /www/py-scgi
parentf7d25e1286429c45c2eb27a0d91830e17d3d6294 (diff)
downloadFreeBSD-ports-7609e74af7adfa11af0abb0a4c1c9ab4b08bee09.zip
FreeBSD-ports-7609e74af7adfa11af0abb0a4c1c9ab4b08bee09.tar.gz
Add py-scgi 0.2, a python server implementation of the Simple Common
Gateway Protocol.
Diffstat (limited to 'www/py-scgi')
-rw-r--r--www/py-scgi/Makefile21
-rw-r--r--www/py-scgi/distinfo1
-rw-r--r--www/py-scgi/pkg-comment1
-rw-r--r--www/py-scgi/pkg-descr3
-rw-r--r--www/py-scgi/pkg-plist14
5 files changed, 40 insertions, 0 deletions
diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile
new file mode 100644
index 0000000..437926c
--- /dev/null
+++ b/www/py-scgi/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: scgi
+# Date created: 19 Aug 2002
+# Whom: Neil Blakey-Milner <nbm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= scgi
+PORTVERSION= 0.2
+CATEGORIES= www
+MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nbm@FreeBSD.org
+
+PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>
diff --git a/www/py-scgi/distinfo b/www/py-scgi/distinfo
new file mode 100644
index 0000000..26d5f21
--- /dev/null
+++ b/www/py-scgi/distinfo
@@ -0,0 +1 @@
+MD5 (scgi-0.2.tar.gz) = 586892ad689e31383c21267590474f89
diff --git a/www/py-scgi/pkg-comment b/www/py-scgi/pkg-comment
new file mode 100644
index 0000000..ea305f4
--- /dev/null
+++ b/www/py-scgi/pkg-comment
@@ -0,0 +1 @@
+Python server implementation of the Simple Common Gateway Protocol
diff --git a/www/py-scgi/pkg-descr b/www/py-scgi/pkg-descr
new file mode 100644
index 0000000..52292e5
--- /dev/null
+++ b/www/py-scgi/pkg-descr
@@ -0,0 +1,3 @@
+Python server implementation of the Simple Common Gateway Protocol
+
+WWW: http://www.mems-exchange.org/software/scgi/
diff --git a/www/py-scgi/pkg-plist b/www/py-scgi/pkg-plist
new file mode 100644
index 0000000..9654d75
--- /dev/null
+++ b/www/py-scgi/pkg-plist
@@ -0,0 +1,14 @@
+%%PYTHON_SITELIBDIR%%/scgi/__init__.py
+%%PYTHON_SITELIBDIR%%/scgi/__init__.pyc
+%%PYTHON_SITELIBDIR%%/scgi/__init__.pyo
+%%PYTHON_SITELIBDIR%%/scgi/quixote_handler.py
+%%PYTHON_SITELIBDIR%%/scgi/quixote_handler.pyc
+%%PYTHON_SITELIBDIR%%/scgi/quixote_handler.pyo
+%%PYTHON_SITELIBDIR%%/scgi/scgi_server.py
+%%PYTHON_SITELIBDIR%%/scgi/scgi_server.pyc
+%%PYTHON_SITELIBDIR%%/scgi/scgi_server.pyo
+%%PYTHON_SITELIBDIR%%/scgi/test_passfd.py
+%%PYTHON_SITELIBDIR%%/scgi/test_passfd.pyc
+%%PYTHON_SITELIBDIR%%/scgi/test_passfd.pyo
+%%PYTHON_SITELIBDIR%%/scgi/passfd.so
+@dirrm %%PYTHON_SITELIBDIR%%/scgi
OpenPOWER on IntegriCloud