diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-17 17:51:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-17 17:51:03 +0000 |
commit | 8476ce617d0e5485c48c34277fb0034b2c7f0dbc (patch) | |
tree | 4a2ffe988ae9774cadecf20255ac19bf6b41ae6c /www/p5-Jemplate | |
parent | bc47a7633d95f26a042167160e5d1e91d1f63559 (diff) | |
download | pkgsrc-8476ce617d0e5485c48c34277fb0034b2c7f0dbc.tar.gz |
Update to 0.18, provided by OBATA Akio in PR 33928:
version: 0.18
date: Wed Mar 8 02:06:47 PST 2006
changes:
- Made Test.Base stuff its own module. Now Jemplate relies on that module.
- Christian Hansen added a simple daemon for running tests.
- Cees Hek added all hash virtual methods (except `import` which caused
major grief)
- Cees monkeyed around in the Stash lookup code
- Yann K implemented the `replace` filter
- Ingy made `foo.bar()` always call a method `bar`.
- Ingy completely refactored Test.Base and then proceeded to refactor the
Jemplate test suite in kind.
- gugod pulled over some uri escaping code from Kwiki
- chansen tweaked the daemon to honor caching rules
- Cory Bennett fixed some bug having to do with a Javascript String object.
- Cees fixed the defaults for the `indent` and `truncate` filters.
- Stephen Howard reported that Jemplate was not localising the stash for
the INCLUDE directive, and he even supplied a patch, but Ingy had
already made the fix.
- Ingy played with the Stash lookup code and hopefully got it just perfect.
- Ingy added support for the DEFAULT directive.
- Lots more tests in this release.
Diffstat (limited to 'www/p5-Jemplate')
-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 7c0d73b3adc..1f6f6aaee67 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2006/03/08 05:00:39 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/17 17:51:03 wiz Exp $ -DISTNAME= Jemplate-0.17 +DISTNAME= Jemplate-0.18 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 bb06bfad2e8..54cc9a7f8e3 100644 --- a/www/p5-Jemplate/distinfo +++ b/www/p5-Jemplate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/03/08 05:00:39 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2006/07/17 17:51:03 wiz Exp $ -SHA1 (Jemplate-0.17.tar.gz) = 744c9a8ed578ef21f3357ed0c445962f170efcb1 -RMD160 (Jemplate-0.17.tar.gz) = 31a68dc1d8e9776c67cdf04fe601a9377c05b55d -Size (Jemplate-0.17.tar.gz) = 116174 bytes +SHA1 (Jemplate-0.18.tar.gz) = 8640af09ab5d18be896693b0f42065f089ad7aee +RMD160 (Jemplate-0.18.tar.gz) = 1a2f73fb886960fcca0a46c4810251527a9ce451 +Size (Jemplate-0.18.tar.gz) = 119206 bytes |