diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2006-03-08 05:00:39 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2006-03-08 05:00:39 +0000 |
commit | 9471319d1c9924983755f3d58a25c16adbd0f9b3 (patch) | |
tree | afd2ae9e93c143f3c9f5c3b91ca0247c636be51e | |
parent | 11198109cccfdc375843c2ae69e61cf098357cb5 (diff) | |
download | pkgsrc-9471319d1c9924983755f3d58a25c16adbd0f9b3.tar.gz |
Updated to 0.17.
---
version: 0.17
date: Tue Feb 28 22:44:04 PST 2006
changes:
- Fixed ajax callback bugs
- Fixed inserting result into a dom element in Safari
- Cory Bennett fixed Test.Harness on Konqueror
- Cory sorted keys in FOR i IN obj. This should give expected consistency to
users.
- Cees Hek implemented all the string functions. With tests!!
- Cees added the truncate filter.
- Yann Kerherv¡¦ changed the position of arguments in filters
- Yann fixed the indent and html filters and added repeat filter
- Yann adapted some tests from the TT test suite!
---
version: 0.16
date: Mon Feb 27 22:14:37 PST 2006
changes:
- Ingy added JSON and Ajax support into Jemplate.js
- Ingy got tests working on Mozilla, IE, Safari and Opera
- Ingy streamlined Makefiles and testing
- Ingy refactored documentation
- Cory Bennett JAVASCRIPT directive for inlining Javascript
- Cory added -nojs flag to `jemplate` command line tool
- Cory eliminated nasty eq/== hack
- Cory added support for foo.0 numeric indexing
- Cory added quoting support
- Cory got [% FOR i IN obj %] working to iterate over keys of object
- Cory fixed [% "$foo/$bar" %] for quoted strings
- Cory fixed concatenation
- Yann Kerherv¡¦ added filtering support
- Yann added these filters: collapse, html, html_break, html_entity,
html_line_break, html_para, indent, lcfirst, lower, null, trim, ucfirst,
upper, uri
- Ingy removed PERL and RAWPERL support
- Cory made test output display nicely
- Ingy made test index link to subtests
---
version: 0.15
date: Fri Feb 24 18:02:46 PST 2006
changes:
- Support SWITCH CASE and WRAPPER directives thanks to xantus and yann!
- Now the Stash really works, thanks to Miyagawa!
- Test.Base javascript runtime test framework!
- Support all the TT array primitives in JS!
-rw-r--r-- | www/p5-Jemplate/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Jemplate/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index 76ca08dd773..7c0d73b3adc 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/17 01:49:36 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2006/03/08 05:00:39 hiramatsu Exp $ -DISTNAME= Jemplate-0.14 +DISTNAME= Jemplate-0.17 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/I/IN/INGY/ diff --git a/www/p5-Jemplate/distinfo b/www/p5-Jemplate/distinfo index 1b6a35aa4be..bb06bfad2e8 100644 --- a/www/p5-Jemplate/distinfo +++ b/www/p5-Jemplate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/17 01:49:36 minskim Exp $ +$NetBSD: distinfo,v 1.2 2006/03/08 05:00:39 hiramatsu Exp $ -SHA1 (Jemplate-0.14.tar.gz) = f702748c72ab5fd422389a34ed24e77a457585a3 -RMD160 (Jemplate-0.14.tar.gz) = 2f6794b23782e4ad79638246ef507a4880c4bfd2 -Size (Jemplate-0.14.tar.gz) = 70324 bytes +SHA1 (Jemplate-0.17.tar.gz) = 744c9a8ed578ef21f3357ed0c445962f170efcb1 +RMD160 (Jemplate-0.17.tar.gz) = 31a68dc1d8e9776c67cdf04fe601a9377c05b55d +Size (Jemplate-0.17.tar.gz) = 116174 bytes |