From owner-cvs-all@FreeBSD.ORG Tue Feb 7 04:26:49 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1270C106564A; Tue, 7 Feb 2012 04:26:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D7E9B8FC14; Tue, 7 Feb 2012 04:26:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q174QmFV043991; Tue, 7 Feb 2012 04:26:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q174QmBT043990; Tue, 7 Feb 2012 04:26:48 GMT (envelope-from miwi) Message-Id: <201202070426.q174QmBT043990@repoman.freebsd.org> From: Martin Wilke Date: Tue, 7 Feb 2012 04:26:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/py-django-sekizai Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 04:26:49 -0000 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 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)