xref: /freebsd/contrib/dialog/package/debian/control (revision d6b92ffa)
1Source: cdialog
2Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
3Section: misc
4Priority: optional
5Standards-Version: 3.8.4
6Build-Depends: debhelper (>= 5), libncursesw5-dev (>= 5.3), groff-base
7Homepage: http://invisible-island.net/dialog/
8
9Package: cdialog
10Architecture: any
11Depends: libncursesw5 (>= 5.3)
12Description: dialog - display dialog boxes from shell scripts
13 Dialog is a program that will let you to present a variety of questions
14 or display messages using dialog boxes  from  a  shell  script.   These
15 types  of  dialog boxes are implemented (though not all are necessarily
16 compiled into dialog):
17 .
18      calendar, checklist, dselect, editbox, form, fselect, gauge,
19      infobox, inputbox, inputmenu, menu, mixedform, mixedgauge,
20      msgbox (message), passwordbox, passwordform, pause, progressbox,
21      radiolist, tailbox, tailboxbg, textbox, timebox, and yesno
22      (yes/no).
23 .
24 This package installs as "cdialog" to avoid conflict with other packages.
25