[Midnightbsd-cvs] mports: mports/www: add p5-Template-GD (optional for bugzilla 3)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 16:09:29 EDT 2008


Log Message:
-----------
add p5-Template-GD (optional for bugzilla 3)

Modified Files:
--------------
    mports/www:
        Makefile (r1.83 -> r1.84)

Added Files:
-----------
    mports/www/p5-Template-GD:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/Makefile,v
retrieving revision 1.83
retrieving revision 1.84
diff -L www/Makefile -L www/Makefile -u -r1.83 -r1.84
--- www/Makefile
+++ www/Makefile
@@ -69,6 +69,7 @@
     SUBDIR += p5-HTML-Template
     SUBDIR += p5-HTML-Tree
     SUBDIR += p5-HTTP-DAV
+    SUBDIR += p5-Template-GD
     SUBDIR += p5-Template-Toolkit
     SUBDIR += p5-libwww
     SUBDIR += php5-session
--- /dev/null
+++ www/p5-Template-GD/pkg-descr
@@ -0,0 +1,5 @@
+The Template-GD distribution provides a number of Template Toolkit
+plugin modules to interface with Lincoln Stein's GD modules. These in
+turn provide an interface to Thomas Boutell's GD graphics library.
+
+WWW: http://search.cpan.org/dist/Template-GD/
--- /dev/null
+++ www/p5-Template-GD/pkg-plist
@@ -0,0 +1,25 @@
+%%SITE_PERL%%/Template/Plugin/GD.pm
+%%SITE_PERL%%/Template/Plugin/GD/Constants.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/area.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/bars.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/bars3d.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/lines.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/lines3d.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/linespoints.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/mixed.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/pie.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/pie3d.pm
+%%SITE_PERL%%/Template/Plugin/GD/Graph/points.pm
+%%SITE_PERL%%/Template/Plugin/GD/Image.pm
+%%SITE_PERL%%/Template/Plugin/GD/Polygon.pm
+%%SITE_PERL%%/Template/Plugin/GD/Text.pm
+%%SITE_PERL%%/Template/Plugin/GD/Text/Align.pm
+%%SITE_PERL%%/Template/Plugin/GD/Text/Wrap.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/GD/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/GD
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
+ at dirrmtry %%SITE_PERL%%/Template/Plugin/GD/Text
+ at dirrmtry %%SITE_PERL%%/Template/Plugin/GD/Graph
+ at dirrmtry %%SITE_PERL%%/Template/Plugin/GD
+ at dirrmtry %%SITE_PERL%%/Template/Plugin
+ at dirrmtry %%SITE_PERL%%/Template
--- /dev/null
+++ www/p5-Template-GD/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for:	p5-Template-GD
+# Date created:		Oct 11, 2008
+# Whom:			Lucas Holt
+#
+# $MidnightBSD: mports/www/p5-Template-GD/Makefile,v 1.1 2008/10/11 20:09:26 laffer1 Exp $
+
+PORTNAME=	Template-GD
+PORTVERSION=	2.66
+CATEGORIES=	www textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Template Toolkit plugin to interface with GD modules
+LICENSE=	perl
+
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Template::Plugin::GD.3 \
+		Template::Plugin::GD::Constants.3 \
+		Template::Plugin::GD::Graph::area.3 \
+		Template::Plugin::GD::Graph::bars.3 \
+		Template::Plugin::GD::Graph::bars3d.3 \
+		Template::Plugin::GD::Graph::lines.3 \
+		Template::Plugin::GD::Graph::lines3d.3 \
+		Template::Plugin::GD::Graph::linespoints.3 \
+		Template::Plugin::GD::Graph::mixed.3 \
+		Template::Plugin::GD::Graph::pie.3 \
+		Template::Plugin::GD::Graph::pie3d.3 \
+		Template::Plugin::GD::Graph::points.3 \
+		Template::Plugin::GD::Image.3 \
+		Template::Plugin::GD::Polygon.3 \
+		Template::Plugin::GD::Text.3 \
+		Template::Plugin::GD::Text::Align.3 \
+		Template::Plugin::GD::Text::Wrap.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ www/p5-Template-GD/distinfo
@@ -0,0 +1,3 @@
+MD5 (Template-GD-2.66.tar.gz) = 9052bef9bd799e143990e67422c14b81
+SHA256 (Template-GD-2.66.tar.gz) = 98523c8192f2e8184042e5a2e172bd767ac289dd2e480f35f680dce32160905b
+SIZE (Template-GD-2.66.tar.gz) = 12827


More information about the Midnightbsd-cvs mailing list