New commits:
commit a429f76b8806c01f90d0e4b1b37e1529cd281d0f
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
template-toolkit
Fixed the problems with the template-toolkit spell, at least as far as
it asking questions it's not supposed to
not sure about all it's optional dependencies
diff --git a/perl-cpan/template-toolkit/BUILD
b/perl-cpan/template-toolkit/BUILD
index 7bf9da0..828f368 100755
--- a/perl-cpan/template-toolkit/BUILD
+++ b/perl-cpan/template-toolkit/BUILD
@@ -1,5 +1,12 @@
-default_build_perl \
- TT_PREFIX=$INSTALL_ROOT/usr/share/$SPELL \
+PERL_OPTS=" TT_PREFIX=$INSTALL_ROOT/usr/share/$SPELL \
TT_IMAGES=$INSTALL_ROOT/usr/share/$SPELL \
- TT_DBI=n \
- TT_ACCEPT=y
+ TT_DOCS=${TT_DOCS} \
+ TT_SPLASH=${TT_SPLASH} \
+ TT_THEME=${TT_THEME} \
+ TT_EXAMPLES=${TT_EXAMPLES} \
+ TT_EXTRAS=${TT_EXTRAS} \
+ TT_XS_ENABLE=${TT_XS_ENABLE} \
+ TT_XS_DEFAULT=${TT_XS_DEFAULT} \
+ TT_QUIET=y \
+ TT_ACCEPT=y" &&
+default_build_perl
diff --git a/perl-cpan/template-toolkit/CONFIGURE
b/perl-cpan/template-toolkit/CONFIGURE
new file mode 100755
index 0000000..0e5858f
--- /dev/null
+++ b/perl-cpan/template-toolkit/CONFIGURE
@@ -0,0 +1,10 @@
+config_query TT_DOCS "Build HTML docs?" y &&
+config_query TT_EXAMPLES "Build HTML examples?" y &&
+config_query TT_EXTRAS "Install optional extras?" y &&
+config_query TT_XS_ENABLE "Enable XS Stash?" y &&
+config_query TT_XS_DEFAULT "Use XS Stash by default?" y &&
+config_query TT_SPLASH "use Splash! for docs?" y &&
+if [[ "$TT_SPLASH" == "y" ]]; then
+ config_query_list TT_THEME "Select the Splash! theme" default aqua blue
green gray red
+fi
+
diff --git a/perl-cpan/template-toolkit/HISTORY
b/perl-cpan/template-toolkit/HISTORY
index 79b6373..f91e9e9 100644
--- a/perl-cpan/template-toolkit/HISTORY
+++ b/perl-cpan/template-toolkit/HISTORY
@@ -1,3 +1,7 @@
+2007-02-28 David Kowis <dkowis AT shlrm.org>
+ * BUILD: modified build to handle all the options and not ask
questions
+ * CONFIGURE: created to ask the questions :)
+
2006-11-15 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.15
[SM-Commit] GIT changes to master grimoire by David Kowis (a429f76b8806c01f90d0e4b1b37e1529cd281d0f),
David Kowis, 02/28/2007