From owner-cvs-all@FreeBSD.ORG Wed Oct 26 21:56:03 2011 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 A90BB106566B; Wed, 26 Oct 2011 21:56:03 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99E388FC0C; Wed, 26 Oct 2011 21:56:03 +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 p9QLu3f8068164; Wed, 26 Oct 2011 21:56:03 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9QLu3Wu068163; Wed, 26 Oct 2011 21:56:03 GMT (envelope-from pawel) Message-Id: <201110262156.p9QLu3Wu068163@repoman.freebsd.org> From: Pawel Pekala Date: Wed, 26 Oct 2011 21:56:03 +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/devel Makefile ports/devel/php5-blitz-devel Makefile distinfo pkg-descr 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: Wed, 26 Oct 2011 21:56:03 -0000 pawel 2011-10-26 21:56:03 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/php5-blitz-devel Makefile distinfo pkg-descr Log: Blitz is a PHP templating engine with two main features: Fast. Blitz is written in C and built as PHP-extension which makes it one of the fastest template engines (you may see the benchmarks section below) Clear. Blitz has quite simple and clear syntax and makes developer to build compact and easy-to-read-and-support code even for applications with very complex presentation logic WWW: http://alexeyrybak.com/blitz/blitz_en.html PR: ports/159908 Submitted by: Valery Komarov Revision Changes Path 1.4628 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/php5-blitz-devel/Makefile (new) 1.1 +2 -0 ports/devel/php5-blitz-devel/distinfo (new) 1.1 +10 -0 ports/devel/php5-blitz-devel/pkg-descr (new)