aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-FromText
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-261-0/+1
|
* search.cpan.org redirect reduction canonicalization project, pass 2:fenner2005-09-221-1/+1
| | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing.
* Reset maintainership of Seamus Venasse who has not responded for some time.erwin2005-09-201-1/+1
| | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self)
* Update to 2.05mat2004-02-113-5/+21
| | | | | PR: 57988 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* utilize SITE_PERLijliao2003-10-242-6/+5
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Import HTML-FromText 1.005 Perl module.naddy2002-11-135-0/+40
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>