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. These plugins were distributed as part of the Template Toolkit until version 2.15 released in February 2006. At this time they were extracted into this separate distribution. For general information on the Template Toolkit see the documentation for the Template module or <http://template-toolkit.org>. For information on using plugins, see Template::Plugins and "USE" in Template::Manual::Directives.
This commit is contained in:
parent
8594ad8d4d
commit
3311c26a7e
4 changed files with 38 additions and 0 deletions
12
graphics/p5-Template-GD/DESCR
Normal file
12
graphics/p5-Template-GD/DESCR
Normal file
|
@ -0,0 +1,12 @@
|
|||
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.
|
||||
|
||||
These plugins were distributed as part of the Template Toolkit until
|
||||
version 2.15 released in February 2006. At this time they were extracted
|
||||
into this separate distribution.
|
||||
|
||||
For general information on the Template Toolkit see the documentation
|
||||
for the Template module or <http://template-toolkit.org>. For
|
||||
information on using plugins, see Template::Plugins and "USE" in
|
||||
Template::Manual::Directives.
|
20
graphics/p5-Template-GD/Makefile
Normal file
20
graphics/p5-Template-GD/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 12:16:53 adrianp Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Template-GD-2.66
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/
|
||||
|
||||
MAINTAINER= adrianp@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/
|
||||
COMMENT= GD plugin(s) for the Template Toolkit
|
||||
|
||||
PERL5_PACKLIST= auto/Template/GD/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
DEPENDS+= p5-GD>=1.14:../../graphics/p5-GD
|
||||
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
graphics/p5-Template-GD/PLIST
Normal file
1
graphics/p5-Template-GD/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/29 12:16:53 adrianp Exp $
|
5
graphics/p5-Template-GD/distinfo
Normal file
5
graphics/p5-Template-GD/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/07/29 12:16:53 adrianp Exp $
|
||||
|
||||
SHA1 (Template-GD-2.66.tar.gz) = 9a0a98469320e21a2558287bbb0246759eab851c
|
||||
RMD160 (Template-GD-2.66.tar.gz) = 50c3bfddb800681b17d0497a8246e6981440952e
|
||||
Size (Template-GD-2.66.tar.gz) = 12827 bytes
|
Loading…
Reference in a new issue