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

Martin Wilke miwi at FreeBSD.org
Tue Feb 7 04:26:49 UTC 2012


miwi        2012-02-07 04:26:48 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-django-sekizai Makefile distinfo pkg-descr pkg-plist 
  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 at irtnog.org>
  
  Revision  Changes    Path
  1.3098    +1 -0      ports/www/Makefile
  1.1       +23 -0     ports/www/py-django-sekizai/Makefile (new)
  1.1       +2 -0      ports/www/py-django-sekizai/distinfo (new)
  1.1       +10 -0     ports/www/py-django-sekizai/pkg-descr (new)
  1.1       +39 -0     ports/www/py-django-sekizai/pkg-plist (new)


More information about the cvs-ports mailing list