From owner-cvs-ports@FreeBSD.ORG Thu Dec 2 15:08:16 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B6361065672; Thu, 2 Dec 2010 15:08:16 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EE00F8FC19; Thu, 2 Dec 2010 15:08:15 +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 oB2F8FY9032296; Thu, 2 Dec 2010 15:08:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oB2F8FLh032295; Thu, 2 Dec 2010 15:08:15 GMT (envelope-from pav) Message-Id: <201012021508.oB2F8FLh032295@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 2 Dec 2010 15:08:15 +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/dwoo Makefile distinfo pkg-descr pkg-plist ports/www/dwoo/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 15:08:16 -0000 pav 2010-12-02 15:08:15 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/dwoo Makefile distinfo pkg-descr pkg-plist www/dwoo/files pkg-message.in Log: Dwoo is a PHP5 Template Engine that was started in early 2008. The idea came from the fact that Smarty, a well known template engine, is getting older and older. It carries the weight of it's age, having old features that are inconsistent compared to newer ones, being written for PHP4 its Object Oriented aspect doesn't take advantage of PHP5's more advanced features in the area, etc. Hence Dwoo was born, hoping to provide a more up to date and stronger engine. So far it has proven to be faster than Smarty in many areas, and it provides a compatibility layer to allow developers that have been using Smarty for years to switch their application over to Dwoo progressively. WWW: http://dwoo.org/ PR: ports/151718 Submitted by: Joe Horn Revision Changes Path 1.2760 +1 -0 ports/www/Makefile 1.1 +48 -0 ports/www/dwoo/Makefile (new) 1.1 +4 -0 ports/www/dwoo/distinfo (new) 1.1 +6 -0 ports/www/dwoo/files/pkg-message.in (new) 1.1 +11 -0 ports/www/dwoo/pkg-descr (new) 1.1 +381 -0 ports/www/dwoo/pkg-plist (new)