Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2017 21:48:48 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438603 - head/www/p5-Template-Toolkit
Message-ID:  <201704152148.v3FLmmVk044127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Apr 15 21:48:48 2017
New Revision: 438603
URL: https://svnweb.freebsd.org/changeset/ports/438603

Log:
  Update to 2.27. Improve knob wording (and spacing), and replace the pkg-descr
  with some text that actually says something.

Modified:
  head/www/p5-Template-Toolkit/Makefile
  head/www/p5-Template-Toolkit/distinfo
  head/www/p5-Template-Toolkit/pkg-descr
  head/www/p5-Template-Toolkit/pkg-plist

Modified: head/www/p5-Template-Toolkit/Makefile
==============================================================================
--- head/www/p5-Template-Toolkit/Makefile	Sat Apr 15 21:24:41 2017	(r438602)
+++ head/www/p5-Template-Toolkit/Makefile	Sat Apr 15 21:48:48 2017	(r438603)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Template-Toolkit
-PORTVERSION=	2.26
-PORTREVISION=	1
+PORTVERSION=	2.27
 CATEGORIES=	www textproc perl5
 MASTER_SITES=	CPAN \
 		http://www.template-toolkit.org/download/
@@ -21,10 +20,10 @@ TEST_DEPENDS=	p5-Image-Size>=0:graphics/
 		p5-Pod-POM>=0:textproc/p5-Pod-POM
 
 OPTIONS_DEFINE=	DATE_CALC IMAGE_INFO IMAGE_SIZE POD_POM
-DATE_CALC_DESC=		With Date::Calc Plugin
-IMAGE_INFO_DESC=	With Image::Info Plugin
-IMAGE_SIZE_DESC=	With Image::Size Plugin
-POD_POM_DESC=		With Pod::POM Plugin
+DATE_CALC_DESC=	Include Date::Calc Plugin
+IMAGE_INFO_DESC=Include Image::Info Plugin
+IMAGE_SIZE_DESC=Include Image::Size Plugin
+POD_POM_DESC=	Include Pod::POM Plugin
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/www/p5-Template-Toolkit/distinfo
==============================================================================
--- head/www/p5-Template-Toolkit/distinfo	Sat Apr 15 21:24:41 2017	(r438602)
+++ head/www/p5-Template-Toolkit/distinfo	Sat Apr 15 21:48:48 2017	(r438603)
@@ -1,2 +1,3 @@
-SHA256 (Template-Toolkit-2.26.tar.gz) = e7e1cf36026f1ef96d8233e18a3fb39e1eafe9109edc639ecf25b20651cd76be
-SIZE (Template-Toolkit-2.26.tar.gz) = 503055
+TIMESTAMP = 1492292523
+SHA256 (Template-Toolkit-2.27.tar.gz) = 1311a403264d0134c585af0309ff2a9d5074b8ece23ece5660d31ec96bf2c6dc
+SIZE (Template-Toolkit-2.27.tar.gz) = 511172

Modified: head/www/p5-Template-Toolkit/pkg-descr
==============================================================================
--- head/www/p5-Template-Toolkit/pkg-descr	Sat Apr 15 21:24:41 2017	(r438602)
+++ head/www/p5-Template-Toolkit/pkg-descr	Sat Apr 15 21:48:48 2017	(r438603)
@@ -1,4 +1,12 @@
-Extensive Toolkit for template processing.
+The Template Toolkit is a fast, flexible and highly extensible template
+processing system. It is free (in both senses: beer and speech) open source
+software and runs on virtually every modern operating system known to man. It
+is written in the Perl programming language with certain key elements coded in
+C for maximum speed. However you don't need to know any Perl (or C) to be able
+to use it.
+
+It is ideally suited, but not limited to, the creation of static and dynamic
+web content and incorporates various modules and tools to simplify this
+process. It is mature, robust, reliable and well documented.
 
-WWW: http://search.cpan.org/dist/Template-Toolkit/
 WWW: http://www.template-toolkit.org/

Modified: head/www/p5-Template-Toolkit/pkg-plist
==============================================================================
--- head/www/p5-Template-Toolkit/pkg-plist	Sat Apr 15 21:24:41 2017	(r438602)
+++ head/www/p5-Template-Toolkit/pkg-plist	Sat Apr 15 21:48:48 2017	(r438603)
@@ -56,7 +56,7 @@ bin/ttree
 %%SITE_ARCH%%/Template/Stash/Context.pm
 %%SITE_ARCH%%/Template/Stash/XS.pm
 %%SITE_ARCH%%/Template/Test.pm
-%%SITE_ARCH%%/Template/Toolkit.pod
+%%SITE_ARCH%%/Template/Toolkit.pm
 %%SITE_ARCH%%/Template/Tools.pod
 %%SITE_ARCH%%/Template/Tools/tpage.pod
 %%SITE_ARCH%%/Template/Tools/ttree.pod



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704152148.v3FLmmVk044127>