summaryrefslogtreecommitdiff
path: root/www/py-flup
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-01 15:08:15 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-01 15:08:15 +0000
commit8e7b15c01a8614284e6ca8f55e231973653ef5c8 (patch)
treee659bf1738f6a4027b6b50051763ea0a176562bb /www/py-flup
parent8f822ecdc518d53354e46f18aaf4ccd8d5252159 (diff)
downloadpkgsrc-8e7b15c01a8614284e6ca8f55e231973653ef5c8.tar.gz
Import www/py-flup:
flup is a collection of modules for the Python Web Server Gateway Interface, including support for AJP 1.3, FastCGI and SCGI. It also offers a basic middleware.
Diffstat (limited to 'www/py-flup')
-rw-r--r--www/py-flup/DESCR3
-rw-r--r--www/py-flup/Makefile18
-rw-r--r--www/py-flup/PLIST97
-rw-r--r--www/py-flup/distinfo5
4 files changed, 123 insertions, 0 deletions
diff --git a/www/py-flup/DESCR b/www/py-flup/DESCR
new file mode 100644
index 00000000000..e39efa7a7f2
--- /dev/null
+++ b/www/py-flup/DESCR
@@ -0,0 +1,3 @@
+flup is a collection of modules for the Python Web Server Gateway
+Interface, including support for AJP 1.3, FastCGI and SCGI. It also
+offers a basic middleware.
diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile
new file mode 100644
index 00000000000..5f1652874b7
--- /dev/null
+++ b/www/py-flup/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/01 15:08:15 joerg Exp $
+#
+
+DISTNAME= flup-r2030
+PKGNAME= ${PYPKGPREFIX}-flup-2030
+CATEGORIES= www python
+MASTER_SITES= http://www.saddi.com/software/flup/dist/
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://www.saddi.com/software/flup/
+COMMENT= WSGI support modules
+
+PYDISTUTILSPKG= yes
+PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED= 24
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-flup/PLIST b/www/py-flup/PLIST
new file mode 100644
index 00000000000..0deedf43dc2
--- /dev/null
+++ b/www/py-flup/PLIST
@@ -0,0 +1,97 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/01 15:08:15 joerg Exp $
+${PYSITELIB}/flup-0.5-py2.4.egg/EGG-INFO/PKG-INFO
+${PYSITELIB}/flup-0.5-py2.4.egg/EGG-INFO/SOURCES.txt
+${PYSITELIB}/flup-0.5-py2.4.egg/EGG-INFO/dependency_links.txt
+${PYSITELIB}/flup-0.5-py2.4.egg/EGG-INFO/entry_points.txt
+${PYSITELIB}/flup-0.5-py2.4.egg/EGG-INFO/not-zip-safe
+${PYSITELIB}/flup-0.5-py2.4.egg/EGG-INFO/top_level.txt
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/__init__.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/__init__.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/__init__.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/__init__.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/__init__.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/__init__.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/error.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/error.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/error.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/gzip.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/gzip.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/gzip.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/session.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/session.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware/session.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/publisher.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/publisher.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/publisher.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/__init__.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/__init__.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/__init__.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/complex.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/complex.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/complex.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/function.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/function.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/function.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/importingmodule.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/importingmodule.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/importingmodule.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/module.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/module.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/module.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/nopathinfo.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/nopathinfo.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/nopathinfo.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/objectpath.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/objectpath.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/objectpath.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/resolver.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/resolver.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver/resolver.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/__init__.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/__init__.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/__init__.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp_base.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp_base.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp_base.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp_fork.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp_fork.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/ajp_fork.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi_base.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi_base.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi_base.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi_fork.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi_fork.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/fcgi_fork.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/paste_factory.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/paste_factory.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/paste_factory.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/preforkserver.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/preforkserver.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/preforkserver.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi_base.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi_base.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi_base.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi_fork.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi_fork.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/scgi_fork.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/threadedserver.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/threadedserver.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/threadedserver.pyo
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/threadpool.py
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/threadpool.pyc
+${PYSITELIB}/flup-0.5-py2.4.egg/flup/server/threadpool.pyo
+@dirrm ${PYSITELIB}/flup-0.5-py2.4.egg/EGG-INFO
+@dirrm ${PYSITELIB}/flup-0.5-py2.4.egg/flup/middleware
+@dirrm ${PYSITELIB}/flup-0.5-py2.4.egg/flup/resolver
+@dirrm ${PYSITELIB}/flup-0.5-py2.4.egg/flup/server
+@dirrm ${PYSITELIB}/flup-0.5-py2.4.egg/flup
+@dirrm ${PYSITELIB}/flup-0.5-py2.4.egg
diff --git a/www/py-flup/distinfo b/www/py-flup/distinfo
new file mode 100644
index 00000000000..d787e2feeb1
--- /dev/null
+++ b/www/py-flup/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/09/01 15:08:15 joerg Exp $
+
+SHA1 (flup-r2030.tar.gz) = 4b09ac42b8d947d2326b8d60078c841f1a6eb8b5
+RMD160 (flup-r2030.tar.gz) = 167f87a2e398060bd3a8a939034f2ac5ffae2c0b
+Size (flup-r2030.tar.gz) = 60309 bytes