summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Tiny
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-01-16 16:13:12 +0000
committersno <sno@pkgsrc.org>2010-01-16 16:13:12 +0000
commite9549cb173eb41331b8e551084846afe32c23a0f (patch)
tree2f91a77ae89ef2f4018edfda9cd9232e7faa464c /textproc/p5-Template-Tiny
parent8c644bb27af4bdf37ad881746fdb12b3afea7162 (diff)
downloadpkgsrc-e9549cb173eb41331b8e551084846afe32c23a0f.tar.gz
Importing textproc/p5-Template-Tiny 0.09 as dependency of scheduled Padre
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.
Diffstat (limited to 'textproc/p5-Template-Tiny')
-rw-r--r--textproc/p5-Template-Tiny/DESCR13
-rw-r--r--textproc/p5-Template-Tiny/Makefile19
-rw-r--r--textproc/p5-Template-Tiny/distinfo5
3 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-Template-Tiny/DESCR b/textproc/p5-Template-Tiny/DESCR
new file mode 100644
index 00000000000..017b8abbdf7
--- /dev/null
+++ b/textproc/p5-Template-Tiny/DESCR
@@ -0,0 +1,13 @@
+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.
diff --git a/textproc/p5-Template-Tiny/Makefile b/textproc/p5-Template-Tiny/Makefile
new file mode 100644
index 00000000000..a297541d967
--- /dev/null
+++ b/textproc/p5-Template-Tiny/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 16:13:12 sno Exp $
+
+DISTNAME= Template-Tiny-0.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Template-Tiny/
+COMMENT= Template Toolkit reimplemented in as little code as possible
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Template/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Template-Tiny/distinfo b/textproc/p5-Template-Tiny/distinfo
new file mode 100644
index 00000000000..80b87100085
--- /dev/null
+++ b/textproc/p5-Template-Tiny/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/16 16:13:12 sno Exp $
+
+SHA1 (Template-Tiny-0.09.tar.gz) = 8f8c11f678b7be006c81cbdab79bb363098981c3
+RMD160 (Template-Tiny-0.09.tar.gz) = 6f3ae157c56b250df26a202fa1aa25c989897085
+Size (Template-Tiny-0.09.tar.gz) = 14999 bytes