diff options
author | minskim <minskim@pkgsrc.org> | 2006-02-17 01:49:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-02-17 01:49:36 +0000 |
commit | 56886d29ac8147a5a350eae2a71b5d033672cd9e (patch) | |
tree | fb26ded66b413942bf37448a4c3a2acd18689696 /www/p5-Jemplate | |
parent | 50a34e59756cd65bb9de43a942f67c10f4cacaa8 (diff) | |
download | pkgsrc-56886d29ac8147a5a350eae2a71b5d033672cd9e.tar.gz |
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 (limited to 'www/p5-Jemplate')
-rw-r--r-- | www/p5-Jemplate/DESCR | 9 | ||||
-rw-r--r-- | www/p5-Jemplate/Makefile | 17 | ||||
-rw-r--r-- | www/p5-Jemplate/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Jemplate/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-Jemplate/DESCR b/www/p5-Jemplate/DESCR new file mode 100644 index 00000000000..54acc3e8576 --- /dev/null +++ b/www/p5-Jemplate/DESCR @@ -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 --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile new file mode 100644 index 00000000000..76ca08dd773 --- /dev/null +++ b/www/p5-Jemplate/Makefile @@ -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 +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 --git a/www/p5-Jemplate/PLIST b/www/p5-Jemplate/PLIST new file mode 100644 index 00000000000..87a9b467fbe --- /dev/null +++ b/www/p5-Jemplate/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/17 01:49:36 minskim Exp $ diff --git a/www/p5-Jemplate/distinfo b/www/p5-Jemplate/distinfo new file mode 100644 index 00000000000..1b6a35aa4be --- /dev/null +++ b/www/p5-Jemplate/distinfo @@ -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 |