debian/0000755000000000000000000000000012210632441007161 5ustar debian/changelog0000644000000000000000000000173112210632371011037 0ustar libui-dialog-perl (1.09-1) unstable; urgency=low * New upstream release. * Add watch file. * d/control: - Update Standards-Version to 3.9.4 - Add Vcs-Git and Vcs-Browser. * Add source-format 3.0. * d/copyright: - Update to copyright-format 1.0. - Push copyright years. * Update d/rules to dh. * Remove docs file. * Add d/libui-dialog-perl.examples file * Add FixPod2manErrors.diff and FixSpellingAndManDescription.diff patches. -- Alejandro Garrido Mota Sat, 10 Aug 2013 17:03:03 -0430 libui-dialog-perl (1.08-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: Don't fail when perl is smart enough not to create empty dirs. (Closes: 467988) -- Marc 'HE' Brockschmidt Sun, 06 Apr 2008 12:32:56 +0200 libui-dialog-perl (1.08-1) unstable; urgency=low * Initial Release. (Closes: #398690) -- Alejandro Garrido Mota Mon, 11 Sep 2006 13:22:41 -0400 debian/source/0000755000000000000000000000000012210623517010465 5ustar debian/source/format0000644000000000000000000000001412210623517011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612210623517010244 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000012210630514010607 5ustar debian/patches/series0000644000000000000000000000007012210630514012021 0ustar FixSpellingAndManDescription.diff FixPod2manErrors.diff debian/patches/FixSpellingAndManDescription.diff0000644000000000000000000001000612210630473017151 0ustar Description: Fix spelling errors and NAME section (missing "\-" and description). Author: Alejandro Garrido Mota --- a/lib/UI/Dialog/Backend.pod +++ b/lib/UI/Dialog/Backend.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend +UI::Dialog::Backend - simply a collection of primarily internal methods. =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/Nautilus.pod +++ b/lib/UI/Dialog/Backend/Nautilus.pod @@ -1,6 +1,6 @@ =head1 NAME - UI::Dialog::Backend::Nautilus +UI::Dialog::Backend::Nautilus - wrapper around the data provided by the nautilus(1). =head1 SYNOPSIS @@ -261,7 +261,7 @@ This is the method used to unescape the NAUTILUS_SCRIPT_CURRENT_URI in the path() method. This method is derived from the URI::Escape module which is not included in the Perl core modules yet is vitally necessary for the -path() method to function in a usefull manor. +path() method to function in a useful manor. =back --- a/lib/UI/Dialog.pod +++ b/lib/UI/Dialog.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog +UI::Dialog - wrapper for various dialog applications. =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/ASCII.pod +++ b/lib/UI/Dialog/Backend/ASCII.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend::ASCII +UI::Dialog::Backend::ASCII - Dialog backend for the native Perl mode of basic text. =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/CDialog.pod +++ b/lib/UI/Dialog/Backend/CDialog.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend::CDialog +UI::Dialog::Backend::CDialog - backend for the console dialog(1) variant. =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/GDialog.pod +++ b/lib/UI/Dialog/Backend/GDialog.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend::GDialog +UI::Dialog::Backend::GDialog - backend for the antiquated GNOME dialog variant. =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/KDialog.pod +++ b/lib/UI/Dialog/Backend/KDialog.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend::KDialog +UI::Dialog::Backend::KDialog - backend for the KDE dialog variant. =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/Whiptail.pod +++ b/lib/UI/Dialog/Backend/Whiptail.pod @@ -1,6 +1,6 @@ =head1 NAME - UI::Dialog::Backend::Whiptail + UI::Dialog::Backend::Whiptail - Backend for the Whiptail dialog variant =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/XDialog.pod +++ b/lib/UI/Dialog/Backend/XDialog.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend::XDialog +UI::Dialog::Backend::XDialog - backend for the Xdialog(1) =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/XOSD.pod +++ b/lib/UI/Dialog/Backend/XOSD.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend::XOSD +UI::Dialog::Backend::XOSD - backend for the osd_cat(1). =head1 SYNOPSIS --- a/lib/UI/Dialog/Backend/Zenity.pod +++ b/lib/UI/Dialog/Backend/Zenity.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Backend::Zenity +UI::Dialog::Backend::Zenity - wrapper of the Zenity application. =head1 SYNOPSIS --- a/lib/UI/Dialog/Console.pod +++ b/lib/UI/Dialog/Console.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Console +UI::Dialog::Console - console meta-class for UI::Dialog. =head1 SYNOPSIS --- a/lib/UI/Dialog/GNOME.pod +++ b/lib/UI/Dialog/GNOME.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::GNOME +UI::Dialog::GNOME - GNOME GUI meta-class for UI::Dialog. =head1 SYNOPSIS --- a/lib/UI/Dialog/Gauged.pod +++ b/lib/UI/Dialog/Gauged.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Gauged +UI::Dialog::Gauged - wrapper support of gauge related functions. =head1 SYNOPSIS --- a/lib/UI/Dialog/KDE.pod +++ b/lib/UI/Dialog/KDE.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::KDE +UI::Dialog::KDE - KDE GUI meta-class for UI::Dialog. =head1 SYNOPSIS --- a/lib/UI/Dialog/Screen/Menu.pod +++ b/lib/UI/Dialog/Screen/Menu.pod @@ -1,6 +1,6 @@ =head1 NAME -UI::Dialog::Screen::Menu +UI::Dialog::Screen::Menu - wrapper to screen dialogs. =head1 SYNOPSIS --- a/lib/UI/Dialog.pm +++ b/lib/UI/Dialog.pm @@ -228,7 +228,7 @@ =head1 NAME -UI::Dialog +UI::Dialog - wrapper for various dialog applications. =head1 SYNOPSIS debian/patches/FixPod2manErrors.diff0000644000000000000000000000353412210626604014617 0ustar Description: Fix pod2man errors. Author: Alejandro Garrido Mota --- a/lib/UI/Dialog.pm +++ b/lib/UI/Dialog.pm @@ -284,6 +284,8 @@ =over 2 +=back + =head2 new( @options ) =over 4 @@ -347,12 +349,12 @@ =back -=back - =head1 STATE METHODS =over 2 +=back + =head2 state( ) =over 4 @@ -387,10 +389,10 @@ =back -=back - =over 2 +=back + =head2 ra( ) =over 4 @@ -421,10 +423,10 @@ =back -=back - =over 2 +=back + =head2 rs( ) =over 4 @@ -455,10 +457,10 @@ =back -=back - =over 2 +=back + =head2 rv( ) =over 4 @@ -489,12 +491,12 @@ =back -=back - =head1 WIDGET METHODS =over 2 +=back + =head2 yesno( ) =over 4 @@ -529,10 +531,10 @@ =back -=back - =over 2 +=back + =head2 msgbox( ) =over 4 @@ -563,10 +565,10 @@ =back -=back - =over 2 +=back + =head2 inputbox( ) =over 4 @@ -598,10 +600,10 @@ =back -=back - =over 2 +=back + =head2 password( ) =over 4 @@ -636,10 +638,10 @@ =back -=back - =over 2 +=back + =head2 textbox( ) =over 4 @@ -671,10 +673,10 @@ =back -=back - =over 2 +=back + =head2 menu( ) =over 4 @@ -709,10 +711,10 @@ =back -=back - =over 2 +=back + =head2 checklist( ) =over 4 @@ -748,10 +750,10 @@ =back -=back - =over 2 +=back + =head2 radiolist( ) =over 4 @@ -787,10 +789,10 @@ =back -=back - =over 2 +=back + =head2 fselect( ) =over 4 @@ -821,10 +823,10 @@ =back -=back - =over 2 +=back + =head2 dselect( ) =over 4 @@ -856,14 +858,12 @@ =back -=back - =head1 SEE ALSO -=item PERLDOC - =over 2 +=item PERLDOC + UI::Dialog::GNOME UI::Dialog::KDE UI::Dialog::Console @@ -880,10 +880,10 @@ =back -=item MAN FILES - =over 2 +=item MAN FILES + dialog(1), whiptail(1), zenity(1), gdialog(1), Xdialog(1), osd_cat(1), kdialog(1) and nautilus(1) debian/libui-dialog-perl.examples0000644000000000000000000000001312210623517014220 0ustar examples/* debian/watch0000644000000000000000000000015412210632344010214 0ustar version=3 http://search.cpan.org/dist/UI-Dialog/ .*/UI-Dialog-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000212210623517010363 0ustar 9 debian/copyright0000644000000000000000000000214512210632441011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: UI-Dialog Upstream-Contact: Kevin C. Krinke, Source: https://metacpan.org/release/UI-Dialog/ Files: * Copyright: 2003-2013, Kevin C. Krinke License: LGPL-2.1+ Files: debian/* Copyright: 2006-2013 Alejandro Garrido Mota License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . See /usr/share/common-licenses/LGPL-2.1 for the full license text. debian/control0000644000000000000000000000156012210623517010572 0ustar Source: libui-dialog-perl Section: perl Priority: extra Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Maintainer: Alejandro Garrido Mota Homepage: http://search.cpan.org/dist/UI-Dialog Standards-Version: 3.9.4 Vcs-Git: git://github.com/mogaal/libui-dialog-perl.git Vcs-Browser: https://github.com/mogaal/libui-dialog-perl Package: libui-dialog-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, Description: UI::Dialog a wrapper for various dialog applications UI::Dialog is an OOPerl wrapper for 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 console based dialog variants. UI::Dialog is a class that provides a strict interface to these various backend modules.