File: control

package info (click to toggle)
man2html 1.6g-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,720 kB
  • sloc: ansic: 9,673; sh: 2,309; perl: 335; makefile: 328; awk: 305; lisp: 171; cs: 170; xml: 119
file content (50 lines) | stat: -rw-r--r-- 1,848 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: man2html
Section: doc
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.3
Rules-Requires-Root: binary-targets
Homepage: http://users.actrix.gen.nz/michael/vhman2html.html
Vcs-Git: https://anonscm.debian.org/git/users/robert/man2html.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/robert/man2html.git

Package: man2html-base
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: manpages, manpages-dev
Replaces: man2html (<= 1.6g-2~)
Breaks: man2html (<= 1.6g-2~)
Multi-Arch: foreign
Description: convert man pages into HTML format
 The package contains a command-line tool for converting man pages into
 HTML format.
 .
 man2html-base is a stripped-down package containing only a man to HTML
 converter,  useful for users who do not need any CGI interface, provided
 in the man2html package.

Package: man2html
Architecture: any
Depends: apache2 | httpd-cgi | lynx,
         debianutils (>= 2.1),
         gawk,
         man-db (>= 2.4.1),
         man2html-base (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: lynx | www-browser, swish++
Description: browse man pages in your web browser
 Point your web browser at http://localhost/cgi-bin/man/man2html to read and
 search your man pages in the browser.
 .
 Features:
  * Fast C CGI program for man/BSD-mandoc to HTML conversion.
  * Works from the unformatted nroff/troff source.
  * Source may be compressed.
  * Does tbl tables (but not eqn equations).
  * Generates hypertext links to foobar(1), abc@host, and xyzzy.h files
  * CGI script for whatis-based alpha-indexes by section.
  * CGI script for name-only alpha-indexes by section.
  * CGI script for full text search (requires swish++)
  * Front-end script to talk to a pre-launched netscape.