diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-20 01:04:12 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-20 01:04:12 +0000 |
commit | acb666a4c9783a1c31ce450c55a70aa62b3e545a (patch) | |
tree | d833024d3f5d75619ae34b4e738355d768f90d81 /www/p5-Jemplate | |
parent | 174ee3e8ac398a0da1cb3c2d713ce2dfe839a057 (diff) | |
download | pkgsrc-acb666a4c9783a1c31ce450c55a70aa62b3e545a.tar.gz |
Update p5-Jemplate to 0.261.
Changes from previous:
---
version: 0.261
date: Tuesday April 27 09:35:06 PDT 2010
changes:
- Fixed rt56956 with test case - DIV operator broken (Agent Zhang)
---
version: 0.260
date: Monday April 26 12:03:40 PDT 2010
---
version: 0.25_2
date: Saturday April 24 18:48:53 PDT 2010
changes:
- Implemented rt4308 - Capture implementation (Tom Molesworth)
- Added test for rt37570 - List method for lists (fixed in 5eaf340da...)
---
version: 0.25_1
date: Thursday April 22 17:58:53 PDT 2010
changes:
- Fixed rt53454 with test case - Support rudimentary array range operator
- Fixed rt53453 with test case - Make Jemplate slice like TT slice
- Fixed rt53967 with test case - Compiler double-dot path fail
- Added test case for rt37539 - Intermediate instantiation
- Added test case for rt37540 - Iterate over empty object
- Added test case for rt37895 - Inconsistent jemplate version
---
version: 0.25
date: Wednesday April 21 13:44:19 PDT 2010
changes:
- release
---
version: 0.24_4
date: Saturday January 09 17:06:40 PST 2010
changes:
- added .pairs (VMethod) functionality with tests
- fixed quoted.t failing test
---
version: 0.24_3
date: Mon Jun 8 2009
changes:
- fixed bug, related to empty template body (http://rt.cpan.org/Public/Bug/Display.html?id=37061)
- fixed bug in Parser.yp, which produced compilation error for macroses
- fixed "intermediate instantiation" issue (http://rt.cpan.org/Public/Bug/Display.html?id=37539)
- fixed "iteration over empty object" issue (http://rt.cpan.org/Public/Bug/Display.html?id=37540)
- added and tested MACRO directive
- added PRE_PROCESS and POST_PROCESS configuration options
- added and tested global scope access via GLOBAL modifier (GLOBAL.jQeuery etc)
- added dummy LOCAL modifier, for symmetry
- added "init" method for Jemplate singleton
- added experimental RAW directive (RAW jQuery, equivalent of jQuery = GLOBAL.jQuery)
VMethods:
- added "list" for lists (http://rt.cpan.org/Public/Bug/Display.html?id=37570)
- added "item" for hashes
- fixed "import" for hashes
Test suite:
- combined back to a single copy
Patches:
- Integrated patch from RT#37895
version: 0.24_2
date: Monday June 08 10:37:54 PDT 2009
changes:
- Fix to get tests working on MSWin32 (rt23883)
---
version: 0.24
date: Fri Sep 19 15:09:35 PDT 2008
changes:
- Convert tests to standard Test.Base setup!
---
version: 0.23_1
date: Monday August 18 15:22:03 PDT 2008
changes:
- Fixed issue with runtime_source_code that broke Catalyst::View::Jemplate
- Some beta MACRO functionality
- Ingy refactored tjs/ into tests/
Diffstat (limited to 'www/p5-Jemplate')
-rw-r--r-- | www/p5-Jemplate/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Jemplate/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index ae7693ba5b2..9c2a62d7f62 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2011/08/14 16:05:59 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/10/20 01:04:12 hiramatsu Exp $ -DISTNAME= Jemplate-0.23 +DISTNAME= Jemplate-0.261 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RK/RKRIMEN/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Jemplate/ COMMENT= Javascript Templating with Template Toolkit +LICENSE= ${PERL5_LICENSE} PERL5_REQD+= 5.6.1 diff --git a/www/p5-Jemplate/distinfo b/www/p5-Jemplate/distinfo index 6099f2595af..25a8197a475 100644 --- a/www/p5-Jemplate/distinfo +++ b/www/p5-Jemplate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/09/16 15:01:52 seb Exp $ +$NetBSD: distinfo,v 1.6 2011/10/20 01:04:12 hiramatsu Exp $ -SHA1 (Jemplate-0.23.tar.gz) = 74c505e0e8461d37c6ab946d86bd78e9a6f2d7f2 -RMD160 (Jemplate-0.23.tar.gz) = 19c78872ad1472f755ea6a838e0ac1d9972f9edd -Size (Jemplate-0.23.tar.gz) = 403683 bytes +SHA1 (Jemplate-0.261.tar.gz) = e0a0b4df2fd9b018dfeb8089e8cf16abb04ff66e +RMD160 (Jemplate-0.261.tar.gz) = 80fd58eaf821b772eb11bce3fed609c582f19175 +Size (Jemplate-0.261.tar.gz) = 251573 bytes |