cvs commit: ports/www Makefile ports/www/py-django-classy-tags Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Tue Feb 15 09:17:50 UTC 2011


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)


More information about the cvs-ports mailing list