head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2;
locks; strict;
comment	@# @;


1.9
date	2012.04.24.08.23.13;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2011.02.25.04.40.30;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2010.09.21.00.25.53;	author wen;	state Exp;
branches;
next	1.6;

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

1.5
date	2008.11.12.04.50.06;	author dryice;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.02.11.32.37;	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.9
log
@- Update to 1.5.0

PR:		167248
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
@
text
@SHA256 (PasteDeploy-1.5.0.tar.gz) = 61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53
SIZE (PasteDeploy-1.5.0.tar.gz) = 23063
@


1.8
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d1 2
a2 2
SHA256 (PasteDeploy-1.3.4.tar.gz) = 7732c73e445f86e5cf378bb73cb2f31cbc60f25381972c55b0c69ad946735b4f
SIZE (PasteDeploy-1.3.4.tar.gz) = 26327
@


1.7
log
@- Update to 1.3.4
@
text
@a0 1
MD5 (PasteDeploy-1.3.4.tar.gz) = eb4b3e2543d54401249c2cbd9f2d014f
@


1.6
log
@- Update to 1.3.3

PR:		132046
Submitted by:	Wen Heping <wenheping@@gmail.com>
@
text
@d1 3
a3 3
MD5 (PasteDeploy-1.3.3.tar.gz) = 0598aa8ab4184ea8087839b811f92284
SHA256 (PasteDeploy-1.3.3.tar.gz) = 58b32ea12045389a57f340f973827a325e39ea426608858307f0ae33e4c30fb0
SIZE (PasteDeploy-1.3.3.tar.gz) = 30675
@


1.5
log
@really upgrade to 1.3.2

PR:		ports/128496
Submitted by:	Wen Heping <wenheping@@gmail.com>
@
text
@d1 3
a3 3
MD5 (PasteDeploy-1.3.2.tar.gz) = 877fcf3fa025a65147fbae87e1765b65
SHA256 (PasteDeploy-1.3.2.tar.gz) = 0b85eca6e589747da39adf2301623b75d2374286695e68313df938b919e8098c
SIZE (PasteDeploy-1.3.2.tar.gz) = 30478
@


1.4
log
@update to 1.3.1
@
text
@d1 3
a3 3
MD5 (PasteDeploy-1.3.1.tar.gz) = a14b360b4ddb0d3ca7aa9bad41d6c91c
SHA256 (PasteDeploy-1.3.1.tar.gz) = 71c81f5aa60af8238189bf85477d85e926d435df3a28b623842e83406f4a81a8
SIZE (PasteDeploy-1.3.1.tar.gz) = 27397
@


1.3
log
@update to 1.3

Approved by:	itetcu (mentor, implicit)
@
text
@d1 3
a3 3
MD5 (PasteDeploy-1.3.tar.gz) = 69c49aa1320c2e0bb2188bc477862f02
SHA256 (PasteDeploy-1.3.tar.gz) = 8163aaa0bd843cdeaf9acd35782fd46455eb92b113958b83269c94ef0b058d7d
SIZE (PasteDeploy-1.3.tar.gz) = 27215
@


1.2
log
@update to 1.1

Approved by:	itetcu (mentor)
@
text
@d1 3
a3 3
MD5 (PasteDeploy-1.1.tar.gz) = e4f16fe735db735c3fc0c6e168e72455
SHA256 (PasteDeploy-1.1.tar.gz) = d323e66ec188e30c2c64e232b17887053fbb464859ceca843a7a5761bef74331
SIZE (PasteDeploy-1.1.tar.gz) = 27046
@


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
@d1 3
a3 3
MD5 (PasteDeploy-1.0.tar.gz) = b0811db173b4efe92e3e7080a818ec99
SHA256 (PasteDeploy-1.0.tar.gz) = 53b40d168a6f13b7e82c16ad3a3f68f60edc5005a0fd0ef0d85a2da0c6c2045b
SIZE (PasteDeploy-1.0.tar.gz) = 26219
@

