summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-02-17 01:49:36 +0000
committerminskim <minskim@pkgsrc.org>2006-02-17 01:49:36 +0000
commit0ec19f9f27e320de21f6761c545bf7050fb82003 (patch)
treefb26ded66b413942bf37448a4c3a2acd18689696 /www
parentd2a3cb24ffd95ada45d0ead30a0f9f0187da4337 (diff)
downloadpkgsrc-0ec19f9f27e320de21f6761c545bf7050fb82003.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')
-rw-r--r--www/p5-Jemplate/DESCR9
-rw-r--r--www/p5-Jemplate/Makefile17
-rw-r--r--www/p5-Jemplate/PLIST1
-rw-r--r--www/p5-Jemplate/distinfo5
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