Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 18:51:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360984 - head/devel/p5-Inline-TT
Message-ID:  <201407061851.s66IpYHO059419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jul  6 18:51:33 2014
New Revision: 360984
URL: http://svnweb.freebsd.org/changeset/ports/360984
QAT: https://qat.redports.org/buildarchive/r360984/

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Remove unnecessary MASTER_SITE_SUBDIR
  - Sort PLIST
  - Reformat pkg-descr

Modified:
  head/devel/p5-Inline-TT/Makefile
  head/devel/p5-Inline-TT/pkg-descr
  head/devel/p5-Inline-TT/pkg-plist

Modified: head/devel/p5-Inline-TT/Makefile
==============================================================================
--- head/devel/p5-Inline-TT/Makefile	Sun Jul  6 18:51:28 2014	(r360983)
+++ head/devel/p5-Inline-TT/Makefile	Sun Jul  6 18:51:33 2014	(r360984)
@@ -5,16 +5,19 @@ PORTNAME=	Inline-TT
 PORTVERSION=	0.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	Inline
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Provides inline support for template toolkit 2.x
 
-RUN_DEPENDS=	p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \
-		p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \
+		p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
 USE_PERL5=	configure
+USES=		perl5
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Inline-TT/pkg-descr
==============================================================================
--- head/devel/p5-Inline-TT/pkg-descr	Sun Jul  6 18:51:28 2014	(r360983)
+++ head/devel/p5-Inline-TT/pkg-descr	Sun Jul  6 18:51:33 2014	(r360984)
@@ -1,15 +1,14 @@
-Inline::TT provides Inline access to version 2.0 and higher of the
-Template Toolkit. This allows you to house your templates inside the
-source code file, while retaining the ability to cache compiled
-templates on the disk (via Inline's caching mechanism).
+Inline::TT provides Inline access to version 2.0 and higher of the Template
+Toolkit. This allows you to house your templates inside the source code file,
+while retaining the ability to cache compiled templates on the disk (via
+Inline's caching mechanism).
 
-The names of the blocks in the template are exported as functions.
-Call these with a reference to a hash of values, which will be used
-for interpolation in the templates. This hash reference is the same as
-the second argument to the process method of any Template object. The
-output from template toolkit will be returned to you as a single
-string. Note that leading and trailing spaces are trimmed, further the
-template toolkit options PRE_CHOMP and POST_CHOMP are set. Currently,
-there is no way to change these behaviors.
+The names of the blocks in the template are exported as functions.  Call these
+with a reference to a hash of values, which will be used for interpolation in
+the templates. This hash reference is the same as the second argument to the
+process method of any Template object. The output from template toolkit will be
+returned to you as a single string. Note that leading and trailing spaces are
+trimmed, further the template toolkit options PRE_CHOMP and POST_CHOMP are set.
+Currently, there is no way to change these behaviors.
 
 WWW: http://search.cpan.org/dist/Inline-TT/

Modified: head/devel/p5-Inline-TT/pkg-plist
==============================================================================
--- head/devel/p5-Inline-TT/pkg-plist	Sun Jul  6 18:51:28 2014	(r360983)
+++ head/devel/p5-Inline-TT/pkg-plist	Sun Jul  6 18:51:33 2014	(r360984)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT/.packlist
 %%SITE_PERL%%/Inline/TT.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT/.packlist
 %%PERL5_MAN3%%/Inline::TT.3.gz
-@dirrmtry %%SITE_PERL%%/Inline
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline
+@dirrmtry %%SITE_PERL%%/Inline



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