File: control

package info (click to toggle)
libcurses-ui-perl 0.95-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 860 kB
  • ctags: 510
  • sloc: perl: 10,479; makefile: 51
file content (53 lines) | stat: -rw-r--r-- 1,467 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: libcurses-ui-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libcurses-perl, libterm-readkey-perl
Maintainer: Marc 'HE' Brockschmidt <he@debian.org>
Standards-Version: 3.6.1

Package: libcurses-ui-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libcurses-perl, libterm-readkey-perl
Description:  A curses based OO user interface framework
 A UI framework based on the curses library. Curses::UI contains
 several widgets which can be used to build a user interface:
 .
  - Buttonbox 
  - Calendar
  - Checkbox
  - Container (container base element)
  - Label
  - Listbox 
  - Menubar
  - PasswordEntry
  - Popupmenu (a.k.a. pulldown- or dropdown menu)
  - Progressbar
  - Radiobuttonbox
  - Texteditor (has features like word wrapping and undo)
  - Textentry
  - Textviewer
  - Widget (widget base element)
  - Window
 .
 There are also a couple of dialog windows available:
 .
  - Basic dialog window 
  - Error dialog window
  - Filebrowser 
  - Status window 
  - Progress window
  - Calendar dialog window
 .
 Curses::UI can easily be configured to use a specific language.
 If you want a language that is not yet supported, please let me
 know. If you want to translate the needed strings, I'll add 
 the language to the distribution. Currently the following languages
 are supported:
 .
  - English
  - Dutch
  - German
  - Russian
  - Italian
  - Polish