From owner-cvs-ports@FreeBSD.ORG Sat Mar 20 18:52:45 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 2501A106564A; Sat, 20 Mar 2010 18:52:45 +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 1490D8FC15; Sat, 20 Mar 2010 18:52:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2KIqigP058029; Sat, 20 Mar 2010 18:52:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2KIqinu058028; Sat, 20 Mar 2010 18:52:44 GMT (envelope-from miwi) Message-Id: <201003201852.o2KIqinu058028@repoman.freebsd.org> From: Martin Wilke Date: Sat, 20 Mar 2010 18:52:44 +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/textproc Makefile ports/textproc/p5-Template-Tiny Makefile distinfo pkg-descr pkg-plist 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: Sat, 20 Mar 2010 18:52:45 -0000 miwi 2010-03-20 18:52:44 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Template-Tiny Makefile distinfo pkg-descr pkg-plist Log: Template::Tiny is a reimplementation of a partial subset of the Template Toolkit in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine. WWW: http://search.cpan.org/dist/Template-Tiny/ PR: ports/144823 Submitted by: ports at c0decafe.net Revision Changes Path 1.1424 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-Template-Tiny/Makefile (new) 1.1 +3 -0 ports/textproc/p5-Template-Tiny/distinfo (new) 1.1 +15 -0 ports/textproc/p5-Template-Tiny/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-Template-Tiny/pkg-plist (new)