aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/txt2html/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-13 07:24:39 +0800
committersteve <steve@FreeBSD.org>1998-07-13 07:24:39 +0800
commit1ff386f4f36be7456dc4c2009f45350c4ca6c8cf (patch)
tree01d373e4a9bfb5a1c867afd3005d6889129dc25d /textproc/txt2html/pkg-descr
parent8f25e4372506eda1876b1b6500fbd11abfc5af07 (diff)
downloadfreebsd-ports-gnome-1ff386f4f36be7456dc4c2009f45350c4ca6c8cf.tar.gz
freebsd-ports-gnome-1ff386f4f36be7456dc4c2009f45350c4ca6c8cf.tar.zst
freebsd-ports-gnome-1ff386f4f36be7456dc4c2009f45350c4ca6c8cf.zip
Initial import of txt2html version 1.25.
Text processing utilities (does not include desktop publishing). PR: 7121 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Diffstat (limited to 'textproc/txt2html/pkg-descr')
-rw-r--r--textproc/txt2html/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/txt2html/pkg-descr b/textproc/txt2html/pkg-descr
new file mode 100644
index 000000000000..adce98a7a24c
--- /dev/null
+++ b/textproc/txt2html/pkg-descr
@@ -0,0 +1,12 @@
+txt2html is a Perl program that converts plain text to HTML.
+
+It supports headings, lists, simple character markup, and
+hyperlinking, and is highly customizable. It recognizes some of the
+apparent structure of the source document (mostly whitespace and
+typographic layout), and attempts to mark that structure explicitly
+using HTML.
+
+http://www.thehouse.org/txt2html/
+
+- Don Croyle
+ <croyle@gelemna.ft-wayne.in.us>