diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-12 17:07:08 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-11-12 17:07:08 +0000 |
commit | b68b701bedd7732e9b1aab15347c18fc2f5c0698 (patch) | |
tree | 3841f3a09866ec06dacbc39f2eb770069562399f /www/Makefile | |
parent | 3b7a021415cb6387e33dd1332cff22e59c404937 (diff) |
Import HTML-FromText 1.005 Perl module.
The text2html function marks up plain text as HTML. By default it
converts HTML metacharacters into the corresponding entities. More
sophisticated transformations, such as splitting the text into
paragraphs or marking up bulleted lists, can be carried out by
setting the appropriate options.
PR: 44903
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes:
svn path=/head/; revision=69962
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ce7ff772a943..74ae7063a25f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -302,6 +302,7 @@ SUBDIR += p5-HTML-Element-Extended SUBDIR += p5-HTML-Embperl SUBDIR += p5-HTML-FillInForm + SUBDIR += p5-HTML-FromText SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Navigation SUBDIR += p5-HTML-Pager |