dialog 1.2-20150528-1 source package in Ubuntu

Changelog

dialog (1.2-20150528-1) unstable; urgency=medium

  * New upstream release.

 -- Santiago Vila <email address hidden>  Fri, 29 May 2015 13:48:50 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
dialog_1.2-20150528-1.dsc 1.4 KiB 15d6295d47bb2be5a68eef75b62fbefe238fb1c71969725d54bf6adc7b8883e8
dialog_1.2-20150528.orig.tar.gz 486.0 KiB a8cd7a66bdb41e53a3145cbb0eb370c5ce7300fe0e9ad6d3e8d3b9e16ff16418
dialog_1.2-20150528-1.debian.tar.xz 10.0 KiB 41bf3083ad2010a4bf9bbf6ddc316d376a6186ee516ba81af17323e15b239550

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