Import py25-cherry-3.1.2 as wip/py-cherry.

CherryPy is a pythonic, object-oriented web development framework
It provides the foundation over which complex web-based applications
can be written, with little or no knowledge of the underlying protocols
CherryPy allows developers to build web applications
in much the same way they would build any other object-oriented Python
program. This usually results in smaller source code developed in less time
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-04-18 23:39:02 +00:00 committed by Thomas Klausner
parent 55c4e68406
commit 9d08b5b520
4 changed files with 225 additions and 0 deletions

6
py-cherry/DESCR Normal file
View file

@ -0,0 +1,6 @@
CherryPy is a pythonic, object-oriented web development framework
It provides the foundation over which complex web-based applications
can be written, with little or no knowledge of the underlying protocols
CherryPy allows developers to build web applications
in much the same way they would build any other object-oriented Python
program. This usually results in smaller source code developed in less time

27
py-cherry/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/04/18 23:39:02 jihbed Exp $
#
CHERRYVERS= 3.1.2
DISTNAME= CherryPy-${CHERRYVERS}
PKGNAME= ${PYPKGPREFIX}-cherry-${CHERRYVERS}
CATEGORIES= www python
MASTER_SITES= http://download.cherrypy.org/cherrypy/${CHERRYVERS}/
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://www.cherrypy.org/
COMMENT= CherryPy is a pythonic, object-oriented HTTP framework
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.7:../../security/py-OpenSSL
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
PYTHON_VERSIONS_ACCEPTED= 25 24 23
.include "../../lang/python/extension.mk"
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"

187
py-cherry/PLIST Normal file
View file

