Bug 23971 - New port: textproc/p5-Text-Tmpl (Templating system perl library)
Summary: New port: textproc/p5-Text-Tmpl (Templating system perl library)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-12-31 03:00 UTC by Anton Berezin
Modified: 2000-12-31 05:46 UTC (History)
0 users

See Also:


Attachments
file.shar (3.40 KB, text/plain)
2000-12-31 03:00 UTC, Anton Berezin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin 2000-12-31 03:00:01 UTC
Text::Tmpl is a module for very fast templating. There are dozens of
templating modules on CPAN, each only a tiny bit different from the
others. This one is no different - what sets it aside is speed. The
entire module is implemented as a C library, with only a thin XS/Perl
layer to make the calls available from Perl. The same templates, then,
can be used from either Perl or C/C++ programs.

This was originally designed to completely isolate HTML programmers from
module/CGI programmers, or at least completely separate logic from
content in dynamic web applications. It is syntactically based on a
similar system written by a friend of mine, Neil Mix, which was
proprietary and exclusively written in Perl. It shares no code in common
with this system, or any other.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-12-31 05:45:50 UTC
State Changed
From-To: open->closed

Committed, thanks!