diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-17 22:24:09 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-17 22:24:09 +0000 |
commit | 32a5036976134a2cbec4d3aa44fc959cced92a28 (patch) | |
tree | f267a45164e1221a53aa10e7f1ce4ec0c5b894f3 /textproc/Makefile | |
parent | 703df1c0c69572a3949720d8fef04043908594e3 (diff) |
Add a port of html-pretty:
html-pretty (or htmlpty on file systems with unpleasant filename
length restrictions) is a prettyprinter for HTML and SGML. It can
also assist in the conversion of ordinary text files in ASCII or
ISO8859-1 character sets to HTML.
WWW: http://www.math.utah.edu/~beebe/software/html-sgml-tools.html#html-pretty
Notes
Notes:
svn path=/head/; revision=104328
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 b58c28743600..d9774bee117a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -118,6 +118,7 @@ SUBDIR += hs-haxml SUBDIR += htdig SUBDIR += html + SUBDIR += html-pretty SUBDIR += html2fo SUBDIR += html2text SUBDIR += htmldoc |