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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: fte
Section: editors
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
libgpmg1-dev [linux-any],
libncurses5-dev,
libslang2-dev,
libx11-dev,
libxpm-dev,
libxt-dev,
patch,
perl,
x11proto-core-dev
Homepage: http://fte.sourceforge.net/
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/debian/fte.git
Vcs-Browser: https://salsa.debian.org/debian/fte
Package: fte
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: fte-xwindow | fte-terminal | fte-console
Suggests: exuberant-ctags,
fte-docs
Description: Text editor for programmers - base package
FTE is a text editor for programmers. Some of its features are smart
indentation for C, C++, Java, Perl; color syntax highlighting for many more
languages; multiple file/window editing; column blocks; configurable menus
and keyboard bindings; mouse support; undo/redo; regular expression search
and replace; folding; background compiler execution.
.
This package contains files necessary to build a configuration file and
some elementary documentation. There is no editor here; please select one
of the packages in the dependencies.
Package: fte-docs
Section: doc
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Recommends: fte (= ${binary:Version})
Description: Documentation and examples for the FTE editor
FTE is a text editor for programmers. Some of its features are smart
indentation for C, C++, Java, Perl; color syntax highlighting for many more
languages; multiple file/window editing; column blocks; configurable menus
and keyboard bindings; mouse support; undo/redo; regular expression search
and replace; folding; background compiler execution.
.
This package contains HTML documentation and sample configuration files.
Package: fte-xwindow
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: fte (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Provides: editor
Description: Text editor for programmers - X Window System edition with I18N support
FTE is a text editor for programmers. Some of its features are smart
indentation for C, C++, Java, Perl; color syntax highlighting for many more
languages; multiple file/window editing; column blocks; configurable menus
and keyboard bindings; mouse support; undo/redo; regular expression search
and replace; folding; background compiler execution.
.
This is the X Window System edition, with internationalization support.
Package: fte-console
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: fte (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Provides: editor
Description: Text editor for programmers - console edition, no I18N support
FTE is a text editor for programmers. Some of its features are smart
indentation for C, C++, Java, Perl; color syntax highlighting for many more
languages; multiple file/window editing; column blocks; configurable menus
and keyboard bindings; mouse support; undo/redo; regular expression search
and replace; folding; background compiler execution.
.
This is the Linux console edition, without internationalization support.
Package: fte-terminal
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: fte (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Provides: editor
Description: Text editor for programmers - version for terminals
FTE is a text editor for programmers. Some of its features are smart
indentation for C, C++, Java, Perl; color syntax highlighting for many more
languages; multiple file/window editing; column blocks; configurable menus
and keyboard bindings; mouse support; undo/redo; regular expression search
and replace; folding; background compiler execution.
.
This is the version for terminals (e.g. xterm, vt100).
|