summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2008-06-30 19:39:07 -0500
committerDavid Kowis2008-06-30 19:55:39 -0500
commitce4a361319d4c9dcfc72b91a3e0d7906e70085cc (patch)
treea8ff387f330f1f9e0342ff6f4f937a793f6c060a
parent8da4d0c57c58e35c36e548c64f9d3a1c1c180d10 (diff)
template-gd: new spell, needed for bugzilla
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/template-gd/BUILD1
-rwxr-xr-xperl-cpan/template-gd/DEPENDS4
-rwxr-xr-xperl-cpan/template-gd/DETAILS23
-rw-r--r--perl-cpan/template-gd/HISTORY3
5 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e019374cc5..baf4a746cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* perl-cpan/email-mime: new spell, needed for email-mime-modifier
* perl-cpan/email-mime-modifier: new spell, needed for bugzilla
* perl-cpan/mime-parser: new spell, needed for bugzilla
+ * perl-cpan/template-gd: new spell, needed for bugzilla
2008-06-30 Vlad Glagolev <stealth@sourcemage.org>
* ftp/rsync/WayneDavison.gpg: added gpg key for rsync
diff --git a/perl-cpan/template-gd/BUILD b/perl-cpan/template-gd/BUILD
new file mode 100755
index 0000000000..2de29cd903
--- /dev/null
+++ b/perl-cpan/template-gd/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/template-gd/DEPENDS b/perl-cpan/template-gd/DEPENDS
new file mode 100755
index 0000000000..43e025998b
--- /dev/null
+++ b/perl-cpan/template-gd/DEPENDS
@@ -0,0 +1,4 @@
+depends perl &&
+depends perl-gd &&
+depends template-toolkit &&
+depends appconfig
diff --git a/perl-cpan/template-gd/DETAILS b/perl-cpan/template-gd/DETAILS
new file mode 100755
index 0000000000..5b7938174c
--- /dev/null
+++ b/perl-cpan/template-gd/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=template-gd
+ VERSION=2.66
+ SOURCE="Template-GD-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.cpan.org/authors/id/A/AB/ABW/${SOURCE}
+ SOURCE_HASH=sha512:676b9a2345dbdf65b276a2cf2e50033d91ad958fc579d4bd02516baf9994cb1ca64edbedd320da0eb58738783054f8a58e358bc1da5c128bea98d4f031b0c84c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Template-GD-${VERSION}"
+ WEB_SITE="http://search.cpan.org/search?query=Template%3A%3AGD&mode=all"
+ LICENSE[0]=ART
+ ENTERED=20080630
+ SHORT="Template::Plugin::GD - GD plugin(s) for the Template Toolkit"
+cat << EOF
+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.
+EOF
diff --git a/perl-cpan/template-gd/HISTORY b/perl-cpan/template-gd/HISTORY
new file mode 100644
index 0000000000..c5fde08ed5
--- /dev/null
+++ b/perl-cpan/template-gd/HISTORY
@@ -0,0 +1,3 @@
+2008-06-30 David Kowis <dkowis@shlrm.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+