Date: Wed, 17 Mar 2010 18:44:32 +0200 (EET) From: "ports@c0decafe.net" <ports@c0decafe.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/144823: [NEW PORT] textproc/p5-Template-Tiny: Template Toolkit reimplemented in as little code as possible Message-ID: <201003171644.o2HGiW0Y054002@kitchen.c0decafe.net> Resent-Message-ID: <201003171650.o2HGo1xv066841@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 144823 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Template-Tiny: Template Toolkit reimplemented in as little code as possible >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 17 16:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kitchen.c0decafe.net 7.2-STABLE FreeBSD 7.2-STABLE #6: Sat Dec 5 16:40:07 EET >Description: 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/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Template-Tiny-0.11.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Template-Tiny # p5-Template-Tiny/pkg-descr # p5-Template-Tiny/Makefile # p5-Template-Tiny/pkg-plist # p5-Template-Tiny/distinfo # echo c - p5-Template-Tiny mkdir -p p5-Template-Tiny > /dev/null 2>&1 echo x - p5-Template-Tiny/pkg-descr sed 's/^X//' >p5-Template-Tiny/pkg-descr << 'a2313db148dcd54ffca759e3d5f47cc9' XTemplate::Tiny is a reimplementation of a partial subset of the Template XToolkit in as few lines of code as possible. X XIt is intended for use in light-usage, low-memory, or low-cpu templating Xsituations, where you may need to upgrade to the full feature set in the Xfuture, or if you want the familiarity of TT-style templates. X XIt is intended to have fully-compatible template and stash usage, with a Xlimited by similar Perl API. X XUnlike Template Toolkit, Template::Tiny will process templates without a Xcompile phase (but despite this is still quicker, owing to heavy use of Xthe Perl regular expression engine. X XWWW: http://search.cpan.org/dist/Template-Tiny/ a2313db148dcd54ffca759e3d5f47cc9 echo x - p5-Template-Tiny/Makefile sed 's/^X//' >p5-Template-Tiny/Makefile << '70ba78409b9d51015dfe1a0346aef3bd' X# New ports collection makefile for: p5-Template-Tiny X# Date created: 2010-03-17 X# Whom: <ports@c0decafe.net> X# X# $FreeBSD$ X# X XPORTNAME= Template-Tiny XPORTVERSION= 0.11 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@c0decafe.net XCOMMENT= Template Toolkit reimplemented in as little code as possible X XBUILD_DEPENDS= p5-Capture-Tiny>=0.07:${PORTSDIR}/devel/p5-Capture-Tiny XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_PERL5= yes XPERL_CONFIGURE= yes X XMAN3= Template::Tiny.3 X X.include <bsd.port.mk> 70ba78409b9d51015dfe1a0346aef3bd echo x - p5-Template-Tiny/pkg-plist sed 's/^X//' >p5-Template-Tiny/pkg-plist << 'c9a31b6dbdbfa619070826cd779df056' X%%SITE_PERL%%/Template/Tiny.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Tiny/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Tiny X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template X@dirrmtry %%SITE_PERL%%/Template c9a31b6dbdbfa619070826cd779df056 echo x - p5-Template-Tiny/distinfo sed 's/^X//' >p5-Template-Tiny/distinfo << '8fe744f9ad22712cfda27a457eedfd7f' XMD5 (Template-Tiny-0.11.tar.gz) = 5bb697dff7ff41f6894906233b205560 XSHA256 (Template-Tiny-0.11.tar.gz) = 7d2583bb186f8acbba05fcdbf51d52aaa3ef37fa8e0eb5d9dce99d3bed2f62c4 XSIZE (Template-Tiny-0.11.tar.gz) = 16129 8fe744f9ad22712cfda27a457eedfd7f exit --- p5-Template-Tiny-0.11.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003171644.o2HGiW0Y054002>