summaryrefslogtreecommitdiff
path: root/www/p5-Jemplate/Makefile
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-10-20 01:04:12 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-10-20 01:04:12 +0000
commitacb666a4c9783a1c31ce450c55a70aa62b3e545a (patch)
treed833024d3f5d75619ae34b4e738355d768f90d81 /www/p5-Jemplate/Makefile
parent174ee3e8ac398a0da1cb3c2d713ce2dfe839a057 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--www/p5-Jemplate/Makefile6
1 files changed, 3 insertions, 3 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