diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2007-04-11 06:12:27 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2007-04-11 06:12:27 +0000 |
commit | 044873ee7d3d560d724ef673b626c8e5e720300c (patch) | |
tree | 96f1d8df98b76aab8e4671ed22300ab14bc45ebd /www | |
parent | 40aa976421b6fad05636928cf510031b13573c8c (diff) | |
download | pkgsrc-044873ee7d3d560d724ef673b626c8e5e720300c.tar.gz |
Update p5-Jemplate to 0.20.
Changes from 0.18:
---
version: 0.20
date: Wed Nov 22 09:12:25 PST 2006
changes:
- Fix tests due to assumed file glob sorting. Thanks Cees.
- Fix tests where compile line numbers are off by one or two.
---
version: 0.19
date: Tue Nov 21 08:22:25 PST 2006
changes:
- Fixed setting a hash value. Reported by Theo Petersen. Thanks.
- David added ability to compile path names by passing directory to recurse
- Allow TT2 compile time options to be specified on command line.
- Create runtime code from CLI script.
- Allow Jemplate objects to be created with runtime configs.
- Port some TT2 runtime options.
- Better doc
- --runtime command prints the runtime JavaScript module
- --list lists the template names to be used
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Jemplate/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Jemplate/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index e773c1c0695..029a44848a8 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2007/04/01 01:58:38 obache Exp $ +# $NetBSD: Makefile,v 1.5 2007/04/11 06:12:27 hiramatsu Exp $ -DISTNAME= Jemplate-0.18 +DISTNAME= Jemplate-0.20 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/I/IN/INGY/ @@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/~ingy/Jemplate/ COMMENT= Javascript Templating with Template Toolkit DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit +DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule PERL5_PACKLIST= auto/Jemplate/.packlist diff --git a/www/p5-Jemplate/distinfo b/www/p5-Jemplate/distinfo index 54cc9a7f8e3..385de7281db 100644 --- a/www/p5-Jemplate/distinfo +++ b/www/p5-Jemplate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/07/17 17:51:03 wiz Exp $ +$NetBSD: distinfo,v 1.4 2007/04/11 06:12:34 hiramatsu Exp $ -SHA1 (Jemplate-0.18.tar.gz) = 8640af09ab5d18be896693b0f42065f089ad7aee -RMD160 (Jemplate-0.18.tar.gz) = 1a2f73fb886960fcca0a46c4810251527a9ce451 -Size (Jemplate-0.18.tar.gz) = 119206 bytes +SHA1 (Jemplate-0.20.tar.gz) = 058ce510b17ddfb9f1996438b9122d0d5acda274 +RMD160 (Jemplate-0.20.tar.gz) = 06f86b73901d6d6b69d306dd3614c405633e19de +Size (Jemplate-0.20.tar.gz) = 140708 bytes |