Import of Werkzeug-0.4.1
> Werkzeug started as a simple collection of various utilities for WSGI > applications and has become one of the most advanced WSGI utility > modules. It includes a powerful debugger, full featured request and > response objects, HTTP utilities to handle entity tags, cache control > headers, HTTP dates, cookie handling, file uploads, a powerful URL > routing system and a bunch of community contributed addon modules. > > Werkzeug is unicode aware and doesn't enforce a specific template > engine, database adapter or anything else. It doesn't even enforce > a specific way of handling requests and leaves all that up to the > developer. > > Werkzeug is most useful for end user applications which should work > on as many server environments as possible (such as blogs, wikis, > bulletin boards, etc.). feedback & ok wcmaier@
This commit is contained in:
parent
543d28d9bf
commit
70d4c66974
34
www/py-werkzeug/Makefile
Normal file
34
www/py-werkzeug/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/18 20:10:31 djm Exp $
|
||||
|
||||
COMMENT= WSGI utility collection
|
||||
|
||||
MODPY_EGG_VERSION= 0.4.1
|
||||
DISTNAME= Werkzeug-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME:L}
|
||||
|
||||
CATEGORIES= www devel
|
||||
|
||||
HOMEPAGE= http://werkzeug.pocoo.org/
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/W/Werkzeug/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
REGRESS_DEPENDS= ::devel/py-py
|
||||
|
||||
post-install:
|
||||
mv ${PREFIX}/docs ${PREFIX}/share/doc/py-werkzeug
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC} && py.test
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/py-werkzeug/distinfo
Normal file
5
www/py-werkzeug/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Werkzeug-0.4.1.tar.gz) = m8CW/rn8Q+qfbFWLnDMMPg==
|
||||
RMD160 (Werkzeug-0.4.1.tar.gz) = xUifPUVoGZbMVdO3ut8oVkA4+3A=
|
||||
SHA1 (Werkzeug-0.4.1.tar.gz) = oMnE8gO4r9LG7Ayh4LnIisySRUs=
|
||||
SHA256 (Werkzeug-0.4.1.tar.gz) = lvShrHzcgfeBe1dGMtb+zdVT/ow65GqmDrOAeTmZz2M=
|
||||
SIZE (Werkzeug-0.4.1.tar.gz) = 641239
|
15
www/py-werkzeug/pkg/DESCR
Normal file
15
www/py-werkzeug/pkg/DESCR
Normal file
@ -0,0 +1,15 @@
|
||||
Werkzeug started as a simple collection of various utilities for WSGI
|
||||
applications and has become one of the most advanced WSGI utility
|
||||
modules. It includes a powerful debugger, full featured request and
|
||||
response objects, HTTP utilities to handle entity tags, cache control
|
||||
headers, HTTP dates, cookie handling, file uploads, a powerful URL
|
||||
routing system and a bunch of community contributed addon modules.
|
||||
|
||||
Werkzeug is unicode aware and doesn't enforce a specific template
|
||||
engine, database adapter or anything else. It doesn't even enforce
|
||||
a specific way of handling requests and leaves all that up to the
|
||||
developer.
|
||||
|
||||
Werkzeug is most useful for end user applications which should work on
|
||||
as many server environments as possible (such as blogs, wikis, bulletin
|
||||
boards, etc.).
|
125
www/py-werkzeug/pkg/PLIST
Normal file
125
www/py-werkzeug/pkg/PLIST
Normal file
@ -0,0 +1,125 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/18 20:10:31 djm Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Werkzeug-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/_internal.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/_internal.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/atom.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/atom.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/cache.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/cache.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/iterio.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/iterio.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/jsrouting.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/jsrouting.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/kickstart.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/kickstart.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/limiter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/limiter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/profiler.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/profiler.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/reporterstream.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/reporterstream.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/securecookie.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/securecookie.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/sessions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/sessions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/testtools.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/contrib/testtools.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/console.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/console.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/render.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/render.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/repr.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/repr.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/body.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/codetable.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/console.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/debugger.js
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/jquery.js
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/less.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/more.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/source.png
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/style.css
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/shared/vartable.tmpl
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/tbtools.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/tbtools.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/console.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/dump_object.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/frame.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/help_command.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/source.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/traceback_full.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/traceback_plaintext.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/templates/traceback_summary.html
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/debug/utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/exceptions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/exceptions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/http.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/http.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/local.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/local.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/routing.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/routing.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/script.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/script.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/serving.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/serving.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/templates.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/templates.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/test.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testapp.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/testapp.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/useragents.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/useragents.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/utils.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/utils.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers.py
|
||||
lib/python${MODPY_VERSION}/site-packages/werkzeug/wrappers.pyc
|
||||
share/doc/py-werkzeug/
|
||||
share/doc/py-werkzeug/README
|
||||
share/doc/py-werkzeug/api_stability.html
|
||||
share/doc/py-werkzeug/debug.html
|
||||
share/doc/py-werkzeug/deploying.html
|
||||
share/doc/py-werkzeug/exceptions.html
|
||||
share/doc/py-werkzeug/favicon.ico
|
||||
share/doc/py-werkzeug/header.png
|
||||
share/doc/py-werkzeug/index.html
|
||||
share/doc/py-werkzeug/installation.html
|
||||
share/doc/py-werkzeug/libraries.html
|
||||
share/doc/py-werkzeug/local.html
|
||||
share/doc/py-werkzeug/organizing.html
|
||||
share/doc/py-werkzeug/print.css
|
||||
share/doc/py-werkzeug/pygments.css
|
||||
share/doc/py-werkzeug/reusableapps.html
|
||||
share/doc/py-werkzeug/routing.html
|
||||
share/doc/py-werkzeug/script.html
|
||||
share/doc/py-werkzeug/serving.html
|
||||
share/doc/py-werkzeug/style.css
|
||||
share/doc/py-werkzeug/templates.html
|
||||
share/doc/py-werkzeug/terms.html
|
||||
share/doc/py-werkzeug/test.html
|
||||
share/doc/py-werkzeug/tutorial.html
|
||||
share/doc/py-werkzeug/tutorial_de.html
|
||||
share/doc/py-werkzeug/unicode.html
|
||||
share/doc/py-werkzeug/utils.html
|
||||
share/doc/py-werkzeug/werkzeug.png
|
||||
share/doc/py-werkzeug/wrappers.html
|
||||
share/doc/py-werkzeug/wsgihowto.html
|
Loading…
x
Reference in New Issue
Block a user