File: control

package info (click to toggle)
libtk-histentry-perl 0.43-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 100 kB
  • ctags: 41
  • sloc: perl: 485; makefile: 36
file content (21 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libtk-histentry-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>, Gustavo Franco <stratus@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>
Build-Depends-Indep: perl
Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-histentry-perl/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-histentry-perl/

Package: libtk-histentry-perl
Architecture: all
Depends: ${perl:Depends}, perl-tk
Description: Implements an entry widget with history
 Tk::HistEntry implements an entry widget with history. You may use the up
 and down keys to select older entries (or use the associated listbox).
 .
 The widget comes in two flavors: the "HistEntry" widget is an
 inherited BrowseEntry widget where you see history in the associated
 listbox, too. The "SimpleHistEntry" widget is a plain Entry widget.