Date: Thu, 15 Sep 2005 06:45:36 -0600 (MDT) From: Zach Thompson <hideo@lastamericanempire.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86157: New port: www/p5-HTML-Template-HashWrapper use HTML::Template associate via hash refs Message-ID: <20050915124536.3A58290@darwin.lastamericanempire.com> Resent-Message-ID: <200509151310.j8FDA9T3010137@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86157 >Category: ports >Synopsis: New port: www/p5-HTML-Template-HashWrapper use HTML::Template associate via hash refs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 15 13:10:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: hideo >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Sep 6 17:26:54 MDT 2005 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64 >Description: A module that provides an easy way to use the associate functionality from HTML::Template via hash references. >How-To-Repeat: >Fix: --- p5-HTML-Template-HashWrapper begins here --- # 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: # # p5-HTML-Template-HashWrapper-1.3 # p5-HTML-Template-HashWrapper-1.3/Makefile # p5-HTML-Template-HashWrapper-1.3/distinfo # p5-HTML-Template-HashWrapper-1.3/pkg-descr # p5-HTML-Template-HashWrapper-1.3/pkg-plist # echo c - p5-HTML-Template-HashWrapper-1.3 mkdir -p p5-HTML-Template-HashWrapper-1.3 > /dev/null 2>&1 echo x - p5-HTML-Template-HashWrapper-1.3/Makefile sed 's/^X//' >p5-HTML-Template-HashWrapper-1.3/Makefile << 'END-of-p5-HTML-Template-HashWrapper-1.3/Makefile' X# New ports collection makefile for: p5-HTML-Template-HashWrapper X# Date Created: 15 Sep 2005 X# Whom: Zach Thompson <hideo@lastamericanempire.com> X# X# $FreeBSD$ X# X XPORTNAME= HTML-Template-HashWrapper XPORTVERSION= 1.3 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HTML XPKGNAMEPREFIX= p5- X XMAINTAINER= hideo@lastamericanempire.com XCOMMENT= Easy way to use the associate option from HTML::Template X XRUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template XBUILD_DEPENDS= ${RUN_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= HTML::Template::HashWrapper.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500600 Xpost-patch: X @${PERL} -pi -e 's/^our\s+(.VERSION)\s+=\s+(.+?;)$$/use vars qw($$1);\n$$1 = $$2/o;' \ X ${WRKSRC}/lib/HTML/Template/HashWrapper.pm X.endif X X.include <bsd.port.post.mk> END-of-p5-HTML-Template-HashWrapper-1.3/Makefile echo x - p5-HTML-Template-HashWrapper-1.3/distinfo sed 's/^X//' >p5-HTML-Template-HashWrapper-1.3/distinfo << 'END-of-p5-HTML-Template-HashWrapper-1.3/distinfo' XMD5 (HTML-Template-HashWrapper-1.3.tar.gz) = eee47d1b8e86dd309539898f6afe458d XSIZE (HTML-Template-HashWrapper-1.3.tar.gz) = 4973 END-of-p5-HTML-Template-HashWrapper-1.3/distinfo echo x - p5-HTML-Template-HashWrapper-1.3/pkg-descr sed 's/^X//' >p5-HTML-Template-HashWrapper-1.3/pkg-descr << 'END-of-p5-HTML-Template-HashWrapper-1.3/pkg-descr' XA module to use the associate option from HTML::Template via hash references. X XWWW: http://search.cpan.org/~gregfast/HTML-Template-HashWrapper-1.3/ END-of-p5-HTML-Template-HashWrapper-1.3/pkg-descr echo x - p5-HTML-Template-HashWrapper-1.3/pkg-plist sed 's/^X//' >p5-HTML-Template-HashWrapper-1.3/pkg-plist << 'END-of-p5-HTML-Template-HashWrapper-1.3/pkg-plist' X%%SITE_PERL%%/HTML/Template/HashWrapper.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/HashWrapper/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/HashWrapper X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/HTML/Template 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true X END-of-p5-HTML-Template-HashWrapper-1.3/pkg-plist exit --- p5-HTML-Template-HashWrapper ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050915124536.3A58290>