PortSystem 1.0 name txt2html version 1.35 categories textproc maintainers mij@opendarwin.org description Convert ASCII text to HTML homepage http://www.aigeek.com/txt2html/ platforms darwin long_description txt2html is a Perl program that converts plain text to \ HTML. It supports headings, lists, simple character \ markup, hyperlinking, and is highly customizable. It \ recognizes some of the structure of the source document \ (whitespace, typographic layout, etc.), and attempts to \ mark that structure explicitly using HTML. master_sites http://telia.dl.sourceforge.net/sourceforge/txt2html/ extract.sufx .tgz checksums md5 ba007af9d0681b3f493c84869b147071 configure {} build {} install { system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 755 ${worksrcpath}/txt2html.pl \ ${destroot}${prefix}/bin/txt2html" system "install -o root -m 755 -d \ ${destroot}${prefix}/share/${portname}" system "install -o root -m 644 ${worksrcpath}/txt2html.dict \ ${destroot}${prefix}/share/${portname}" }