head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.04.24.08.26.24;	author wen;	state Exp;
branches;
next	1.18;

1.18
date	2011.09.23.10.02.10;	author lwhsu;	state Exp;
branches;
next	1.17;

1.17
date	2011.02.25.04.40.30;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2008.12.18.20.57.23;	author wxs;	state Exp;
branches;
next	1.15;

1.15
date	2008.12.18.07.09.22;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2008.12.18.02.24.03;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2008.04.17.16.31.15;	author lwhsu;	state Exp;
branches;
next	1.12;

1.12
date	2008.03.17.10.15.40;	author dryice;	state Exp;
branches;
next	1.11;

1.11
date	2008.01.14.03.49.16;	author dryice;	state Exp;
branches;
next	1.10;

1.10
date	2007.09.17.12.50.48;	author dryice;	state Exp;
branches;
next	1.9;

1.9
date	2007.07.30.09.42.12;	author alexbl;	state Exp;
branches;
next	1.8;

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

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

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

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

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

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

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

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


desc
@@


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

PORTNAME=	PasteScript
PORTVERSION=	1.7.5
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wenheping@@gmail.com
COMMENT=	A pluggable command-line frontend

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cheetah>=2.0.1:${PORTSDIR}/devel/py-cheetah \
		${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \
		${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \
		${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.2:${PORTSDIR}/www/py-pastedeploy \
		${PYTHON_PKGNAMEPREFIX}wsgiutils>0:${PORTSDIR}/devel/py-wsgiutils
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's

.include <bsd.port.mk>
@


1.19
log
@- Update to 1.7.5

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


1.18
log
@- Update to 1.7.4.2
- Fix depends lines

PR:		ports/160937
Submitted by:	lwhsu
Approved by:	wen
@
text
@d9 1
a9 1
PORTVERSION=	1.7.4.2
@


1.17
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d9 1
a9 2
PORTVERSION=	1.7.3
PORTREVISION=	1
d21 2
a22 2
		${PYTHON_SITELIBDIR}/${PYWSGIUTILS_EGG}:${PORTSDIR}/devel/py-wsgiutils
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.16
log
@- Update to 1.7.3
- Switch to CHEESESHOP and remove old MASTER_SITES
- Switch to USE_PYDISTUTILS= easy_install and remove old code

PR:		ports/128916
Submitted by:	Wen Heping <wenheping@@gmail.com>
@
text
@d10 1
d25 1
a25 1
USE_PYTHON=	2.4+
@


1.15
log
@Over to new volunteer.
@
text
@d9 1
a9 2
PORTVERSION=	1.6.2
PORTREVISION=	1
d11 1
a11 4
MASTER_SITES=	http://pypi.python.org/packages/source/P/PasteScript/ \
		${MASTER_SITE_LOCAL} \
		http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR=	dryice
d17 5
a21 1
BUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools
a22 6
RUN_DEPENDS+=	cheetah:${PORTSDIR}/devel/py-cheetah \
		${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \
		${PYTHON_SITELIBDIR}/${PYPASTE_EGG}/paste/__init__.py:${PORTSDIR}/www/py-paste \
		${PYTHON_SITELIBDIR}/${PYPASTEDEPLOY_EGG}/paste/deploy/__init__.py:${PORTSDIR}/www/py-pastedeploy \
		${PYTHON_SITELIBDIR}/${PYWSGIUTILS_EGG}:${PORTSDIR}/devel/py-wsgiutils \
		${PYTHON_SITELIBDIR}/twisted/plugins/twisted_web2.py:${PORTSDIR}/www/py-twistedWeb2
d24 2
a25 5
# due to devel/py-cheetah
NO_PACKAGE=	no, not yet

USE_PYTHON=	2.3+
USE_PYDISTUTILS=	yes
d28 1
a28 15
SUB_FILES+=	pkg-deinstall pkg-install
SUB_LIST+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
		EGG="${PORTNAME}==${PORTVERSION}"

PLIST_SUB=	PYPASTESCRIPT_EGG=${PYPASTESCRIPT_EGG}

PYPASTESCRIPT_EGG=	${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg

.include <bsd.port.pre.mk>

PYPASTE_EGG!=	${MAKE} -f ${PORTSDIR}/www/py-paste/Makefile -V PYPASTE_EGG
PYPASTEDEPLOY_EGG!=	${MAKE} -f ${PORTSDIR}/www/py-pastedeploy/Makefile -V PYPASTEDEPLOY_EGG
PYWSGIUTILS_EGG!=	${MAKE} -f ${PORTSDIR}/devel/py-wsgiutils/Makefile -V PYWSGIUTILS_EGG

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


1.14
log
@Reassign ports maintained by dryice@@ for now due to other commitments.

Hat:	portmgr
@
text
@d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@- Change RUN_DEPENDS for www/py-flup updating.

PR:		ports/122846
Submitted by:	lwhsu
Approved by:	dryice (maintainer)
@
text
@d18 1
a18 1
MAINTAINER=	dryice@@FreeBSD.org
@


1.12
log
@update to 1.6.2
@
text
@d10 1
d24 1
a24 1
		${PYTHON_SITELIBDIR}/${PYFLUP_EGG}/flup/__init__.py:${PORTSDIR}/www/py-flup \
a46 1
PYFLUP_EGG!=	${MAKE} -f ${PORTSDIR}/www/py-flup/Makefile -V PYFLUP_EGG
@


1.11
log
@update to 1.6.1.1
@
text
@d9 1
a9 1
PORTVERSION=	1.6.1.1
d11 1
a11 1
MASTER_SITES=	http://cheeseshop.python.org/packages/source/P/PasteScript/ \
@


1.10
log
@update to 1.3.6
@
text
@d9 1
a9 1
PORTVERSION=	1.3.6
@


1.9
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
@d9 1
a9 1
PORTVERSION=	1.3.5
@


1.8
log
@update to 1.3.5
@
text
@d34 1
@


1.7
log
@update to 1.3.4
@
text
@d9 1
a9 1
PORTVERSION=	1.3.4
@


1.6
log
@update to 1.3.3

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


1.5
log
@update to 1.3.2

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


1.4
log
@update to 1.3.1

Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.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
- add MASTER_SITE_LOCAL

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


1.1
log
@A pluggable command-line frontend, including commands to setup package
file layouts.

This is a pluggable command-line tool.

It includes some built-in features;

* Create file layouts for packages. For instance, paste create
  --template=basic_package MyPackage will create a setuptools-ready
  file layout.

* Serving up web applications, with configuration based on
  paste.deploy.

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

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

