File: control

package info (click to toggle)
newt 0.50-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 516 kB
  • ctags: 981
  • sloc: ansic: 6,642; python: 501; makefile: 270; sh: 167
file content (60 lines) | stat: -rw-r--r-- 2,101 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
54
55
56
57
58
59
60
Source: newt
Section: devel
Priority: optional
Maintainer: Enrique Zanardi <ezanard@debian.org>
Standards-Version: 3.0.1.0

Package: libnewt-dev
Architecture: any
Section: devel
Priority: optional
Conflicts: newt0.30-dev, newt0.25-dev
Replaces: newt0.30-dev, newt0.25-dev
Depends: libnewt0 (=${Source-Version}), ${libcdev}, slang1-dev
Description: Developer's toolkit for newt windowing library
 These are the header files and libraries for developing applications
 which use newt. Newt is a windowing toolkit for text mode, which provides
 many widgets and stackable windows.

Package: newt-tcl
Architecture: any
Section: devel
Priority: optional
Depends: libnewt0 (=${Source-Version}), tcl8.2
Description: A newt module for Tcl.
 This module allows you to build a text UI for your Tcl scripts
 using newt.

Package: python-newt
Architecture: any
Section: devel
Priority: optional
Depends: libnewt0 (=${Source-Version}), python-base
Description: A newt module for Python.
 This module allows you to built a text UI for your Python scripts
 using newt.

Package: libnewt0
Architecture: any
Section: base
Priority: required
Depends: ${shlibs:Depends}
Description: Not Erik's Windowing Toolkit - text mode windowing with slang
 Newt is a windowing toolkit for text mode built from the slang library.
 It allows color text mode applications to easily use stackable windows,
 push buttons, check boxes, radio buttons, lists, entry fields, labels,
 and displayable text. Scrollbars are supported, and forms may be nested
 to provide extra functionality. This package contains the shared library
 for programs that have been built with newt.

Package: whiptail
Architecture: any
Section: base
Priority: required
Depends: ${whiptail:Depends}
Replaces: newt0.10, newt0.21 (<< 0.21-4)
Description: Displays user-friendly dialog boxes from shell scripts.
 whiptail is a "dialog" replacement using newt instead of ncurses. It
 provides a method of displaying several different types of dialog boxes
 from shell scripts. This allows a developer of a script to interact with
 the user in a much friendlier manner.