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


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

1.4
date	2011.09.29.21.18.00;	author glarkin;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.26.00.59.05;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.09.03.57.43;	author lwhsu;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.21.10.26.23;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-pyramid
# Date created:		                21 March 2011
# Whom:			                Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/www/py-pyramid/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	pyramid
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	clsung@@FreeBSD.org
COMMENT=	A small, fast, web development framework by the Pylons community

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Chameleon>=1.2.3:${PORTSDIR}/textproc/py-Chameleon \
		${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \
		${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy \
		${PYTHON_PKGNAMEPREFIX}PasteScript>=1.7.4:${PORTSDIR}/www/py-pastescript \
		${PYTHON_PKGNAMEPREFIX}mako>=0.3.6:${PORTSDIR}/textproc/py-mako \
		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0:${PORTSDIR}/devel/py-repoze.lru \
		${PYTHON_PKGNAMEPREFIX}translationstring>=0:${PORTSDIR}/textproc/py-translationstring \
		${PYTHON_PKGNAMEPREFIX}venusian>=1.0a1:${PORTSDIR}/devel/py-venusian \
		${PYTHON_PKGNAMEPREFIX}webob>=1.0.2:${PORTSDIR}/www/py-webob \
		${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:${PORTSDIR}/devel/py-zope.component \
		${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation \
		${PYTHON_PKGNAMEPREFIX}zope.interface>=3.5.1:${PORTSDIR}/devel/py-zope.interface
RUN_DEPENDS:=	${BUILD_DEPENDS}

#TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}WebTest>=1.1:${PORTSDIR}/www/py-WebTest

USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 260
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.8:${PORTSDIR}/devel/py-simplejson
.endif

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


1.4
log
@- Chase repocopy of devel/py-zopeInterace to devel/py-zope.interface

PR:		ports/160846
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 1.2
- Update depends
- Includes ports/160858

PR:		ports/160939
Submitted by:	lwhsu
@
text
@d10 1
d29 1
a29 1
		${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.5.1:${PORTSDIR}/devel/py-zopeInterface
@


1.2
log
@- Update to 1.1.2

PR:		ports/159861
Submitted by:	lwhsu
Approved by:	clsung (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1.2
d20 1
a20 1
		${PYTHON_PKGNAMEPREFIX}PasteScript>=1.7.3:${PORTSDIR}/www/py-pastescript \
a22 1
		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.8:${PORTSDIR}/devel/py-simplejson \
d24 3
a26 4
		${PYTHON_PKGNAMEPREFIX}venusian>=0.5:${PORTSDIR}/devel/py-venusian \
		${PYTHON_PKGNAMEPREFIX}webob>=1.0:${PORTSDIR}/www/py-webob \
		${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \
d28 1
a28 3
		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \
		${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.5.1:${PORTSDIR}/devel/py-zopeInterface \
		${PYTHON_PKGNAMEPREFIX}zopeevent>=0:${PORTSDIR}/devel/py-zopeevent
d36 7
a42 1
.include <bsd.port.mk>
@


1.1
log
@Pyramid is a small, fast, down-to-earth Python web application
development framework. It is developed as part of the Pylons Project.

The major feature additions in Pyramid 1.0 are:

* New name and branding association with the Pylons Project.
* BFG conversion script
* Paster template improvements
* Terminology changes
* Better platform compatibility and support
* Direct built-in support for the Mako templating language.
* Built-in support for sessions.
* Updated URL dispatch features
* Better imperative extensibility
* ZCML externalized
* Better support for global template variables during rendering
* View mappers
* Testing system improvements
* Authentication support improvements
* Documentation improvements

WWW: http://docs.pylonsproject.org
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d33 1
a33 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@

