summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-08-30 20:10:04 +0000
committerwiz <wiz@pkgsrc.org>2020-08-30 20:10:04 +0000
commit52adf6fee2e92acff319e961c2d76b0aa485b702 (patch)
treecf52fac98d94451647a9f92c39db26a93508aa1d
parent8b48506656c70bf591807a0a71a8c0d20a83a36e (diff)
downloadpkgsrc-52adf6fee2e92acff319e961c2d76b0aa485b702.tar.gz
p5-Template-Toolkit: update to 3.009.
#----------------------------------------------------------------------- # Version 3.009 - 13th July 2020 #------------------------------------------------------------------------ * Revert "Allow SET to have FILTER used in it" #----------------------------------------------------------------------- # Version 3.008 - 30th March 2020 #------------------------------------------------------------------------ * Bump version requirement for CGI.pm * Fix taint issue in Template::Provider (jwakely) * Allow SET to have FILTER used in it (dracos) #----------------------------------------------------------------------- # Version 3.007 - 27th January 2020 #------------------------------------------------------------------------ * Fixes cpanm by adding VERSION to Template/Toolkit.pm #----------------------------------------------------------------------- # Version 3.006 - 16th January 2020 #------------------------------------------------------------------------ * Fix t/date.t timezone issue introduced when adding '%z' support #----------------------------------------------------------------------- # Version 3.005 - 15th January 2020 #------------------------------------------------------------------------ * Add encoding option to Datafile plugin * Add support for '%z' in Date plugin. * Fix for WHILE_MAX which was stopping one iteration earlier. * Refresh contributor list * Update Copyrights for year 2020 #----------------------------------------------------------------------- # Version 3.004 - 13th January 2020 #------------------------------------------------------------------------ * Use three-args open which fix an issue in Datafile plugin as reported by Mikhail Klyuchnikov from Positive Technologies. #----------------------------------------------------------------------- # Version 3.003 - 27th December 2019 #------------------------------------------------------------------------ * Revert 'Ensure we only load plugins once per context' which was breaking multiple plugins including: Template-Plugin-Autoformat, Template-DBI, Template-Plugin-Map, Template-XML... * Fix _fetch when mtime is not provided by the plugin. This is fixing Template-Provider-FromDATA. * Add an additional GitHub Actions workflow to check plugins for future releases. #----------------------------------------------------------------------- # Version 3.002 - 23rd December 2019 #------------------------------------------------------------------------ * Stop warning when updating from version 1 which was released 20 years ago #----------------------------------------------------------------------- # Version 3.001 - 23rd December 2019 #------------------------------------------------------------------------ * Remove 'use vars' and officially drop 5.6 support. * Remove old_new function from Template::Plugin #----------------------------------------------------------------------- # Version 3.000 - 23rd December 2019 #------------------------------------------------------------------------ * Bump all packages versions to 3.000 * Switch to github actions for CI testing * @nataraj-hates-MS-for-stealing-github fixed a minor metacpan POD issue with Template::Manual::Config * Display github actions CI status in README * Reverted behavior change to import vmethod and updated documentation to clarify that it chains. * Use XSLoader for Template::Stash::XS * Cache compiled filename so we don't have to figure it out multiple times * Speed up Template Toolkit template by about 10% with single quotes * Avoid a double stat in Provider.pm by caching the mtime. * Avoid destruction segfault on Template objects due to global destruction issues. * Avoid requiring in modules that are already loaded. * Switch win32 logic to a constant to speed up processing speed * Switch from regexes to simple string checks to speed up parsing. * Ensure we only load plugins once per context. * Reduce the number of stat()s needed to find a compiled template. * Optimize get_next overhead for frequent calls by avoiding AUTOLOAD. * Reduce Template Toolkit get_next overhead * Update with yapp parser using sort() * Add BEGIN blocks to Template::Grammar * Set date to epoch when doing date.format(0) * Reduce op complexity in some regexes to reduce overhead.
-rw-r--r--www/p5-Template-Toolkit/Makefile6
-rw-r--r--www/p5-Template-Toolkit/distinfo10
2 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index f62066000cd..1a4cf7c4709 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2019/08/23 12:36:47 adam Exp $
+# $NetBSD: Makefile,v 1.54 2020/08/30 20:10:04 wiz Exp $
-DISTNAME= Template-Toolkit-2.29
+DISTNAME= Template-Toolkit-3.009
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
@@ -15,6 +15,8 @@ DEPENDS+= p5-AppConfig>=1.56:../../devel/p5-AppConfig
# recommended because of default-plugin
DEPENDS+= p5-Image-Info-[0-9]*:../../graphics/p5-Image-Info
DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
+DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
+TEST_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
PERL5_PACKLIST= auto/Template/.packlist
diff --git a/www/p5-Template-Toolkit/distinfo b/www/p5-Template-Toolkit/distinfo
index 015d8575752..134711215cc 100644
--- a/www/p5-Template-Toolkit/distinfo
+++ b/www/p5-Template-Toolkit/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/08/23 12:36:47 adam Exp $
+$NetBSD: distinfo,v 1.20 2020/08/30 20:10:04 wiz Exp $
-SHA1 (Template-Toolkit-2.29.tar.gz) = 4dc13c39c0a4e5ccfe37bd0fbbefe9d0d5bd25f2
-RMD160 (Template-Toolkit-2.29.tar.gz) = 5e35e33b0244fb600cf006cfe0f4b71b7d88e3b6
-SHA512 (Template-Toolkit-2.29.tar.gz) = 5b1bfeaf600a5628b6441e54de5c4af1cf4e01296792a79290d4bf2a698be47112e94a05fe3f47bf9ac64c4d8b9340aa6ef8738560fb1f96510d7d1c9f647a65
-Size (Template-Toolkit-2.29.tar.gz) = 518473 bytes
+SHA1 (Template-Toolkit-3.009.tar.gz) = 8ec59d852dfc2c8a29d078db196555e95f8ed4f5
+RMD160 (Template-Toolkit-3.009.tar.gz) = 9d9b2241268f57eeb6727601a7ffd201de585532
+SHA512 (Template-Toolkit-3.009.tar.gz) = 940992d7e3059a64c273c2f0441a81e095560c35f4bb9ab75afb9eeeb58d043cc5ac9785e2eb79a6635480ade12771c75c632c755977124dbe7cbfae399f9972
+Size (Template-Toolkit-3.009.tar.gz) = 523388 bytes