From ec93bce62d31785e94bf8f627332386ab56481c5 Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 16 Jan 2010 16:13:12 +0000 Subject: 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. --- textproc/p5-Template-Tiny/DESCR | 13 +++++++++++++ textproc/p5-Template-Tiny/Makefile | 19 +++++++++++++++++++ textproc/p5-Template-Tiny/distinfo | 5 +++++ 3 files changed, 37 insertions(+) create mode 100644 textproc/p5-Template-Tiny/DESCR create mode 100644 textproc/p5-Template-Tiny/Makefile create mode 100644 textproc/p5-Template-Tiny/distinfo (limited to 'textproc') 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 -- cgit v1.2.3