head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.04.10.17.01.49;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.14.19.15.00;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2011.10.03.08.12.37;	author culot;	state Exp;
branches;
next	1.3;

1.3
date	2011.08.01.16.37.52;	author jlaffaye;	state Exp;
branches;
next	1.2;

1.2
date	2010.05.15.00.47.24;	author wxs;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.14.02.47.37;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# Ports collection makefile for:	py-werkzeug
# Date created:				12 January 2010
# Whom:					Moggie <moggie@@elasticmind.net>
#
# $FreeBSD: head/www/py-werkzeug/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	werkzeug
PORTVERSION=	0.8.3
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Werkzeug-${DISTVERSION}

MAINTAINER=	moggie@@elasticmind.net
COMMENT=	Python utilities collection for building WSGI applications

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_PYTHON=	2.6+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	Werkzeug
PYDISTUTILS_PKGVERSION=	${DISTVERSION}
PYDISTUTILS_NOEGGINFO=	yes

EXAMPLESDIR=	${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME}

.include <bsd.port.pre.mk>

# Avoid to install patch files backup
post-patch:
	@@cd ${WRKSRC} && \
		${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \; 

.if !defined(NOPORTEXAMPLES)
post-build:
# Bytecode
	${PYTHON_CMD} -m compileall ${WRKSRC}/examples ; \
	${PYTHON_CMD} -O -m compileall ${WRKSRC}/examples

post-install:
	${MKDIR} ${EXAMPLESDIR}
	@@cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif

.include <bsd.port.post.mk>
@


1.6
log
@- Update to 0.8.3

PR:		164794
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com>
Approved by:	maintainer timeout
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.8.2

PR:		163342
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.8.2
d31 5
@


1.4
log
@- Update to 0.8

Changes:	http://werkzeug.pocoo.org/docs/changes/
PR:		ports/161170
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com>
Approved by:	Moggie <moggie@@elasticmind.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.8
@


1.3
log
@Update to 0.7

PR:		ports/159166
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.7
@


1.2
log
@Update to 0.6.2

Submitted by:	Lewis <moggie@@elasticmind.net> (maintainer, private mail)
@
text
@d9 1
a9 1
PORTVERSION=	0.6.2
d18 3
d31 6
a37 1
.if !defined(NOPORTEXAMPLES)
@


1.1
log
@A Python utilities collection for building WSGI applications.

Werkzeug does not try to be a framework, and instead started as a simple
collection of various utilities useful for building WSGI applications.
It has since become one of the most advanced collections of its kind.

It includes a powerful debugger, fully 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 add-on modules.

WWW: http://werkzeug.pocoo.org/

Submitted by:	Lewis <moggie@@elasticmind.net> (private mail)
@
text
@d9 1
a9 1
PORTVERSION=	0.5.1
a17 1
USE_ZIP=	yes
@

