head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2012.12.26.16.06.36;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.20.00.06.23;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.07.04.36.07;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.14.19.54.10;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309526
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309526 | olivierd | 2012-12-26 15:42:56 +0000 (Wed, 26 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Update to 0.8.2
## SVN ## - Convert Makefile headers to new style
## SVN ## - Update maintainer address
## SVN ##
## SVN ## Approved by:	rene, miwi (mentors, implicit)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/www/py-waitress/Makefile 309526 2012-12-26 15:42:56Z olivierd $
#

PORTNAME=	waitress
PORTVERSION=	0.8.2
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	olivierd@@FreeBSD.org
COMMENT=	Python WSGI server

LICENSE=	ZPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

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

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 1
a1 5
# New ports collection makefile for: py-waitress
# Date created:		2012-01-02
# Whom:		Olivier Duchateau <duchateau.olivier@@gmail.com>
#
# $FreeBSD: head/www/py-waitress/Makefile 300897 2012-07-14 14:29:18Z beat $
d5 1
a5 1
PORTVERSION=	0.8.1
d10 1
a10 1
MAINTAINER=	duchateau.olivier@@gmail.com
@


1.3
log
@- Update to 0.8.1

PR:		165113
Submitted by: 	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 0.8

PR:		164669
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com> (maintaintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.8
@


1.1
log
@Waitress, is pure Python WSGI server.

WWW:	http://pypi.python.org/pypi/waitress

PR:		ports/164091
Submitted by:	Olivier Duchateau <duchateau.olivier@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.7
d23 5
@

