summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Tiny
AgeCommit message (Collapse)AuthorFilesLines
2010-02-22Updating textproc/p5-Template-Tiny from 0.10 to 0.11sno2-6/+8
pkgsrc changes: - Add dependency to Capture::Tiny as required Upstream changes: 0.11 Mon 22 Feb 2010 - Adding preparse-specific test script - Add compatibility with the horrible TT process() signature (MSTROUT)
2010-01-25Updating textproc/p5-Template-Tiny from 0.09 to 0.10sno2-6/+6
Upstream changes: 0.10 Sun 24 Jan 2010 - The use of the constructor is now compulsory, as per Template.pm - Adding support for constructor params - Adding support for constructor TRIM param - The process method now works in both static and instance modes
2010-01-16Importing textproc/p5-Template-Tiny 0.09 as dependency of scheduled Padresno3-0/+37
import. 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.