dialog 1.2-20130928-1 source package in Ubuntu

Changelog

dialog (1.2-20130928-1) unstable; urgency=low


  * New upstream release.

 -- Santiago Vila <email address hidden>  Tue, 01 Oct 2013 00:42:32 +0200

Upload details

Uploaded by:
Santiago Vila
Uploaded to:
Sid
Original maintainer:
Santiago Vila
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main misc

Downloads

File Size SHA-256 Checksum
dialog_1.2-20130928-1.dsc 1.4 KiB 884c7464366130547208535804bc68a8e425d76b1138823bbda5b4421886b78b
dialog_1.2-20130928.orig.tar.gz 441.0 KiB 6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c
dialog_1.2-20130928-1.debian.tar.gz 10.7 KiB f3c8abf824537f28068d39fefabd872980c4e000f05ad1a5c7440588e750e7ac

Available diffs

No changes file available.

Binary packages built by this source

dialog: Displays user-friendly dialog boxes from shell scripts

 This application provides a method of displaying several different types
 of dialog boxes from shell scripts. This allows a developer of a script
 to interact with the user in a much friendlier manner.
 .
 The following types of boxes are at your disposal:
  yes/no Typical query style box with "Yes" and "No" answer buttons
  menu A scrolling list of menu choices with single entry selection
  input Query style box with text entry field
  message Similar to the yes/no box, but with only an "Ok" button
  text A scrollable text box that works like a simple file viewer
  info A message display that allows asynchronous script execution
  checklist Similar to the menu box, but allowing multiple selections
  radiolist Checklist style box allowing single selections
  gauge Typical "progress report" style box
  tail Allows viewing the end of files (tail) that auto updates
  background tail Similar to tail but runs in the background.
  editbox Allows editing an existing file