Bug 164622 - New port: www/py-django-sekizai Block templating system for Django
Summary: New port: www/py-django-sekizai Block templating system for Django
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 07:30 UTC by xenophon+fbsdports
Modified: 2012-02-07 04:30 UTC (History)
0 users

See Also:


Attachments
file.shar (4.90 KB, text/plain)
2012-01-30 07:30 UTC, xenophon+fbsdports
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"