head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	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.5
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.12.31.00.10.46;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.10.22.20.18;	author rm;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.18.09.09.51;	author culot;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2009.03.12.19.53.21;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.03.12.19.19.46;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.11.30.17.52.23;	author wxs;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.31.08.12.57;	author pav;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309669
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309669 | rm | 2012-12-30 13:46:33 +0000 (Sun, 30 Dec 2012) | 5 lines
## SVN ##
## SVN ## - update WWW
## SVN ## - trim Makefile header
## SVN ## - remove LICENSE_FILE
## SVN ## - limit python version to 2.x only (print/except)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Denis Shaposhnikov <dsh@@vlink.ru>
# $FreeBSD: head/www/py-webhelpers/Makefile 309669 2012-12-30 13:46:33Z rm $

PORTNAME=	webhelpers
PORTVERSION=	1.3
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	WebHelpers-${PORTVERSION}

MAINTAINER=	rm@@FreeBSD.org
COMMENT=	Python helper functions for writing templates in web applications

LICENSE=	BSD

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}routes>=1.1:${PORTSDIR}/www/py-routes \
		${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe

USE_PYTHON=		-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	WebHelpers

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	py-webhelpers
# Date created:		Thu Jun 21 12:44:46 MSD 2007
# Whom:			Denis Shaposhnikov <dsh@@vlink.ru>
#
# $FreeBSD: head/www/py-webhelpers/Makefile 300897 2012-07-14 14:29:18Z beat $
#
a14 1
LICENSE_FILE=	${WRKSRC}/LICENSE
d19 1
a19 1
USE_PYTHON=		2.5+
@


1.9
log
@Change email for my ports to FreeBSD one.

Approved by:	novel (mentor)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update to 1.3
- Add LICENSE (BSD)
- Add WWW link to pkg-descr
- Pass maintainership to submitter

Changes:	https://docs.pylonsproject.org/projects/webhelpers/dev/changelog.html
PR:		ports/159840
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d15 1
a15 1
MAINTAINER=	cvs-src@@yandex.ru
@


1.7
log
@- Update to 1.2
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 3
a21 1
		${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson \
@


1.6
log
@- Update lang/python26 and make Python 2.6.2 to the default Python version

Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
@
text
@d9 1
a9 1
PORTVERSION=	0.6.4
d19 2
a20 1
		${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson
a25 6
post-install:
	${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} \
		-type d -exec ${CHMOD} 755 {} +
	${FIND} ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG} \
		-type f -exec ${CHMOD} ${SHAREMODE} {} +

@


1.5
log
@- Reset magik@@back-up.pl

Mail reject here:
<magik@@back-up.pl>: Host or domain name not found. Name service error for
name=back-up.pl type=AAAA: Host not found

Approved by:	portmgr (linimon)
@
text
@d21 1
a21 1
USE_PYTHON=		2.5
@


1.4
log
@- Update to 0.6.4

PR:		132051
Submitted by:	Wen Heping <wenheping@@gmail.com>
Approved by:	maintainer timeout
@
text
@d15 1
a15 1
MAINTAINER=	magik@@back-up.pl
@


1.3
log
@- Update to 0.3.2[1]
- Pass maintainership to new submitter[2]

PR:		ports/129195 [1] ports/129208 [2]
Submitted by:	magik@@back-up.pl (new maintainer) dsh@@vlink.ru (old maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.3.2
d11 1
a11 1
MASTER_SITES=	http://pylonshq.com/download/0.9.6.2/
@


1.2
log
@- Update for new python infrastructure
@
text
@d9 1
a9 1
PORTVERSION=	0.3
d11 1
a11 1
MASTER_SITES=	http://pylonshq.com/download/0.9.5/
d15 2
a16 2
MAINTAINER=	dsh@@vlink.ru
COMMENT=	A Python helper functions for writing templates in web applications easier
d21 1
a21 1
USE_PYTHON=		2.4+
@


1.1
log
@WebHelpers is package aimed at providing helper functions for use
within web applications.

These functions are intended to ease web development with template
languages by removing common view logic and encapsulating it in
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.

WWW: http://pylonshq.com/WebHelpers/

PR:		ports/113969
Submitted by:	Denis Shaposhnikov <dsh at vlink.ru>
@
text
@d18 1
a18 3
BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
		${PYTHON_PKGNAMEPREFIX}routes>=1.1:${PORTSDIR}/www/py-routes \
d22 2
a23 8
USE_PYDISTUTILS=	yes

PYWEBHELPERS_EGG=	WebHelpers-${PORTVERSION}-py${PYTHON_VER}.egg

PLIST_SUB=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		PYWEBHELPERS_EGG=${PYWEBHELPERS_EGG}

EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}
d26 1
a26 1
	${FIND} ${PYTHON_SITELIBDIR}/${PYWEBHELPERS_EGG} \
d28 1
a28 1
	${FIND} ${PYTHON_SITELIBDIR}/${PYWEBHELPERS_EGG} \
@

