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


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

1.4
date	2012.11.17.06.02.59;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.07.04.27.11;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.04.14.02.32;	author miwi;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311552
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Martin Wilke <miwi@@FreeBSD.org>
# $FreeBSD: head/www/py-django-classy-tags/Makefile 311552 2013-02-04 02:30:24Z miwi $

PORTNAME=	django-classy-tags
PORTVERSION=	0.4
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR=	source/d/${PORTNAME}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Class based template tags for Django

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	py-classy-tags
# Date created:				15 Feb 2011
# Whom:					Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/www/py-django-classy-tags/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.3.4.1
@


1.3
log
@- Update to 0.3.4.1

PR:		164623
Submitted by:	"Matthew X. Economou" <xenophon+fbsdports@@irtnog.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 0.3.3

PR:		155237
Submitted by:	Kurt Lidl <kurt.lidl@@cello.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.3.3
d11 2
a12 1
MASTER_SITES=	http://pypi.python.org/packages/source/d/${PORTNAME}/
@


1.1
log
@The goal of this project is to create a new way of writing Django template tags
which is fully compatible with the current Django templating infrastructure.
This new way should be easy, clean and require as little boilerplate code as
possible while still staying as powerful as possible.

Features:
* Class based template tags.
* Template tag argument parser.
* Declarative way to define arguments.
* Supports (theoretically infinite) parse-until blocks.
* Extensible!

WWW:    http://github.com/ojii/django-classy-tags/
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
@

