ports/162357: New Port: www/p5-Dancer-Template-Xslate

Grzegorz Blach magik at roorback.net
Mon Nov 7 21:10:09 UTC 2011


>Number:         162357
>Category:       ports
>Synopsis:       New Port: www/p5-Dancer-Template-Xslate
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 07 21:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        9.0-RC1
>Organization:
>Environment:
FreeBSD silver.nine 9.0-RC1 FreeBSD 9.0-RC1 #1: Sat Oct 22 17:56:19 CEST 2011     root at silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
This class is an interface between Dancer's template engine abstraction layer and the Text::Xslate module.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	www/p5-Dancer-Template-Xslate
#	www/p5-Dancer-Template-Xslate/pkg-descr
#	www/p5-Dancer-Template-Xslate/files
#	www/p5-Dancer-Template-Xslate/files/patch-lib_Dancer_Template_Xslate.pm
#	www/p5-Dancer-Template-Xslate/pkg-plist
#	www/p5-Dancer-Template-Xslate/distinfo
#	www/p5-Dancer-Template-Xslate/Makefile
#
echo c - www/p5-Dancer-Template-Xslate
mkdir -p www/p5-Dancer-Template-Xslate > /dev/null 2>&1
echo x - www/p5-Dancer-Template-Xslate/pkg-descr
sed 's/^X//' >www/p5-Dancer-Template-Xslate/pkg-descr << 'e32ab65a76a16e174778462aa03578e2'
XXslate template engine for Dancer web framework
X
XWWW: http://search.cpan.org/dist/Dancer-Template-Xslate/
e32ab65a76a16e174778462aa03578e2
echo c - www/p5-Dancer-Template-Xslate/files
mkdir -p www/p5-Dancer-Template-Xslate/files > /dev/null 2>&1
echo x - www/p5-Dancer-Template-Xslate/files/patch-lib_Dancer_Template_Xslate.pm
sed 's/^X//' >www/p5-Dancer-Template-Xslate/files/patch-lib_Dancer_Template_Xslate.pm << 'a97e1c33b6747e83ef9e268d8c918d53'
X--- lib/Dancer/Template/Xslate.pm.orig	2011-10-24 04:30:40.533601086 +0200
X+++ lib/Dancer/Template/Xslate.pm	2011-10-24 04:32:01.720597646 +0200
X@@ -14,6 +14,8 @@
X 
X my $_engine;
X 
X+sub default_tmpl_ext { "tx" }
X+
X sub init {
X     my $self = shift;
X 
a97e1c33b6747e83ef9e268d8c918d53
echo x - www/p5-Dancer-Template-Xslate/pkg-plist
sed 's/^X//' >www/p5-Dancer-Template-Xslate/pkg-plist << '3c53245b433cc87353280c833fc8b50a'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Template/Xslate/.packlist
X%%SITE_PERL%%/Dancer/Template/Xslate.pm
X at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Template/Xslate
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Template
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
X at dirrmtry %%SITE_PERL%%/Dancer/Template
X at dirrmtry %%SITE_PERL%%/Dancer
3c53245b433cc87353280c833fc8b50a
echo x - www/p5-Dancer-Template-Xslate/distinfo
sed 's/^X//' >www/p5-Dancer-Template-Xslate/distinfo << '336e00ec12e8e8d01308c6b2560b4e54'
XSHA256 (Dancer-Template-Xslate-0.01.tar.gz) = 30890f260f3c714191b8e7520844568d1735a5a61f3d2eb9ec3050cb7c4806e1
XSIZE (Dancer-Template-Xslate-0.01.tar.gz) = 10828
336e00ec12e8e8d01308c6b2560b4e54
echo x - www/p5-Dancer-Template-Xslate/Makefile
sed 's/^X//' >www/p5-Dancer-Template-Xslate/Makefile << 'd7aaf265c4e17dbca164d1a01beb509d'
X# New ports collection makefile for:	Dancer-Template-Xslate
X# Date created:		23 October 2011
X# Whom:			Grzegorz Blach <magik at roorback.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Dancer-Template-Xslate
XPORTVERSION=	0.01
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	CPAN:FRANCKC
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	magik at roorback.net
XCOMMENT=	Text::Xslate wrapper for Dancer
X
XRUN_DEPENDS=	p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \
X		p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate
XBUILD_DEPENDS=	${RUN_DEPENDS}
XTEST_DEPENDS=	p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Dancer::Template::Xslate.3
X
Xpost-patch:
X	${RM} ${WRKSRC}/lib/Dancer/Template/Xslate.pm.orig
X
X.include <bsd.port.mk>
d7aaf265c4e17dbca164d1a01beb509d
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list