1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/p5-UI-Dialog/pkg-descr
Shaun Amott bf4fbffd65 Add devel/p5-UI-Dialog.
UI::Dialog is an OOPerl wrapper for the various dialog applications.
These dialog backends are currently supported: Zenity, XDialog, GDialog,
KDialog, CDialog, and Whiptail. There is also an ASCII backend provided
as a last resort interface for the console based dialog variants.

PR:		ports/97598
Submitted by:	Dmitry Karasik <dmitry@karasik.eu.org>
Approved by:	ahze (mentor, implicit)
2006-07-19 00:15:47 +00:00

14 lines
607 B
Plaintext

UI::Dialog is a OOPerl wrapper for the various dialog applications. These
dialog backends are currently supported: Zenity, XDialog, GDialog, KDialog,
CDialog, and Whiptail. There is also an ASCII backend provided as a last resort
interface for the console based dialog variants. UI::Dialog is a class that
provides a strict interface to these various backend modules. By using
UI::Dialog (with it's imposed limitations on the widgets) you can ensure that
your Perl program will function with any available interfaces.
WWW: http://search.cpan.org/dist/UI-Dialog
---
Dmitry Karasik <dmitry@karasik.eu.org>