1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: libtk-gbarr-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>,
Niko Tyni <ntyni@iki.fi>,
gregor herrmann <gregoa@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Rene Mayorga <rmayorga@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
perl-tk,
xvfb,
xfonts-base,
xauth
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtk-gbarr-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtk-gbarr-perl.git
Homepage: https://metacpan.org/release/Tk-GBARR
Package: libtk-gbarr-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
perl-tk
Description: various Tk Perl widgets
A contribution to the ever growing collection of Tk Widgets, currently it
includes:
.
Tk::Cloth - An OO interface to Tk::Canvas
Tk::TFrame - A frame with a title
Tk::NumEntry - An entry widget that accepts numbers and has up/down
buttons for in/decrement.
Tk::FireButton - Button that keeps invoking command when pressed
.
Tk::Pane and Tk::ProgressBar are no longer part of this
distribution, because they are included in standard Perl/Tk since
800.016.
|