Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2006 20:28:37 -0400 (EDT)
From:      Greg Larkin <glarkin@sourcehosting.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99335: [NEW PORT] www/p5-Template-GD: TT plugin to interface with GD modules 
Message-ID:  <200606230028.k5N0SbdL086308@fuzz-fbsd411.entropy.prv>
Resent-Message-ID: <200606230050.k5N0oMMr008122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99335
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-Template-GD: TT plugin to interface with GD modules
>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:   Fri Jun 23 00:50:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD fuzz-fbsd411.entropy.prv 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Jan 21 17:21:22 GMT 2005 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

>Description:

	The GD plugin was removed from Template Toolkit 2.15, and this
	port enables easy installation of the repackaged plugin.

	This excerpt is provided from
	http://search.cpan.org/src/ABW/Template-Toolkit-2.15/README:

	"More significant is what's not in version 2.15.  The DBI plugin has
	been moved into a separate Template-DBI distribution, the GD plugins
	into Template-GD, the XML plugins into Template-XML, and the Latex
	filters into Template-Latex.  This has been done in an effort to make
	the Template Toolkit core distribution smaller, cleaner and easier to
	configure and install."

	Author:	Andy Wardley <cpan@wardley.org>
	WWW:	http://search.cpan.org/dist/Template-GD/

>How-To-Repeat:
	
>Fix:

--- p5-Template-GD.shar 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-Template-GD
#	p5-Template-GD/Makefile
#	p5-Template-GD/distinfo
#	p5-Template-GD/pkg-descr
#	p5-Template-GD/pkg-plist
#
echo c - p5-Template-GD
mkdir -p p5-Template-GD > /dev/null 2>&1
echo x - p5-Template-GD/Makefile
sed 's/^X//' >p5-Template-GD/Makefile << 'END-of-p5-Template-GD/Makefile'
X# New ports collection makefile for:	p5-Template-GD
X# Date created:		22 June 2006
X# Whom:			Greg Larkin <glarkin@sourcehosting.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Template-GD
XPORTVERSION=	2.66
XCATEGORIES=	www textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Template
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	glarkin@sourcehosting.net
XCOMMENT=	Template Toolkit plugin to interface with GD modules
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Template::Plugin::GD.3 \
X		Template::Plugin::GD::Constants.3 \
X		Template::Plugin::GD::Graph::area.3 \
X		Template::Plugin::GD::Graph::bars.3 \
X		Template::Plugin::GD::Graph::bars3d.3 \
X		Template::Plugin::GD::Graph::lines.3 \
X		Template::Plugin::GD::Graph::lines3d.3 \
X		Template::Plugin::GD::Graph::linespoints.3 \
X		Template::Plugin::GD::Graph::mixed.3 \
X		Template::Plugin::GD::Graph::pie.3 \
X		Template::Plugin::GD::Graph::pie3d.3 \
X		Template::Plugin::GD::Graph::points.3 \
X		Template::Plugin::GD::Image.3 \
X		Template::Plugin::GD::Polygon.3 \
X		Template::Plugin::GD::Text.3 \
X		Template::Plugin::GD::Text::Align.3 \
X		Template::Plugin::GD::Text::Wrap.3
X
X.include <bsd.port.mk>
END-of-p5-Template-GD/Makefile
echo x - p5-Template-GD/distinfo
sed 's/^X//' >p5-Template-GD/distinfo << 'END-of-p5-Template-GD/distinfo'
XMD5 (Template-GD-2.66.tar.gz) = 9052bef9bd799e143990e67422c14b81
XSHA256 (Template-GD-2.66.tar.gz) = 98523c8192f2e8184042e5a2e172bd767ac289dd2e480f35f680dce32160905b
XSIZE (Template-GD-2.66.tar.gz) = 12827
END-of-p5-Template-GD/distinfo
echo x - p5-Template-GD/pkg-descr
sed 's/^X//' >p5-Template-GD/pkg-descr << 'END-of-p5-Template-GD/pkg-descr'
XThe Template-GD distribution provides a number of Template Toolkit
Xplugin modules to interface with Lincoln Stein's GD modules. These in
Xturn provide an interface to Thomas Boutell's GD graphics library.
X
XWWW: http://search.cpan.org/dist/Template-GD/
END-of-p5-Template-GD/pkg-descr
echo x - p5-Template-GD/pkg-plist
sed 's/^X//' >p5-Template-GD/pkg-plist << 'END-of-p5-Template-GD/pkg-plist'
X%%SITE_PERL%%/Template/Plugin/GD.pm
X%%SITE_PERL%%/Template/Plugin/GD/Constants.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/area.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/bars.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/bars3d.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/lines.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/lines3d.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/linespoints.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/mixed.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/pie.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/pie3d.pm
X%%SITE_PERL%%/Template/Plugin/GD/Graph/points.pm
X%%SITE_PERL%%/Template/Plugin/GD/Image.pm
X%%SITE_PERL%%/Template/Plugin/GD/Polygon.pm
X%%SITE_PERL%%/Template/Plugin/GD/Text.pm
X%%SITE_PERL%%/Template/Plugin/GD/Text/Align.pm
X%%SITE_PERL%%/Template/Plugin/GD/Text/Wrap.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/GD/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/GD
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
X@dirrmtry %%SITE_PERL%%/Template/Plugin/GD/Text
X@dirrmtry %%SITE_PERL%%/Template/Plugin/GD/Graph
X@dirrmtry %%SITE_PERL%%/Template/Plugin/GD
X@dirrmtry %%SITE_PERL%%/Template/Plugin
X@dirrmtry %%SITE_PERL%%/Template
END-of-p5-Template-GD/pkg-plist
exit
--- p5-Template-GD.shar ends here ---


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



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