diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-09-06 18:42:41 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-09-06 18:42:41 +0000 |
commit | 4058cde648019bdb5c0b809584ffa29c5fb12586 (patch) | |
tree | 2f5355997df93a0c8fe48e49ce8bbe0d50ca7d85 /textproc/halibut/DESCR | |
parent | a2e4410b36e8e4ea7447cf045c0793cae20b06b4 (diff) | |
download | pkgsrc-4058cde648019bdb5c0b809584ffa29c5fb12586.tar.gz |
Import halibut-1.0 as textproc/halibut.
Halibut reads documentation source in a single input format, and produces
multiple output formats containing the same text.
The supported output formats are:
* Plain ASCII text
* HTML
* PDF
* PostScript
* Unix man pages
* Unix info, generated directly as .info files rather than .texi sources
* Windows HTML Help (.CHM files), or rather source which can be fed to
the MS HTML Help compiler to generate them
* Windows WinHelp (old-style .HLP files), generated directly without
needing a help compiler.
Diffstat (limited to 'textproc/halibut/DESCR')
-rw-r--r-- | textproc/halibut/DESCR | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/halibut/DESCR b/textproc/halibut/DESCR new file mode 100644 index 00000000000..4aabe859b04 --- /dev/null +++ b/textproc/halibut/DESCR @@ -0,0 +1,15 @@ +Halibut reads documentation source in a single input format, and produces +multiple output formats containing the same text. + +The supported output formats are: + + * Plain ASCII text + * HTML + * PDF + * PostScript + * Unix man pages + * Unix info, generated directly as .info files rather than .texi sources + * Windows HTML Help (.CHM files), or rather source which can be fed to + the MS HTML Help compiler to generate them + * Windows WinHelp (old-style .HLP files), generated directly without + needing a help compiler. |