/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

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