pkgsrc/www/p5-Jemplate/Makefile

23 lines
643 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 2012/10/28 06:30:43 asau Exp $
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/
2011-10-20 03:04:12 +02:00
DISTNAME= Jemplate-0.261
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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
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/
2011-10-20 03:04:12 +02:00
LICENSE= ${PERL5_LICENSE}
PERL5_REQD+= 5.6.1
DEPENDS+= p5-Template-Toolkit>=2.19:../../www/p5-Template-Toolkit
DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
PERL5_PACKLIST= auto/Jemplate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"