dialog 1.3-20190808-ok1 source package in openKylin

Changelog

dialog (1.3-20190808-ok1) yangtze; urgency=low

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Santiago Vila
Architectures:
any
Section:
misc
Urgency:
Low Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 release main misc
Nile V2.0 release main misc
Yangtze V1.0 release main misc

Downloads

File Size SHA-256 Checksum
dialog_1.3-20190808.orig.tar.gz 524.8 KiB 886e12f2cf3df36cde65f32f6ae52bc598eb2599a611b1d8ce5dfdea599e47e2
dialog_1.3-20190808-ok1.debian.tar.xz 4.0 KiB 668504d6015e3d0d4720599f499abbfeaef1facce3a0bf223d6814a7ec6a0a37
dialog_1.3-20190808-ok1.dsc 1.6 KiB 2d056633a0efbb292f3d9ebb58d829914b56cde2215f8f3539b13841558d0915

View changes file

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