From 56886d29ac8147a5a350eae2a71b5d033672cd9e Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 17 Feb 2006 01:49:36 +0000 Subject: 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. --- 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(+) create mode 100644 www/p5-Jemplate/DESCR create mode 100644 www/p5-Jemplate/Makefile create mode 100644 www/p5-Jemplate/PLIST create mode 100644 www/p5-Jemplate/distinfo 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 -- cgit v1.2.3