summaryrefslogtreecommitdiff
path: root/textproc/unroff/pkg
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-03-31 12:51:46 +0000
committeragc <agc@pkgsrc.org>1998-03-31 12:51:46 +0000
commitf532fb058842685485c0b8e5a96bcbc20ee0b1f2 (patch)
treea04c57c7ae0b7c578c098ab73f6fbff9c692ae10 /textproc/unroff/pkg
parent88b64fc31b85456baea81d40bedbfda6c9a65e86 (diff)
downloadpkgsrc-f532fb058842685485c0b8e5a96bcbc20ee0b1f2.tar.gz
Initial import of unroff-1.0.2, a troff-like text formatter which can
output html, into the NetBSD packages collection, from the FreeBSD port.
Diffstat (limited to 'textproc/unroff/pkg')
-rw-r--r--textproc/unroff/pkg/COMMENT1
-rw-r--r--textproc/unroff/pkg/DESCR16
-rw-r--r--textproc/unroff/pkg/PLIST14
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/unroff/pkg/COMMENT b/textproc/unroff/pkg/COMMENT
new file mode 100644
index 00000000000..f89a7ef32ec
--- /dev/null
+++ b/textproc/unroff/pkg/COMMENT
@@ -0,0 +1 @@
+A programmable troff translator with backend for HTML.
diff --git a/textproc/unroff/pkg/DESCR b/textproc/unroff/pkg/DESCR
new file mode 100644
index 00000000000..0c73433930f
--- /dev/null
+++ b/textproc/unroff/pkg/DESCR
@@ -0,0 +1,16 @@
+Unroff is a Scheme-based, programmable, extensible troff translator
+with a back-end for the Hypertext Markup Language.
+
+Unroff reads and parses UNIX troff documents and translates the embedded
+markup into a different format. Neither the actual output format nor
+any knowledge about particular troff macro sets (-man, -ms, etc.) are
+hard-wired into unroff. Instead, the translation process is controlled
+by a set of user-supplied procedures written in the Scheme programming
+language.
+
+Translation rules for new output formats and troff macro packages can
+be added easily by providing a corresponding set of Scheme procedures
+(a `back-end'). Version 1.0 of unroff includes back-ends for translating
+documents using the `man' and `ms' macros into the Hypertext Markup
+Language (HTML) version 2.0. Additional requests facilitate use of
+arbitrary hypertext links in troff documents.
diff --git a/textproc/unroff/pkg/PLIST b/textproc/unroff/pkg/PLIST
new file mode 100644
index 00000000000..6fe271630af
--- /dev/null
+++ b/textproc/unroff/pkg/PLIST
@@ -0,0 +1,14 @@
+bin/unroff
+man/man1/unroff.1.gz
+man/man1/unroff-html.1.gz
+man/man1/unroff-html-man.1.gz
+man/man1/unroff-html-ms.1.gz
+share/unroff/doc/manual.ms
+share/unroff/misc/sample.unroff
+share/unroff/misc/tmac.hyper
+share/unroff/scm/troff.scm
+share/unroff/scm/html/common.scm
+share/unroff/scm/html/m.scm
+share/unroff/scm/html/man.scm
+share/unroff/scm/html/ms.scm
+share/unroff/scm/misc/hyper.scm