File: control

package info (click to toggle)
perl-tk 1%3A804.036%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 35,204 kB
  • sloc: ansic: 349,560; perl: 52,292; sh: 12,678; makefile: 5,699; asm: 3,565; ada: 1,681; pascal: 1,082; cpp: 1,006; yacc: 883; cs: 879
file content (38 lines) | stat: -rw-r--r-- 1,171 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: perl-tk
Section: perl
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Uploaders: Michael C. Schultheiss <schultmc@debian.org>
Build-Depends: debhelper-compat (=13),
 perl,
 libx11-dev,
 libxft-dev,
 libxt-dev,
 x11proto-dev,
 libpng-dev,
 libjpeg-dev,
 libfreetype-dev,
 libxrender-dev,
 xvfb,
 xauth
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/georgesk/perl-tk
Vcs-Git: https://salsa.debian.org/georgesk/perl-tk.git


Package: perl-tk
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Provides: libtk-perl, libtk-png-perl
Replaces: libtk-png-perl
Conflicts: libtk-png-perl
Description: Perl module providing the Tk graphics library
 Perl/Tk (also known as pTk or ptk) is a collection of modules and
 code that attempts to wed the easily configured Tk widget toolkit
 to the powerful lexigraphic, dynamic memory, I/O, and object-oriented
 capabilities of Perl 5. In other words, it is an interpreted
 scripting language for making widgets and programs with Graphical
 User Interfaces (GUI).
 .
 A good place to get started is by running the "widget" demo that's
 installed with this package.