aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Tmpl/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-31 05:45:45 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-31 05:45:45 +0000
commit3afad9b84d9ee11aae4e6d1400063bd1e0eabb5d (patch)
tree0fa0ed74e044af5d1635f90c0fe1182fc760651b /textproc/p5-Text-Tmpl/pkg-descr
parent7756dfe8f4cc574fba49af0d6bb7ee008a2148d2 (diff)
Add p5-Text-Tmpl 0.23, a perl module implementing a templating system
library. PR: 23971 Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes: svn path=/head/; revision=36508
Diffstat (limited to 'textproc/p5-Text-Tmpl/pkg-descr')
-rw-r--r--textproc/p5-Text-Tmpl/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/p5-Text-Tmpl/pkg-descr b/textproc/p5-Text-Tmpl/pkg-descr
new file mode 100644
index 000000000000..55983bff5e4e
--- /dev/null
+++ b/textproc/p5-Text-Tmpl/pkg-descr
@@ -0,0 +1,16 @@
+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.
+
+-Anton
+<tobez@tobez.org>