head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.04.24.08.23.13;	author wen;	state Exp;
branches;
next	1.12;

1.12
date	2012.01.21.17.40.05;	author eadler;	state Exp;
branches;
next	1.11;

1.11
date	2011.02.25.04.40.30;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2010.09.21.00.25.53;	author wen;	state Exp;
branches;
next	1.9;

1.9
date	2009.02.27.15.22.51;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2008.11.12.04.50.06;	author dryice;	state Exp;
branches;
next	1.7;

1.7
date	2008.11.07.15.29.38;	author dryice;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.07.14.09.28;	author dryice;	state Exp;
branches;
next	1.5;

1.5
date	2007.07.30.09.42.12;	author alexbl;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.02.11.32.36;	author dryice;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.14.06.34.23;	author dryice;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.15.23.51.16;	author dryice;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.07.09.53.54;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-pastedeploy
# Date created:		15 December 2006
# Whom:			Dryice Liu	<dryice@@dryice.name>
#
# $FreeBSD: head/www/py-pastedeploy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	PasteDeploy
PORTVERSION=	1.5.0
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wenheping@@gmail.com
COMMENT=	Load, configure, and compose WSGI applications and servers

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Paste>=1.6:${PORTSDIR}/www/py-paste
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_NOEGGINFO=	yes

.include <bsd.port.mk>
@


1.13
log
@- Update to 1.5.0

PR:		167248
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d9 1
a9 2
PORTVERSION=	1.3.4
PORTREVISION=	1
@


1.11
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.10
log
@- Update to 1.3.4
@
text
@d10 1
d21 1
a21 1
USE_PYTHON=	2.4+
d25 1
a25 3
.include <bsd.port.pre.mk>

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


1.9
log
@- Update to 1.3.3

PR:		132046
Submitted by:	Wen Heping <wenheping@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.3.3
@


1.8
log
@really upgrade to 1.3.2

PR:		ports/128496
Submitted by:	Wen Heping <wenheping@@gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.3.2
d11 1
a11 4
MASTER_SITES=	http://pypi.python.org/packages/source/P/PasteDeploy/ \
		${MASTER_SITE_LOCAL} \
		http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR=	dryice
@


1.7
log
@pass on maintainership

Approved by:	New maintainer <wenheping@@gmail.com> via private mail
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
d20 1
a20 2
BUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools \
		${PYTHON_SITELIBDIR}/${PYPASTE_EGG}/paste/__init__.py:${PORTSDIR}/www/py-paste
d23 3
a25 11
USE_PYTHON=	2.3+
USE_PYDISTUTILS=	yes
PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's

PLIST_SUB=	PYPASTEDEPLOY_EGG=${PYPASTEDEPLOY_EGG}

SUB_FILES+=	pkg-deinstall pkg-install
SUB_LIST+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
		EGG="${PORTNAME}==${PORTVERSION}"

PYPASTEDEPLOY_EGG=	${PORTNAME}-${PORTVERSION}-py${PYTHON_VERSION:S/^python//}.egg
a28 2
PYPASTE_EGG!=	${MAKE} -f ${PORTSDIR}/www/py-paste/Makefile -V PYPASTE_EGG

@


1.6
log
@- update to 1.3.2
- removed files: files/pkg-deinstall.in, files/pkg-install.in

PR:		ports/128496
Submitted by:	Wen Heping <wenheping@@gmail.com>
@
text
@d17 1
a17 1
MAINTAINER=	dryice@@FreeBSD.org
@


1.5
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d11 1
a11 1
MASTER_SITES=	http://cheeseshop.python.org/packages/source/P/PasteDeploy/ \
@


1.4
log
@update to 1.3.1
@
text
@d26 1
@


1.3
log
@update to 1.3

Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@


1.2
log
@update to 1.1

Approved by:	itetcu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@


1.1
log
@Load, configure, and compose WSGI applications and servers

Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides a
single, simple function (loadapp) for loading a WSGI application from
a configuration file or a Python Egg. For WSGI application providers
it only asks for a single, simple entry point to your application, so
that application users don't need to be exposed to the implementation
details of your application.

The result is something a system administrator can install and manage
without knowing any Python, or the details of the WSGI application or
its container.

This tool provides code to load WSGI applications and servers from
URIs; these URIs can refer to Python Eggs for INI-style configuration
files. Paste Script provides commands to serve applications based on
this configuration file.

Author:	Ian Bicking <ianb at colorstudy com>
WWW:	http://pythonpaste.org/deploy/

PR:		ports/106755
Submitted by:	Dryice Liu	<dryice at dryice.name>
Approved by:	alexbl (mentor)
Reviewed by:	dryice (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d12 1
d14 1
@

