aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Tiny/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 18:52:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 18:52:44 +0000
commit00c8384ee2dc95d2b3b987e6525e7301ae8da55a (patch)
tree27b51d2068f1d1a9e272f66f791179bc5c0c8d0a /textproc/p5-Template-Tiny/pkg-descr
parentf2b591d7313f7c699d4110c0bce085df34b4a4fc (diff)
downloadports-00c8384ee2dc95d2b3b987e6525e7301ae8da55a.tar.gz
ports-00c8384ee2dc95d2b3b987e6525e7301ae8da55a.zip
Notes
Diffstat (limited to 'textproc/p5-Template-Tiny/pkg-descr')
-rw-r--r--textproc/p5-Template-Tiny/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/p5-Template-Tiny/pkg-descr b/textproc/p5-Template-Tiny/pkg-descr
new file mode 100644
index 000000000000..b99f907c17c6
--- /dev/null
+++ b/textproc/p5-Template-Tiny/pkg-descr
@@ -0,0 +1,15 @@
+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/