Date: Tue, 15 Feb 2011 09:17:50 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/py-django-classy-tags Makefile distinfo pkg-descr pkg-plist Message-ID: <201102150917.p1F9HovD008203@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2011-02-15 09:17:50 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-django-classy-tags Makefile distinfo pkg-descr pkg-plist 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/ Revision Changes Path 1.2811 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/py-django-classy-tags/Makefile (new) 1.1 +2 -0 ports/www/py-django-classy-tags/distinfo (new) 1.1 +13 -0 ports/www/py-django-classy-tags/pkg-descr (new) 1.1 +63 -0 ports/www/py-django-classy-tags/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102150917.p1F9HovD008203>