pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Jemplate Import p5-Jemplate from pkgsrc-wip. P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99c28178a3db
branches:  trunk
changeset: 508262:99c28178a3db
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Feb 17 01:49:36 2006 +0000

description:
Import p5-Jemplate from pkgsrc-wip.  Packaged by OBATA Akio.

Jemplate is a templating framework for Javascript that is built over
Perl's Template Toolkit (TT2).

Jemplate parses TT2 templates using the TT2 Perl framework, but with a
twist.  Instead of compiling the templates into Perl code, it compiles
them into Javascript.  Jemplate then provides a Javascript runtime
module for processing the template code.  Combined with JSON and
xmlHttpRequest, Jemplate provides a simple and powerful way to do Ajax
stuff.

diffstat:

 www/p5-Jemplate/DESCR    |   9 +++++++++
 www/p5-Jemplate/Makefile |  17 +++++++++++++++++
 www/p5-Jemplate/PLIST    |   1 +
 www/p5-Jemplate/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r cdfe85b4850b -r 99c28178a3db www/p5-Jemplate/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Jemplate/DESCR     Fri Feb 17 01:49:36 2006 +0000
@@ -0,0 +1,9 @@
+Jemplate is a templating framework for Javascript that is built over
+Perl's Template Toolkit (TT2).
+
+Jemplate parses TT2 templates using the TT2 Perl framework, but with a
+twist.  Instead of compiling the templates into Perl code, it compiles
+them into Javascript.  Jemplate then provides a Javascript runtime
+module for processing the template code.  Combined with JSON and
+xmlHttpRequest, Jemplate provides a simple and powerful way to do Ajax
+stuff.
diff -r cdfe85b4850b -r 99c28178a3db www/p5-Jemplate/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Jemplate/Makefile  Fri Feb 17 01:49:36 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/17 01:49:36 minskim Exp $
+
+DISTNAME=      Jemplate-0.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/I/IN/INGY/
+
+MAINTAINER=    obata%lins.jp@localhost
+HOMEPAGE=      http://search.cpan.org/~ingy/Jemplate/
+COMMENT=       Javascript Templating with Template Toolkit
+
+DEPENDS+=      p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
+
+PERL5_PACKLIST=                auto/Jemplate/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cdfe85b4850b -r 99c28178a3db www/p5-Jemplate/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Jemplate/PLIST     Fri Feb 17 01:49:36 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/17 01:49:36 minskim Exp $
diff -r cdfe85b4850b -r 99c28178a3db www/p5-Jemplate/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Jemplate/distinfo  Fri Feb 17 01:49:36 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/17 01:49:36 minskim Exp $
+
+SHA1 (Jemplate-0.14.tar.gz) = f702748c72ab5fd422389a34ed24e77a457585a3
+RMD160 (Jemplate-0.14.tar.gz) = 2f6794b23782e4ad79638246ef507a4880c4bfd2
+Size (Jemplate-0.14.tar.gz) = 70324 bytes



Home | Main Index | Thread Index | Old Index