File: control

package info (click to toggle)
efte 1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,800 kB
  • sloc: cpp: 43,587; ansic: 1,228; makefile: 271; objc: 92; sh: 40
file content (59 lines) | stat: -rw-r--r-- 2,412 bytes parent folder | download | duplicates (4)
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
Source: fte
Section: editors
Priority: optional
Maintainer: Zdenek Kabelac <kabi@debian.org>
Standards-Version: 3.1.1.1
Build-Depends: debhelper, perl5, xlibs-dev, libgpmg1-dev, libncurses5-dev, slang1-dev, patch,

Package: fte
Architecture: any
Depends: ${shlibs:Depends}, fte-xwindow | fte-terminal | fte-console
Conflicts: fte-console (<< 0.49.13-3), fte-cfgdocs (<< 0.49.13-3)
Suggests: fte-docs, exuberant-ctags
Description: Text editor for programmers - base package
 Package contains files necessary to build configuration file
 and some elementary documentation.
 There is no editor in this package.
 Please select some from the list of suggested binary packages.

Package: fte-docs
Architecture: any
Depends: fte (= ${Source-Version})
Replaces: fte-cfgdocs (<< 0.49.13-3)
Description: HTML documentation and example of configuration.
 Package constains documentation files for editor.

Package: fte-xwindow
Architecture: any
Depends: ${shlibs:Depends}, fte (= ${Source-Version})
Replaces: fte (<< 0.49.2-1)
Description: Text editor for X Window System with I18N support. (for programmers)
 Color syntax highlighting for many more languages.
 Smart indentation for C, C++, Java, Perl.
 Multiple file/window editing, Column blocks, configurable menus and
 keyboard bindings, mouse support, undo/redo, regular expression search
 and replace, folding, background compiler execution.
 X Window System edition.

Package: fte-console
Architecture: any
Depends: ${shlibs:Depends}, fte (= ${Source-Version})
Conflicts: suidmanager (<< 0.50)
Description: Text editor for console (no I18N support). (for programmers)
 Color syntax highlighting for many more languages.
 Smart indentation for C, C++, Java, Perl.
 Multiple file/window editing, Column blocks, configurable menus and
 keyboard bindings, mouse support, undo/redo, regular expression search
 and replace, folding, background compiler execution.
 Linux console edition.

Package: fte-terminal
Architecture: any
Depends: ${shlibs:Depends}, fte (= ${Source-Version})
Description: Text editor for terminals. (for programmers)
 Color syntax highlighting for many more languages.
 Smart indentation for C, C++, Java, Perl.
 Multiple file/window editing, Column blocks, configurable menus and
 keyboard bindings, mouse support, undo/redo, regular expression search
 and replace, folding, background compiler execution.
 Terminal (e.g.: xterm, vt100) edition.