Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 10656] New: template-toolkit is trying to interact during casting...

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 10656] New: template-toolkit is trying to interact during casting...
  • Date: 7 Mar 2006 08:23:27 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=10656

Summary: template-toolkit is trying to interact during casting...
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: perl-cpan
AssignedTo: perl-cpan AT sourcemage.org
ReportedBy: ruskie AT email.si
CC: sm-grimoire-bugs AT lists.ibiblio.org


Log of the cast....

Waiting for any Solo casts to complete...
Waiting for any other casts of template-toolkit to complete... done.
Building template-toolkit
hash checking source file Template-Toolkit-2.14.tar.gz...
Algorithm used: sha512
Allowing new hashsha512
Checking spell level WORKS_FOR_ME
Spell level is a new allowed level
hash verification succeeded
Unpacking source file Template-Toolkit-2.14.tar.gz for spell template-toolkit.
Using gcc version: 4.0.2
Installing in dir: /usr/src/Template-Toolkit-2.14
template-toolkit 2.14

Template Toolkit Version 2.14
=============================

Using Unix defaults.

Run 'perl Makefile.PL TT_HELP' for a summary of options.

External Modules
----------------

The Template Toolkit includes a number of plugin modules, some of
which interface to external Perl modules available from CPAN. All the
plugins will be installed regardless so that they will automatically
work as and when you install the relevant modules. The tests will be
skipped for plugins that require external modules not currently
available on your system.

Text::Autoformat [ ] module not installed
GD [ ] module not installed
GD::Text [ ] module not installed
GD::Graph [ ] module not installed
GD::Graph3d [ ] module not installed
Image::Info [ ] module not installed
Image::Size [ ] module not installed
Date::Calc [ ] module not installed
Pod::POM [ ] module not installed
Tie::DBI [ ] module not installed
XML::DOM [ ] module not installed
XML::RSS [X] version 1.02 installed
XML::XPath [ ] module not installed
DBI [X] version 1.50 installed, configuring tests

Do you want to run the DBI tests?
It requires access to an existing test database. [y] n

writing t/dbi_test.cfg


XS Stash: TT2 now twice as fast!
--------------------------------

We have a new high speed version of the Template::Stash. It's
a Perl XS module which can evaluate templates about twice as fast as
the pure-Perl version. It is stable and reliable but be warned that
it doesn't yet support access to tied hashes (e.g. Tie::DBI) so for
certain applications you may need to explicitly use the regular stash.

You can choose to build the XS stash module and enable it by default
so that it is used automatically for all templates. If you build it
but don't enable it by default then you can use it something like
this:

use Template;
use Template::Stash::XS;

my $tt = new Template ({ STASH => new Template::Stash::XS, ... });

You can also enable the XS stash (or the regular stash if you opt to
use the XS stash by default) by setting the $STASH package variable
in the Template/Config.pm module. See 'perldoc Template::Config' for
further details.

Do you want to build the XS Stash module? [y] y
Do you want to use the XS Stash for all Templates? [y] y


LaTeX Support
-------------

TT2 supports PDF, DVI and PostScript output using the latex filter,
implemented with the programs pdflatex, latex and dvips.

Because the latex filter runs latex and pdflatex, template authors could
use this feature to include any arbitrary file in their latex input, or
also open an arbitrary output file, independent of the ABSOLUTE or
RELATIVE configuration settings. This might create a security concern at
your site. If you don't trust your template authors then don't enable
the latex filter.

I found the following locations for pdflatex, latex and dvips:
+ pdflatex =>
+ latex =>
+ dvips =>

Do you want to enable the latex filter? [n]


Optional Extras
---------------

In additional to the Perl modules and POD documentation installed in
the usual way, the Template Toolkit distribution also contains a
number of optional components:

* Template libaries for basic HTML, Pod -> HTML, and PostScript

* Splash! - a stylish HTML user interface template library / widget set

* HTML documentation - distributed in template form for customisation

* Stylesheet templates to generate docs as vanilla HTML or using Splash!

* Examples - numerous examples of using the template libraries

If you want to install these optional components then you'll need to
specify a separate directory for them.

Do you want to install these components? [y]

You can chose any directory for the installation of the additional
Template Toolkit components. The proposed default assumes a Unix
flavour to your operating system (suggestions for suitable defaults
for other platforms welcome).

Installation directory [/usr/local/tt2]

At this point I ctrl+C it...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



  • [SM-Grimoire-Bugs] [Bug 10656] New: template-toolkit is trying to interact during casting..., bugzilla-daemon, 03/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page