/contrib/dialog/package/debian/control
https://bitbucket.org/freebsd/freebsd-head/ · #! · 24 lines · 23 code · 1 blank · 0 comment · 0 complexity · b8934fb884690f548392a0db187845ff MD5 · raw file
- Source: cdialog
- Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
- Section: misc
- Priority: optional
- Standards-Version: 3.8.4
- Build-Depends: debhelper (>= 5), libncursesw5-dev (>= 5.3), groff-base
- Homepage: http://invisible-island.net/dialog/
- Package: cdialog
- Architecture: any
- Depends: libncursesw5 (>= 5.3)
- Description: dialog - display dialog boxes from shell scripts
- Dialog is a program that will let you to present a variety of questions
- or display messages using dialog boxes from a shell script. These
- types of dialog boxes are implemented (though not all are necessarily
- compiled into dialog):
- .
- calendar, checklist, dselect, editbox, form, fselect, gauge,
- infobox, inputbox, inputmenu, menu, mixedform, mixedgauge,
- msgbox (message), passwordbox, passwordform, pause, progressbox,
- radiolist, tailbox, tailboxbg, textbox, timebox, and yesno
- (yes/no).
- .
- This package installs as "cdialog" to avoid conflict with other packages.