pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-flup Import www/py-flup:
details: https://anonhg.NetBSD.org/pkgsrc/rev/db7a9f2a35be
branches: trunk
changeset: 518130:db7a9f2a35be
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Sep 01 15:08:15 2006 +0000
description:
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:
www/py-flup/DESCR | 3 +
www/py-flup/Makefile | 18 +++++++++
www/py-flup/PLIST | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++
www/py-flup/distinfo | 5 ++
4 files changed, 123 insertions(+), 0 deletions(-)
diffs (139 lines):
diff -r 57bc59384a6f -r db7a9f2a35be www/py-flup/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-flup/DESCR Fri Sep 01 15:08:15 2006 +0000
@@ -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 -r 57bc59384a6f -r db7a9f2a35be www/py-flup/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-flup/Makefile Fri Sep 01 15:08:15 2006 +0000
@@ -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@localhost
+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 -r 57bc59384a6f -r db7a9f2a35be www/py-flup/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-flup/PLIST Fri Sep 01 15:08:15 2006 +0000
@@ -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 -r 57bc59384a6f -r db7a9f2a35be www/py-flup/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-flup/distinfo Fri Sep 01 15:08:15 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index