freebsd-src/contrib/dialog/dialog.lsm
Nathan Whitehorn 4c8945a06b Update dialog to version 20100428. This changes the license under which
dialog is distributed from GPLv2 to LGPLv2 and introduces a number of new
features and a new and better libdialog API. The existing libdialog will
be kept temporarily as libodialog for compatibility purposes until sade,
sysinstall and tzsetup have been either updated or replaced.

__FreeBSD_version is now 900030.

Discussed on:	-current
Approved by:	core
Obtained from:	http://invisible-island.net/dialog
2011-01-12 14:55:02 +00:00

24 lines
1.1 KiB
Plaintext

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