diff options
author | garga <garga@FreeBSD.org> | 2005-11-09 22:17:08 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-11-09 22:17:08 +0800 |
commit | f16b47843a9854c8c662486a84bab6909643b70a (patch) | |
tree | c5419508410a4d3a3ec8820988d1ed5b6e849bee /textproc/Makefile | |
parent | 3a3540fadb6c15d4ad85c1fe3ae507a66b873753 (diff) | |
download | freebsd-ports-gnome-f16b47843a9854c8c662486a84bab6909643b70a.tar.gz freebsd-ports-gnome-f16b47843a9854c8c662486a84bab6909643b70a.tar.zst freebsd-ports-gnome-f16b47843a9854c8c662486a84bab6909643b70a.zip |
This module adds template extraction functionality to the Template toolkit.
It can take a rendered document and its template together, and get the
original data structure back, effectively reversing the Template::process
function.
WWW: http://search.cpan.org/dist/Template-Extract/
PR: ports/88665
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 28fdaaec775d..c03e055e8c0c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -387,6 +387,7 @@ SUBDIR += p5-String-Strip SUBDIR += p5-Syntax-Highlight-Perl-Improved SUBDIR += p5-TeX-Hyphen + SUBDIR += p5-Template-Extract SUBDIR += p5-Template-Magic SUBDIR += p5-Text-ASCIITable SUBDIR += p5-Text-Affixes |