2009-08-07 04:36:52 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/08/07 08:36:52 fgsch Exp $
|
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@
2009-01-18 15:10:31 -05:00
|
|
|
|
|
|
|
COMMENT= WSGI utility collection
|
|
|
|
|
|
|
|
MODPY_EGG_VERSION= 0.4.1
|
|
|
|
DISTNAME= Werkzeug-${MODPY_EGG_VERSION}
|
2009-03-26 07:50:09 -04:00
|
|
|
PKGNAME= py-${DISTNAME:L}p0
|
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@
2009-01-18 15:10:31 -05:00
|
|
|
|
|
|
|
CATEGORIES= www devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://werkzeug.pocoo.org/
|
2009-08-07 04:36:52 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=W/Werkzeug/}
|
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@
2009-01-18 15:10:31 -05:00
|
|
|
|
|
|
|
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>
|