summaryrefslogtreecommitdiff
path: root/www/py-cherrypy
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-04-05 11:56:08 +0000
committeradam <adam@pkgsrc.org>2011-04-05 11:56:08 +0000
commita863d2b7c3dd4685060fe834c1622b379b619859 (patch)
tree0a47eb4b24a3bd966bb1a29eec98f5fcb1051e41 /www/py-cherrypy
parent6acb1173f9cb8d495ce6b4e39d8a64dc7f4647f0 (diff)
downloadpkgsrc-a863d2b7c3dd4685060fe834c1622b379b619859.tar.gz
CherryPy allows developers to build web applications in much the same way they
would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than six years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones.
Diffstat (limited to 'www/py-cherrypy')
-rw-r--r--www/py-cherrypy/DESCR7
-rw-r--r--www/py-cherrypy/Makefile19
-rw-r--r--www/py-cherrypy/PLIST329
-rw-r--r--www/py-cherrypy/distinfo5
4 files changed, 360 insertions, 0 deletions
diff --git a/www/py-cherrypy/DESCR b/www/py-cherrypy/DESCR
new file mode 100644
index 00000000000..f08381b8d90
--- /dev/null
+++ b/www/py-cherrypy/DESCR
@@ -0,0 +1,7 @@
+CherryPy allows developers to build web applications in much the same way they
+would build any other object-oriented Python program. This results in smaller
+source code developed in less time.
+
+CherryPy is now more than six years old and it is has proven very fast and
+stable. It is being used in production by many sites, from the simplest ones to
+the most demanding ones.
diff --git a/www/py-cherrypy/Makefile b/www/py-cherrypy/Makefile
new file mode 100644
index 00000000000..e6ababc30ac
--- /dev/null
+++ b/www/py-cherrypy/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/04/05 11:56:08 adam Exp $
+
+DISTNAME= CherryPy-3.2.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= www python
+MASTER_SITES= http://download.cherrypy.org/cherrypy/${PKGVERSION_NOREV}/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.cherrypy.org/
+COMMENT= CherryPy is a pythonic, object-oriented HTTP framework
+LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+EGG_NAME= ${DISTNAME}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-cherrypy/PLIST b/www/py-cherrypy/PLIST
new file mode 100644
index 00000000000..227903e45ca
--- /dev/null
+++ b/www/py-cherrypy/PLIST
@@ -0,0 +1,329 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/05 11:56:08 adam Exp $
+bin/cherryd
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cherrypy/LICENSE.txt
+${PYSITELIB}/cherrypy/__init__.py
+${PYSITELIB}/cherrypy/__init__.pyc
+${PYSITELIB}/cherrypy/__init__.pyo
+${PYSITELIB}/cherrypy/_cpchecker.py
+${PYSITELIB}/cherrypy/_cpchecker.pyc
+${PYSITELIB}/cherrypy/_cpchecker.pyo
+${PYSITELIB}/cherrypy/_cpcompat.py
+${PYSITELIB}/cherrypy/_cpcompat.pyc
+${PYSITELIB}/cherrypy/_cpcompat.pyo
+${PYSITELIB}/cherrypy/_cpconfig.py
+${PYSITELIB}/cherrypy/_cpconfig.pyc
+${PYSITELIB}/cherrypy/_cpconfig.pyo
+${PYSITELIB}/cherrypy/_cpdispatch.py
+${PYSITELIB}/cherrypy/_cpdispatch.pyc
+${PYSITELIB}/cherrypy/_cpdispatch.pyo
+${PYSITELIB}/cherrypy/_cperror.py
+${PYSITELIB}/cherrypy/_cperror.pyc
+${PYSITELIB}/cherrypy/_cperror.pyo
+${PYSITELIB}/cherrypy/_cplogging.py
+${PYSITELIB}/cherrypy/_cplogging.pyc
+${PYSITELIB}/cherrypy/_cplogging.pyo
+${PYSITELIB}/cherrypy/_cpmodpy.py
+${PYSITELIB}/cherrypy/_cpmodpy.pyc
+${PYSITELIB}/cherrypy/_cpmodpy.pyo
+${PYSITELIB}/cherrypy/_cpnative_server.py
+${PYSITELIB}/cherrypy/_cpnative_server.pyc
+${PYSITELIB}/cherrypy/_cpnative_server.pyo
+${PYSITELIB}/cherrypy/_cpreqbody.py
+${PYSITELIB}/cherrypy/_cpreqbody.pyc
+${PYSITELIB}/cherrypy/_cpreqbody.pyo
+${PYSITELIB}/cherrypy/_cprequest.py
+${PYSITELIB}/cherrypy/_cprequest.pyc
+${PYSITELIB}/cherrypy/_cprequest.pyo
+${PYSITELIB}/cherrypy/_cpserver.py
+${PYSITELIB}/cherrypy/_cpserver.pyc
+${PYSITELIB}/cherrypy/_cpserver.pyo
+${PYSITELIB}/cherrypy/_cpthreadinglocal.py
+${PYSITELIB}/cherrypy/_cpthreadinglocal.pyc
+${PYSITELIB}/cherrypy/_cpthreadinglocal.pyo
+${PYSITELIB}/cherrypy/_cptools.py
+${PYSITELIB}/cherrypy/_cptools.pyc
+${PYSITELIB}/cherrypy/_cptools.pyo
+${PYSITELIB}/cherrypy/_cptree.py
+${PYSITELIB}/cherrypy/_cptree.pyc
+${PYSITELIB}/cherrypy/_cptree.pyo
+${PYSITELIB}/cherrypy/_cpwsgi.py
+${PYSITELIB}/cherrypy/_cpwsgi.pyc
+${PYSITELIB}/cherrypy/_cpwsgi.pyo
+${PYSITELIB}/cherrypy/_cpwsgi_server.py
+${PYSITELIB}/cherrypy/_cpwsgi_server.pyc
+${PYSITELIB}/cherrypy/_cpwsgi_server.pyo
+${PYSITELIB}/cherrypy/cherryd
+${PYSITELIB}/cherrypy/favicon.ico
+${PYSITELIB}/cherrypy/lib/__init__.py
+${PYSITELIB}/cherrypy/lib/__init__.pyc
+${PYSITELIB}/cherrypy/lib/__init__.pyo
+${PYSITELIB}/cherrypy/lib/auth.py
+${PYSITELIB}/cherrypy/lib/auth.pyc
+${PYSITELIB}/cherrypy/lib/auth.pyo
+${PYSITELIB}/cherrypy/lib/auth_basic.py
+${PYSITELIB}/cherrypy/lib/auth_basic.pyc
+${PYSITELIB}/cherrypy/lib/auth_basic.pyo
+${PYSITELIB}/cherrypy/lib/auth_digest.py
+${PYSITELIB}/cherrypy/lib/auth_digest.pyc
+${PYSITELIB}/cherrypy/lib/auth_digest.pyo
+${PYSITELIB}/cherrypy/lib/caching.py
+${PYSITELIB}/cherrypy/lib/caching.pyc
+${PYSITELIB}/cherrypy/lib/caching.pyo
+${PYSITELIB}/cherrypy/lib/covercp.py
+${PYSITELIB}/cherrypy/lib/covercp.pyc
+${PYSITELIB}/cherrypy/lib/covercp.pyo
+${PYSITELIB}/cherrypy/lib/cpstats.py
+${PYSITELIB}/cherrypy/lib/cpstats.pyc
+${PYSITELIB}/cherrypy/lib/cpstats.pyo
+${PYSITELIB}/cherrypy/lib/cptools.py
+${PYSITELIB}/cherrypy/lib/cptools.pyc
+${PYSITELIB}/cherrypy/lib/cptools.pyo
+${PYSITELIB}/cherrypy/lib/encoding.py
+${PYSITELIB}/cherrypy/lib/encoding.pyc
+${PYSITELIB}/cherrypy/lib/encoding.pyo
+${PYSITELIB}/cherrypy/lib/http.py
+${PYSITELIB}/cherrypy/lib/http.pyc
+${PYSITELIB}/cherrypy/lib/http.pyo
+${PYSITELIB}/cherrypy/lib/httpauth.py
+${PYSITELIB}/cherrypy/lib/httpauth.pyc
+${PYSITELIB}/cherrypy/lib/httpauth.pyo
+${PYSITELIB}/cherrypy/lib/httputil.py
+${PYSITELIB}/cherrypy/lib/httputil.pyc
+${PYSITELIB}/cherrypy/lib/httputil.pyo
+${PYSITELIB}/cherrypy/lib/jsontools.py
+${PYSITELIB}/cherrypy/lib/jsontools.pyc
+${PYSITELIB}/cherrypy/lib/jsontools.pyo
+${PYSITELIB}/cherrypy/lib/profiler.py
+${PYSITELIB}/cherrypy/lib/profiler.pyc
+${PYSITELIB}/cherrypy/lib/profiler.pyo
+${PYSITELIB}/cherrypy/lib/reprconf.py
+${PYSITELIB}/cherrypy/lib/reprconf.pyc
+${PYSITELIB}/cherrypy/lib/reprconf.pyo
+${PYSITELIB}/cherrypy/lib/sessions.py
+${PYSITELIB}/cherrypy/lib/sessions.pyc
+${PYSITELIB}/cherrypy/lib/sessions.pyo
+${PYSITELIB}/cherrypy/lib/static.py
+${PYSITELIB}/cherrypy/lib/static.pyc
+${PYSITELIB}/cherrypy/lib/static.pyo
+${PYSITELIB}/cherrypy/lib/xmlrpc.py
+${PYSITELIB}/cherrypy/lib/xmlrpc.pyc
+${PYSITELIB}/cherrypy/lib/xmlrpc.pyo
+${PYSITELIB}/cherrypy/process/__init__.py
+${PYSITELIB}/cherrypy/process/__init__.pyc
+${PYSITELIB}/cherrypy/process/__init__.pyo
+${PYSITELIB}/cherrypy/process/plugins.py
+${PYSITELIB}/cherrypy/process/plugins.pyc
+${PYSITELIB}/cherrypy/process/plugins.pyo
+${PYSITELIB}/cherrypy/process/servers.py
+${PYSITELIB}/cherrypy/process/servers.pyc
+${PYSITELIB}/cherrypy/process/servers.pyo
+${PYSITELIB}/cherrypy/process/win32.py
+${PYSITELIB}/cherrypy/process/win32.pyc
+${PYSITELIB}/cherrypy/process/win32.pyo
+${PYSITELIB}/cherrypy/process/wspbus.py
+${PYSITELIB}/cherrypy/process/wspbus.pyc
+${PYSITELIB}/cherrypy/process/wspbus.pyo
+${PYSITELIB}/cherrypy/scaffold/__init__.py
+${PYSITELIB}/cherrypy/scaffold/__init__.pyc
+${PYSITELIB}/cherrypy/scaffold/__init__.pyo
+${PYSITELIB}/cherrypy/scaffold/example.conf
+${PYSITELIB}/cherrypy/scaffold/site.conf
+${PYSITELIB}/cherrypy/scaffold/static/made_with_cherrypy_small.png
+${PYSITELIB}/cherrypy/test/__init__.py
+${PYSITELIB}/cherrypy/test/__init__.pyc
+${PYSITELIB}/cherrypy/test/__init__.pyo
+${PYSITELIB}/cherrypy/test/_test_decorators.py
+${PYSITELIB}/cherrypy/test/_test_decorators.pyc
+${PYSITELIB}/cherrypy/test/_test_decorators.pyo
+${PYSITELIB}/cherrypy/test/_test_states_demo.py
+${PYSITELIB}/cherrypy/test/_test_states_demo.pyc
+${PYSITELIB}/cherrypy/test/_test_states_demo.pyo
+${PYSITELIB}/cherrypy/test/benchmark.py
+${PYSITELIB}/cherrypy/test/benchmark.pyc
+${PYSITELIB}/cherrypy/test/benchmark.pyo
+${PYSITELIB}/cherrypy/test/checkerdemo.py
+${PYSITELIB}/cherrypy/test/checkerdemo.pyc
+${PYSITELIB}/cherrypy/test/checkerdemo.pyo
+${PYSITELIB}/cherrypy/test/helper.py
+${PYSITELIB}/cherrypy/test/helper.pyc
+${PYSITELIB}/cherrypy/test/helper.pyo
+${PYSITELIB}/cherrypy/test/logtest.py
+${PYSITELIB}/cherrypy/test/logtest.pyc
+${PYSITELIB}/cherrypy/test/logtest.pyo
+${PYSITELIB}/cherrypy/test/modfastcgi.py
+${PYSITELIB}/cherrypy/test/modfastcgi.pyc
+${PYSITELIB}/cherrypy/test/modfastcgi.pyo
+${PYSITELIB}/cherrypy/test/modfcgid.py
+${PYSITELIB}/cherrypy/test/modfcgid.pyc
+${PYSITELIB}/cherrypy/test/modfcgid.pyo
+${PYSITELIB}/cherrypy/test/modpy.py
+${PYSITELIB}/cherrypy/test/modpy.pyc
+${PYSITELIB}/cherrypy/test/modpy.pyo
+${PYSITELIB}/cherrypy/test/modwsgi.py
+${PYSITELIB}/cherrypy/test/modwsgi.pyc
+${PYSITELIB}/cherrypy/test/modwsgi.pyo
+${PYSITELIB}/cherrypy/test/sessiondemo.py
+${PYSITELIB}/cherrypy/test/sessiondemo.pyc
+${PYSITELIB}/cherrypy/test/sessiondemo.pyo
+${PYSITELIB}/cherrypy/test/static/dirback.jpg
+${PYSITELIB}/cherrypy/test/static/index.html
+${PYSITELIB}/cherrypy/test/style.css
+${PYSITELIB}/cherrypy/test/test.pem
+${PYSITELIB}/cherrypy/test/test_auth_basic.py
+${PYSITELIB}/cherrypy/test/test_auth_basic.pyc
+${PYSITELIB}/cherrypy/test/test_auth_basic.pyo
+${PYSITELIB}/cherrypy/test/test_auth_digest.py
+${PYSITELIB}/cherrypy/test/test_auth_digest.pyc
+${PYSITELIB}/cherrypy/test/test_auth_digest.pyo
+${PYSITELIB}/cherrypy/test/test_bus.py
+${PYSITELIB}/cherrypy/test/test_bus.pyc
+${PYSITELIB}/cherrypy/test/test_bus.pyo
+${PYSITELIB}/cherrypy/test/test_caching.py
+${PYSITELIB}/cherrypy/test/test_caching.pyc
+${PYSITELIB}/cherrypy/test/test_caching.pyo
+${PYSITELIB}/cherrypy/test/test_config.py
+${PYSITELIB}/cherrypy/test/test_config.pyc
+${PYSITELIB}/cherrypy/test/test_config.pyo
+${PYSITELIB}/cherrypy/test/test_config_server.py
+${PYSITELIB}/cherrypy/test/test_config_server.pyc
+${PYSITELIB}/cherrypy/test/test_config_server.pyo
+${PYSITELIB}/cherrypy/test/test_conn.py
+${PYSITELIB}/cherrypy/test/test_conn.pyc
+${PYSITELIB}/cherrypy/test/test_conn.pyo
+${PYSITELIB}/cherrypy/test/test_core.py
+${PYSITELIB}/cherrypy/test/test_core.pyc
+${PYSITELIB}/cherrypy/test/test_core.pyo
+${PYSITELIB}/cherrypy/test/test_dynamicobjectmapping.py
+${PYSITELIB}/cherrypy/test/test_dynamicobjectmapping.pyc
+${PYSITELIB}/cherrypy/test/test_dynamicobjectmapping.pyo
+${PYSITELIB}/cherrypy/test/test_encoding.py
+${PYSITELIB}/cherrypy/test/test_encoding.pyc
+${PYSITELIB}/cherrypy/test/test_encoding.pyo
+${PYSITELIB}/cherrypy/test/test_etags.py
+${PYSITELIB}/cherrypy/test/test_etags.pyc
+${PYSITELIB}/cherrypy/test/test_etags.pyo
+${PYSITELIB}/cherrypy/test/test_http.py
+${PYSITELIB}/cherrypy/test/test_http.pyc
+${PYSITELIB}/cherrypy/test/test_http.pyo
+${PYSITELIB}/cherrypy/test/test_httpauth.py
+${PYSITELIB}/cherrypy/test/test_httpauth.pyc
+${PYSITELIB}/cherrypy/test/test_httpauth.pyo
+${PYSITELIB}/cherrypy/test/test_httplib.py
+${PYSITELIB}/cherrypy/test/test_httplib.pyc
+${PYSITELIB}/cherrypy/test/test_httplib.pyo
+${PYSITELIB}/cherrypy/test/test_json.py
+${PYSITELIB}/cherrypy/test/test_json.pyc
+${PYSITELIB}/cherrypy/test/test_json.pyo
+${PYSITELIB}/cherrypy/test/test_logging.py
+${PYSITELIB}/cherrypy/test/test_logging.pyc
+${PYSITELIB}/cherrypy/test/test_logging.pyo
+${PYSITELIB}/cherrypy/test/test_mime.py
+${PYSITELIB}/cherrypy/test/test_mime.pyc
+${PYSITELIB}/cherrypy/test/test_mime.pyo
+${PYSITELIB}/cherrypy/test/test_misc_tools.py
+${PYSITELIB}/cherrypy/test/test_misc_tools.pyc
+${PYSITELIB}/cherrypy/test/test_misc_tools.pyo
+${PYSITELIB}/cherrypy/test/test_objectmapping.py
+${PYSITELIB}/cherrypy/test/test_objectmapping.pyc
+${PYSITELIB}/cherrypy/test/test_objectmapping.pyo
+${PYSITELIB}/cherrypy/test/test_proxy.py
+${PYSITELIB}/cherrypy/test/test_proxy.pyc
+${PYSITELIB}/cherrypy/test/test_proxy.pyo
+${PYSITELIB}/cherrypy/test/test_refleaks.py
+${PYSITELIB}/cherrypy/test/test_refleaks.pyc
+${PYSITELIB}/cherrypy/test/test_refleaks.pyo
+${PYSITELIB}/cherrypy/test/test_request_obj.py
+${PYSITELIB}/cherrypy/test/test_request_obj.pyc
+${PYSITELIB}/cherrypy/test/test_request_obj.pyo
+${PYSITELIB}/cherrypy/test/test_routes.py
+${PYSITELIB}/cherrypy/test/test_routes.pyc
+${PYSITELIB}/cherrypy/test/test_routes.pyo
+${PYSITELIB}/cherrypy/test/test_session.py
+${PYSITELIB}/cherrypy/test/test_session.pyc
+${PYSITELIB}/cherrypy/test/test_session.pyo
+${PYSITELIB}/cherrypy/test/test_sessionauthenticate.py
+${PYSITELIB}/cherrypy/test/test_sessionauthenticate.pyc
+${PYSITELIB}/cherrypy/test/test_sessionauthenticate.pyo
+${PYSITELIB}/cherrypy/test/test_states.py
+${PYSITELIB}/cherrypy/test/test_states.pyc
+${PYSITELIB}/cherrypy/test/test_states.pyo
+${PYSITELIB}/cherrypy/test/test_static.py
+${PYSITELIB}/cherrypy/test/test_static.pyc
+${PYSITELIB}/cherrypy/test/test_static.pyo
+${PYSITELIB}/cherrypy/test/test_tools.py
+${PYSITELIB}/cherrypy/test/test_tools.pyc
+${PYSITELIB}/cherrypy/test/test_tools.pyo
+${PYSITELIB}/cherrypy/test/test_tutorials.py
+${PYSITELIB}/cherrypy/test/test_tutorials.pyc
+${PYSITELIB}/cherrypy/test/test_tutorials.pyo
+${PYSITELIB}/cherrypy/test/test_virtualhost.py
+${PYSITELIB}/cherrypy/test/test_virtualhost.pyc
+${PYSITELIB}/cherrypy/test/test_virtualhost.pyo
+${PYSITELIB}/cherrypy/test/test_wsgi_ns.py
+${PYSITELIB}/cherrypy/test/test_wsgi_ns.pyc
+${PYSITELIB}/cherrypy/test/test_wsgi_ns.pyo
+${PYSITELIB}/cherrypy/test/test_wsgi_vhost.py
+${PYSITELIB}/cherrypy/test/test_wsgi_vhost.pyc
+${PYSITELIB}/cherrypy/test/test_wsgi_vhost.pyo
+${PYSITELIB}/cherrypy/test/test_wsgiapps.py
+${PYSITELIB}/cherrypy/test/test_wsgiapps.pyc
+${PYSITELIB}/cherrypy/test/test_wsgiapps.pyo
+${PYSITELIB}/cherrypy/test/test_xmlrpc.py
+${PYSITELIB}/cherrypy/test/test_xmlrpc.pyc
+${PYSITELIB}/cherrypy/test/test_xmlrpc.pyo
+${PYSITELIB}/cherrypy/test/webtest.py
+${PYSITELIB}/cherrypy/test/webtest.pyc
+${PYSITELIB}/cherrypy/test/webtest.pyo
+${PYSITELIB}/cherrypy/tutorial/README.txt
+${PYSITELIB}/cherrypy/tutorial/__init__.py
+${PYSITELIB}/cherrypy/tutorial/__init__.pyc
+${PYSITELIB}/cherrypy/tutorial/__init__.pyo
+${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.py
+${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.pyc
+${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.pyo
+${PYSITELIB}/cherrypy/tutorial/custom_error.html
+${PYSITELIB}/cherrypy/tutorial/pdf_file.pdf
+${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.py
+${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.pyc
+${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.pyo
+${PYSITELIB}/cherrypy/tutorial/tut02_expose_methods.py
+${PYSITELIB}/cherrypy/tutorial/tut02_expose_methods.pyc
+${PYSITELIB}/cherrypy/tutorial/tut02_expose_methods.pyo
+${PYSITELIB}/cherrypy/tutorial/tut03_get_and_post.py
+${PYSITELIB}/cherrypy/tutorial/tut03_get_and_post.pyc
+${PYSITELIB}/cherrypy/tutorial/tut03_get_and_post.pyo
+${PYSITELIB}/cherrypy/tutorial/tut04_complex_site.py
+${PYSITELIB}/cherrypy/tutorial/tut04_complex_site.pyc
+${PYSITELIB}/cherrypy/tutorial/tut04_complex_site.pyo
+${PYSITELIB}/cherrypy/tutorial/tut05_derived_objects.py
+${PYSITELIB}/cherrypy/tutorial/tut05_derived_objects.pyc
+${PYSITELIB}/cherrypy/tutorial/tut05_derived_objects.pyo
+${PYSITELIB}/cherrypy/tutorial/tut06_default_method.py
+${PYSITELIB}/cherrypy/tutorial/tut06_default_method.pyc
+${PYSITELIB}/cherrypy/tutorial/tut06_default_method.pyo
+${PYSITELIB}/cherrypy/tutorial/tut07_sessions.py
+${PYSITELIB}/cherrypy/tutorial/tut07_sessions.pyc
+${PYSITELIB}/cherrypy/tutorial/tut07_sessions.pyo
+${PYSITELIB}/cherrypy/tutorial/tut08_generators_and_yield.py
+${PYSITELIB}/cherrypy/tutorial/tut08_generators_and_yield.pyc
+${PYSITELIB}/cherrypy/tutorial/tut08_generators_and_yield.pyo
+${PYSITELIB}/cherrypy/tutorial/tut09_files.py
+${PYSITELIB}/cherrypy/tutorial/tut09_files.pyc
+${PYSITELIB}/cherrypy/tutorial/tut09_files.pyo
+${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.py
+${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyc
+${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyo
+${PYSITELIB}/cherrypy/tutorial/tutorial.conf
+${PYSITELIB}/cherrypy/wsgiserver/__init__.py
+${PYSITELIB}/cherrypy/wsgiserver/__init__.pyc
+${PYSITELIB}/cherrypy/wsgiserver/__init__.pyo
+${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.py
+${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.pyc
+${PYSITELIB}/cherrypy/wsgiserver/ssl_builtin.pyo
+${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.py
+${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyc
+${PYSITELIB}/cherrypy/wsgiserver/ssl_pyopenssl.pyo
diff --git a/www/py-cherrypy/distinfo b/www/py-cherrypy/distinfo
new file mode 100644
index 00000000000..c8142e32f30
--- /dev/null
+++ b/www/py-cherrypy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/04/05 11:56:08 adam Exp $
+
+SHA1 (CherryPy-3.2.0.tar.gz) = fd05b4f975f848dc5f5116b8f504b9bd31e93969
+RMD160 (CherryPy-3.2.0.tar.gz) = 8cb2fda2acfc2a9ae84025f541a8d2d8776474cd
+Size (CherryPy-3.2.0.tar.gz) = 921937 bytes