@ -0,0 +1,187 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/18 23:39:02 jihbed Exp $
bin/cherryd
${PYSITELIB}/cherrypy/__init__.pyc
${PYSITELIB}/cherrypy/__init__.pyo
${PYSITELIB}/cherrypy/_cpcgifs.pyc
${PYSITELIB}/cherrypy/_cpcgifs.pyo
${PYSITELIB}/cherrypy/_cpchecker.pyc
${PYSITELIB}/cherrypy/_cpchecker.pyo
${PYSITELIB}/cherrypy/_cpconfig.pyc
${PYSITELIB}/cherrypy/_cpconfig.pyo
${PYSITELIB}/cherrypy/_cpdispatch.pyc
${PYSITELIB}/cherrypy/_cpdispatch.pyo
${PYSITELIB}/cherrypy/_cperror.pyc
${PYSITELIB}/cherrypy/_cperror.pyo
${PYSITELIB}/cherrypy/_cplogging.pyc
${PYSITELIB}/cherrypy/_cplogging.pyo
${PYSITELIB}/cherrypy/_cpmodpy.pyc
${PYSITELIB}/cherrypy/_cpmodpy.pyo
${PYSITELIB}/cherrypy/_cprequest.pyc
${PYSITELIB}/cherrypy/_cprequest.pyo
${PYSITELIB}/cherrypy/_cpserver.pyc
${PYSITELIB}/cherrypy/_cpserver.pyo
${PYSITELIB}/cherrypy/_cpthreadinglocal.pyc
${PYSITELIB}/cherrypy/_cpthreadinglocal.pyo
${PYSITELIB}/cherrypy/_cptools.pyc
${PYSITELIB}/cherrypy/_cptools.pyo
${PYSITELIB}/cherrypy/_cptree.pyc
${PYSITELIB}/cherrypy/_cptree.pyo
${PYSITELIB}/cherrypy/_cpwsgi.pyc
${PYSITELIB}/cherrypy/_cpwsgi.pyo
${PYSITELIB}/cherrypy/_cpwsgi_server.pyc
${PYSITELIB}/cherrypy/_cpwsgi_server.pyo
${PYSITELIB}/cherrypy/lib/__init__.pyc
${PYSITELIB}/cherrypy/lib/__init__.pyo
${PYSITELIB}/cherrypy/lib/auth.pyc
${PYSITELIB}/cherrypy/lib/auth.pyo
${PYSITELIB}/cherrypy/lib/caching.pyc
${PYSITELIB}/cherrypy/lib/caching.pyo
${PYSITELIB}/cherrypy/lib/covercp.pyc
${PYSITELIB}/cherrypy/lib/covercp.pyo
${PYSITELIB}/cherrypy/lib/cptools.pyc
${PYSITELIB}/cherrypy/lib/cptools.pyo
${PYSITELIB}/cherrypy/lib/encoding.pyc
${PYSITELIB}/cherrypy/lib/encoding.pyo
${PYSITELIB}/cherrypy/lib/http.pyc
${PYSITELIB}/cherrypy/lib/http.pyo
${PYSITELIB}/cherrypy/lib/httpauth.pyc
${PYSITELIB}/cherrypy/lib/httpauth.pyo
${PYSITELIB}/cherrypy/lib/profiler.pyc
${PYSITELIB}/cherrypy/lib/profiler.pyo
${PYSITELIB}/cherrypy/lib/safemime.pyc
${PYSITELIB}/cherrypy/lib/safemime.pyo
${PYSITELIB}/cherrypy/lib/sessions.pyc
${PYSITELIB}/cherrypy/lib/sessions.pyo
${PYSITELIB}/cherrypy/lib/static.pyc
${PYSITELIB}/cherrypy/lib/static.pyo
${PYSITELIB}/cherrypy/lib/tidy.pyc
${PYSITELIB}/cherrypy/lib/tidy.pyo
${PYSITELIB}/cherrypy/lib/wsgiapp.pyc
${PYSITELIB}/cherrypy/lib/wsgiapp.pyo
${PYSITELIB}/cherrypy/lib/xmlrpc.pyc
${PYSITELIB}/cherrypy/lib/xmlrpc.pyo
${PYSITELIB}/cherrypy/process/__init__.pyc
${PYSITELIB}/cherrypy/process/__init__.pyo
${PYSITELIB}/cherrypy/process/plugins.pyc
${PYSITELIB}/cherrypy/process/plugins.pyo
${PYSITELIB}/cherrypy/process/servers.pyc
${PYSITELIB}/cherrypy/process/servers.pyo
${PYSITELIB}/cherrypy/process/win32.pyc
${PYSITELIB}/cherrypy/process/win32.pyo
${PYSITELIB}/cherrypy/process/wspbus.pyc
${PYSITELIB}/cherrypy/process/wspbus.pyo
${PYSITELIB}/cherrypy/scaffold/__init__.pyc
${PYSITELIB}/cherrypy/scaffold/__init__.pyo
${PYSITELIB}/cherrypy/test/__init__.pyc
${PYSITELIB}/cherrypy/test/__init__.pyo
${PYSITELIB}/cherrypy/test/benchmark.pyc
${PYSITELIB}/cherrypy/test/benchmark.pyo
${PYSITELIB}/cherrypy/test/checkerdemo.pyc
${PYSITELIB}/cherrypy/test/checkerdemo.pyo
${PYSITELIB}/cherrypy/test/helper.pyc
${PYSITELIB}/cherrypy/test/helper.pyo
${PYSITELIB}/cherrypy/test/logtest.pyc
${PYSITELIB}/cherrypy/test/logtest.pyo
${PYSITELIB}/cherrypy/test/modfcgid.pyc
${PYSITELIB}/cherrypy/test/modfcgid.pyo
${PYSITELIB}/cherrypy/test/modpy.pyc
${PYSITELIB}/cherrypy/test/modpy.pyo
${PYSITELIB}/cherrypy/test/modwsgi.pyc
${PYSITELIB}/cherrypy/test/modwsgi.pyo
${PYSITELIB}/cherrypy/test/py25.pyc
${PYSITELIB}/cherrypy/test/py25.pyo
${PYSITELIB}/cherrypy/test/test.pyc
${PYSITELIB}/cherrypy/test/test.pyo
${PYSITELIB}/cherrypy/test/test_caching.pyc
${PYSITELIB}/cherrypy/test/test_caching.pyo
${PYSITELIB}/cherrypy/test/test_config.pyc
${PYSITELIB}/cherrypy/test/test_config.pyo
${PYSITELIB}/cherrypy/test/test_conn.pyc
${PYSITELIB}/cherrypy/test/test_conn.pyo
${PYSITELIB}/cherrypy/test/test_core.pyc
${PYSITELIB}/cherrypy/test/test_core.pyo
${PYSITELIB}/cherrypy/test/test_encoding.pyc
${PYSITELIB}/cherrypy/test/test_encoding.pyo
${PYSITELIB}/cherrypy/test/test_etags.pyc
${PYSITELIB}/cherrypy/test/test_etags.pyo
${PYSITELIB}/cherrypy/test/test_http.pyc
${PYSITELIB}/cherrypy/test/test_http.pyo
${PYSITELIB}/cherrypy/test/test_httpauth.pyc
${PYSITELIB}/cherrypy/test/test_httpauth.pyo
${PYSITELIB}/cherrypy/test/test_httplib.pyc
${PYSITELIB}/cherrypy/test/test_httplib.pyo
${PYSITELIB}/cherrypy/test/test_logging.pyc
${PYSITELIB}/cherrypy/test/test_logging.pyo
${PYSITELIB}/cherrypy/test/test_misc_tools.pyc
${PYSITELIB}/cherrypy/test/test_misc_tools.pyo
${PYSITELIB}/cherrypy/test/test_objectmapping.pyc
${PYSITELIB}/cherrypy/test/test_objectmapping.pyo
${PYSITELIB}/cherrypy/test/test_proxy.pyc
${PYSITELIB}/cherrypy/test/test_proxy.pyo
${PYSITELIB}/cherrypy/test/test_refleaks.pyc
${PYSITELIB}/cherrypy/test/test_refleaks.pyo
${PYSITELIB}/cherrypy/test/test_routes.pyc
${PYSITELIB}/cherrypy/test/test_routes.pyo
${PYSITELIB}/cherrypy/test/test_safe_multipart.pyc
${PYSITELIB}/cherrypy/test/test_safe_multipart.pyo
${PYSITELIB}/cherrypy/test/test_session.pyc
${PYSITELIB}/cherrypy/test/test_session.pyo
${PYSITELIB}/cherrypy/test/test_sessionauthenticate.pyc
${PYSITELIB}/cherrypy/test/test_sessionauthenticate.pyo
${PYSITELIB}/cherrypy/test/test_states.pyc
${PYSITELIB}/cherrypy/test/test_states.pyo
${PYSITELIB}/cherrypy/test/test_states_demo.pyc
${PYSITELIB}/cherrypy/test/test_states_demo.pyo
${PYSITELIB}/cherrypy/test/test_static.pyc
${PYSITELIB}/cherrypy/test/test_static.pyo
${PYSITELIB}/cherrypy/test/test_tidy.pyc
${PYSITELIB}/cherrypy/test/test_tidy.pyo
${PYSITELIB}/cherrypy/test/test_tools.pyc
${PYSITELIB}/cherrypy/test/test_tools.pyo
${PYSITELIB}/cherrypy/test/test_tutorials.pyc
${PYSITELIB}/cherrypy/test/test_tutorials.pyo
${PYSITELIB}/cherrypy/test/test_virtualhost.pyc
${PYSITELIB}/cherrypy/test/test_virtualhost.pyo
${PYSITELIB}/cherrypy/test/test_wsgi_ns.pyc
${PYSITELIB}/cherrypy/test/test_wsgi_ns.pyo
${PYSITELIB}/cherrypy/test/test_wsgi_vhost.pyc
${PYSITELIB}/cherrypy/test/test_wsgi_vhost.pyo
${PYSITELIB}/cherrypy/test/test_wsgiapps.pyc
${PYSITELIB}/cherrypy/test/test_wsgiapps.pyo
${PYSITELIB}/cherrypy/test/test_xmlrpc.pyc
${PYSITELIB}/cherrypy/test/test_xmlrpc.pyo
${PYSITELIB}/cherrypy/test/webtest.pyc
${PYSITELIB}/cherrypy/test/webtest.pyo
${PYSITELIB}/cherrypy/tutorial/__init__.pyc
${PYSITELIB}/cherrypy/tutorial/__init__.pyo
${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.pyc
${PYSITELIB}/cherrypy/tutorial/bonus-sqlobject.pyo
${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.pyc
${PYSITELIB}/cherrypy/tutorial/tut01_helloworld.pyo
${PYSITELIB}/cherrypy/tutorial/tut02_expose_methods.pyc
${PYSITELIB}/cherrypy/tutorial/tut02_expose_methods.pyo
${PYSITELIB}/cherrypy/tutorial/tut03_get_and_post.pyc
${PYSITELIB}/cherrypy/tutorial/tut03_get_and_post.pyo
${PYSITELIB}/cherrypy/tutorial/tut04_complex_site.pyc
${PYSITELIB}/cherrypy/tutorial/tut04_complex_site.pyo
${PYSITELIB}/cherrypy/tutorial/tut05_derived_objects.pyc
${PYSITELIB}/cherrypy/tutorial/tut05_derived_objects.pyo
${PYSITELIB}/cherrypy/tutorial/tut06_default_method.pyc
${PYSITELIB}/cherrypy/tutorial/tut06_default_method.pyo
${PYSITELIB}/cherrypy/tutorial/tut07_sessions.pyc
${PYSITELIB}/cherrypy/tutorial/tut07_sessions.pyo
${PYSITELIB}/cherrypy/tutorial/tut08_generators_and_yield.pyc
${PYSITELIB}/cherrypy/tutorial/tut08_generators_and_yield.pyo
${PYSITELIB}/cherrypy/tutorial/tut09_files.pyc
${PYSITELIB}/cherrypy/tutorial/tut09_files.pyo
${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyc
${PYSITELIB}/cherrypy/tutorial/tut10_http_errors.pyo
${PYSITELIB}/cherrypy/wsgiserver/__init__.pyc
${PYSITELIB}/cherrypy/wsgiserver/__init__.pyo
@dirrm ${PYSITELIB}/cherrypy/wsgiserver
@dirrm ${PYSITELIB}/cherrypy/tutorial
@dirrm ${PYSITELIB}/cherrypy/test
@dirrm ${PYSITELIB}/cherrypy/scaffold
@dirrm ${PYSITELIB}/cherrypy/process
@dirrm ${PYSITELIB}/cherrypy/lib
@dirrm ${PYSITELIB}/cherrypy

5
py-cherry/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/04/18 23:39:02 jihbed Exp $
SHA1 (CherryPy-3.1.2.tar.gz) = a94aedfd0e675858dbcc32dd250c23d285ee9b88
RMD160 (CherryPy-3.1.2.tar.gz) = 43a34bc7454da21b597c60124ff0fc61b8dc3e31
Size (CherryPy-3.1.2.tar.gz) = 319196 bytes