pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Template-Tiny Importing textproc/p5-Templa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/deef74e5bfb3
branches:  trunk
changeset: 569538:deef74e5bfb3
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 16:13:12 2010 +0000

description:
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:

 textproc/p5-Template-Tiny/DESCR    |  13 +++++++++++++
 textproc/p5-Template-Tiny/Makefile |  19 +++++++++++++++++++
 textproc/p5-Template-Tiny/distinfo |   5 +++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 7a0f06666506 -r deef74e5bfb3 textproc/p5-Template-Tiny/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Tiny/DESCR   Sat Jan 16 16:13:12 2010 +0000
@@ -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 -r 7a0f06666506 -r deef74e5bfb3 textproc/p5-Template-Tiny/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Tiny/Makefile        Sat Jan 16 16:13:12 2010 +0000
@@ -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@localhost
+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 -r 7a0f06666506 -r deef74e5bfb3 textproc/p5-Template-Tiny/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Template-Tiny/distinfo        Sat Jan 16 16:13:12 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index