File: dialog.lsm

package info (click to toggle)
dialog 1.1-20120215-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,740 kB
  • sloc: ansic: 14,903; sh: 7,688; makefile: 392; perl: 355; python: 164
file content (23 lines) | stat: -rw-r--r-- 1,124 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Begin3
Title:          dialog - Display dialog boxes in scripts
Version:        1.0-20060221
Entered-date:   21FEB06
Description:    Dialog is a program that will let you present a variety
                of questions or display messages in nice looking color
                non-graphical dialog boxes from a shell or perl script.
                Various dialog boxes can be presented such as yes/no, menu,
                input, message, checklist, radiolist, and more.

                This program is based on the no longer maintained cdialog, but
                contains bug fixes and more features.
Keywords:       dialog, cdialog, shell, script, window
Author:         Originally Savio Lam for the ancient version
Maintained-by:  Thomas E. Dickey  <dickey@invisible-island.net>
                Vila, Santiago  <sanvila@debian.org>
Primary-site:   http://invisible-island.net/dialog/
                http://packages.debian.org/
Alternate-site: ftp://ftp.us.debian.org/debian/pool/main/d/dialog/
Original-site:  ftp://sunsite.unc.edu/pub/Linux/utils/shell
Platforms:      Linux *nix, OS/2 EMX
Copying-policy: LGPL
End