Bug 164622

Summary: New port: www/py-django-sekizai Block templating system for Django
Product: Ports & Packages Reporter: xenophon+fbsdports
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description xenophon+fbsdports 2012-01-30 07:30:15 UTC
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.

This package is a prerequisite for Django CMS.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2012-02-01 11:19:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2012-02-07 04:26:36 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-07 04:26:57 UTC
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@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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"