aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-sekizai
Commit message (Collapse)AuthorAgeFilesLines
* - Really bump PORTREVMartin Wilke2014-01-291-0/+1
| | | | Notes: svn path=/head/; revision=341753
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-292-72/+2
| | | | | | | | - Stage support - bump PORTREVISION Notes: svn path=/head/; revision=341752
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Update to 0.7Frederic Culot2013-03-223-8/+37
| | | | | | | | | | | - Trim Makefile's header PR: ports/176646 Submitted by: William Grzybowski <william88@gmail.com> Approved by: maintainer (timeout, >14 days) Notes: svn path=/head/; revision=314898
* - update to version 0.6.1Ruslan Makhmatkhanov2012-08-133-13/+11
| | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=302476
* Sekizai means "blocks" in Japanese, and that's what this app provides.Martin Wilke2012-02-074-0/+74
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> Notes: svn path=/head/; revision=290546