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


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

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

1.2
date	2012.08.13.19.04.49;	author rm;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314898
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Matthew X. Economou <xenophon+fbsdports@@irtnog.org>
# $FreeBSD: head/www/py-django-sekizai/Makefile 314898 2013-03-22 09:22:16Z culot $

PORTNAME=	django-sekizai
PORTVERSION=	0.7
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	xenophon+fbsdports@@irtnog.org
COMMENT=	Block templating system for Django

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
		${PYTHON_PKGNAMEPREFIX}django-classy-tags>=0.3.1:${PORTSDIR}/www/py-django-classy-tags

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	py-django-sekizai
# Date created:				30 Jan 2012
# Whom:					Matthew X. Economou <xenophon+fbsdports@@irtnog.org>
#
# $FreeBSD: head/www/py-django-sekizai/Makefile 302476 2012-08-13 19:04:49Z rm $
#
d5 1
a5 1
PORTVERSION=	0.6.1
@


1.2
log
@SVN rev 302476 on 2012-08-13 19:04:49Z by rm

- update to version 0.6.1
- use @@dirrm (not @@dirrmtry) for the port's own directories
- don't even try to @@dirrmtry other ports directories

while here:
- use CHEESESHOP shortcut and remove unnecessary MASTER_SITE_SUBDIR
- strict python version to 2.x only
- add missing dependency on www/py-django-classy-tags

PR:		169597
Submitted by:	bsam
Approved by:	maintainer timeout (6 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Sekizai means "blocks" in Japanese, and that's what this app provides.
A fresh look at blocks.  With django-sekizai you can define
placeholders where your blocks get rendered and at different places in
your templates append to those blocks.  This is especially useful for
css and javascript.  Your subtemplates can now define css and
javscript files to be included, and the css will be nicely put at the
top and the javascript to the bottom, just like you should.  Also
sekizai will ignore any duplicate content in a single block.

WWW: https://github.com/ojii/django-sekizai

PR:		ports/164622
Submitted by:	Matthew X. Economou <xenophon+fbsdports@@irtnog.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.5
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR=	source/d/${PORTNAME}
d17 2
a18 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django
d20 1
a20 1
USE_PYTHON=	yes
@

